2019-01-09 08:04:21,258 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 08:04:21,261 - 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=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.5 export OS_REGION_NAME=regionOne 2019-01-09 08:04:21,261 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 08:04:21,262 - 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 | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2019-01-09 08:04:21,271 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:04:22,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:04:22,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:04:22,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:04:22,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:04:22,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-462feae2-3c9c-40f8-b3c9-c7f0faefd5e6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:22,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-462feae2-3c9c-40f8-b3c9-c7f0faefd5e6 2019-01-09 08:04:22,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:22,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:04:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["FExgAW0CQomb3hKO4Tdx3g"], "issued_at": "2019-01-09T08:04:22.000000Z"}} 2019-01-09 08:04:22,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:22,460 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:04:22,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:22,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e457f6cf-2d3c-45d9-a656-f1bf89a106a6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:04:22,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-e457f6cf-2d3c-45d9-a656-f1bf89a106a6 2019-01-09 08:04:22,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.543114185333s 2019-01-09 08:04:22,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 08:04:22,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}}' 2019-01-09 08:04:22,788 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7322d71-56d2-4805-83e9-3cafd6787ca6 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.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7"}, "enabled": true, "id": "d320439586ad4f508e91cc06797844b7", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}} 2019-01-09 08:04:22,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-e7322d71-56d2-4805-83e9-3cafd6787ca6 2019-01-09 08:04:22,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.17021894455s 2019-01-09 08:04:22,789 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-e7322d71-56d2-4805-83e9-3cafd6787ca6 2019-01-09 08:04:22,790 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419', 'id': u'd320439586ad4f508e91cc06797844b7', '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'})}) 2019-01-09 08:04:22,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 08:04:23,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.534540176392s 2019-01-09 08:04:23,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:23,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4fdc6eb-9a61-41f5-8bab-d24c78805098 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e"}, "enabled": true, "id": "68d93f91a2004370abd62b96bd1dfb1e", "options": {}, "domain_id": "default", "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419"}} 2019-01-09 08:04:23,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e used request id req-d4fdc6eb-9a61-41f5-8bab-d24c78805098 2019-01-09 08:04:23,435 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'68d93f91a2004370abd62b96bd1dfb1e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419'}) 2019-01-09 08:04:23,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:23,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:23,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff30456b-589c-48dd-85e7-d245ffae8988 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:23,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ff30456b-589c-48dd-85e7-d245ffae8988 2019-01-09 08:04:23,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0186419487s 2019-01-09 08:04:23,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:23,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:23,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3fe1d66-fa79-4122-94a8-4afa0aa1a05b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:23,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d3fe1d66-fa79-4122-94a8-4afa0aa1a05b 2019-01-09 08:04:23,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0889949798584s 2019-01-09 08:04:23,545 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:04:23,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:04:23,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" -d '{"role": {"name": "Member"}}' 2019-01-09 08:04:23,700 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7395e6f-86ac-4210-81c0-00db89468fb5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "02ec1741977f4b8ab8b0af9a21fd4f23", "links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "name": "Member"}} 2019-01-09 08:04:23,700 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-e7395e6f-86ac-4210-81c0-00db89468fb5 2019-01-09 08:04:23,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.154197216034s 2019-01-09 08:04:23,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:23,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bd519da-b98b-4299-b6c4-f9e0d54cef7a Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "domain_id": null, "name": "Member", "id": "02ec1741977f4b8ab8b0af9a21fd4f23"}} 2019-01-09 08:04:23,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23 used request id req-4bd519da-b98b-4299-b6c4-f9e0d54cef7a 2019-01-09 08:04:23,831 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23'}, 'domain_id': None, 'human_id': None, 'id': u'02ec1741977f4b8ab8b0af9a21fd4f23', 'HUMAN_ID': False}) 2019-01-09 08:04:23,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:23,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:23,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc18a69-e241-4afa-93f4-65aaef2e08f7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "02ec1741977f4b8ab8b0af9a21fd4f23", "links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:23,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-bbc18a69-e241-4afa-93f4-65aaef2e08f7 2019-01-09 08:04:23,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.135259151459s 2019-01-09 08:04:23,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:04:23,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:24,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f8d28f-07fa-4d70-9e31-11f97f723267 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:04:24,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-99f8d28f-07fa-4d70-9e31-11f97f723267 2019-01-09 08:04:24,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.141921043396s 2019-01-09 08:04:24,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:04:24,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:24,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c093199c-34ea-4f84-a0ec-d589806f92b9 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "links": {"self": "http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e"}, "domain_id": "default", "enabled": true, "id": "68d93f91a2004370abd62b96bd1dfb1e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:24,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c093199c-34ea-4f84-a0ec-d589806f92b9 2019-01-09 08:04:24,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.154538869858s 2019-01-09 08:04:24,266 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c093199c-34ea-4f84-a0ec-d589806f92b9 2019-01-09 08:04:24,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:04:24,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:24,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b2c4d3-5962-4c2a-aa79-cf4d754981a7 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7"}, "enabled": true, "id": "d320439586ad4f508e91cc06797844b7", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}]} 2019-01-09 08:04:24,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-32b2c4d3-5962-4c2a-aa79-cf4d754981a7 2019-01-09 08:04:24,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0903789997101s 2019-01-09 08:04:24,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-32b2c4d3-5962-4c2a-aa79-cf4d754981a7 2019-01-09 08:04:24,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:04:24,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=02ec1741977f4b8ab8b0af9a21fd4f23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:24,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36d0bca6-cb20-4ec0-a41a-4e4f4baa4574 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=02ec1741977f4b8ab8b0af9a21fd4f23", "previous": null, "next": null}} 2019-01-09 08:04:24,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=02ec1741977f4b8ab8b0af9a21fd4f23 used request id req-36d0bca6-cb20-4ec0-a41a-4e4f4baa4574 2019-01-09 08:04:24,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0953180789948s 2019-01-09 08:04:24,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:04:24,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7/users/68d93f91a2004370abd62b96bd1dfb1e/roles/02ec1741977f4b8ab8b0af9a21fd4f23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:24,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36960779-b937-419c-b92a-fa6a686fc1bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:24,667 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7/users/68d93f91a2004370abd62b96bd1dfb1e/roles/02ec1741977f4b8ab8b0af9a21fd4f23 used request id req-36960779-b937-419c-b92a-fa6a686fc1bb 2019-01-09 08:04:24,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.20592880249s 2019-01-09 08:04:24,668 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419', 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': '3807ae65-4669-4058-ae8e-de78762e3bb7', 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_03f1b897-1a25-4bab-999c-d670d5cb3419', 'project_id': u'd320439586ad4f508e91cc06797844b7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:04:24,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:04:24,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:04:24,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:04:24,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:04:24,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:04:24,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:04:24,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:04:24,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:04:24,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:04:24,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:04:24,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:04:24,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:04:24,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:04:24,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:04:24,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:04:24,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:04:24,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:04:24,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:04:24,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:04:24,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:04:24,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:04:24,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:04:24,673 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419', 'password': '3807ae65-4669-4058-ae8e-de78762e3bb7', 'project_name': 'connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'd320439586ad4f508e91cc06797844b7', 'project_domain_name': 'Default'} 2019-01-09 08:04:24,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:24,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:24,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43377ec6-eb7b-4125-8e49-48afc611b39a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "02ec1741977f4b8ab8b0af9a21fd4f23", "links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:24,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-43377ec6-eb7b-4125-8e49-48afc611b39a 2019-01-09 08:04:24,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.087012052536s 2019-01-09 08:04:24,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:24,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:24,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91139786-749a-405e-aa73-5a284869b6a0 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "02ec1741977f4b8ab8b0af9a21fd4f23", "links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:24,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-91139786-749a-405e-aa73-5a284869b6a0 2019-01-09 08:04:24,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817060470581s 2019-01-09 08:04:24,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:04:24,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:24,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4df4fd3e-b551-499e-b871-dffd627e797b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:04:24,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-4df4fd3e-b551-499e-b871-dffd627e797b 2019-01-09 08:04:24,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0749251842499s 2019-01-09 08:04:24,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:04:24,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:25,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-427a3f01-61a9-4a62-8f1f-f6f6349b8277 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "links": {"self": "http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e"}, "domain_id": "default", "enabled": true, "id": "68d93f91a2004370abd62b96bd1dfb1e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:25,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-427a3f01-61a9-4a62-8f1f-f6f6349b8277 2019-01-09 08:04:25,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.098494052887s 2019-01-09 08:04:25,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-427a3f01-61a9-4a62-8f1f-f6f6349b8277 2019-01-09 08:04:25,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:04:25,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:25,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77b70693-9e31-4e09-ab27-62a14863c6e5 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7"}, "enabled": true, "id": "d320439586ad4f508e91cc06797844b7", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}]} 2019-01-09 08:04:25,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-77b70693-9e31-4e09-ab27-62a14863c6e5 2019-01-09 08:04:25,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.157332897186s 2019-01-09 08:04:25,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-77b70693-9e31-4e09-ab27-62a14863c6e5 2019-01-09 08:04:25,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:04:25,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:25,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fe3b6d-a88c-407f-a41d-78bab8faf97f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 08:04:25,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=90eb365fdb174f538db9443457456df8 used request id req-f8fe3b6d-a88c-407f-a41d-78bab8faf97f 2019-01-09 08:04:25,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.132167816162s 2019-01-09 08:04:25,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:04:25,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7/users/68d93f91a2004370abd62b96bd1dfb1e/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:25,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0af5a77-7265-4639-a55a-0a1f557cc92d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:25,487 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7/users/68d93f91a2004370abd62b96bd1dfb1e/roles/90eb365fdb174f538db9443457456df8 used request id req-d0af5a77-7265-4639-a55a-0a1f557cc92d 2019-01-09 08:04:25,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.169720888138s 2019-01-09 08:04:25,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:25,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:25,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ffefe9e-a051-41bf-bf26-62cf8c109560 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "02ec1741977f4b8ab8b0af9a21fd4f23", "links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:25,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7ffefe9e-a051-41bf-bf26-62cf8c109560 2019-01-09 08:04:25,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0870289802551s 2019-01-09 08:04:25,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:04:25,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-09 08:04:25,788 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9013655b-5109-4630-9bb9-cb0e390398b9 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "81e4c3711d2d4f75b56ef0ace9fda50e", "links": {"self": "http://172.30.9.30:5000/v3/roles/81e4c3711d2d4f75b56ef0ace9fda50e"}, "name": "heat_stack_owner"}} 2019-01-09 08:04:25,789 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-9013655b-5109-4630-9bb9-cb0e390398b9 2019-01-09 08:04:25,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.212131977081s 2019-01-09 08:04:25,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/81e4c3711d2d4f75b56ef0ace9fda50e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:25,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f49a460-6fb9-4a85-8093-d9d582192100 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/81e4c3711d2d4f75b56ef0ace9fda50e"}, "domain_id": null, "name": "heat_stack_owner", "id": "81e4c3711d2d4f75b56ef0ace9fda50e"}} 2019-01-09 08:04:25,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/81e4c3711d2d4f75b56ef0ace9fda50e used request id req-4f49a460-6fb9-4a85-8093-d9d582192100 2019-01-09 08:04:25,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:25,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:26,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16df7d9f-b07a-4f19-8531-cce51825b7b0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "02ec1741977f4b8ab8b0af9a21fd4f23", "links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "name": "Member"}, {"domain_id": null, "id": "81e4c3711d2d4f75b56ef0ace9fda50e", "links": {"self": "http://172.30.9.30:5000/v3/roles/81e4c3711d2d4f75b56ef0ace9fda50e"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:26,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-16df7d9f-b07a-4f19-8531-cce51825b7b0 2019-01-09 08:04:26,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.155090093613s 2019-01-09 08:04:26,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:04:26,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:26,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f443bc7-eccf-4310-80eb-fb378a6104df Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:04:26,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-9f443bc7-eccf-4310-80eb-fb378a6104df 2019-01-09 08:04:26,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0772519111633s 2019-01-09 08:04:26,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:04:26,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:26,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba854bb2-cf84-4cf1-92f8-5c96a38c42e2 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "links": {"self": "http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e"}, "domain_id": "default", "enabled": true, "id": "68d93f91a2004370abd62b96bd1dfb1e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:26,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ba854bb2-cf84-4cf1-92f8-5c96a38c42e2 2019-01-09 08:04:26,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100280046463s 2019-01-09 08:04:26,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ba854bb2-cf84-4cf1-92f8-5c96a38c42e2 2019-01-09 08:04:26,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:04:26,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:26,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69bd003d-2fa2-4a08-a707-08d978f331b8 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7"}, "enabled": true, "id": "d320439586ad4f508e91cc06797844b7", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}]} 2019-01-09 08:04:26,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-69bd003d-2fa2-4a08-a707-08d978f331b8 2019-01-09 08:04:26,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0884499549866s 2019-01-09 08:04:26,367 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-69bd003d-2fa2-4a08-a707-08d978f331b8 2019-01-09 08:04:26,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:04:26,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=81e4c3711d2d4f75b56ef0ace9fda50e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:26,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b03beab3-e0a1-4bc1-88fb-c1475c7d22a4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=81e4c3711d2d4f75b56ef0ace9fda50e", "previous": null, "next": null}} 2019-01-09 08:04:26,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=68d93f91a2004370abd62b96bd1dfb1e&scope.project.id=d320439586ad4f508e91cc06797844b7&role.id=81e4c3711d2d4f75b56ef0ace9fda50e used request id req-b03beab3-e0a1-4bc1-88fb-c1475c7d22a4 2019-01-09 08:04:26,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0802640914917s 2019-01-09 08:04:26,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:04:26,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7/users/68d93f91a2004370abd62b96bd1dfb1e/roles/81e4c3711d2d4f75b56ef0ace9fda50e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:26,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fdb9829-86b6-48cd-9bfb-1e46c573448b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:26,703 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7/users/68d93f91a2004370abd62b96bd1dfb1e/roles/81e4c3711d2d4f75b56ef0ace9fda50e used request id req-4fdb9829-86b6-48cd-9bfb-1e46c573448b 2019-01-09 08:04:26,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.25316286087s 2019-01-09 08:04:26,703 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-09 08:04:26,704 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-09 08:04:26,704 - openstack_tests - INFO - OS Credentials = > 2019-01-09 08:04:26,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:26,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:27,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["PML8nTnYTeevFIQsyvGc5Q"], "issued_at": "2019-01-09T08:04:27.000000Z"}} 2019-01-09 08:04:27,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a223a97246bf0f213cd12422dc227e3dd468f8a6" 2019-01-09 08:04:28,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-88347003-67db-4e1f-8298-84f06b5d1856 Date: Wed, 09 Jan 2019 08:04:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:04:28,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-88347003-67db-4e1f-8298-84f06b5d1856 2019-01-09 08:04:28,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a223a97246bf0f213cd12422dc227e3dd468f8a6" 2019-01-09 08:04:28,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-362cf118-1a95-4b4a-a4f9-5843bed838fb Date: Wed, 09 Jan 2019 08:04:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:04:28,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-362cf118-1a95-4b4a-a4f9-5843bed838fb 2019-01-09 08:04:28,945 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-09 08:04:28,945 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2019-01-09 08:04:28,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,950 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:28,977 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-09 08:04:28,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:29,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["sWP-S5nsRwim4g7ox37WoA"], "issued_at": "2019-01-09T08:04:29.000000Z"}} 2019-01-09 08:04:29,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a8d6c4383363a3b8732927531c06e6b52b64af6a" 2019-01-09 08:04:30,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-bdcd8841-d124-4e32-a105-2c8284b91444 Date: Wed, 09 Jan 2019 08:04:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2019-01-09 08:04:30,181 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&name=foo used request id req-bdcd8841-d124-4e32-a105-2c8284b91444 2019-01-09 08:04:30,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:30,183 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-09 08:04:30,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:30,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["Evsw6OlWSaq3PCw3DISWiQ"], "issued_at": "2019-01-09T08:04:30.000000Z"}} 2019-01-09 08:04:30,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a20bf13f8426c03d57eab196456f7a7fff2cc92" 2019-01-09 08:04:30,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c228b43a-4c05-4314-8796-3dad86f69db2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:30,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c228b43a-4c05-4314-8796-3dad86f69db2 2019-01-09 08:04:30,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:04:30,655 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:04:30,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a20bf13f8426c03d57eab196456f7a7fff2cc92" 2019-01-09 08:04:30,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff0bca2d-869a-4e6a-9a7f-024225ba32f1 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "links": {"self": "http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e"}, "domain_id": "default", "enabled": true, "id": "68d93f91a2004370abd62b96bd1dfb1e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:30,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ff0bca2d-869a-4e6a-9a7f-024225ba32f1 2019-01-09 08:04:30,758 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:30,759 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-09 08:04:30,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:31,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["BO5N9d8ISsijSXAeYbQtKg"], "issued_at": "2019-01-09T08:04:31.000000Z"}} 2019-01-09 08:04:31,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2f785722e7d42399da517d0d98737c2045e0d" 2019-01-09 08:04:32,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6771d65b-0756-4ab2-9267-9f352bcca310 Date: Wed, 09 Jan 2019 08:04:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:04:32,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6771d65b-0756-4ab2-9267-9f352bcca310 2019-01-09 08:04:32,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:32,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["jXFakHRjTVeT96zCLhJHmA"], "issued_at": "2019-01-09T08:04:32.000000Z"}} 2019-01-09 08:04:32,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4220a4c3bda602ecc45c277d9c27963e81e295f4" 2019-01-09 08:04:33,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ff8fbe1e-bfb5-40f3-99b0-34783f15e86a Date: Wed, 09 Jan 2019 08:04:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:04:33,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-ff8fbe1e-bfb5-40f3-99b0-34783f15e86a 2019-01-09 08:04:33,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4220a4c3bda602ecc45c277d9c27963e81e295f4" 2019-01-09 08:04:34,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-eade813b-53b3-4b12-affb-42dac9dedf57 Date: Wed, 09 Jan 2019 08:04:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:04:34,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-eade813b-53b3-4b12-affb-42dac9dedf57 2019-01-09 08:04:34,493 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:04:34,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:34,558 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.30:5000/v2.0/tokens 2019-01-09 08:04:34,573 - keystoneauth.session - DEBUG - Request returned failure status: 401 2019-01-09 08:04:34,574 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:04:34,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:35,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["q7BA-KbAR0GTBLpNdHwQMA"], "issued_at": "2019-01-09T08:04:35.000000Z"}} 2019-01-09 08:04:35,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f4d8d1d8020365bbd818635cc113a7324bfb840" 2019-01-09 08:04:35,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3af4e2d4-9742-4e8c-be7a-be98e10cf2ea x-compute-request-id: req-3af4e2d4-9742-4e8c-be7a-be98e10cf2ea Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:04:35,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-3af4e2d4-9742-4e8c-be7a-be98e10cf2ea 2019-01-09 08:04:35,814 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:04:35,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:36,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["zN_LxLC7TJGZpYF6VUjUcQ"], "issued_at": "2019-01-09T08:04:36.000000Z"}} 2019-01-09 08:04:36,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a705890d68bb901fbe34443b243a97142cd9584" 2019-01-09 08:04:36,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04: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-6a968ba5-827b-42fe-a72f-7d1fac3b31d6 x-compute-request-id: req-6a968ba5-827b-42fe-a72f-7d1fac3b31d6 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 08:04:36,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-6a968ba5-827b-42fe-a72f-7d1fac3b31d6 2019-01-09 08:04:36,927 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-09 08:04:36,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:36,991 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.30:5000/v2.0/tokens 2019-01-09 08:04:37,006 - keystoneauth.session - DEBUG - Request returned failure status: 401 2019-01-09 08:04:37,006 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-09 08:04:37,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:37,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["Lq9NNk-pQeqcZDeA0nVfkQ"], "issued_at": "2019-01-09T08:04:37.000000Z"}} 2019-01-09 08:04:37,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08b657032da944c1f175b48fca8d4bf1b8c6787" 2019-01-09 08:04:38,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:37 GMT Server: Apache x-openstack-request-id: req-effe5212-16ec-4ba8-ab5f-830c9c850b60 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-09 08:04:38,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7/stacks used request id req-effe5212-16ec-4ba8-ab5f-830c9c850b60 2019-01-09 08:04:38,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:38,214 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-09 08:04:38,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:38,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "81e4c3711d2d4f75b56ef0ace9fda50e", "name": "heat_stack_owner"}, {"id": "02ec1741977f4b8ab8b0af9a21fd4f23", "name": "Member"}], "expires_at": "2019-01-09T09:04:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d320439586ad4f508e91cc06797844b7", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/d320439586ad4f508e91cc06797844b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "id": "68d93f91a2004370abd62b96bd1dfb1e"}, "audit_ids": ["kGvCoONZQLWKdljLeiOGiA"], "issued_at": "2019-01-09T08:04:38.000000Z"}} 2019-01-09 08:04:38,591 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fc582fd9b7ae1e574a5ee970235c9abf225ece2" 2019-01-09 08:04:39,478 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:38 GMT Server: Apache x-compute-request-id: req-4fec2f29-8133-44f0-a37c-211b767abc7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4fec2f29-8133-44f0-a37c-211b767abc7a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-09 08:04:39,478 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/d320439586ad4f508e91cc06797844b7/volumes/detail used request id req-4fec2f29-8133-44f0-a37c-211b767abc7a 2019-01-09 08:04:39,479 - 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.522s OK 2019-01-09 08:04:39,600 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:04:39,600 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2019-01-09 08:04:39,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:39,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:39,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d9a65be-0809-4fb8-954c-8a5e45c7988c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "02ec1741977f4b8ab8b0af9a21fd4f23", "links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "name": "Member"}, {"domain_id": null, "id": "81e4c3711d2d4f75b56ef0ace9fda50e", "links": {"self": "http://172.30.9.30:5000/v3/roles/81e4c3711d2d4f75b56ef0ace9fda50e"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:39,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9d9a65be-0809-4fb8-954c-8a5e45c7988c 2019-01-09 08:04:39,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.152709960938s 2019-01-09 08:04:39,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:04:39,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/81e4c3711d2d4f75b56ef0ace9fda50e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:39,935 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a3b18c2-387b-4cac-9126-fdedab22a6ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:39,935 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/81e4c3711d2d4f75b56ef0ace9fda50e used request id req-0a3b18c2-387b-4cac-9126-fdedab22a6ed 2019-01-09 08:04:39,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.176622867584s 2019-01-09 08:04:39,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:04:39,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:40,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da561387-f5b0-4da9-8d58-d01220ed35a6 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419", "links": {"self": "http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e"}, "domain_id": "default", "enabled": true, "id": "68d93f91a2004370abd62b96bd1dfb1e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:40,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-da561387-f5b0-4da9-8d58-d01220ed35a6 2019-01-09 08:04:40,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0989980697632s 2019-01-09 08:04:40,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-da561387-f5b0-4da9-8d58-d01220ed35a6 2019-01-09 08:04:40,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:04:40,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:40,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5c41599-7636-4efc-bcb7-d59fdca8aa84 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e"}, "enabled": true, "id": "68d93f91a2004370abd62b96bd1dfb1e", "options": {}, "domain_id": "default", "name": "connection_check-user_03f1b897-1a25-4bab-999c-d670d5cb3419"}} 2019-01-09 08:04:40,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e used request id req-d5c41599-7636-4efc-bcb7-d59fdca8aa84 2019-01-09 08:04:40,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108345985413s 2019-01-09 08:04:40,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e used request id req-d5c41599-7636-4efc-bcb7-d59fdca8aa84 2019-01-09 08:04:40,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 08:04:40,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:40,429 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c3d5bf7-9819-419a-86de-81ee98b606e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:40,429 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e used request id req-2c3d5bf7-9819-419a-86de-81ee98b606e8 2019-01-09 08:04:40,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.281044960022s 2019-01-09 08:04:40,430 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/68d93f91a2004370abd62b96bd1dfb1e used request id req-2c3d5bf7-9819-419a-86de-81ee98b606e8 2019-01-09 08:04:40,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:04:40,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:40,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c15769e0-eedb-4eba-9040-eeb2162c9ae4 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7"}, "enabled": true, "id": "d320439586ad4f508e91cc06797844b7", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_03f1b897-1a25-4bab-999c-d670d5cb3419"}]} 2019-01-09 08:04:40,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-c15769e0-eedb-4eba-9040-eeb2162c9ae4 2019-01-09 08:04:40,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0689032077789s 2019-01-09 08:04:40,500 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-c15769e0-eedb-4eba-9040-eeb2162c9ae4 2019-01-09 08:04:40,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 08:04:40,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:40,661 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8ccd054-8e48-4764-9ce1-e993ba0115f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:40,661 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7 used request id req-b8ccd054-8e48-4764-9ce1-e993ba0115f2 2019-01-09 08:04:40,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.159130811691s 2019-01-09 08:04:40,662 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/d320439586ad4f508e91cc06797844b7 used request id req-b8ccd054-8e48-4764-9ce1-e993ba0115f2 2019-01-09 08:04:40,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:40,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:40,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd58d372-6483-4e95-80bf-7bf819aeddc3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "02ec1741977f4b8ab8b0af9a21fd4f23", "links": {"self": "http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:40,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cd58d372-6483-4e95-80bf-7bf819aeddc3 2019-01-09 08:04:40,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0873618125916s 2019-01-09 08:04:40,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:04:40,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:40,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e07d3d2d-e740-4809-bcaf-6d21b3b16bdf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:40,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/02ec1741977f4b8ab8b0af9a21fd4f23 used request id req-e07d3d2d-e740-4809-bcaf-6d21b3b16bdf 2019-01-09 08:04:40,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.220093011856s 2019-01-09 08:04:40,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:04:40,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=d320439586ad4f508e91cc06797844b7&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}54af8fb9067b0a67bd377e2d7fb950595cd1d88e" 2019-01-09 08:04:41,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fce11751-7ced-49f0-9db8-d8ce206443b0 Date: Wed, 09 Jan 2019 08:04:41 GMT RESP BODY: {"security_groups": []} 2019-01-09 08:04:41,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=d320439586ad4f508e91cc06797844b7&name=default used request id req-fce11751-7ced-49f0-9db8-d8ce206443b0 2019-01-09 08:04:41,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.364274978638s 2019-01-09 08:04:41,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=d320439586ad4f508e91cc06797844b7&name=default used request id req-fce11751-7ced-49f0-9db8-d8ce206443b0 2019-01-09 08:04:41,362 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2019-01-09 08:04:41,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:04:41,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:04:41,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:04:41,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:04:41,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:04:41,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:04:41,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:04:41,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:04:41,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:04:41,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:04:41,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:04:41,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:04:41,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:04:41,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:04:41,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:04:41,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84f85bb0-ec0f-4d7a-adcc-717375b3a27d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:41,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-84f85bb0-ec0f-4d7a-adcc-717375b3a27d 2019-01-09 08:04:41,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:41,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["lYp0gM-0QxuDieJ_A2-rUQ"], "issued_at": "2019-01-09T08:04:41.000000Z"}} 2019-01-09 08:04:41,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:41,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:04:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:04:41,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:41,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296871f7-d139-4c93-ba27-e5066ffdf496 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:04:41,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-296871f7-d139-4c93-ba27-e5066ffdf496 2019-01-09 08:04:41,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.474143028259s 2019-01-09 08:04:41,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 08:04:41,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}}' 2019-01-09 08:04:41,994 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fc4a55f-b6aa-4683-a67e-848e92b49ba6 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.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:04:41,994 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8fc4a55f-b6aa-4683-a67e-848e92b49ba6 2019-01-09 08:04:41,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.126387119293s 2019-01-09 08:04:41,995 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-8fc4a55f-b6aa-4683-a67e-848e92b49ba6 2019-01-09 08:04:41,996 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704', 'id': u'88d6c71a30ca41f6a882b86c51b3b026', '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'})}) 2019-01-09 08:04:41,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 08:04:42,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.495292901993s 2019-01-09 08:04:42,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:42,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cedac46-bea3-4a3f-b87e-c73b1d75af65 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}, "domain_id": "default", "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:04:42,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6 used request id req-8cedac46-bea3-4a3f-b87e-c73b1d75af65 2019-01-09 08:04:42,597 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7143c923a73d4fe4b7a5094cdd0b8db6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704'}) 2019-01-09 08:04:42,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:42,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:42,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007a77a7-6205-4620-8a2f-2908399dce59 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:42,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-007a77a7-6205-4620-8a2f-2908399dce59 2019-01-09 08:04:42,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0178239345551s 2019-01-09 08:04:42,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:42,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:42,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f57ca892-633b-4c3d-ad43-f35d8a9e559e Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:42,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f57ca892-633b-4c3d-ad43-f35d8a9e559e 2019-01-09 08:04:42,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.138721942902s 2019-01-09 08:04:42,756 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:04:42,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:04:42,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" -d '{"role": {"name": "Member"}}' 2019-01-09 08:04:42,885 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23d26cd5-a2ce-4a7f-aaff-e7aef128214a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}} 2019-01-09 08:04:42,885 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-23d26cd5-a2ce-4a7f-aaff-e7aef128214a 2019-01-09 08:04:42,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.12894487381s 2019-01-09 08:04:42,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:42,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098278bd-c94f-4084-a457-6f2789c3362f Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "domain_id": null, "name": "Member", "id": "399d9bb657144a2dac8fd261373da638"}} 2019-01-09 08:04:42,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638 used request id req-098278bd-c94f-4084-a457-6f2789c3362f 2019-01-09 08:04:42,970 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638'}, 'domain_id': None, 'human_id': None, 'id': u'399d9bb657144a2dac8fd261373da638', 'HUMAN_ID': False}) 2019-01-09 08:04:42,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:42,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2e79dc9-e78a-46fc-bbdf-92f533a2caec Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:43,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d2e79dc9-e78a-46fc-bbdf-92f533a2caec 2019-01-09 08:04:43,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0784311294556s 2019-01-09 08:04:43,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:04:43,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9c16d8-2856-4fd6-90bd-6415979a7ca5 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:04:43,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-5f9c16d8-2856-4fd6-90bd-6415979a7ca5 2019-01-09 08:04:43,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0829420089722s 2019-01-09 08:04:43,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:04:43,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23607660-f6a1-4c69-8ea3-bb3e53d978b0 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:43,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-23607660-f6a1-4c69-8ea3-bb3e53d978b0 2019-01-09 08:04:43,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102592945099s 2019-01-09 08:04:43,237 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-23607660-f6a1-4c69-8ea3-bb3e53d978b0 2019-01-09 08:04:43,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:04:43,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a7dac9b-fa6e-47c2-ab78-4736ec33187e Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:04:43,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-6a7dac9b-fa6e-47c2-ab78-4736ec33187e 2019-01-09 08:04:43,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0758349895477s 2019-01-09 08:04:43,319 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-6a7dac9b-fa6e-47c2-ab78-4736ec33187e 2019-01-09 08:04:43,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:04:43,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=399d9bb657144a2dac8fd261373da638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb12b2b2-8668-4854-9d79-64aaffa40646 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=399d9bb657144a2dac8fd261373da638", "previous": null, "next": null}} 2019-01-09 08:04:43,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=399d9bb657144a2dac8fd261373da638 used request id req-cb12b2b2-8668-4854-9d79-64aaffa40646 2019-01-09 08:04:43,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0782289505005s 2019-01-09 08:04:43,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:04:43,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/7143c923a73d4fe4b7a5094cdd0b8db6/roles/399d9bb657144a2dac8fd261373da638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c27f486d-32d4-494a-ac60-9dc9bb58d41b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:43,622 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/7143c923a73d4fe4b7a5094cdd0b8db6/roles/399d9bb657144a2dac8fd261373da638 used request id req-c27f486d-32d4-494a-ac60-9dc9bb58d41b 2019-01-09 08:04:43,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.221662044525s 2019-01-09 08:04:43,623 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704', 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': 'e987434c-67c4-4016-aaf2-94c54123c56b', 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_992e1200-78d5-4c8b-b210-333e16ff8704', 'project_id': u'88d6c71a30ca41f6a882b86c51b3b026', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:04:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:04:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:04:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:04:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:04:43,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:04:43,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:04:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:04:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:04:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:04:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:04:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:04:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:04:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:04:43,626 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:04:43,628 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704', 'password': 'e987434c-67c4-4016-aaf2-94c54123c56b', 'project_name': 'api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '88d6c71a30ca41f6a882b86c51b3b026', 'project_domain_name': 'Default'} 2019-01-09 08:04:43,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:43,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d796e1f-b8bc-4b29-84ed-a5942de4602f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:43,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2d796e1f-b8bc-4b29-84ed-a5942de4602f 2019-01-09 08:04:43,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0717301368713s 2019-01-09 08:04:43,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:43,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a405372-d8a6-4d57-b46e-a3bc5a4c0a7f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:43,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-2a405372-d8a6-4d57-b46e-a3bc5a4c0a7f 2019-01-09 08:04:43,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.145364046097s 2019-01-09 08:04:43,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:04:43,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:43,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d747aba-a850-447d-84dc-679c405d21af Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:04:43,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-7d747aba-a850-447d-84dc-679c405d21af 2019-01-09 08:04:43,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0826458930969s 2019-01-09 08:04:43,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:04:43,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b08b01b-ffbb-40e9-b3ee-274087c9220e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:44,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7b08b01b-ffbb-40e9-b3ee-274087c9220e 2019-01-09 08:04:44,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.146981954575s 2019-01-09 08:04:44,081 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7b08b01b-ffbb-40e9-b3ee-274087c9220e 2019-01-09 08:04:44,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:04:44,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f953d0d-f2fc-43a7-adad-e0509a957949 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:04:44,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3f953d0d-f2fc-43a7-adad-e0509a957949 2019-01-09 08:04:44,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829219818115s 2019-01-09 08:04:44,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3f953d0d-f2fc-43a7-adad-e0509a957949 2019-01-09 08:04:44,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:04:44,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c75124a7-4183-45d1-b9a9-9a0da02b9614 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 08:04:44,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=90eb365fdb174f538db9443457456df8 used request id req-c75124a7-4183-45d1-b9a9-9a0da02b9614 2019-01-09 08:04:44,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0879812240601s 2019-01-09 08:04:44,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:04:44,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/7143c923a73d4fe4b7a5094cdd0b8db6/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdee249e-9b57-4173-83c7-3ca43eaed2df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:44,452 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/7143c923a73d4fe4b7a5094cdd0b8db6/roles/90eb365fdb174f538db9443457456df8 used request id req-cdee249e-9b57-4173-83c7-3ca43eaed2df 2019-01-09 08:04:44,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.189177036285s 2019-01-09 08:04:44,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:44,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3448250-5cd0-425c-acef-6a0fd25f04d4 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:44,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d3448250-5cd0-425c-acef-6a0fd25f04d4 2019-01-09 08:04:44,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781469345093s 2019-01-09 08:04:44,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:04:44,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-09 08:04:44,653 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a981f1fe-bf7e-497d-ba54-f9f0c0e17bb8 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}} 2019-01-09 08:04:44,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a981f1fe-bf7e-497d-ba54-f9f0c0e17bb8 2019-01-09 08:04:44,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.120405197144s 2019-01-09 08:04:44,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63756f6-a975-4cd7-bbda-dc6b3e99feb0 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "domain_id": null, "name": "heat_stack_owner", "id": "d0a161a8fcf242d292213ac15ef12e67"}} 2019-01-09 08:04:44,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67 used request id req-b63756f6-a975-4cd7-bbda-dc6b3e99feb0 2019-01-09 08:04:44,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:04:44,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595c5f82-b1cd-4317-9d1b-1eb953351a3c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:04:44,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-595c5f82-b1cd-4317-9d1b-1eb953351a3c 2019-01-09 08:04:44,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814988613129s 2019-01-09 08:04:44,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:04:44,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-386d6f26-b6e3-4bb1-a07a-4b13598bebdc Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:04:44,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-386d6f26-b6e3-4bb1-a07a-4b13598bebdc 2019-01-09 08:04:44,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0857920646667s 2019-01-09 08:04:44,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:04:44,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:44,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ba30ff-457c-4206-bd85-9c921a048dc6 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:44,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d6ba30ff-457c-4206-bd85-9c921a048dc6 2019-01-09 08:04:44,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0891048908234s 2019-01-09 08:04:44,987 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d6ba30ff-457c-4206-bd85-9c921a048dc6 2019-01-09 08:04:44,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:04:44,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:45,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87430de6-619c-4ccc-bd48-102538bd1336 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:04:45,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-87430de6-619c-4ccc-bd48-102538bd1336 2019-01-09 08:04:45,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0879220962524s 2019-01-09 08:04:45,081 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-87430de6-619c-4ccc-bd48-102538bd1336 2019-01-09 08:04:45,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:04:45,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=d0a161a8fcf242d292213ac15ef12e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:45,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbc21c3-0f70-4d7f-b9dd-46b5bce1fb96 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=d0a161a8fcf242d292213ac15ef12e67", "previous": null, "next": null}} 2019-01-09 08:04:45,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=7143c923a73d4fe4b7a5094cdd0b8db6&scope.project.id=88d6c71a30ca41f6a882b86c51b3b026&role.id=d0a161a8fcf242d292213ac15ef12e67 used request id req-3bbc21c3-0f70-4d7f-b9dd-46b5bce1fb96 2019-01-09 08:04:45,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.092670917511s 2019-01-09 08:04:45,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:04:45,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/7143c923a73d4fe4b7a5094cdd0b8db6/roles/d0a161a8fcf242d292213ac15ef12e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:04:45,290 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25b9e69a-b56b-4da0-97fe-1a063619c5df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:45,290 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/7143c923a73d4fe4b7a5094cdd0b8db6/roles/d0a161a8fcf242d292213ac15ef12e67 used request id req-25b9e69a-b56b-4da0-97fe-1a063619c5df 2019-01-09 08:04:45,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113546848297s 2019-01-09 08:04:45,290 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-09 08:04:45,290 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-09 08:04:45,291 - openstack_tests - INFO - OS Credentials = > 2019-01-09 08:04:45,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:45,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:45,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["7xBik-teT36A-zls0Hl22Q"], "issued_at": "2019-01-09T08:04:45.000000Z"}} 2019-01-09 08:04:45,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef478e35019d9d5cf85177484a22f82741ccae0" 2019-01-09 08:04:46,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-18e33182-b1a1-434a-80f6-71f2f43dd585 Date: Wed, 09 Jan 2019 08:04:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:04:46,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-18e33182-b1a1-434a-80f6-71f2f43dd585 2019-01-09 08:04:46,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef478e35019d9d5cf85177484a22f82741ccae0" 2019-01-09 08:04:47,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3b6a01ba-23c8-4ab2-bb90-221dd978e207 Date: Wed, 09 Jan 2019 08:04:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:04:47,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-3b6a01ba-23c8-4ab2-bb90-221dd978e207 2019-01-09 08:04:47,605 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-09 08:04:47,606 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2019-01-09 08:04:47,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,639 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,654 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,657 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:47,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:48,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["nBzKvI2OQayXDWQstzMhpg"], "issued_at": "2019-01-09T08:04:48.000000Z"}} 2019-01-09 08:04:48,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:48,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7b9adb-acb3-408a-93b8-c67fbb0ae11e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:48,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8f7b9adb-acb3-408a-93b8-c67fbb0ae11e 2019-01-09 08:04:48,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:04:48,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:04:48,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:48,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a419e9-d28c-4691-ba50-5b382c6c2922 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:04:48,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-53a419e9-d28c-4691-ba50-5b382c6c2922 2019-01-09 08:04:48,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-1437deb7-1d25-497b-90d1-c66b0e69c7f9-projName"}}' 2019-01-09 08:04:48,474 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-507809e3-cf94-4115-a13a-bdf0a36308f1 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/35c8dcf4c9d34bea800951430abff616"}, "enabled": true, "id": "35c8dcf4c9d34bea800951430abff616", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-1437deb7-1d25-497b-90d1-c66b0e69c7f9-projName"}} 2019-01-09 08:04:48,474 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-507809e3-cf94-4115-a13a-bdf0a36308f1 2019-01-09 08:04:48,474 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-1437deb7-1d25-497b-90d1-c66b0e69c7f9-projName 2019-01-09 08:04:48,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-1437deb7-1d25-497b-90d1-c66b0e69c7f9-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:48,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665fded9-ccd7-4329-8b04-20431a37887f Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-1437deb7-1d25-497b-90d1-c66b0e69c7f9-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/35c8dcf4c9d34bea800951430abff616"}, "enabled": true, "id": "35c8dcf4c9d34bea800951430abff616", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-1437deb7-1d25-497b-90d1-c66b0e69c7f9-projName"}]} 2019-01-09 08:04:48,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-1437deb7-1d25-497b-90d1-c66b0e69c7f9-projName used request id req-665fded9-ccd7-4329-8b04-20431a37887f 2019-01-09 08:04:48,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:48,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-decb835f-544f-474f-b71d-e593e1d43e4f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:04:48,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-decb835f-544f-474f-b71d-e593e1d43e4f 2019-01-09 08:04:48,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:49,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-ef1963e8-a47f-424f-bd7d-51f9eb263bdb Date: Wed, 09 Jan 2019 08:04:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:49Z", "updated_at": "2019-01-09T08:04:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:49Z", "revision_number": 0, "id": "325e48ca-a099-4c85-8525-46996f8e7ed3", "remote_group_id": "8655310f-12c2-4d22-88ca-174374255590", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:49Z", "security_group_id": "8655310f-12c2-4d22-88ca-174374255590", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:49Z", "revision_number": 0, "id": "4fffe8dc-e323-45b3-83bc-7ae9b840559b", "remote_group_id": "8655310f-12c2-4d22-88ca-174374255590", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:49Z", "security_group_id": "8655310f-12c2-4d22-88ca-174374255590", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:49Z", "revision_number": 0, "id": "5fec82d5-8c3c-4c2f-bf73-11db4ec14667", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:49Z", "security_group_id": "8655310f-12c2-4d22-88ca-174374255590", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:49Z", "revision_number": 0, "id": "fd179e4e-cc06-4a94-bd30-f2264eb798c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:49Z", "security_group_id": "8655310f-12c2-4d22-88ca-174374255590", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "8655310f-12c2-4d22-88ca-174374255590", "name": "default"}]} 2019-01-09 08:04:49,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-ef1963e8-a47f-424f-bd7d-51f9eb263bdb 2019-01-09 08:04:49,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:49,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65309e7-51dc-4ddd-9918-3eece5ccdfde Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:04:49,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-f65309e7-51dc-4ddd-9918-3eece5ccdfde 2019-01-09 08:04:49,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:49,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f024da7-4e4f-4380-a2a1-ccadf192f229 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:04:49,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-1f024da7-4e4f-4380-a2a1-ccadf192f229 2019-01-09 08:04:49,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:50,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-974ffa2a-1801-4202-8e02-9abe2020baa4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:04:50,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-974ffa2a-1801-4202-8e02-9abe2020baa4 2019-01-09 08:04:50,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8655310f-12c2-4d22-88ca-174374255590 2019-01-09 08:04:50,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8655310f-12c2-4d22-88ca-174374255590 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:50,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-48d9d6ae-1025-4d77-8072-b8cfaa4e5033 Date: Wed, 09 Jan 2019 08:04:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8655310f-12c2-4d22-88ca-174374255590", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:49Z", "security_group_id": "8655310f-12c2-4d22-88ca-174374255590", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:49Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "325e48ca-a099-4c85-8525-46996f8e7ed3"}, {"remote_group_id": "8655310f-12c2-4d22-88ca-174374255590", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:49Z", "security_group_id": "8655310f-12c2-4d22-88ca-174374255590", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:49Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "4fffe8dc-e323-45b3-83bc-7ae9b840559b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:49Z", "security_group_id": "8655310f-12c2-4d22-88ca-174374255590", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:49Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "5fec82d5-8c3c-4c2f-bf73-11db4ec14667"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:49Z", "security_group_id": "8655310f-12c2-4d22-88ca-174374255590", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:49Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "fd179e4e-cc06-4a94-bd30-f2264eb798c1"}]} 2019-01-09 08:04:50,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=8655310f-12c2-4d22-88ca-174374255590 used request id req-48d9d6ae-1025-4d77-8072-b8cfaa4e5033 2019-01-09 08:04:50,302 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 08:04:50,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/8655310f-12c2-4d22-88ca-174374255590 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:51,353 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-304cca54-44c7-40c4-b39a-24f71ac8ef0b Content-Length: 0 Date: Wed, 09 Jan 2019 08:04:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:04:51,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/8655310f-12c2-4d22-88ca-174374255590 used request id req-304cca54-44c7-40c4-b39a-24f71ac8ef0b 2019-01-09 08:04:51,354 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-1437deb7-1d25-497b-90d1-c66b0e69c7f9-projName 2019-01-09 08:04:51,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/35c8dcf4c9d34bea800951430abff616 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d51229336f1100a1aaabaa97be2aac13189ed77" 2019-01-09 08:04:51,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad34fb1f-3dbf-4b48-930e-5d8b8f943234 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:51,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/35c8dcf4c9d34bea800951430abff616 used request id req-ad34fb1f-3dbf-4b48-930e-5d8b8f943234 2019-01-09 08:04:51,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:51,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["myghOSJcRvWRF5H8QMPmWQ"], "issued_at": "2019-01-09T08:04:51.000000Z"}} 2019-01-09 08:04:51,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73a2e23d4d35b888e17957e4c102f0637a4642c3" 2019-01-09 08:04:52,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07c8e6a-f971-4274-81ba-486d38e2b4a5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:52,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a07c8e6a-f971-4274-81ba-486d38e2b4a5 2019-01-09 08:04:52,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:04:52,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:04:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:04:52,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73a2e23d4d35b888e17957e4c102f0637a4642c3" 2019-01-09 08:04:52,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3300078-52af-4cab-b36f-e7b1ec016a1c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:04:52,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d3300078-52af-4cab-b36f-e7b1ec016a1c 2019-01-09 08:04:52,503 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-db78e2e0-2319-4646-87ee-0914485b4b9a-username 2019-01-09 08:04:52,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73a2e23d4d35b888e17957e4c102f0637a4642c3" 2019-01-09 08:04:52,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c57d1294-386b-4f9b-97e8-d8b2261f1eaf Content-Encoding: gzip Content-Length: 916 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-db78e2e0-2319-4646-87ee-0914485b4b9a-username", "links": {"self": "http://172.30.9.30:5000/v3/users/452dd30e114c401ca4cd50dd35e840f0"}, "domain_id": "default", "enabled": true, "id": "452dd30e114c401ca4cd50dd35e840f0", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:04:52,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c57d1294-386b-4f9b-97e8-d8b2261f1eaf 2019-01-09 08:04:52,599 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-db78e2e0-2319-4646-87ee-0914485b4b9a-username 2019-01-09 08:04:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/452dd30e114c401ca4cd50dd35e840f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73a2e23d4d35b888e17957e4c102f0637a4642c3" 2019-01-09 08:04:52,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b6583a0-edc7-4360-886c-f7168014823b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:52,822 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/452dd30e114c401ca4cd50dd35e840f0 used request id req-2b6583a0-edc7-4360-886c-f7168014823b 2019-01-09 08:04:52,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:53,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["bcsEIPyyR52MI0grmpIC0g"], "issued_at": "2019-01-09T08:04:53.000000Z"}} 2019-01-09 08:04:53,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c71d50bbd2e913a050e2bee7959e0c8628bab42e" 2019-01-09 08:04:53,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd3824eb-56db-4bd1-8f3d-70ee28616c88 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:53,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cd3824eb-56db-4bd1-8f3d-70ee28616c88 2019-01-09 08:04:53,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:53,316 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-09 08:04:53,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:53,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["LJa9BuSpRimcWr3v7myNoQ"], "issued_at": "2019-01-09T08:04:53.000000Z"}} 2019-01-09 08:04:53,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cab56aa3e243d6a8dc23de89cb0919a4164ab9b" 2019-01-09 08:04:53,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14038d1e-a429-40de-a928-c124daa1ebc5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:53,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-14038d1e-a429-40de-a928-c124daa1ebc5 2019-01-09 08:04:53,803 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:53,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:54,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["0HKTqA6tQUedd68KWIrO7g"], "issued_at": "2019-01-09T08:04:54.000000Z"}} 2019-01-09 08:04:54,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:54,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["b59HpdOvTF61hqe-8R3iJg"], "issued_at": "2019-01-09T08:04:54.000000Z"}} 2019-01-09 08:04:54,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e284a480513ac92c1d300e0de943e3b8abe6bbf6" 2019-01-09 08:04:54,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7607e203-56a1-4c0e-a478-ac5f2bbc976c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:54,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7607e203-56a1-4c0e-a478-ac5f2bbc976c 2019-01-09 08:04:54,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:54,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:55,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["qIY2OHjoRgunNEiD6heaog"], "issued_at": "2019-01-09T08:04:55.000000Z"}} 2019-01-09 08:04:55,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:55,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["-xmYLZDjShuYfTZvjCWP1w"], "issued_at": "2019-01-09T08:04:55.000000Z"}} 2019-01-09 08:04:55,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa8dad8f97300e64221bd6c741076f9f42f8b880" 2019-01-09 08:04:55,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ece2e243-95a8-4372-8003-ff96f05f255b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:55,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ece2e243-95a8-4372-8003-ff96f05f255b 2019-01-09 08:04:55,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:55,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:56,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["76TuFxpGRH2ZpDnVgtakyA"], "issued_at": "2019-01-09T08:04:56.000000Z"}} 2019-01-09 08:04:56,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:56,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:56,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["21lq2Qn6S-mu2jf_irqX0w"], "issued_at": "2019-01-09T08:04:56.000000Z"}} 2019-01-09 08:04:56,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:04:56,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:57,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["fPVZJK2QQeu0R1xCnrvXMw"], "issued_at": "2019-01-09T08:04:56.000000Z"}} 2019-01-09 08:04:57,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:04:57,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:04:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["iQya9dpBSWSXrDb2FMSvzw"], "issued_at": "2019-01-09T08:04:57.000000Z"}} 2019-01-09 08:04:57,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:57,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5352e509-fd4d-4930-8e23-b057bf699cd3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:04:57,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5352e509-fd4d-4930-8e23-b057bf699cd3 2019-01-09 08:04:57,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:04:57,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:04: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:04:57,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:57,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd35565-73b6-41c0-8b31-029105e28567 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:04:57,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-efd35565-73b6-41c0-8b31-029105e28567 2019-01-09 08:04:57,844 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-username 2019-01-09 08:04:57,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:57,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f2ebeb-e5d3-404f-969d-bb739bcd1041 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:04:57,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-e8f2ebeb-e5d3-404f-969d-bb739bcd1041 2019-01-09 08:04:57,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-projName"}}' 2019-01-09 08:04:58,171 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb3f321b-4785-4184-9234-813187b204f5 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4e9d7046abc8432dbe289dc92335a3a1"}, "enabled": true, "id": "4e9d7046abc8432dbe289dc92335a3a1", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-projName"}} 2019-01-09 08:04:58,171 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fb3f321b-4785-4184-9234-813187b204f5 2019-01-09 08:04:58,171 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-projName 2019-01-09 08:04:58,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" -d '{"role": {"name": "KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-role"}}' 2019-01-09 08:04:58,250 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-046343be-912f-44b5-96f5-85aeae621e8c Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b8f99a8ec54942cebc216c10269d151f", "links": {"self": "http://172.30.9.30:5000/v3/roles/b8f99a8ec54942cebc216c10269d151f"}, "name": "KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-role"}} 2019-01-09 08:04:58,250 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-046343be-912f-44b5-96f5-85aeae621e8c 2019-01-09 08:04:58,251 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-role 2019-01-09 08:04:58,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/b8f99a8ec54942cebc216c10269d151f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:58,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d41d5d5a-5662-49b3-88c0-5183232a2bd1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/b8f99a8ec54942cebc216c10269d151f"}, "domain_id": null, "name": "KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-role", "id": "b8f99a8ec54942cebc216c10269d151f"}} 2019-01-09 08:04:58,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/b8f99a8ec54942cebc216c10269d151f used request id req-d41d5d5a-5662-49b3-88c0-5183232a2bd1 2019-01-09 08:04:58,355 - keystone_utils - INFO - Granting role KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-role to project KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-projName 2019-01-09 08:04:58,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/4e9d7046abc8432dbe289dc92335a3a1/users/543a9c7c501d4ddd80ac1865c8d664fa/roles/b8f99a8ec54942cebc216c10269d151f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:58,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6535e7b-60bc-447e-ba11-4bb0b21cbbe0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:04:58,525 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4e9d7046abc8432dbe289dc92335a3a1/users/543a9c7c501d4ddd80ac1865c8d664fa/roles/b8f99a8ec54942cebc216c10269d151f used request id req-c6535e7b-60bc-447e-ba11-4bb0b21cbbe0 2019-01-09 08:04:58,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/4e9d7046abc8432dbe289dc92335a3a1/users/543a9c7c501d4ddd80ac1865c8d664fa/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:58,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b16317-dc4b-4a85-a202-5b868cb4fb13 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/4e9d7046abc8432dbe289dc92335a3a1/users/543a9c7c501d4ddd80ac1865c8d664fa/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "b8f99a8ec54942cebc216c10269d151f", "links": {"self": "http://172.30.9.30:5000/v3/roles/b8f99a8ec54942cebc216c10269d151f"}, "name": "KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-role"}]} 2019-01-09 08:04:58,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/4e9d7046abc8432dbe289dc92335a3a1/users/543a9c7c501d4ddd80ac1865c8d664fa/roles used request id req-72b16317-dc4b-4a85-a202-5b868cb4fb13 2019-01-09 08:04:58,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:59,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-34bfb7cf-8741-4db0-bea9-2d0b20c52e37 Date: Wed, 09 Jan 2019 08:04:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:59Z", "updated_at": "2019-01-09T08:04:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:59Z", "revision_number": 0, "id": "24dda778-9d83-4ec3-8207-c52f3144b3d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:59Z", "security_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:59Z", "revision_number": 0, "id": "d2328477-1601-4925-8134-0730c3f856bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:59Z", "security_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:59Z", "revision_number": 0, "id": "eede2714-9437-4b71-9059-3f371b7e1eab", "remote_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:59Z", "security_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:59Z", "revision_number": 0, "id": "effbce77-dc1c-4050-9818-5adbb32228f8", "remote_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:59Z", "security_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}]} 2019-01-09 08:04:59,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-34bfb7cf-8741-4db0-bea9-2d0b20c52e37 2019-01-09 08:04:59,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:59,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95ce5de9-3399-4012-8a30-d2fdf6ffb0a4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:04:59,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-95ce5de9-3399-4012-8a30-d2fdf6ffb0a4 2019-01-09 08:04:59,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:04:59,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8445a53-7ede-465a-a4c3-2ccfdb904e21 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:04:59,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-c8445a53-7ede-465a-a4c3-2ccfdb904e21 2019-01-09 08:04:59,914 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1a8a8e42-2cbf-4748-81c6-28e9f4608a4b 2019-01-09 08:04:59,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1a8a8e42-2cbf-4748-81c6-28e9f4608a4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:05:00,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-eba0305e-cda4-4df9-bca3-b7dad79b83c8 Date: Wed, 09 Jan 2019 08:05: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": "2019-01-09T08:04:59Z", "security_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:59Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "24dda778-9d83-4ec3-8207-c52f3144b3d8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:59Z", "security_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:59Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "d2328477-1601-4925-8134-0730c3f856bc"}, {"remote_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:59Z", "security_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:59Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "eede2714-9437-4b71-9059-3f371b7e1eab"}, {"remote_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:59Z", "security_group_id": "1a8a8e42-2cbf-4748-81c6-28e9f4608a4b", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:04:59Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "effbce77-dc1c-4050-9818-5adbb32228f8"}]} 2019-01-09 08:05:00,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1a8a8e42-2cbf-4748-81c6-28e9f4608a4b used request id req-eba0305e-cda4-4df9-bca3-b7dad79b83c8 2019-01-09 08:05:00,658 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 08:05:00,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/1a8a8e42-2cbf-4748-81c6-28e9f4608a4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:05:01,672 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b5bea05-56e2-4e20-bd7a-1ee227dd07c8 Content-Length: 0 Date: Wed, 09 Jan 2019 08:05:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:05:01,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/1a8a8e42-2cbf-4748-81c6-28e9f4608a4b used request id req-0b5bea05-56e2-4e20-bd7a-1ee227dd07c8 2019-01-09 08:05:01,672 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-projName 2019-01-09 08:05:01,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4e9d7046abc8432dbe289dc92335a3a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:05:01,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3320d6d9-56f6-4bfb-acce-b63f4af6eca3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:01,890 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4e9d7046abc8432dbe289dc92335a3a1 used request id req-3320d6d9-56f6-4bfb-acce-b63f4af6eca3 2019-01-09 08:05:01,890 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-username 2019-01-09 08:05:01,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/543a9c7c501d4ddd80ac1865c8d664fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:05:02,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03a69429-2e2a-437e-90f0-9d6ffbd9a980 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:02,189 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/543a9c7c501d4ddd80ac1865c8d664fa used request id req-03a69429-2e2a-437e-90f0-9d6ffbd9a980 2019-01-09 08:05:02,189 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-1096cd8b-b9f1-4a65-a0e6-fcd82cbd19bf-role 2019-01-09 08:05:02,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/b8f99a8ec54942cebc216c10269d151f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}572c395229f9ec3381b4a18acafbdb4be0823bff" 2019-01-09 08:05:02,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19c57eaa-2d77-4a63-86ed-c9a494b99098 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:02,318 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/b8f99a8ec54942cebc216c10269d151f used request id req-19c57eaa-2d77-4a63-86ed-c9a494b99098 2019-01-09 08:05:02,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:02,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["3t-bqYgSSXmsD5zhjlPoxg"], "issued_at": "2019-01-09T08:05:02.000000Z"}} 2019-01-09 08:05:02,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82f9b8070ef916f53fe09288ce63473017c7c7a" 2019-01-09 08:05:02,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed8931c9-f564-43ad-a852-203e4b697935 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:02,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ed8931c9-f564-43ad-a852-203e4b697935 2019-01-09 08:05:02,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:02,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:03,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["FF6I2EX9Smusl89QHRpZbQ"], "issued_at": "2019-01-09T08:05:03.000000Z"}} 2019-01-09 08:05:03,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:03,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83107e68-76d6-425c-8154-971e270e598c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:03,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-83107e68-76d6-425c-8154-971e270e598c 2019-01-09 08:05:03,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:03,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:03,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:03,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-668087fb-72ff-40ed-a418-67eec83a3156 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:03,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-668087fb-72ff-40ed-a418-67eec83a3156 2019-01-09 08:05:03,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:03,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48cbccd4-5859-4bf3-a70d-843dcca823f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:03,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-48cbccd4-5859-4bf3-a70d-843dcca823f9 2019-01-09 08:05:03,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:03,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d87f16-1f8e-41ed-b8bc-30e657814182 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:03,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-06d87f16-1f8e-41ed-b8bc-30e657814182 2019-01-09 08:05:03,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:04,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98671a47-f387-47fd-9b4b-e19e65a71f73 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:04,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-98671a47-f387-47fd-9b4b-e19e65a71f73 2019-01-09 08:05:04,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/2c2096c299544aa59c2a728d7fedde33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:04,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb564e1-68b3-4045-8647-68e61a57baa5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/2c2096c299544aa59c2a728d7fedde33"}, "enabled": true, "id": "2c2096c299544aa59c2a728d7fedde33", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-57c0ff5b-bf5d-4da-name"}} 2019-01-09 08:05:04,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2c2096c299544aa59c2a728d7fedde33 used request id req-4bb564e1-68b3-4045-8647-68e61a57baa5 2019-01-09 08:05:04,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/2c2096c299544aa59c2a728d7fedde33/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:04,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581187ef-482a-4c89-b494-32b7d4ac91d3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/2c2096c299544aa59c2a728d7fedde33/roles", "previous": null, "next": null}, "roles": []} 2019-01-09 08:05:04,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/2c2096c299544aa59c2a728d7fedde33/roles used request id req-581187ef-482a-4c89-b494-32b7d4ac91d3 2019-01-09 08:05:04,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:04,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f79a5c6-0c34-4356-b974-e090bf7ffc78 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "domain_id": null, "name": "admin", "id": "90eb365fdb174f538db9443457456df8"}} 2019-01-09 08:05:04,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 used request id req-8f79a5c6-0c34-4356-b974-e090bf7ffc78 2019-01-09 08:05:04,312 - keystone_utils - INFO - Granting role admin to project api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 2019-01-09 08:05:04,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/2c2096c299544aa59c2a728d7fedde33/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:04,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72b94a48-70f2-491a-8dc1-a7a5834a8c57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:04,494 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/2c2096c299544aa59c2a728d7fedde33/roles/90eb365fdb174f538db9443457456df8 used request id req-72b94a48-70f2-491a-8dc1-a7a5834a8c57 2019-01-09 08:05:04,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:04,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e516774-ecfc-4116-9911-c1723c1e8e1c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:04,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0e516774-ecfc-4116-9911-c1723c1e8e1c 2019-01-09 08:05:04,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:04,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188c2adb-f396-487c-9ce0-0ca4e1c735d7 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:04,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-188c2adb-f396-487c-9ce0-0ca4e1c735d7 2019-01-09 08:05:04,673 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-57c0ff5b-bf5d-4da-name 2019-01-09 08:05:04,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:04,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:04,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82f9b8070ef916f53fe09288ce63473017c7c7a" 2019-01-09 08:05:04,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-379a1ed3-f329-4996-90de-38c54650232a Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-57c0ff5b-bf5d-4da-name", "links": {"self": "http://172.30.9.30:5000/v3/users/2c2096c299544aa59c2a728d7fedde33"}, "domain_id": "default", "enabled": true, "id": "2c2096c299544aa59c2a728d7fedde33", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:04,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-379a1ed3-f329-4996-90de-38c54650232a 2019-01-09 08:05:04,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82f9b8070ef916f53fe09288ce63473017c7c7a" 2019-01-09 08:05:04,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9522f7eb-8141-4241-ba03-6980837a9c45 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:04,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9522f7eb-8141-4241-ba03-6980837a9c45 2019-01-09 08:05:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82f9b8070ef916f53fe09288ce63473017c7c7a" 2019-01-09 08:05:04,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1ce996-70a9-4605-85d6-7a6f80d3c8c7 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:04,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-8a1ce996-70a9-4605-85d6-7a6f80d3c8c7 2019-01-09 08:05:04,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/2c2096c299544aa59c2a728d7fedde33/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82f9b8070ef916f53fe09288ce63473017c7c7a" 2019-01-09 08:05:05,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a455a49d-38af-4a50-91e3-f8b5c7b23542 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/2c2096c299544aa59c2a728d7fedde33/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}]} 2019-01-09 08:05:05,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/2c2096c299544aa59c2a728d7fedde33/roles used request id req-a455a49d-38af-4a50-91e3-f8b5c7b23542 2019-01-09 08:05:05,068 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-57c0ff5b-bf5d-4da-name 2019-01-09 08:05:05,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/2c2096c299544aa59c2a728d7fedde33 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e28e5b61e9b369a4a3122d7a66d631299650bd" 2019-01-09 08:05:05,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fa6f9ec-1ad8-4706-b7e8-b9b04181a497 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:05,308 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/2c2096c299544aa59c2a728d7fedde33 used request id req-6fa6f9ec-1ad8-4706-b7e8-b9b04181a497 2019-01-09 08:05:05,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:05,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Z6fCiU_GTziydOqS_taiUA"], "issued_at": "2019-01-09T08:05:05.000000Z"}} 2019-01-09 08:05:05,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adc71b9e965dd5c72aacca5e4d314ba773a55f4" 2019-01-09 08:05:05,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4043c9c5-e623-4175-a794-a05fd2e64299 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:05,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4043c9c5-e623-4175-a794-a05fd2e64299 2019-01-09 08:05:05,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:05,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:06,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["CH421NU6TTK83SVzJei6aA"], "issued_at": "2019-01-09T08:05:06.000000Z"}} 2019-01-09 08:05:06,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:06,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48c0bce-54d5-4f74-8c78-7d6a354468f2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:06,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e48c0bce-54d5-4f74-8c78-7d6a354468f2 2019-01-09 08:05:06,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:06,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:06,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:06,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e45c13-a14f-4b26-9d15-6b960a7f0948 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:06,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f5e45c13-a14f-4b26-9d15-6b960a7f0948 2019-01-09 08:05:06,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:06,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9bca5b7-c273-49b9-91ba-436fe556bbbf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:06,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c9bca5b7-c273-49b9-91ba-436fe556bbbf 2019-01-09 08:05:06,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:07,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da3beec5-019d-4b1c-b987-66546ebcb002 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:07,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-da3beec5-019d-4b1c-b987-66546ebcb002 2019-01-09 08:05:07,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:07,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9492a91-030f-4ea5-ab57-4840111859f6 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:07,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-a9492a91-030f-4ea5-ab57-4840111859f6 2019-01-09 08:05:07,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/11a64750aaad4223b895a807a9f79a88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:07,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64efb84f-aa47-4d95-903e-435367318011 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/11a64750aaad4223b895a807a9f79a88"}, "enabled": true, "id": "11a64750aaad4223b895a807a9f79a88", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-a861237d-fc6d-489-name"}} 2019-01-09 08:05:07,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/11a64750aaad4223b895a807a9f79a88 used request id req-64efb84f-aa47-4d95-903e-435367318011 2019-01-09 08:05:07,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/11a64750aaad4223b895a807a9f79a88/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:07,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24b3ca6-7100-4a95-9e09-5acb7faeec9f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/11a64750aaad4223b895a807a9f79a88/roles", "previous": null, "next": null}, "roles": []} 2019-01-09 08:05:07,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/11a64750aaad4223b895a807a9f79a88/roles used request id req-b24b3ca6-7100-4a95-9e09-5acb7faeec9f 2019-01-09 08:05:07,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:07,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dbc2085-430e-41a7-a12f-13d9b5945b3e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "domain_id": null, "name": "admin", "id": "90eb365fdb174f538db9443457456df8"}} 2019-01-09 08:05:07,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 used request id req-2dbc2085-430e-41a7-a12f-13d9b5945b3e 2019-01-09 08:05:07,431 - keystone_utils - INFO - Granting role admin to project api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 2019-01-09 08:05:07,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/11a64750aaad4223b895a807a9f79a88/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:07,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c561c73-91fc-42ac-b94e-b25bc5438369 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:07,597 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/11a64750aaad4223b895a807a9f79a88/roles/90eb365fdb174f538db9443457456df8 used request id req-4c561c73-91fc-42ac-b94e-b25bc5438369 2019-01-09 08:05:07,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:07,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53d0a480-073e-4497-b396-95c854df4ade Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:07,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-53d0a480-073e-4497-b396-95c854df4ade 2019-01-09 08:05:07,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:07,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3268548c-631d-4622-84fc-0741a6f66a48 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:07,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-3268548c-631d-4622-84fc-0741a6f66a48 2019-01-09 08:05:07,711 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-a861237d-fc6d-489-name 2019-01-09 08:05:07,711 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a861237d-fc6d-489-name 2019-01-09 08:05:07,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:07,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:07,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/11a64750aaad4223b895a807a9f79a88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9adc71b9e965dd5c72aacca5e4d314ba773a55f4" 2019-01-09 08:05:08,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c61246ae-3a0c-4dff-853f-7a7614033dc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:08,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/11a64750aaad4223b895a807a9f79a88 used request id req-c61246ae-3a0c-4dff-853f-7a7614033dc5 2019-01-09 08:05:08,007 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-a861237d-fc6d-489-name 2019-01-09 08:05:08,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/11a64750aaad4223b895a807a9f79a88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60a9fe04db0301fd08fa5ee2cedbe62a101a8d6" 2019-01-09 08:05:08,117 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:05:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cae22e7b-e65a-456a-8d56-1f5ad92e3ab2 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 11a64750aaad4223b895a807a9f79a88.", "code": 404, "title": "Not Found"}} 2019-01-09 08:05:08,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/11a64750aaad4223b895a807a9f79a88 used request id req-cae22e7b-e65a-456a-8d56-1f5ad92e3ab2 2019-01-09 08:05:08,118 - keystoneauth.session - DEBUG - Request returned failure status: 404 2019-01-09 08:05:08,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:08,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["6pWUAlIETrOmQh7TXELxKQ"], "issued_at": "2019-01-09T08:05:08.000000Z"}} 2019-01-09 08:05:08,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}091e66dc46942da9f0c60d1e40a315e41bdfcc7e" 2019-01-09 08:05:08,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd89d7e7-556c-4cbd-8efb-0646c86ac744 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:08,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-dd89d7e7-556c-4cbd-8efb-0646c86ac744 2019-01-09 08:05:08,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:08,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:08,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["6uHHK5DnT1e7MBNzlswDMA"], "issued_at": "2019-01-09T08:05:08.000000Z"}} 2019-01-09 08:05:08,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:09,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1f33fe-bdc3-4ca1-a006-efe6cf3616bb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:09,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cd1f33fe-bdc3-4ca1-a006-efe6cf3616bb 2019-01-09 08:05:09,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:09,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:09,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:09,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac16f159-db2a-41f6-a05f-d2293979e3fc Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:09,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ac16f159-db2a-41f6-a05f-d2293979e3fc 2019-01-09 08:05:09,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:09,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf41399a-e3f8-4f8c-959f-59282caaeafb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:09,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-cf41399a-e3f8-4f8c-959f-59282caaeafb 2019-01-09 08:05:09,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:09,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b0ceb1d-92d2-4f9b-9cc0-5ea52d7d1c58 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:09,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6b0ceb1d-92d2-4f9b-9cc0-5ea52d7d1c58 2019-01-09 08:05:09,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:09,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e98d9d17-f60d-473a-9a3d-ff250bde43ab Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:09,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-e98d9d17-f60d-473a-9a3d-ff250bde43ab 2019-01-09 08:05:09,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/b0a4672a2608477d81ff1b733e761ad8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:09,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed09afb2-ff81-41e0-a8f1-40e0c3a86259 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/b0a4672a2608477d81ff1b733e761ad8"}, "enabled": true, "id": "b0a4672a2608477d81ff1b733e761ad8", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-f1ff11fc-5046-472-name"}} 2019-01-09 08:05:09,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b0a4672a2608477d81ff1b733e761ad8 used request id req-ed09afb2-ff81-41e0-a8f1-40e0c3a86259 2019-01-09 08:05:09,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/b0a4672a2608477d81ff1b733e761ad8/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:09,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d0b06c0-d6ba-430c-9212-99c82087119d Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/b0a4672a2608477d81ff1b733e761ad8/roles", "previous": null, "next": null}, "roles": []} 2019-01-09 08:05:09,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/b0a4672a2608477d81ff1b733e761ad8/roles used request id req-4d0b06c0-d6ba-430c-9212-99c82087119d 2019-01-09 08:05:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:09,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2503e654-4e07-4fb6-8b70-00dfe40e3f5a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "domain_id": null, "name": "admin", "id": "90eb365fdb174f538db9443457456df8"}} 2019-01-09 08:05:09,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 used request id req-2503e654-4e07-4fb6-8b70-00dfe40e3f5a 2019-01-09 08:05:09,979 - keystone_utils - INFO - Granting role admin to project api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 2019-01-09 08:05:09,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/b0a4672a2608477d81ff1b733e761ad8/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:10,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5baaa530-d9d5-4e4a-b942-ab22f39b87f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:10,111 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/b0a4672a2608477d81ff1b733e761ad8/roles/90eb365fdb174f538db9443457456df8 used request id req-5baaa530-d9d5-4e4a-b942-ab22f39b87f7 2019-01-09 08:05:10,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:10,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af1beb9d-c2c7-44fc-9df9-69809a932695 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:10,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-af1beb9d-c2c7-44fc-9df9-69809a932695 2019-01-09 08:05:10,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:10,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-060223dc-5f45-4408-8293-f1c6467a7c3a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:10,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-060223dc-5f45-4408-8293-f1c6467a7c3a 2019-01-09 08:05:10,315 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-f1ff11fc-5046-472-name 2019-01-09 08:05:10,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:10,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:10,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}091e66dc46942da9f0c60d1e40a315e41bdfcc7e" 2019-01-09 08:05:10,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731a2586-3309-4990-8dc5-4576290f9f3b Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-f1ff11fc-5046-472-name", "links": {"self": "http://172.30.9.30:5000/v3/users/b0a4672a2608477d81ff1b733e761ad8"}, "domain_id": "default", "enabled": true, "id": "b0a4672a2608477d81ff1b733e761ad8", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:10,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-731a2586-3309-4990-8dc5-4576290f9f3b 2019-01-09 08:05:10,430 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-f1ff11fc-5046-472-name 2019-01-09 08:05:10,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/b0a4672a2608477d81ff1b733e761ad8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8913408005d686dd9d8b6fbbd12ea1cbecd5f13" 2019-01-09 08:05:10,618 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c97fe50d-7c41-4ad0-a466-8081c730e389 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:10,618 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b0a4672a2608477d81ff1b733e761ad8 used request id req-c97fe50d-7c41-4ad0-a466-8081c730e389 2019-01-09 08:05:10,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:11,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["VBi-5OL9SKqpA_uQ5WFB0g"], "issued_at": "2019-01-09T08:05:11.000000Z"}} 2019-01-09 08:05:11,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c6fb0b85140217de4f6b67a9a354ed5a1ee51b3" 2019-01-09 08:05:11,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b62de2ba-477d-4217-acd4-047d3fb7ee0b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:11,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b62de2ba-477d-4217-acd4-047d3fb7ee0b 2019-01-09 08:05:11,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:11,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:11,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["d2KbXuHzTLuRJPFFRrycNQ"], "issued_at": "2019-01-09T08:05:11.000000Z"}} 2019-01-09 08:05:11,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:11,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2546f9a-0980-4c70-bd84-a39cbc436d02 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:11,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a2546f9a-0980-4c70-bd84-a39cbc436d02 2019-01-09 08:05:11,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:11,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:11,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:11,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcfba41c-49d1-4344-801d-756a44daa607 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:11,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-bcfba41c-49d1-4344-801d-756a44daa607 2019-01-09 08:05:11,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:11,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d41b72a9-d13e-40a7-be2b-03e107717595 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:11,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-d41b72a9-d13e-40a7-be2b-03e107717595 2019-01-09 08:05:12,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:12,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d7f28b-b773-48fc-9960-27a8a7935447 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:12,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c8d7f28b-b773-48fc-9960-27a8a7935447 2019-01-09 08:05:12,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:12,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88bdce1a-4a53-498f-96b3-1a3aa8c349db Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:12,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-88bdce1a-4a53-498f-96b3-1a3aa8c349db 2019-01-09 08:05:12,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/229fd9f9705c44f59ee231b50fed4e41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:12,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e546a992-4171-4e9d-928d-60bb0bd0d850 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/229fd9f9705c44f59ee231b50fed4e41"}, "enabled": true, "id": "229fd9f9705c44f59ee231b50fed4e41", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-50fa1682-c887-4bd-name"}} 2019-01-09 08:05:12,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/229fd9f9705c44f59ee231b50fed4e41 used request id req-e546a992-4171-4e9d-928d-60bb0bd0d850 2019-01-09 08:05:12,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/229fd9f9705c44f59ee231b50fed4e41/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:12,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a69c2b2-0c81-4e37-9b00-000c53a96bce Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/229fd9f9705c44f59ee231b50fed4e41/roles", "previous": null, "next": null}, "roles": []} 2019-01-09 08:05:12,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/229fd9f9705c44f59ee231b50fed4e41/roles used request id req-7a69c2b2-0c81-4e37-9b00-000c53a96bce 2019-01-09 08:05:12,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:12,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d111aef-84b6-4b06-93b1-9f1597b77d19 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "domain_id": null, "name": "admin", "id": "90eb365fdb174f538db9443457456df8"}} 2019-01-09 08:05:12,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 used request id req-0d111aef-84b6-4b06-93b1-9f1597b77d19 2019-01-09 08:05:12,635 - keystone_utils - INFO - Granting role admin to project api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 2019-01-09 08:05:12,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/229fd9f9705c44f59ee231b50fed4e41/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:12,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76ac1099-df2c-4ed8-bdd0-86ac41a768c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:12,801 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026/users/229fd9f9705c44f59ee231b50fed4e41/roles/90eb365fdb174f538db9443457456df8 used request id req-76ac1099-df2c-4ed8-bdd0-86ac41a768c5 2019-01-09 08:05:12,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:12,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5554133-0a8c-4e37-9748-0a54d26f5a09 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:12,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e5554133-0a8c-4e37-9748-0a54d26f5a09 2019-01-09 08:05:12,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:12,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f286130-a1b8-48e4-ad6a-864cbb16a770 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}]} 2019-01-09 08:05:12,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704 used request id req-7f286130-a1b8-48e4-ad6a-864cbb16a770 2019-01-09 08:05:12,979 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-50fa1682-c887-4bd-name 2019-01-09 08:05:12,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:12,987 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:12,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c6fb0b85140217de4f6b67a9a354ed5a1ee51b3" 2019-01-09 08:05:13,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ca0c2b-e028-451e-9464-91147536193b Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-50fa1682-c887-4bd-name", "links": {"self": "http://172.30.9.30:5000/v3/users/229fd9f9705c44f59ee231b50fed4e41"}, "domain_id": "default", "enabled": true, "id": "229fd9f9705c44f59ee231b50fed4e41", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:13,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-88ca0c2b-e028-451e-9464-91147536193b 2019-01-09 08:05:13,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:13,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:13,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["LBi4C90DQyStooCnd_lWqw"], "issued_at": "2019-01-09T08:05:13.000000Z"}} 2019-01-09 08:05:13,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3cd37e142f1e1f674fc39bb2d9cd666a6cf73c" 2019-01-09 08:05:13,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d77298-fbe0-435d-8388-d5e5c28236c2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:13,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-78d77298-fbe0-435d-8388-d5e5c28236c2 2019-01-09 08:05:13,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:13,678 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:13,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a3cd37e142f1e1f674fc39bb2d9cd666a6cf73c" 2019-01-09 08:05:13,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ce51fc-60b8-49d9-abe9-9a66b0937c1a Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-50fa1682-c887-4bd-name", "links": {"self": "http://172.30.9.30:5000/v3/users/229fd9f9705c44f59ee231b50fed4e41"}, "domain_id": "default", "enabled": true, "id": "229fd9f9705c44f59ee231b50fed4e41", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:13,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-59ce51fc-60b8-49d9-abe9-9a66b0937c1a 2019-01-09 08:05:13,781 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-50fa1682-c887-4bd-name 2019-01-09 08:05:13,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/229fd9f9705c44f59ee231b50fed4e41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af375062c2016dc997aea87331b7c89ba01078cd" 2019-01-09 08:05:13,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17df1c72-0b1b-4e03-98f4-e8e9ae6c2c58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:13,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/229fd9f9705c44f59ee231b50fed4e41 used request id req-17df1c72-0b1b-4e03-98f4-e8e9ae6c2c58 2019-01-09 08:05:13,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:14,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["zjo4ZtcsRgC5Ni_fdhqIkA"], "issued_at": "2019-01-09T08:05:14.000000Z"}} 2019-01-09 08:05:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd3e939cbdb0eae526d269e5c6957ba4165860e" 2019-01-09 08:05:14,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c22cc498-a074-4a0d-a2cb-4ee134f30f4a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:14,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c22cc498-a074-4a0d-a2cb-4ee134f30f4a 2019-01-09 08:05:14,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:14,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:14,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["WNX6nOfYS6eWnZ7aKir0-g"], "issued_at": "2019-01-09T08:05:14.000000Z"}} 2019-01-09 08:05:14,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:14,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0225e08e-1308-4391-9ab3-6fb0d7dc4c57 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:14,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0225e08e-1308-4391-9ab3-6fb0d7dc4c57 2019-01-09 08:05:14,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:14,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:14,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c2300706-bb45-4fe-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:15,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f6324b0-ee76-46fe-ab26-24712249cd2d Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c2300706-bb45-4fe-name", "previous": null, "next": null}, "projects": []} 2019-01-09 08:05:15,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c2300706-bb45-4fe-name used request id req-3f6324b0-ee76-46fe-ab26-24712249cd2d 2019-01-09 08:05:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:15,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f583c867-53a0-40e1-8e13-17de5352b163 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:15,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-f583c867-53a0-40e1-8e13-17de5352b163 2019-01-09 08:05:15,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-c2300706-bb45-4fe-name"}}' 2019-01-09 08:05:15,234 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f83a54eb-b2be-4579-b586-dee8c979cce7 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/7c02ac01beec40e6a2f4e90da80459b5"}, "enabled": true, "id": "7c02ac01beec40e6a2f4e90da80459b5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c2300706-bb45-4fe-name"}} 2019-01-09 08:05:15,234 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f83a54eb-b2be-4579-b586-dee8c979cce7 2019-01-09 08:05:15,235 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-c2300706-bb45-4fe-name 2019-01-09 08:05:15,235 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-c2300706-bb45-4fe-name 2019-01-09 08:05:15,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:15,243 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:15,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/7c02ac01beec40e6a2f4e90da80459b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd3e939cbdb0eae526d269e5c6957ba4165860e" 2019-01-09 08:05:15,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00a60ca1-c526-4ba0-aa38-4be90a421e58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:15,314 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7c02ac01beec40e6a2f4e90da80459b5 used request id req-00a60ca1-c526-4ba0-aa38-4be90a421e58 2019-01-09 08:05:15,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:16,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d822d422-a1d4-4d46-b339-8b06fd9ad032 Date: Wed, 09 Jan 2019 08:05:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}]} 2019-01-09 08:05:16,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d822d422-a1d4-4d46-b339-8b06fd9ad032 2019-01-09 08:05:16,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:16,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b3f38a3-be7b-4416-b2f5-35ee09c61e3a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:05:16,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-6b3f38a3-be7b-4416-b2f5-35ee09c61e3a 2019-01-09 08:05:16,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:16,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa4609f6-7287-4e66-ade8-241bbc00ab36 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:05:16,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-aa4609f6-7287-4e66-ade8-241bbc00ab36 2019-01-09 08:05:16,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:16,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7953d17-c649-43b3-a484-57cbc9b6a5b0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:05:16,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-a7953d17-c649-43b3-a484-57cbc9b6a5b0 2019-01-09 08:05:16,683 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-c2300706-bb45-4fe-name 2019-01-09 08:05:16,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/7c02ac01beec40e6a2f4e90da80459b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:16,770 - keystoneauth.session - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:05:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d2b3d30-4dde-4b61-8587-6a036e754269 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 7c02ac01beec40e6a2f4e90da80459b5.", "code": 404, "title": "Not Found"}} 2019-01-09 08:05:16,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7c02ac01beec40e6a2f4e90da80459b5 used request id req-7d2b3d30-4dde-4b61-8587-6a036e754269 2019-01-09 08:05:16,770 - keystoneauth.session - DEBUG - Request returned failure status: 404 2019-01-09 08:05:16,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:16,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a61ba660-fab1-4fd3-8151-974dd4344f40 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:16,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a61ba660-fab1-4fd3-8151-974dd4344f40 2019-01-09 08:05:16,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd3e939cbdb0eae526d269e5c6957ba4165860e" 2019-01-09 08:05:16,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bdbdea3-e383-42e1-a6f8-c9b086ea4458 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:05:16,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-2bdbdea3-e383-42e1-a6f8-c9b086ea4458 2019-01-09 08:05:16,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6a2b4f46fd9710f8b162e849e20c5eb86f9960" 2019-01-09 08:05:17,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b50098f-b797-420c-9177-b48e7ad6638c Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:17,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8b50098f-b797-420c-9177-b48e7ad6638c 2019-01-09 08:05:17,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:17,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["DfA8Q92hTVe-Yl5aM5VPbA"], "issued_at": "2019-01-09T08:05:17.000000Z"}} 2019-01-09 08:05:17,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54796046d9f19ae94504ed2b73c19f7fe9229629" 2019-01-09 08:05:17,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ae3605-d184-4f33-b3da-4e313903f738 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:17,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c0ae3605-d184-4f33-b3da-4e313903f738 2019-01-09 08:05:17,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:17,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:17,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["DHuqu2W0Qc-ot55FnlY2mg"], "issued_at": "2019-01-09T08:05:17.000000Z"}} 2019-01-09 08:05:17,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:17,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9cc858e-4fbc-47f0-ae76-d1bcf1d81c8b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:17,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c9cc858e-4fbc-47f0-ae76-d1bcf1d81c8b 2019-01-09 08:05:17,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:17,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:17,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-403b4e43-0205-430-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:17,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f170abcc-7e34-4dba-a1e9-260833bca9ff Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-403b4e43-0205-430-name", "previous": null, "next": null}, "projects": []} 2019-01-09 08:05:17,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-403b4e43-0205-430-name used request id req-f170abcc-7e34-4dba-a1e9-260833bca9ff 2019-01-09 08:05:17,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:18,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0169f7f7-c91c-4bfe-992d-dc3a33960cab Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:18,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-0169f7f7-c91c-4bfe-992d-dc3a33960cab 2019-01-09 08:05:18,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-403b4e43-0205-430-name"}}' 2019-01-09 08:05:18,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2ee02f5-e022-4057-a8d4-246757503f36 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1686b5f8cb0f4f58b89b5d9c9a9ea8f9"}, "enabled": true, "id": "1686b5f8cb0f4f58b89b5d9c9a9ea8f9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-403b4e43-0205-430-name"}} 2019-01-09 08:05:18,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b2ee02f5-e022-4057-a8d4-246757503f36 2019-01-09 08:05:18,229 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-403b4e43-0205-430-name 2019-01-09 08:05:18,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:18,237 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:18,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-403b4e43-0205-430-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54796046d9f19ae94504ed2b73c19f7fe9229629" 2019-01-09 08:05:18,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee8c38f-2aea-4aca-a4ad-12fdde2e19aa Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-403b4e43-0205-430-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/1686b5f8cb0f4f58b89b5d9c9a9ea8f9"}, "enabled": true, "id": "1686b5f8cb0f4f58b89b5d9c9a9ea8f9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-403b4e43-0205-430-name"}]} 2019-01-09 08:05:18,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-403b4e43-0205-430-name used request id req-2ee8c38f-2aea-4aca-a4ad-12fdde2e19aa 2019-01-09 08:05:18,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54796046d9f19ae94504ed2b73c19f7fe9229629" 2019-01-09 08:05:18,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4034d63-d62b-465b-a084-7af42b22048c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:05:18,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-c4034d63-d62b-465b-a084-7af42b22048c 2019-01-09 08:05:18,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:19,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-bf074b4f-0d5f-45ab-ad8a-75c771d0db7f Date: Wed, 09 Jan 2019 08:05:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}]} 2019-01-09 08:05:19,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-bf074b4f-0d5f-45ab-ad8a-75c771d0db7f 2019-01-09 08:05:19,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:19,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f362ecb2-9e9b-4355-979c-dfd84f428080 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:05:19,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-f362ecb2-9e9b-4355-979c-dfd84f428080 2019-01-09 08:05:19,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:19,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24d0a32-85c7-41a6-a5dd-206f8ea7f4e6 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:05:19,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-a24d0a32-85c7-41a6-a5dd-206f8ea7f4e6 2019-01-09 08:05:19,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:19,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a87818e9-4b8e-45f4-93b2-0e6e3a97795e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:05:19,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-a87818e9-4b8e-45f4-93b2-0e6e3a97795e 2019-01-09 08:05:19,639 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-403b4e43-0205-430-name 2019-01-09 08:05:19,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/1686b5f8cb0f4f58b89b5d9c9a9ea8f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:19,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c11ec96-9c77-4d46-86c4-0aea7598cf41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:19,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/1686b5f8cb0f4f58b89b5d9c9a9ea8f9 used request id req-7c11ec96-9c77-4d46-86c4-0aea7598cf41 2019-01-09 08:05:19,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c02589e5cdb13019c2a2bedc6bc86a2f7c619284" 2019-01-09 08:05:19,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3125f55-a34c-4506-84a5-ffa7b78b65ca Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:19,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f3125f55-a34c-4506-84a5-ffa7b78b65ca 2019-01-09 08:05:19,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:20,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Axzb7s5FRaWEfzZdj66erg"], "issued_at": "2019-01-09T08:05:20.000000Z"}} 2019-01-09 08:05:20,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def61ff0800a0cb074401d37ae4bf434d7435dc" 2019-01-09 08:05:20,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a9732e-7700-49ea-ad91-79551603d803 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:20,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-27a9732e-7700-49ea-ad91-79551603d803 2019-01-09 08:05:20,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:20,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:20,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["tLkvKXi2ThyCOwx7sQI7GA"], "issued_at": "2019-01-09T08:05:20.000000Z"}} 2019-01-09 08:05:20,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:20,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6daf07-9bce-483c-a3e5-41c7183fbe31 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:20,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cf6daf07-9bce-483c-a3e5-41c7183fbe31 2019-01-09 08:05:20,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:20,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:20,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:20,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e22dd8-a5c2-4418-84bc-75ea706c828d Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name", "previous": null, "next": null}, "projects": []} 2019-01-09 08:05:20,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name used request id req-c2e22dd8-a5c2-4418-84bc-75ea706c828d 2019-01-09 08:05:20,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:20,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75969cdb-2b9f-4471-ad4e-536901246742 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:20,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-75969cdb-2b9f-4471-ad4e-536901246742 2019-01-09 08:05:20,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-ba083e51-b7df-48f-name"}}' 2019-01-09 08:05:21,071 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8b0fd4a-ac7e-4e70-9e77-0d1e4c9260f5 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4e256663b20b47ecbe83701d1f756d7a"}, "enabled": true, "id": "4e256663b20b47ecbe83701d1f756d7a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ba083e51-b7df-48f-name"}} 2019-01-09 08:05:21,071 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f8b0fd4a-ac7e-4e70-9e77-0d1e4c9260f5 2019-01-09 08:05:21,071 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ba083e51-b7df-48f-name 2019-01-09 08:05:21,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:21,080 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:21,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def61ff0800a0cb074401d37ae4bf434d7435dc" 2019-01-09 08:05:21,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ab089e-5964-4809-b2ff-70c75c318f9e Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4e256663b20b47ecbe83701d1f756d7a"}, "enabled": true, "id": "4e256663b20b47ecbe83701d1f756d7a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ba083e51-b7df-48f-name"}]} 2019-01-09 08:05:21,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name used request id req-e6ab089e-5964-4809-b2ff-70c75c318f9e 2019-01-09 08:05:21,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:21,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:21,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["opfjVrbDTpu1tY--Y4kw6A"], "issued_at": "2019-01-09T08:05:21.000000Z"}} 2019-01-09 08:05:21,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e263958d7dfdd7615ee4bb2ef93ea831f27d2801" 2019-01-09 08:05:21,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e872e76-83b4-4b92-a05b-dd2f3398813b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:21,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6e872e76-83b4-4b92-a05b-dd2f3398813b 2019-01-09 08:05:21,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:21,571 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:21,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e263958d7dfdd7615ee4bb2ef93ea831f27d2801" 2019-01-09 08:05:21,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e3719a-390a-412c-8938-737d426dae8e Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/4e256663b20b47ecbe83701d1f756d7a"}, "enabled": true, "id": "4e256663b20b47ecbe83701d1f756d7a", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ba083e51-b7df-48f-name"}]} 2019-01-09 08:05:21,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba083e51-b7df-48f-name used request id req-50e3719a-390a-412c-8938-737d426dae8e 2019-01-09 08:05:21,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2def61ff0800a0cb074401d37ae4bf434d7435dc" 2019-01-09 08:05:21,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051b4168-cda4-43ef-88cb-99f636c6594f Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:05:21,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-051b4168-cda4-43ef-88cb-99f636c6594f 2019-01-09 08:05:21,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:21,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-3aa066c0-a8ca-46aa-bd59-f28ada47603c Date: Wed, 09 Jan 2019 08:05:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}]} 2019-01-09 08:05:21,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-3aa066c0-a8ca-46aa-bd59-f28ada47603c 2019-01-09 08:05:21,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:22,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a510390-1d3f-4e65-af4e-d89a36d7172e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:05:22,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-2a510390-1d3f-4e65-af4e-d89a36d7172e 2019-01-09 08:05:22,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:22,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-038ce9d0-dfdb-4e0c-bca2-07c655e81b02 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:05:22,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-038ce9d0-dfdb-4e0c-bca2-07c655e81b02 2019-01-09 08:05:22,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:22,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d448573-86b7-45bd-bdf1-c125911f7bf1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:05:22,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-3d448573-86b7-45bd-bdf1-c125911f7bf1 2019-01-09 08:05:22,182 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ba083e51-b7df-48f-name 2019-01-09 08:05:22,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/4e256663b20b47ecbe83701d1f756d7a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:22,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a78ad7a9-160b-4b64-acb3-de7f9c9d8f5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:22,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4e256663b20b47ecbe83701d1f756d7a used request id req-a78ad7a9-160b-4b64-acb3-de7f9c9d8f5c 2019-01-09 08:05:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43afb03deab83b44f2d47844522e23b5eafb01b5" 2019-01-09 08:05:22,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0346c076-0fad-411b-9c17-0ae088419ef7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:22,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0346c076-0fad-411b-9c17-0ae088419ef7 2019-01-09 08:05:22,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:22,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["B0HFVyYkSHiOYhdiTfQHTQ"], "issued_at": "2019-01-09T08:05:22.000000Z"}} 2019-01-09 08:05:22,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31789283bf13405993d9869a4aa87411e8ccaf4b" 2019-01-09 08:05:22,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da8f5d8e-7717-47b3-8a62-240f8dc2c2d0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:22,891 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-da8f5d8e-7717-47b3-8a62-240f8dc2c2d0 2019-01-09 08:05:22,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:22,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:23,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["VOoWpofXQ7CRE852TzBtEQ"], "issued_at": "2019-01-09T08:05:23.000000Z"}} 2019-01-09 08:05:23,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9aac6efe9c053de874d3af7dcf7bac96ddee36c" 2019-01-09 08:05:23,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea86a033-e2d7-4c11-9caa-02daf3802d16 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:23,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ea86a033-e2d7-4c11-9caa-02daf3802d16 2019-01-09 08:05:23,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:23,373 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:23,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-0fc9add6-4733-4b4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9aac6efe9c053de874d3af7dcf7bac96ddee36c" 2019-01-09 08:05:23,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5959c4f-582c-4be9-9f86-2aba6160c28f Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-0fc9add6-4733-4b4-name", "previous": null, "next": null}, "projects": []} 2019-01-09 08:05:23,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-0fc9add6-4733-4b4-name used request id req-a5959c4f-582c-4be9-9f86-2aba6160c28f 2019-01-09 08:05:23,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9aac6efe9c053de874d3af7dcf7bac96ddee36c" 2019-01-09 08:05:23,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81efd418-61e9-4d78-890d-0e86ab8aa3b1 Content-Encoding: gzip Content-Length: 114 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=foo", "previous": null, "next": null}} 2019-01-09 08:05:23,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=foo used request id req-81efd418-61e9-4d78-890d-0e86ab8aa3b1 2019-01-09 08:05:23,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9aac6efe9c053de874d3af7dcf7bac96ddee36c" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-0fc9add6-4733-4b4-name"}}' 2019-01-09 08:05:23,646 - keystoneauth.session - DEBUG - RESP: [400] Date: Wed, 09 Jan 2019 08:05:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2b10150-fea8-490e-855e-0feb03c1f3a5 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2019-01-09 08:05:23,647 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d2b10150-fea8-490e-855e-0feb03c1f3a5 2019-01-09 08:05:23,647 - keystoneauth.session - DEBUG - Request returned failure status: 400 2019-01-09 08:05:23,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9aac6efe9c053de874d3af7dcf7bac96ddee36c" 2019-01-09 08:05:23,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-538d66a1-6dad-433d-9204-91d2b235d9d4 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:23,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-538d66a1-6dad-433d-9204-91d2b235d9d4 2019-01-09 08:05:23,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:24,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["PlP-wW5jR-68m8Ih5nvckw"], "issued_at": "2019-01-09T08:05:24.000000Z"}} 2019-01-09 08:05:24,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e7fd73421b1d4ab32604f8036368747af952d9d" 2019-01-09 08:05:24,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb30140f-2cb2-4f7b-ac9a-ef9171032173 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:24,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bb30140f-2cb2-4f7b-ac9a-ef9171032173 2019-01-09 08:05:24,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:24,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:24,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["9Cuq-lxUQOOCZTalHt0uvA"], "issued_at": "2019-01-09T08:05:24.000000Z"}} 2019-01-09 08:05:24,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:24,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-615da624-ef15-4cf1-ae6d-3b457214b067 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:24,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-615da624-ef15-4cf1-ae6d-3b457214b067 2019-01-09 08:05:24,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:24,630 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:24,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5c7e05e-ab27-485-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:24,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd18b08d-f563-4c19-b0a4-684cb3af4272 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5c7e05e-ab27-485-name", "previous": null, "next": null}, "projects": []} 2019-01-09 08:05:24,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5c7e05e-ab27-485-name used request id req-dd18b08d-f563-4c19-b0a4-684cb3af4272 2019-01-09 08:05:24,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:24,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f00765-6476-4ec2-a1d1-1de308822c12 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:24,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-11f00765-6476-4ec2-a1d1-1de308822c12 2019-01-09 08:05:24,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-d5c7e05e-ab27-485-name"}}' 2019-01-09 08:05:24,857 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bc763f2-1b0e-4cc4-bc9c-84f634c854ce Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/50e9fd3fbab54f82833734837eacd54b"}, "enabled": true, "id": "50e9fd3fbab54f82833734837eacd54b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d5c7e05e-ab27-485-name"}} 2019-01-09 08:05:24,858 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-1bc763f2-1b0e-4cc4-bc9c-84f634c854ce 2019-01-09 08:05:24,858 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d5c7e05e-ab27-485-name 2019-01-09 08:05:24,858 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:05:24,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/50e9fd3fbab54f82833734837eacd54b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:25,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05: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-d5f9fd14-4272-43a3-8818-c6da59ce43ce x-compute-request-id: req-d5f9fd14-4272-43a3-8818-c6da59ce43ce Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "50e9fd3fbab54f82833734837eacd54b", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-09 08:05:25,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/50e9fd3fbab54f82833734837eacd54b used request id req-d5f9fd14-4272-43a3-8818-c6da59ce43ce 2019-01-09 08:05:25,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/50e9fd3fbab54f82833734837eacd54b -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" -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}}' 2019-01-09 08:05:26,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05: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-cc58af03-ef8a-4998-8162-c44eb753fcb5 x-compute-request-id: req-cc58af03-ef8a-4998-8162-c44eb753fcb5 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}} 2019-01-09 08:05:26,789 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/50e9fd3fbab54f82833734837eacd54b used request id req-cc58af03-ef8a-4998-8162-c44eb753fcb5 2019-01-09 08:05:26,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:26,798 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:26,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5c7e05e-ab27-485-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e7fd73421b1d4ab32604f8036368747af952d9d" 2019-01-09 08:05:26,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2acb64f7-55ea-47cd-84a6-bf7a8c371d31 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5c7e05e-ab27-485-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/50e9fd3fbab54f82833734837eacd54b"}, "enabled": true, "id": "50e9fd3fbab54f82833734837eacd54b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d5c7e05e-ab27-485-name"}]} 2019-01-09 08:05:26,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5c7e05e-ab27-485-name used request id req-2acb64f7-55ea-47cd-84a6-bf7a8c371d31 2019-01-09 08:05:26,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e7fd73421b1d4ab32604f8036368747af952d9d" 2019-01-09 08:05:26,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea90e802-8603-43a5-868a-4cf4d5514cc1 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:05:26,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-ea90e802-8603-43a5-868a-4cf4d5514cc1 2019-01-09 08:05:26,968 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:05:26,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/50e9fd3fbab54f82833734837eacd54b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e7fd73421b1d4ab32604f8036368747af952d9d" 2019-01-09 08:05:27,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33f5ab0b-b4aa-41c4-81d5-e863110803c5 x-compute-request-id: req-33f5ab0b-b4aa-41c4-81d5-e863110803c5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "50e9fd3fbab54f82833734837eacd54b", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-09 08:05:27,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/50e9fd3fbab54f82833734837eacd54b used request id req-33f5ab0b-b4aa-41c4-81d5-e863110803c5 2019-01-09 08:05:27,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:28,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d4053062-00d7-4d8d-8e9a-b33aff326cff Date: Wed, 09 Jan 2019 08:05:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}]} 2019-01-09 08:05:28,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-d4053062-00d7-4d8d-8e9a-b33aff326cff 2019-01-09 08:05:28,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:28,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2d770ec-09a9-4afa-9acd-de8b2ba9b30f Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:05:28,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-e2d770ec-09a9-4afa-9acd-de8b2ba9b30f 2019-01-09 08:05:28,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:28,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105a06d8-5d6e-46b3-b0e0-a53cc6175661 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:05:28,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-105a06d8-5d6e-46b3-b0e0-a53cc6175661 2019-01-09 08:05:28,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:28,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4433d5e7-6e0e-4c5b-918e-1a6656828270 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:05:28,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-4433d5e7-6e0e-4c5b-918e-1a6656828270 2019-01-09 08:05:28,450 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d5c7e05e-ab27-485-name 2019-01-09 08:05:28,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/50e9fd3fbab54f82833734837eacd54b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:28,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82a988a8-cd74-46d4-b070-8024edd1928b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:28,718 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/50e9fd3fbab54f82833734837eacd54b used request id req-82a988a8-cd74-46d4-b070-8024edd1928b 2019-01-09 08:05:28,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b530af3b13c91ce4a72e6ab52aa0e46fa9c2f862" 2019-01-09 08:05:28,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a65d583c-c9c1-4dc2-a5a2-8180fa6efba7 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:28,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a65d583c-c9c1-4dc2-a5a2-8180fa6efba7 2019-01-09 08:05:28,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:29,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["-a-ZrVM-S7WXnFx1sJfvjg"], "issued_at": "2019-01-09T08:05:29.000000Z"}} 2019-01-09 08:05:29,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1fd662047a71a9604557410f8b0035e59d8c4f" 2019-01-09 08:05:29,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a74b21e-a7b3-475d-b188-d7517d813988 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:29,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9a74b21e-a7b3-475d-b188-d7517d813988 2019-01-09 08:05:29,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:29,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:29,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["M4URsHHbShahTS-RZ1OTlw"], "issued_at": "2019-01-09T08:05:29.000000Z"}} 2019-01-09 08:05:29,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:29,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99237922-3b08-49e7-ae8a-ee42cd5f3670 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:29,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-99237922-3b08-49e7-ae8a-ee42cd5f3670 2019-01-09 08:05:29,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:29,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:29,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4b5ad0e2-5b96-415-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:29,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7475def1-aaa1-4dc7-82e4-afb33a235b2a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4b5ad0e2-5b96-415-name", "previous": null, "next": null}, "projects": []} 2019-01-09 08:05:29,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4b5ad0e2-5b96-415-name used request id req-7475def1-aaa1-4dc7-82e4-afb33a235b2a 2019-01-09 08:05:29,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:29,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3341046-b40b-41b6-a408-6756401f1623 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:29,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c3341046-b40b-41b6-a408-6756401f1623 2019-01-09 08:05:29,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-4b5ad0e2-5b96-415-name"}}' 2019-01-09 08:05:30,049 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05376db4-e55e-4e0e-a8c8-024159ab376a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/30f4abd7a1f24cfdab2209ed6a29eb4e"}, "enabled": true, "id": "30f4abd7a1f24cfdab2209ed6a29eb4e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4b5ad0e2-5b96-415-name"}} 2019-01-09 08:05:30,049 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-05376db4-e55e-4e0e-a8c8-024159ab376a 2019-01-09 08:05:30,050 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4b5ad0e2-5b96-415-name 2019-01-09 08:05:30,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:30,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:30,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4b5ad0e2-5b96-415-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1fd662047a71a9604557410f8b0035e59d8c4f" 2019-01-09 08:05:30,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e6071d-afd4-4adb-bf37-ddcf655c6c44 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4b5ad0e2-5b96-415-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/30f4abd7a1f24cfdab2209ed6a29eb4e"}, "enabled": true, "id": "30f4abd7a1f24cfdab2209ed6a29eb4e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4b5ad0e2-5b96-415-name"}]} 2019-01-09 08:05:30,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4b5ad0e2-5b96-415-name used request id req-88e6071d-afd4-4adb-bf37-ddcf655c6c44 2019-01-09 08:05:30,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1fd662047a71a9604557410f8b0035e59d8c4f" 2019-01-09 08:05:30,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ac529b-89e7-4035-9fcf-cb578162ddd8 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:05:30,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-36ac529b-89e7-4035-9fcf-cb578162ddd8 2019-01-09 08:05:30,232 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:05:30,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:8774/v2.1/os-quota-sets/30f4abd7a1f24cfdab2209ed6a29eb4e -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" -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}}' 2019-01-09 08:05:30,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db220f11-c53c-4c55-a12a-9e0f24e9d7f4 x-compute-request-id: req-db220f11-c53c-4c55-a12a-9e0f24e9d7f4 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}} 2019-01-09 08:05:30,803 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/30f4abd7a1f24cfdab2209ed6a29eb4e used request id req-db220f11-c53c-4c55-a12a-9e0f24e9d7f4 2019-01-09 08:05:30,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/quotas/30f4abd7a1f24cfdab2209ed6a29eb4e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2019-01-09 08:05:31,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-48f6979c-7895-47db-aa0a-856b22bead9c Date: Wed, 09 Jan 2019 08:05:31 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}} 2019-01-09 08:05:31,058 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/30f4abd7a1f24cfdab2209ed6a29eb4e used request id req-48f6979c-7895-47db-aa0a-856b22bead9c 2019-01-09 08:05:31,059 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:05:31,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/30f4abd7a1f24cfdab2209ed6a29eb4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:31,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05: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-aa1fcb15-14cd-4d6a-8fec-629f902b0540 x-compute-request-id: req-aa1fcb15-14cd-4d6a-8fec-629f902b0540 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "30f4abd7a1f24cfdab2209ed6a29eb4e", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-09 08:05:31,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/30f4abd7a1f24cfdab2209ed6a29eb4e used request id req-aa1fcb15-14cd-4d6a-8fec-629f902b0540 2019-01-09 08:05:31,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/30f4abd7a1f24cfdab2209ed6a29eb4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:32,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-6818a612-6a9c-48dc-8ae8-a4a40bb5449a Date: Wed, 09 Jan 2019 08:05:32 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}} 2019-01-09 08:05:32,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/30f4abd7a1f24cfdab2209ed6a29eb4e used request id req-6818a612-6a9c-48dc-8ae8-a4a40bb5449a 2019-01-09 08:05:32,458 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:05:32,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-quota-sets/30f4abd7a1f24cfdab2209ed6a29eb4e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1fd662047a71a9604557410f8b0035e59d8c4f" 2019-01-09 08:05:33,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d5762fa-efca-494f-9ca7-617eadc0a70c x-compute-request-id: req-1d5762fa-efca-494f-9ca7-617eadc0a70c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "30f4abd7a1f24cfdab2209ed6a29eb4e", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-09 08:05:33,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-sets/30f4abd7a1f24cfdab2209ed6a29eb4e used request id req-1d5762fa-efca-494f-9ca7-617eadc0a70c 2019-01-09 08:05:33,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/quotas/30f4abd7a1f24cfdab2209ed6a29eb4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f1fd662047a71a9604557410f8b0035e59d8c4f" 2019-01-09 08:05:34,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-1b7d35ae-78a7-46c6-a2ac-f2f7303f1e47 Date: Wed, 09 Jan 2019 08:05:34 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}} 2019-01-09 08:05:34,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/30f4abd7a1f24cfdab2209ed6a29eb4e used request id req-1b7d35ae-78a7-46c6-a2ac-f2f7303f1e47 2019-01-09 08:05:34,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:34,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-aec8b36f-be8f-45e0-b60f-0199324c829d Date: Wed, 09 Jan 2019 08:05:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}]} 2019-01-09 08:05:34,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-aec8b36f-be8f-45e0-b60f-0199324c829d 2019-01-09 08:05:35,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:35,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c894236-1559-47ba-9e39-60112b9d1ac8 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:05:35,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-8c894236-1559-47ba-9e39-60112b9d1ac8 2019-01-09 08:05:35,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:35,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-080a1b7b-bd25-4255-aae5-1d3728f053a3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:05:35,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-080a1b7b-bd25-4255-aae5-1d3728f053a3 2019-01-09 08:05:35,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:35,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0498763-b6cb-43b8-ac9e-7dfffaf31978 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:05:35,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-a0498763-b6cb-43b8-ac9e-7dfffaf31978 2019-01-09 08:05:35,280 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4b5ad0e2-5b96-415-name 2019-01-09 08:05:35,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/30f4abd7a1f24cfdab2209ed6a29eb4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:35,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12f315ab-26a2-438b-9567-c1bda6454afb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:35,435 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/30f4abd7a1f24cfdab2209ed6a29eb4e used request id req-12f315ab-26a2-438b-9567-c1bda6454afb 2019-01-09 08:05:35,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5546685657e07247e6b19cd0bcba935698d06079" 2019-01-09 08:05:35,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882bac66-f3c8-46da-abfb-2b4981679147 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:35,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-882bac66-f3c8-46da-abfb-2b4981679147 2019-01-09 08:05:35,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:35,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["oEsxWccWTbmPQ3YXDwM20A"], "issued_at": "2019-01-09T08:05:35.000000Z"}} 2019-01-09 08:05:35,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09c0c7e75adab4acb0b2076feb8ee726bb427f2c" 2019-01-09 08:05:35,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a2debde-8d23-4193-9393-e0781eda2f2a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:35,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0a2debde-8d23-4193-9393-e0781eda2f2a 2019-01-09 08:05:35,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:35,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:36,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["qAMPNAUOQ2mn33Q2z0Y8kQ"], "issued_at": "2019-01-09T08:05:36.000000Z"}} 2019-01-09 08:05:36,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:36,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c3cef1f-34c6-4d69-b878-40fab8f0eb4c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:36,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2c3cef1f-34c6-4d69-b878-40fab8f0eb4c 2019-01-09 08:05:36,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:36,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:36,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-65f099bb-32c3-460-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:36,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-754e45ce-8464-4477-b2cf-c75cdb5ec7c1 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-65f099bb-32c3-460-name", "previous": null, "next": null}, "projects": []} 2019-01-09 08:05:36,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-65f099bb-32c3-460-name used request id req-754e45ce-8464-4477-b2cf-c75cdb5ec7c1 2019-01-09 08:05:36,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:36,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-307f0f3f-05a2-4696-bc77-559917375aa0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:36,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-307f0f3f-05a2-4696-bc77-559917375aa0 2019-01-09 08:05:36,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}}' 2019-01-09 08:05:36,964 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5532c574-ea07-4a5e-a0fb-0830739b0f36 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae"}, "enabled": true, "id": "b71aefc4709c4238a7912e8ad10cc6ae", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}} 2019-01-09 08:05:36,965 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-5532c574-ea07-4a5e-a0fb-0830739b0f36 2019-01-09 08:05:36,965 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-65f099bb-32c3-460-name 2019-01-09 08:05:36,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:36,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:37,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["VHk1xomUQhab0rs0Jdv4AQ"], "issued_at": "2019-01-09T08:05:37.000000Z"}} 2019-01-09 08:05:37,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:37,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61daead8-3d91-46d4-ae58-ac52af5aa404 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:37,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-61daead8-3d91-46d4-ae58-ac52af5aa404 2019-01-09 08:05:37,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:37,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:37,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:37,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c62a44-5224-4cb4-bd56-391c4ef56ea4 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:37,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-05c62a44-5224-4cb4-bd56-391c4ef56ea4 2019-01-09 08:05:37,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:37,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17804ec-522e-4528-bdda-19f0f606de6b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:37,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-c17804ec-522e-4528-bdda-19f0f606de6b 2019-01-09 08:05:37,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:38,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2914741-06ef-4dc1-b147-eaf09ed15362 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:38,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a2914741-06ef-4dc1-b147-eaf09ed15362 2019-01-09 08:05:38,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-65f099bb-32c3-460-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:38,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5483113-9102-4a8a-9dd8-8fe415571916 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-65f099bb-32c3-460-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae"}, "enabled": true, "id": "b71aefc4709c4238a7912e8ad10cc6ae", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}]} 2019-01-09 08:05:38,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-65f099bb-32c3-460-name used request id req-b5483113-9102-4a8a-9dd8-8fe415571916 2019-01-09 08:05:38,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/c680cec8d9c3435aba81fbe2c2e7cf36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:38,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e86ce5-fe69-4a0f-b841-2af1314c7398 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/c680cec8d9c3435aba81fbe2c2e7cf36"}, "enabled": true, "id": "c680cec8d9c3435aba81fbe2c2e7cf36", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-65f099bb-32c3-460-user"}} 2019-01-09 08:05:38,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/c680cec8d9c3435aba81fbe2c2e7cf36 used request id req-f2e86ce5-fe69-4a0f-b841-2af1314c7398 2019-01-09 08:05:38,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae/users/c680cec8d9c3435aba81fbe2c2e7cf36/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:38,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da694d0-a319-48c3-b20e-4e6d0a643722 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae/users/c680cec8d9c3435aba81fbe2c2e7cf36/roles", "previous": null, "next": null}, "roles": []} 2019-01-09 08:05:38,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae/users/c680cec8d9c3435aba81fbe2c2e7cf36/roles used request id req-3da694d0-a319-48c3-b20e-4e6d0a643722 2019-01-09 08:05:38,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:38,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da7aa5b9-a730-4b16-8810-342fe23e75a5 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "domain_id": null, "name": "admin", "id": "90eb365fdb174f538db9443457456df8"}} 2019-01-09 08:05:38,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 used request id req-da7aa5b9-a730-4b16-8810-342fe23e75a5 2019-01-09 08:05:38,417 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-65f099bb-32c3-460-name 2019-01-09 08:05:38,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae/users/c680cec8d9c3435aba81fbe2c2e7cf36/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:38,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2dd7ded-3053-4c3e-bf19-f87f6d30fcc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:38,549 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae/users/c680cec8d9c3435aba81fbe2c2e7cf36/roles/90eb365fdb174f538db9443457456df8 used request id req-b2dd7ded-3053-4c3e-bf19-f87f6d30fcc8 2019-01-09 08:05:38,549 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-65f099bb-32c3-460-user 2019-01-09 08:05:38,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:38,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940d56d8-8e6e-41bc-b2e1-38163c517728 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:38,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-940d56d8-8e6e-41bc-b2e1-38163c517728 2019-01-09 08:05:38,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" -d '{"role": {"name": "CreateProjectUserTests-65f099bb-32c3-460-name-role"}}' 2019-01-09 08:05:38,750 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32ee5cf4-e4bd-473c-8941-02e392c0c4ac Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6bc32486c5434472a90056653cd14493", "links": {"self": "http://172.30.9.30:5000/v3/roles/6bc32486c5434472a90056653cd14493"}, "name": "CreateProjectUserTests-65f099bb-32c3-460-name-role"}} 2019-01-09 08:05:38,750 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-32ee5cf4-e4bd-473c-8941-02e392c0c4ac 2019-01-09 08:05:38,751 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-65f099bb-32c3-460-name-role 2019-01-09 08:05:38,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/6bc32486c5434472a90056653cd14493 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:38,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a53244e-0ce2-4f84-9340-2b4b8b31aae0 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/6bc32486c5434472a90056653cd14493"}, "domain_id": null, "name": "CreateProjectUserTests-65f099bb-32c3-460-name-role", "id": "6bc32486c5434472a90056653cd14493"}} 2019-01-09 08:05:38,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/6bc32486c5434472a90056653cd14493 used request id req-1a53244e-0ce2-4f84-9340-2b4b8b31aae0 2019-01-09 08:05:38,839 - keystone_utils - INFO - Granting role CreateProjectUserTests-65f099bb-32c3-460-name-role to project CreateProjectUserTests-65f099bb-32c3-460-name 2019-01-09 08:05:38,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae/users/c680cec8d9c3435aba81fbe2c2e7cf36/roles/6bc32486c5434472a90056653cd14493 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:38,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9959b819-6d32-4614-b4ca-cc6cdd3494c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:38,967 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae/users/c680cec8d9c3435aba81fbe2c2e7cf36/roles/6bc32486c5434472a90056653cd14493 used request id req-9959b819-6d32-4614-b4ca-cc6cdd3494c3 2019-01-09 08:05:38,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:38,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:39,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "6bc32486c5434472a90056653cd14493", "name": "CreateProjectUserTests-65f099bb-32c3-460-name-role"}], "expires_at": "2019-01-09T09:05:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b71aefc4709c4238a7912e8ad10cc6ae", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/b71aefc4709c4238a7912e8ad10cc6ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-65f099bb-32c3-460-user", "id": "c680cec8d9c3435aba81fbe2c2e7cf36"}, "audit_ids": ["RLpL5837Q2O0xMWlhzg1YQ"], "issued_at": "2019-01-09T08:05:39.000000Z"}} 2019-01-09 08:05:39,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:39,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d99d32e2-339f-4b3f-acf6-19a717494fa9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:39,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d99d32e2-339f-4b3f-acf6-19a717494fa9 2019-01-09 08:05:39,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-65f099bb-32c3-460-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:40,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-249bbe74-1a27-4791-9355-3ee26cef72eb Date: Wed, 09 Jan 2019 08:05:40 GMT RESP BODY: {"security_groups": []} 2019-01-09 08:05:40,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-65f099bb-32c3-460-name&description=hello+group used request id req-249bbe74-1a27-4791-9355-3ee26cef72eb 2019-01-09 08:05:40,476 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-65f099bb-32c3-460-name... 2019-01-09 08:05:40,477 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-65f099bb-32c3-460-name 2019-01-09 08:05:40,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" -d '{"security_group": {"name": "CreateProjectUserTests-65f099bb-32c3-460-name", "description": "hello group"}}' 2019-01-09 08:05:41,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-04020fb4-6a53-48a3-9bac-c1993c09a8e2 Date: Wed, 09 Jan 2019 08:05:41 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "updated_at": "2019-01-09T08:05:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "revision_number": 0, "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "revision_number": 0, "id": "e1882396-8b11-4045-a7da-8f238ae721eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}], "revision_number": 2, "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}} 2019-01-09 08:05:41,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-04020fb4-6a53-48a3-9bac-c1993c09a8e2 2019-01-09 08:05:41,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a97fab5-450b-4baf-9f52-6bd8db12a3b0 2019-01-09 08:05:41,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:42,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2e9466e8-ad68-406e-8d6c-21a0d44f91d6 Date: Wed, 09 Jan 2019 08:05:42 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": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "e1882396-8b11-4045-a7da-8f238ae721eb"}]} 2019-01-09 08:05:42,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-2e9466e8-ad68-406e-8d6c-21a0d44f91d6 2019-01-09 08:05:42,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a97fab5-450b-4baf-9f52-6bd8db12a3b0 2019-01-09 08:05:42,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:42,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1764a52b-658d-4b42-a81e-381b73e4a824 Date: Wed, 09 Jan 2019 08:05:42 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": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "e1882396-8b11-4045-a7da-8f238ae721eb"}]} 2019-01-09 08:05:42,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-1764a52b-658d-4b42-a81e-381b73e4a824 2019-01-09 08:05:42,434 - neutron_utils - INFO - Retrieving security group with ID - 5a97fab5-450b-4baf-9f52-6bd8db12a3b0 2019-01-09 08:05:42,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:42,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-aef03b2e-6e98-4316-8410-db58e1366515 Date: Wed, 09 Jan 2019 08:05:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "updated_at": "2019-01-09T08:05:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "revision_number": 0, "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "revision_number": 0, "id": "e1882396-8b11-4045-a7da-8f238ae721eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}], "revision_number": 2, "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}]} 2019-01-09 08:05:42,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-aef03b2e-6e98-4316-8410-db58e1366515 2019-01-09 08:05:42,720 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a97fab5-450b-4baf-9f52-6bd8db12a3b0 2019-01-09 08:05:42,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:42,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-85affb22-a9a3-4f87-85a3-0f8bdb2b1534 Date: Wed, 09 Jan 2019 08:05:42 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": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "e1882396-8b11-4045-a7da-8f238ae721eb"}]} 2019-01-09 08:05:42,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-85affb22-a9a3-4f87-85a3-0f8bdb2b1534 2019-01-09 08:05:42,882 - neutron_utils - INFO - Retrieving security group with ID - 5a97fab5-450b-4baf-9f52-6bd8db12a3b0 2019-01-09 08:05:42,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:42,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7acffb17-68bc-4c05-aa05-952b429c73eb Date: Wed, 09 Jan 2019 08:05:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "updated_at": "2019-01-09T08:05:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "revision_number": 0, "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "revision_number": 0, "id": "e1882396-8b11-4045-a7da-8f238ae721eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}], "revision_number": 2, "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}]} 2019-01-09 08:05:42,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-7acffb17-68bc-4c05-aa05-952b429c73eb 2019-01-09 08:05:42,932 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a97fab5-450b-4baf-9f52-6bd8db12a3b0 2019-01-09 08:05:42,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:43,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-193980c4-d58f-459f-b9e8-edb711c8bb03 Date: Wed, 09 Jan 2019 08:05:43 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": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "e1882396-8b11-4045-a7da-8f238ae721eb"}]} 2019-01-09 08:05:43,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-193980c4-d58f-459f-b9e8-edb711c8bb03 2019-01-09 08:05:43,107 - neutron_utils - INFO - Retrieving security group with ID - 5a97fab5-450b-4baf-9f52-6bd8db12a3b0 2019-01-09 08:05:43,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:43,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-4fef1109-b6ba-4068-b651-5a35700cc146 Date: Wed, 09 Jan 2019 08:05:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "updated_at": "2019-01-09T08:05:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "revision_number": 0, "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "revision_number": 0, "id": "e1882396-8b11-4045-a7da-8f238ae721eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}], "revision_number": 2, "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}]} 2019-01-09 08:05:43,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-4fef1109-b6ba-4068-b651-5a35700cc146 2019-01-09 08:05:43,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5a97fab5-450b-4baf-9f52-6bd8db12a3b0 2019-01-09 08:05:43,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:44,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-981f3499-8bfc-40e9-bec8-fa377c395570 Date: Wed, 09 Jan 2019 08:05:44 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": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "6485ed19-57f5-4a53-af3a-f790ab52b7ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:41Z", "security_group_id": "5a97fab5-450b-4baf-9f52-6bd8db12a3b0", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:41Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "e1882396-8b11-4045-a7da-8f238ae721eb"}]} 2019-01-09 08:05:44,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-981f3499-8bfc-40e9-bec8-fa377c395570 2019-01-09 08:05:44,677 - neutron_utils - INFO - Deleting security group rule with ID - e1882396-8b11-4045-a7da-8f238ae721eb 2019-01-09 08:05:44,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/e1882396-8b11-4045-a7da-8f238ae721eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:45,770 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-521016de-ed98-473d-9687-01697fafe16b Content-Length: 0 Date: Wed, 09 Jan 2019 08:05:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:05:45,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/e1882396-8b11-4045-a7da-8f238ae721eb used request id req-521016de-ed98-473d-9687-01697fafe16b 2019-01-09 08:05:45,771 - neutron_utils - INFO - Deleting security group rule with ID - 6485ed19-57f5-4a53-af3a-f790ab52b7ed 2019-01-09 08:05:45,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/6485ed19-57f5-4a53-af3a-f790ab52b7ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:46,214 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f821cab-f8de-40aa-9a92-741c5335f135 Content-Length: 0 Date: Wed, 09 Jan 2019 08:05:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:05:46,215 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/6485ed19-57f5-4a53-af3a-f790ab52b7ed used request id req-1f821cab-f8de-40aa-9a92-741c5335f135 2019-01-09 08:05:46,215 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-65f099bb-32c3-460-name 2019-01-09 08:05:46,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/5a97fab5-450b-4baf-9f52-6bd8db12a3b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f442ffc582628c1441c1446e484f90e942b8a27" 2019-01-09 08:05:47,187 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-827fd9d6-9b75-4cc8-989f-0c6f2dc7b8e7 Content-Length: 0 Date: Wed, 09 Jan 2019 08:05:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:05:47,187 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/5a97fab5-450b-4baf-9f52-6bd8db12a3b0 used request id req-827fd9d6-9b75-4cc8-989f-0c6f2dc7b8e7 2019-01-09 08:05:47,188 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-65f099bb-32c3-460-user 2019-01-09 08:05:47,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/c680cec8d9c3435aba81fbe2c2e7cf36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0a432b55b28c04a46cc8b16aea05f25f7c4a326" 2019-01-09 08:05:47,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-138019f9-2572-4d69-9293-7d70a3dffb6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:47,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/c680cec8d9c3435aba81fbe2c2e7cf36 used request id req-138019f9-2572-4d69-9293-7d70a3dffb6c 2019-01-09 08:05:47,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:47,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-570ea409-a192-4451-9f24-8ed8e8856b95 Date: Wed, 09 Jan 2019 08:05:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:40Z", "updated_at": "2019-01-09T08:05:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:40Z", "revision_number": 0, "id": "3e07e358-5a56-4632-85e0-1f041712a064", "remote_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:40Z", "security_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:40Z", "revision_number": 0, "id": "a909956c-a209-43ed-8cf1-ed46e4803e9d", "remote_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:40Z", "security_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:40Z", "revision_number": 0, "id": "cdc69bbd-61bf-484f-af56-f8762eb696a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:40Z", "security_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:40Z", "revision_number": 0, "id": "e46e99e6-ff60-4078-9e0c-366403008da5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:40Z", "security_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae"}], "revision_number": 4, "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "name": "default"}]} 2019-01-09 08:05:47,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-570ea409-a192-4451-9f24-8ed8e8856b95 2019-01-09 08:05:47,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:47,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43b5242b-14dd-4a89-baea-a69397568bcd Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:05:47,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-43b5242b-14dd-4a89-baea-a69397568bcd 2019-01-09 08:05:47,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:47,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13766abb-4508-4457-847e-900a3e6b7a6f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:05:47,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-13766abb-4508-4457-847e-900a3e6b7a6f 2019-01-09 08:05:47,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:47,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d540e52d-213c-4164-bb6c-aec7444f7ea5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:05:47,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-d540e52d-213c-4164-bb6c-aec7444f7ea5 2019-01-09 08:05:47,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:47,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bab92ff-9bc0-40f3-a354-1149c8aa2ef8 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae"}, "enabled": true, "id": "b71aefc4709c4238a7912e8ad10cc6ae", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-65f099bb-32c3-460-name"}} 2019-01-09 08:05:47,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae used request id req-0bab92ff-9bc0-40f3-a354-1149c8aa2ef8 2019-01-09 08:05:47,958 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8ee636f-2e8b-47fe-9ec0-b73209082d04 2019-01-09 08:05:47,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d8ee636f-2e8b-47fe-9ec0-b73209082d04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:48,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-14a3b614-672e-4c0d-8585-ba7468488739 Date: Wed, 09 Jan 2019 08:05:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:40Z", "security_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:40Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "3e07e358-5a56-4632-85e0-1f041712a064"}, {"remote_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:40Z", "security_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:40Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "a909956c-a209-43ed-8cf1-ed46e4803e9d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:40Z", "security_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:40Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "cdc69bbd-61bf-484f-af56-f8762eb696a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:40Z", "security_group_id": "d8ee636f-2e8b-47fe-9ec0-b73209082d04", "port_range_min": null, "revision_number": 0, "tenant_id": "b71aefc4709c4238a7912e8ad10cc6ae", "created_at": "2019-01-09T08:05:40Z", "project_id": "b71aefc4709c4238a7912e8ad10cc6ae", "id": "e46e99e6-ff60-4078-9e0c-366403008da5"}]} 2019-01-09 08:05:48,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=d8ee636f-2e8b-47fe-9ec0-b73209082d04 used request id req-14a3b614-672e-4c0d-8585-ba7468488739 2019-01-09 08:05:48,134 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 08:05:48,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/d8ee636f-2e8b-47fe-9ec0-b73209082d04 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:48,474 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-051a925f-7f0f-4763-af65-412c3dbdad4b Content-Length: 0 Date: Wed, 09 Jan 2019 08:05:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:05:48,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/d8ee636f-2e8b-47fe-9ec0-b73209082d04 used request id req-051a925f-7f0f-4763-af65-412c3dbdad4b 2019-01-09 08:05:48,474 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-65f099bb-32c3-460-name 2019-01-09 08:05:48,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:48,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df30590c-79e1-4e36-b713-8265f531ed19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:48,660 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/b71aefc4709c4238a7912e8ad10cc6ae used request id req-df30590c-79e1-4e36-b713-8265f531ed19 2019-01-09 08:05:48,661 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-65f099bb-32c3-460-name-role 2019-01-09 08:05:48,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/6bc32486c5434472a90056653cd14493 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:48,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc139496-5e6a-412b-b6a2-9e7506aaf4f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:48,784 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/6bc32486c5434472a90056653cd14493 used request id req-dc139496-5e6a-412b-b6a2-9e7506aaf4f7 2019-01-09 08:05:48,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa9098a49c288f1c56119d6c1c27b37369ba9a8f" 2019-01-09 08:05:48,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d49fd1e-6dfd-4ae1-af1d-6e5f0974faa6 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:48,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3d49fd1e-6dfd-4ae1-af1d-6e5f0974faa6 2019-01-09 08:05:48,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:49,289 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["VSgyucMhSCi2lYyUxttanA"], "issued_at": "2019-01-09T08:05:49.000000Z"}} 2019-01-09 08:05:49,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}494f542012cac3c8a90556bac2a82837308c65f6" 2019-01-09 08:05:49,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-850b76f4-80d0-47d9-b141-b42e551388e2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:49,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-850b76f4-80d0-47d9-b141-b42e551388e2 2019-01-09 08:05:49,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:49,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:49,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["3bZKQd40QXqP_1uH-QJa4A"], "issued_at": "2019-01-09T08:05:49.000000Z"}} 2019-01-09 08:05:49,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:05:49,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-370de168-a2e7-42ff-933d-22a1736eb10b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:49,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-370de168-a2e7-42ff-933d-22a1736eb10b 2019-01-09 08:05:49,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:49,864 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:49,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-42162bba-4f9f-470-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:05:49,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2253793e-7c04-4107-b90d-8de3217af59c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-42162bba-4f9f-470-name", "previous": null, "next": null}, "projects": []} 2019-01-09 08:05:49,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-42162bba-4f9f-470-name used request id req-2253793e-7c04-4107-b90d-8de3217af59c 2019-01-09 08:05:49,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:05:50,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7a0af8b-37af-4875-8310-50ac6dfe8807 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:50,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-a7a0af8b-37af-4875-8310-50ac6dfe8807 2019-01-09 08:05:50,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}}' 2019-01-09 08:05:50,162 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9500224-4b8a-43a1-a7eb-42e8a752140e Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425"}, "enabled": true, "id": "59b0013870ff4e048efc321579f6e425", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}} 2019-01-09 08:05:50,162 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-b9500224-4b8a-43a1-a7eb-42e8a752140e 2019-01-09 08:05:50,163 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:05:50,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:50,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:50,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["gnbMdznuQVOPcuHOLUeuuw"], "issued_at": "2019-01-09T08:05:50.000000Z"}} 2019-01-09 08:05:50,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:50,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a5ee4b2-34be-401c-ae1b-fdc64cfb08ad Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:50,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5a5ee4b2-34be-401c-ae1b-fdc64cfb08ad 2019-01-09 08:05:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:50,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:50,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:50,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25caf1c5-4fec-4fbd-9df9-a298639f3008 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:50,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-25caf1c5-4fec-4fbd-9df9-a298639f3008 2019-01-09 08:05:50,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:50,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bd76481-054e-4853-9ae4-d8ef26b05dbd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:50,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-3bd76481-054e-4853-9ae4-d8ef26b05dbd 2019-01-09 08:05:51,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:51,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f007412d-210e-4971-a7ac-9043b97b70cf Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:51,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f007412d-210e-4971-a7ac-9043b97b70cf 2019-01-09 08:05:51,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-42162bba-4f9f-470-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:51,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0dc6778-358f-4276-8b69-9e6ee8b2c088 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-42162bba-4f9f-470-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425"}, "enabled": true, "id": "59b0013870ff4e048efc321579f6e425", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}]} 2019-01-09 08:05:51,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-42162bba-4f9f-470-name used request id req-e0dc6778-358f-4276-8b69-9e6ee8b2c088 2019-01-09 08:05:51,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/374029a20a8142e4b16474ace54adf46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:51,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271ea0df-4d06-4286-a93f-c1d4cf7f6160 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/374029a20a8142e4b16474ace54adf46"}, "enabled": true, "id": "374029a20a8142e4b16474ace54adf46", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-42162bba-4f9f-470-user1"}} 2019-01-09 08:05:51,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/374029a20a8142e4b16474ace54adf46 used request id req-271ea0df-4d06-4286-a93f-c1d4cf7f6160 2019-01-09 08:05:51,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/374029a20a8142e4b16474ace54adf46/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:51,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f98dbbff-860e-499c-934e-5c666faaf11f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/374029a20a8142e4b16474ace54adf46/roles", "previous": null, "next": null}, "roles": []} 2019-01-09 08:05:51,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/374029a20a8142e4b16474ace54adf46/roles used request id req-f98dbbff-860e-499c-934e-5c666faaf11f 2019-01-09 08:05:51,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:51,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0337ba81-cb97-498f-b452-dd8b97792ecf Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "domain_id": null, "name": "admin", "id": "90eb365fdb174f538db9443457456df8"}} 2019-01-09 08:05:51,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 used request id req-0337ba81-cb97-498f-b452-dd8b97792ecf 2019-01-09 08:05:51,786 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:05:51,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/374029a20a8142e4b16474ace54adf46/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:05:51,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b88e8728-7baa-4d33-a7d8-5e0ac2d45362 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:51,907 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/374029a20a8142e4b16474ace54adf46/roles/90eb365fdb174f538db9443457456df8 used request id req-b88e8728-7baa-4d33-a7d8-5e0ac2d45362 2019-01-09 08:05:51,907 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-42162bba-4f9f-470-user1 2019-01-09 08:05:51,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:05:52,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d15aee-42a1-433e-ae45-e5040cc36750 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:52,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c8d15aee-42a1-433e-ae45-e5040cc36750 2019-01-09 08:05:52,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" -d '{"role": {"name": "CreateProjectUserTests-42162bba-4f9f-470-name-role"}}' 2019-01-09 08:05:52,127 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:05:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2daa74f7-7ffd-4a18-ac74-a01814d88a99 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "18c4c89616ca411db8e7de2736955956", "links": {"self": "http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956"}, "name": "CreateProjectUserTests-42162bba-4f9f-470-name-role"}} 2019-01-09 08:05:52,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-2daa74f7-7ffd-4a18-ac74-a01814d88a99 2019-01-09 08:05:52,128 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-42162bba-4f9f-470-name-role 2019-01-09 08:05:52,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:05:52,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c035600-f538-4d47-ad6c-83ce8af46e43 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956"}, "domain_id": null, "name": "CreateProjectUserTests-42162bba-4f9f-470-name-role", "id": "18c4c89616ca411db8e7de2736955956"}} 2019-01-09 08:05:52,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956 used request id req-9c035600-f538-4d47-ad6c-83ce8af46e43 2019-01-09 08:05:52,213 - keystone_utils - INFO - Granting role CreateProjectUserTests-42162bba-4f9f-470-name-role to project CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:05:52,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/374029a20a8142e4b16474ace54adf46/roles/18c4c89616ca411db8e7de2736955956 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:05:52,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c726d751-ab45-4357-b1ad-20513eec3928 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:52,357 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/374029a20a8142e4b16474ace54adf46/roles/18c4c89616ca411db8e7de2736955956 used request id req-c726d751-ab45-4357-b1ad-20513eec3928 2019-01-09 08:05:52,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:52,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:52,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:05:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["ai6zs4kdRISmGPI1Gv_yXA"], "issued_at": "2019-01-09T08:05:52.000000Z"}} 2019-01-09 08:05:52,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:52,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e70f64-b0b8-43aa-9322-87ee49a39076 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:52,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b7e70f64-b0b8-43aa-9322-87ee49a39076 2019-01-09 08:05:52,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:52,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:52,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:52,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b5d9ea-d758-4cb9-b7e8-4bc028121b8e Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-42162bba-4f9f-470-user1", "links": {"self": "http://172.30.9.30:5000/v3/users/374029a20a8142e4b16474ace54adf46"}, "domain_id": "default", "enabled": true, "id": "374029a20a8142e4b16474ace54adf46", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:05:52,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-f1b5d9ea-d758-4cb9-b7e8-4bc028121b8e 2019-01-09 08:05:52,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:53,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-705f3fb3-d458-4ae7-850e-823dabbc755a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:05:53,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-705f3fb3-d458-4ae7-850e-823dabbc755a 2019-01-09 08:05:53,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:53,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4649cde8-c999-454f-94fa-2ce5391da795 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "18c4c89616ca411db8e7de2736955956", "links": {"self": "http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956"}, "name": "CreateProjectUserTests-42162bba-4f9f-470-name-role"}, {"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:05:53,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4649cde8-c999-454f-94fa-2ce5391da795 2019-01-09 08:05:53,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-42162bba-4f9f-470-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:53,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672c205f-ce72-45d1-a831-da5a622ac192 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-42162bba-4f9f-470-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425"}, "enabled": true, "id": "59b0013870ff4e048efc321579f6e425", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}]} 2019-01-09 08:05:53,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=CreateProjectUserTests-42162bba-4f9f-470-name used request id req-672c205f-ce72-45d1-a831-da5a622ac192 2019-01-09 08:05:53,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users/58454e36d1da43989f1e4d00413b9ca7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:53,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c02cc98-6349-4aa0-8848-3f88c4650b4d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/58454e36d1da43989f1e4d00413b9ca7"}, "enabled": true, "id": "58454e36d1da43989f1e4d00413b9ca7", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-42162bba-4f9f-470-user2"}} 2019-01-09 08:05:53,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/58454e36d1da43989f1e4d00413b9ca7 used request id req-8c02cc98-6349-4aa0-8848-3f88c4650b4d 2019-01-09 08:05:53,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/58454e36d1da43989f1e4d00413b9ca7/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:53,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca87832f-7552-4e4f-bb4f-a30acf418a6c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/58454e36d1da43989f1e4d00413b9ca7/roles", "previous": null, "next": null}, "roles": []} 2019-01-09 08:05:53,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/58454e36d1da43989f1e4d00413b9ca7/roles used request id req-ca87832f-7552-4e4f-bb4f-a30acf418a6c 2019-01-09 08:05:53,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:53,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0819710e-2f4a-4b00-97c6-f2abe7070ceb Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "domain_id": null, "name": "admin", "id": "90eb365fdb174f538db9443457456df8"}} 2019-01-09 08:05:53,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8 used request id req-0819710e-2f4a-4b00-97c6-f2abe7070ceb 2019-01-09 08:05:53,898 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:05:53,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/58454e36d1da43989f1e4d00413b9ca7/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:05:54,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ecb3151-c855-4907-a2b2-1b47b43f662a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:54,040 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/58454e36d1da43989f1e4d00413b9ca7/roles/90eb365fdb174f538db9443457456df8 used request id req-6ecb3151-c855-4907-a2b2-1b47b43f662a 2019-01-09 08:05:54,040 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-42162bba-4f9f-470-user2 2019-01-09 08:05:54,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:05:54,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087114f2-49c7-4288-916a-8a15eb43b439 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956"}, "domain_id": null, "name": "CreateProjectUserTests-42162bba-4f9f-470-name-role", "id": "18c4c89616ca411db8e7de2736955956"}} 2019-01-09 08:05:54,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956 used request id req-087114f2-49c7-4288-916a-8a15eb43b439 2019-01-09 08:05:54,134 - keystone_utils - INFO - Granting role CreateProjectUserTests-42162bba-4f9f-470-name-role to project CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:05:54,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/58454e36d1da43989f1e4d00413b9ca7/roles/18c4c89616ca411db8e7de2736955956 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:05:54,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:05:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d13d4885-dcba-4c01-be55-a77769a253a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:05:54,267 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425/users/58454e36d1da43989f1e4d00413b9ca7/roles/18c4c89616ca411db8e7de2736955956 used request id req-d13d4885-dcba-4c01-be55-a77769a253a9 2019-01-09 08:05:54,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:54,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:54,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "18c4c89616ca411db8e7de2736955956", "name": "CreateProjectUserTests-42162bba-4f9f-470-name-role"}], "expires_at": "2019-01-09T09:05:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b0013870ff4e048efc321579f6e425", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/59b0013870ff4e048efc321579f6e425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/59b0013870ff4e048efc321579f6e425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/59b0013870ff4e048efc321579f6e425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/59b0013870ff4e048efc321579f6e425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/59b0013870ff4e048efc321579f6e425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/59b0013870ff4e048efc321579f6e425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/59b0013870ff4e048efc321579f6e425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/59b0013870ff4e048efc321579f6e425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/59b0013870ff4e048efc321579f6e425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/59b0013870ff4e048efc321579f6e425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/59b0013870ff4e048efc321579f6e425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/59b0013870ff4e048efc321579f6e425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-42162bba-4f9f-470-user1", "id": "374029a20a8142e4b16474ace54adf46"}, "audit_ids": ["4Vy5LD37TZa0jhcIxOCqIw"], "issued_at": "2019-01-09T08:05:54.000000Z"}} 2019-01-09 08:05:54,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:54,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4318be02-e428-4ac1-aee0-5d41b45cc09a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:54,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4318be02-e428-4ac1-aee0-5d41b45cc09a 2019-01-09 08:05:54,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-42162bba-4f9f-470-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:55,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-8afbdc2a-4ddd-4035-acf0-1d3497382ebf Date: Wed, 09 Jan 2019 08:05:55 GMT RESP BODY: {"security_groups": []} 2019-01-09 08:05:55,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-42162bba-4f9f-470-name&description=hello+group used request id req-8afbdc2a-4ddd-4035-acf0-1d3497382ebf 2019-01-09 08:05:55,104 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-42162bba-4f9f-470-name... 2019-01-09 08:05:55,104 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:05:55,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" -d '{"security_group": {"name": "CreateProjectUserTests-42162bba-4f9f-470-name", "description": "hello group"}}' 2019-01-09 08:05:55,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-cc49e6f1-b089-47e1-a3ae-593df697663e Date: Wed, 09 Jan 2019 08:05:55 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "updated_at": "2019-01-09T08:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "36125234-f2fd-48ec-9753-9645a54b22e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "c657d002-4668-4681-b409-502fb5d03c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b0013870ff4e048efc321579f6e425"}], "revision_number": 2, "project_id": "59b0013870ff4e048efc321579f6e425", "id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}} 2019-01-09 08:05:55,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-cc49e6f1-b089-47e1-a3ae-593df697663e 2019-01-09 08:05:55,595 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:55,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:55,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f1d04a3-7da7-4f3c-ba01-e29594499d5d Date: Wed, 09 Jan 2019 08:05:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "36125234-f2fd-48ec-9753-9645a54b22e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "c657d002-4668-4681-b409-502fb5d03c8b"}]} 2019-01-09 08:05:55,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-1f1d04a3-7da7-4f3c-ba01-e29594499d5d 2019-01-09 08:05:55,841 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:55,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:56,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-56987e1e-1888-45c2-8342-ea49a83b1517 Date: Wed, 09 Jan 2019 08:05:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "36125234-f2fd-48ec-9753-9645a54b22e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "c657d002-4668-4681-b409-502fb5d03c8b"}]} 2019-01-09 08:05:56,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-56987e1e-1888-45c2-8342-ea49a83b1517 2019-01-09 08:05:56,545 - neutron_utils - INFO - Retrieving security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:56,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:56,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-c3776679-3b6f-4a7b-afb1-3122d8e8929b Date: Wed, 09 Jan 2019 08:05:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "updated_at": "2019-01-09T08:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "36125234-f2fd-48ec-9753-9645a54b22e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "c657d002-4668-4681-b409-502fb5d03c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b0013870ff4e048efc321579f6e425"}], "revision_number": 2, "project_id": "59b0013870ff4e048efc321579f6e425", "id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}]} 2019-01-09 08:05:56,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-c3776679-3b6f-4a7b-afb1-3122d8e8929b 2019-01-09 08:05:56,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:56,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:56,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e39df4d0-7f52-4300-aa73-cc9984e09fcb Date: Wed, 09 Jan 2019 08:05:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "36125234-f2fd-48ec-9753-9645a54b22e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "c657d002-4668-4681-b409-502fb5d03c8b"}]} 2019-01-09 08:05:56,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-e39df4d0-7f52-4300-aa73-cc9984e09fcb 2019-01-09 08:05:56,852 - neutron_utils - INFO - Retrieving security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:56,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:57,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0bff463b-315b-4882-af59-663382984a7e Date: Wed, 09 Jan 2019 08:05:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "updated_at": "2019-01-09T08:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "36125234-f2fd-48ec-9753-9645a54b22e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "c657d002-4668-4681-b409-502fb5d03c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b0013870ff4e048efc321579f6e425"}], "revision_number": 2, "project_id": "59b0013870ff4e048efc321579f6e425", "id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}]} 2019-01-09 08:05:57,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-0bff463b-315b-4882-af59-663382984a7e 2019-01-09 08:05:57,054 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:57,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:57,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7883f5b9-3240-4b5d-b8f5-0ef550d15422 Date: Wed, 09 Jan 2019 08:05: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": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "36125234-f2fd-48ec-9753-9645a54b22e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "c657d002-4668-4681-b409-502fb5d03c8b"}]} 2019-01-09 08:05:57,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-7883f5b9-3240-4b5d-b8f5-0ef550d15422 2019-01-09 08:05:57,107 - neutron_utils - INFO - Retrieving security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:57,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:57,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-35e3dc83-5017-451d-9ed0-71bfb0b23f40 Date: Wed, 09 Jan 2019 08:05:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "updated_at": "2019-01-09T08:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "36125234-f2fd-48ec-9753-9645a54b22e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "c657d002-4668-4681-b409-502fb5d03c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b0013870ff4e048efc321579f6e425"}], "revision_number": 2, "project_id": "59b0013870ff4e048efc321579f6e425", "id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}]} 2019-01-09 08:05:57,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-35e3dc83-5017-451d-9ed0-71bfb0b23f40 2019-01-09 08:05:57,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:57,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:05:58,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-84a3b1c3-b7f0-4346-8b20-77bfe2840006 Date: Wed, 09 Jan 2019 08:05:58 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": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "36125234-f2fd-48ec-9753-9645a54b22e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "c657d002-4668-4681-b409-502fb5d03c8b"}]} 2019-01-09 08:05:58,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-84a3b1c3-b7f0-4346-8b20-77bfe2840006 2019-01-09 08:05:58,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:05:58,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:05:59,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "18c4c89616ca411db8e7de2736955956", "name": "CreateProjectUserTests-42162bba-4f9f-470-name-role"}], "expires_at": "2019-01-09T09:05:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59b0013870ff4e048efc321579f6e425", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/59b0013870ff4e048efc321579f6e425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/59b0013870ff4e048efc321579f6e425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/59b0013870ff4e048efc321579f6e425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/59b0013870ff4e048efc321579f6e425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/59b0013870ff4e048efc321579f6e425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/59b0013870ff4e048efc321579f6e425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/59b0013870ff4e048efc321579f6e425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/59b0013870ff4e048efc321579f6e425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/59b0013870ff4e048efc321579f6e425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/59b0013870ff4e048efc321579f6e425", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/59b0013870ff4e048efc321579f6e425", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/59b0013870ff4e048efc321579f6e425", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-42162bba-4f9f-470-user2", "id": "58454e36d1da43989f1e4d00413b9ca7"}, "audit_ids": ["RH8doA0xRCmynLEmEcrkag"], "issued_at": "2019-01-09T08:05:59.000000Z"}} 2019-01-09 08:05:59,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:05:59,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c136a700-14ae-4e8d-97ba-7d9807751336 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:05:59,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c136a700-14ae-4e8d-97ba-7d9807751336 2019-01-09 08:05:59,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-42162bba-4f9f-470-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:05:59,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-08a9c26f-473c-41d2-8365-1e81cfff50f7 Date: Wed, 09 Jan 2019 08:05:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "updated_at": "2019-01-09T08:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "36125234-f2fd-48ec-9753-9645a54b22e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "c657d002-4668-4681-b409-502fb5d03c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b0013870ff4e048efc321579f6e425"}], "revision_number": 2, "project_id": "59b0013870ff4e048efc321579f6e425", "id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}]} 2019-01-09 08:05:59,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=CreateProjectUserTests-42162bba-4f9f-470-name&description=hello+group used request id req-08a9c26f-473c-41d2-8365-1e81cfff50f7 2019-01-09 08:05:59,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:05:59,316 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:05: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:05:59,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:05:59,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:05:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d52db410-272d-4ff1-a1a5-c97822592bc5 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425"}, "enabled": true, "id": "59b0013870ff4e048efc321579f6e425", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}} 2019-01-09 08:05:59,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425 used request id req-d52db410-272d-4ff1-a1a5-c97822592bc5 2019-01-09 08:05:59,396 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:05:59,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:06:00,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d1217835-e9a4-46e8-a8be-eea45d471319 Date: Wed, 09 Jan 2019 08:06:00 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": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "36125234-f2fd-48ec-9753-9645a54b22e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "c657d002-4668-4681-b409-502fb5d03c8b"}]} 2019-01-09 08:06:00,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-d1217835-e9a4-46e8-a8be-eea45d471319 2019-01-09 08:06:00,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:06:00,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:06:00,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa4ac8de-f297-491e-b9b8-a0b99f49ab90 Date: Wed, 09 Jan 2019 08:06:00 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": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "36125234-f2fd-48ec-9753-9645a54b22e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "c657d002-4668-4681-b409-502fb5d03c8b"}]} 2019-01-09 08:06:00,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-aa4ac8de-f297-491e-b9b8-a0b99f49ab90 2019-01-09 08:06:00,826 - neutron_utils - INFO - Retrieving security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:06:00,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:06:01,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-91c8cb3c-3a09-4c27-bfe4-ea14dd141416 Date: Wed, 09 Jan 2019 08:06:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "updated_at": "2019-01-09T08:05:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "36125234-f2fd-48ec-9753-9645a54b22e2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "revision_number": 0, "id": "c657d002-4668-4681-b409-502fb5d03c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b0013870ff4e048efc321579f6e425"}], "revision_number": 2, "project_id": "59b0013870ff4e048efc321579f6e425", "id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}]} 2019-01-09 08:06:01,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-91c8cb3c-3a09-4c27-bfe4-ea14dd141416 2019-01-09 08:06:01,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6a3bbdfd-d48a-457a-be40-520225cc4242 2019-01-09 08:06:01,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:06:01,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b12975e9-f3d4-42fc-91f0-92806755dd10 Date: Wed, 09 Jan 2019 08:06:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "36125234-f2fd-48ec-9753-9645a54b22e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:55Z", "security_group_id": "6a3bbdfd-d48a-457a-be40-520225cc4242", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:55Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "c657d002-4668-4681-b409-502fb5d03c8b"}]} 2019-01-09 08:06:01,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-b12975e9-f3d4-42fc-91f0-92806755dd10 2019-01-09 08:06:01,197 - neutron_utils - INFO - Deleting security group rule with ID - c657d002-4668-4681-b409-502fb5d03c8b 2019-01-09 08:06:01,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/c657d002-4668-4681-b409-502fb5d03c8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:06:01,492 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e95050a-9b38-4d5e-b099-d48308f54f86 Content-Length: 0 Date: Wed, 09 Jan 2019 08:06:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:01,493 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/c657d002-4668-4681-b409-502fb5d03c8b used request id req-2e95050a-9b38-4d5e-b099-d48308f54f86 2019-01-09 08:06:01,493 - neutron_utils - INFO - Deleting security group rule with ID - 36125234-f2fd-48ec-9753-9645a54b22e2 2019-01-09 08:06:01,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/36125234-f2fd-48ec-9753-9645a54b22e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:06:01,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a1998c0-8538-4655-bd0e-c9765e3ff518 Content-Length: 0 Date: Wed, 09 Jan 2019 08:06:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:01,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/36125234-f2fd-48ec-9753-9645a54b22e2 used request id req-5a1998c0-8538-4655-bd0e-c9765e3ff518 2019-01-09 08:06:01,841 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:06:01,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe64340133e62432deb66d3421f372d302f0cfc2" 2019-01-09 08:06:02,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b481423-a916-4887-b9d6-3eb293e00acd Content-Length: 0 Date: Wed, 09 Jan 2019 08:06:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:02,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-2b481423-a916-4887-b9d6-3eb293e00acd 2019-01-09 08:06:02,044 - neutron_utils - INFO - Deleting security group rule with ID - c657d002-4668-4681-b409-502fb5d03c8b 2019-01-09 08:06:02,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/c657d002-4668-4681-b409-502fb5d03c8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:06:02,279 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-09720aa3-2b13-4c0b-90f0-0a74f6132e35 Date: Wed, 09 Jan 2019 08:06:02 GMT RESP BODY: {"NeutronError": {"message": "Security group rule c657d002-4668-4681-b409-502fb5d03c8b does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-09 08:06:02,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/c657d002-4668-4681-b409-502fb5d03c8b used request id req-09720aa3-2b13-4c0b-90f0-0a74f6132e35 2019-01-09 08:06:02,279 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule c657d002-4668-4681-b409-502fb5d03c8b does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-09 08:06:02,279 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule c657d002-4668-4681-b409-502fb5d03c8b does not exist Neutron server returns request_ids: ['req-09720aa3-2b13-4c0b-90f0-0a74f6132e35'] 2019-01-09 08:06:02,279 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:06:02,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/6a3bbdfd-d48a-457a-be40-520225cc4242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d4815c5e46d009e89df53d6ff8bc8c5cf942089" 2019-01-09 08:06:02,473 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-e4d399d0-155f-4155-835e-404bd27ff618 Date: Wed, 09 Jan 2019 08:06:02 GMT RESP BODY: {"NeutronError": {"message": "Security group 6a3bbdfd-d48a-457a-be40-520225cc4242 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-09 08:06:02,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/6a3bbdfd-d48a-457a-be40-520225cc4242 used request id req-e4d399d0-155f-4155-835e-404bd27ff618 2019-01-09 08:06:02,474 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 6a3bbdfd-d48a-457a-be40-520225cc4242 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-09 08:06:02,474 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 6a3bbdfd-d48a-457a-be40-520225cc4242 does not exist Neutron server returns request_ids: ['req-e4d399d0-155f-4155-835e-404bd27ff618'] 2019-01-09 08:06:02,475 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-42162bba-4f9f-470-user1 2019-01-09 08:06:02,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/374029a20a8142e4b16474ace54adf46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee6b544e46f0a236c18667dd48e9fc34f09029c" 2019-01-09 08:06:02,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:06:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-177917a1-6d74-4c79-a777-42a79a10660c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:06:02,715 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/374029a20a8142e4b16474ace54adf46 used request id req-177917a1-6d74-4c79-a777-42a79a10660c 2019-01-09 08:06:02,716 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-42162bba-4f9f-470-user2 2019-01-09 08:06:02,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/58454e36d1da43989f1e4d00413b9ca7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e11f7b52000235762d98d8662faf7d88eccc3e5" 2019-01-09 08:06:03,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:06:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-653f0e90-9290-47b6-b244-601704c78e11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:06:03,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/58454e36d1da43989f1e4d00413b9ca7 used request id req-653f0e90-9290-47b6-b244-601704c78e11 2019-01-09 08:06:03,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:03,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-548efe19-74e0-49de-aab7-ced3cdf0d4e2 Date: Wed, 09 Jan 2019 08:06:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:54Z", "updated_at": "2019-01-09T08:05:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:54Z", "revision_number": 0, "id": "537a5184-18d4-4dfb-9c98-a3a1a5e9b229", "remote_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:54Z", "security_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:54Z", "revision_number": 0, "id": "5de9bf38-6499-4455-8ebb-adf7db250510", "remote_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:54Z", "security_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:54Z", "revision_number": 0, "id": "7112f814-6aa9-426a-9a45-e9fcd8286b46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:54Z", "security_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv6", "project_id": "59b0013870ff4e048efc321579f6e425"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:54Z", "revision_number": 0, "id": "d9ab5621-9c9e-40b9-a774-48683f94915a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:54Z", "security_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "tenant_id": "59b0013870ff4e048efc321579f6e425", "port_range_min": null, "ethertype": "IPv4", "project_id": "59b0013870ff4e048efc321579f6e425"}], "revision_number": 4, "project_id": "59b0013870ff4e048efc321579f6e425", "id": "ab66c268-e2ef-4677-9747-236faa44e216", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}]} 2019-01-09 08:06:03,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-548efe19-74e0-49de-aab7-ced3cdf0d4e2 2019-01-09 08:06:03,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:04,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ec3648-3baf-4493-ad08-fa13e158e3b8 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:06:04,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-87ec3648-3baf-4493-ad08-fa13e158e3b8 2019-01-09 08:06:04,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:04,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ff57428-f730-416e-b06b-3820019b3e1f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:06:04,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-8ff57428-f730-416e-b06b-3820019b3e1f 2019-01-09 08:06:04,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:04,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3877690e-fa61-46b5-82e9-3a7a444e31d8 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425"}, "enabled": true, "id": "59b0013870ff4e048efc321579f6e425", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-42162bba-4f9f-470-name"}} 2019-01-09 08:06:04,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425 used request id req-3877690e-fa61-46b5-82e9-3a7a444e31d8 2019-01-09 08:06:04,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab66c268-e2ef-4677-9747-236faa44e216 2019-01-09 08:06:04,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ab66c268-e2ef-4677-9747-236faa44e216 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:04,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-48740517-3e3d-40b1-8753-13920678be14 Date: Wed, 09 Jan 2019 08:06:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:54Z", "security_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:54Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "537a5184-18d4-4dfb-9c98-a3a1a5e9b229"}, {"remote_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:54Z", "security_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:54Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "5de9bf38-6499-4455-8ebb-adf7db250510"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:54Z", "security_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:54Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "7112f814-6aa9-426a-9a45-e9fcd8286b46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:05:54Z", "security_group_id": "ab66c268-e2ef-4677-9747-236faa44e216", "port_range_min": null, "revision_number": 0, "tenant_id": "59b0013870ff4e048efc321579f6e425", "created_at": "2019-01-09T08:05:54Z", "project_id": "59b0013870ff4e048efc321579f6e425", "id": "d9ab5621-9c9e-40b9-a774-48683f94915a"}]} 2019-01-09 08:06:04,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=ab66c268-e2ef-4677-9747-236faa44e216 used request id req-48740517-3e3d-40b1-8753-13920678be14 2019-01-09 08:06:04,391 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 08:06:04,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ab66c268-e2ef-4677-9747-236faa44e216 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:05,440 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c0e3d702-edbf-4f52-a436-2bdca0ea951d Content-Length: 0 Date: Wed, 09 Jan 2019 08:06:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:05,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ab66c268-e2ef-4677-9747-236faa44e216 used request id req-c0e3d702-edbf-4f52-a436-2bdca0ea951d 2019-01-09 08:06:05,440 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-42162bba-4f9f-470-name 2019-01-09 08:06:05,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:05,626 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba9c81f4-4fc1-4bfd-8666-f851d36bbad3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:06:05,627 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/59b0013870ff4e048efc321579f6e425 used request id req-ba9c81f4-4fc1-4bfd-8666-f851d36bbad3 2019-01-09 08:06:05,627 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-42162bba-4f9f-470-name-role 2019-01-09 08:06:05,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:05,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:06:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19a5c330-208f-46dc-9131-fca9132a1763 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:06:05,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/18c4c89616ca411db8e7de2736955956 used request id req-19a5c330-208f-46dc-9131-fca9132a1763 2019-01-09 08:06:05,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a976672765b27811ac86cf73b92d6f57fbccec7" 2019-01-09 08:06:05,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a84f17-a699-44e6-ae04-dd0285e6acf9 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:06:05,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b9a84f17-a699-44e6-ae04-dd0285e6acf9 2019-01-09 08:06:05,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:06,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["PC6lHYlxQzalo0rM4Irmfg"], "issued_at": "2019-01-09T08:06:06.000000Z"}} 2019-01-09 08:06:06,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b011f70da14636475b6ccc3283dad043355a3df7" 2019-01-09 08:06:06,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5709032b-51e5-481d-b672-eae8967481cf Date: Wed, 09 Jan 2019 08:06:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:06:06,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5709032b-51e5-481d-b672-eae8967481cf 2019-01-09 08:06:06,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b011f70da14636475b6ccc3283dad043355a3df7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-edd2b97a-bcc8-489a-ab95-2a40ba95efe7"}' 2019-01-09 08:06:07,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27 X-Openstack-Request-Id: req-82bd1a26-fbb2-4c79-91d4-695f3521864d Date: Wed, 09 Jan 2019 08:06:07 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-edd2b97a-bcc8-489a-ab95-2a40ba95efe7", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:06:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:06:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27", "min_disk": 0, "protected": false, "id": "af0e66a3-d2a2-4c32-aa9c-09ef802a2b27", "file": "/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:06:07,696 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-82bd1a26-fbb2-4c79-91d4-695f3521864d 2019-01-09 08:06:07,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b011f70da14636475b6ccc3283dad043355a3df7" -d '' 2019-01-09 08:06:11,892 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de91033a-2a94-497d-a929-ceb56734cbc1 Date: Wed, 09 Jan 2019 08:06:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:06:11,892 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/file used request id req-de91033a-2a94-497d-a929-ceb56734cbc1 2019-01-09 08:06:11,893 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:06:11,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b011f70da14636475b6ccc3283dad043355a3df7" 2019-01-09 08:06:12,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-421153a2-342b-4f13-9c9d-44f9c53e48e7 Date: Wed, 09 Jan 2019 08:06:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-edd2b97a-bcc8-489a-ab95-2a40ba95efe7", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:06:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:06:11Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/snap", "metadata": {}}], "self": "/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27", "min_disk": 0, "protected": false, "id": "af0e66a3-d2a2-4c32-aa9c-09ef802a2b27", "file": "/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:06:12,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27 used request id req-421153a2-342b-4f13-9c9d-44f9c53e48e7 2019-01-09 08:06:12,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b011f70da14636475b6ccc3283dad043355a3df7" 2019-01-09 08:06:13,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4501040f-555e-4237-9ed1-3765778ea213 Date: Wed, 09 Jan 2019 08:06: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"}}} 2019-01-09 08:06:13,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4501040f-555e-4237-9ed1-3765778ea213 2019-01-09 08:06:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-edd2b97a-bcc8-489a-ab95-2a40ba95efe7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b011f70da14636475b6ccc3283dad043355a3df7" 2019-01-09 08:06:13,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-ec2715e1-43ba-4816-930b-a40dbf99c4bc Date: Wed, 09 Jan 2019 08:06:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-edd2b97a-bcc8-489a-ab95-2a40ba95efe7", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:06:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:06:11Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/snap", "metadata": {}}], "self": "/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27", "min_disk": 0, "protected": false, "id": "af0e66a3-d2a2-4c32-aa9c-09ef802a2b27", "file": "/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-edd2b97a-bcc8-489a-ab95-2a40ba95efe7"} 2019-01-09 08:06:13,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-edd2b97a-bcc8-489a-ab95-2a40ba95efe7 used request id req-ec2715e1-43ba-4816-930b-a40dbf99c4bc 2019-01-09 08:06:13,762 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-edd2b97a-bcc8-489a-ab95-2a40ba95efe7 2019-01-09 08:06:13,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b011f70da14636475b6ccc3283dad043355a3df7" 2019-01-09 08:06:15,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b558b1a-f13a-41f4-9204-7a3e557d67df Date: Wed, 09 Jan 2019 08:06:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:06:15,271 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/af0e66a3-d2a2-4c32-aa9c-09ef802a2b27 used request id req-7b558b1a-f13a-41f4-9204-7a3e557d67df 2019-01-09 08:06:15,273 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-09 08:06:15,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:15,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["IKLE9jPZQzWC1Ev0zW_q9A"], "issued_at": "2019-01-09T08:06:15.000000Z"}} 2019-01-09 08:06:15,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:15,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98f6652-7180-4669-abed-7c52b95b2685 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:15,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b98f6652-7180-4669-abed-7c52b95b2685 2019-01-09 08:06:15,738 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net 2019-01-09 08:06:15,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" -d '{"network": {"name": "NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net", "admin_state_up": true}}' 2019-01-09 08:06:16,316 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-3475fd0c-f4c9-4837-906e-5330466ce160 Date: Wed, 09 Jan 2019 08:06:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d16aadb2-1dc5-4c39-a34b-5ff56475a59d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:16Z","is_default":false,"provider:segmentation_id":9,"name":"NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:16Z","mtu":1450}} 2019-01-09 08:06:16,316 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-3475fd0c-f4c9-4837-906e-5330466ce160 2019-01-09 08:06:16,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:16,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6053e9fb-8759-4952-9760-2cbd43332a95 Date: Wed, 09 Jan 2019 08:06:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d16aadb2-1dc5-4c39-a34b-5ff56475a59d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:16Z","provider:segmentation_id":9,"name":"NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:16Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:16,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d used request id req-6053e9fb-8759-4952-9760-2cbd43332a95 2019-01-09 08:06:16,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:16,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bbfa6660-1ec0-474f-aaca-22ad0fff4d6f Date: Wed, 09 Jan 2019 08:06:16 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:16,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d used request id req-bbfa6660-1ec0-474f-aaca-22ad0fff4d6f 2019-01-09 08:06:16,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:17,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b23e8a5e-954f-41e5-8367-738692d06500 Date: Wed, 09 Jan 2019 08:06:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d16aadb2-1dc5-4c39-a34b-5ff56475a59d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:16Z","provider:segmentation_id":9,"name":"NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:16Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:17,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d used request id req-b23e8a5e-954f-41e5-8367-738692d06500 2019-01-09 08:06:17,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:17,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d70acacb-a677-45be-a35f-a957fef5d8ea Date: Wed, 09 Jan 2019 08:06:17 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:17,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d used request id req-d70acacb-a677-45be-a35f-a957fef5d8ea 2019-01-09 08:06:17,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:17,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8bb4344d-a711-43db-9f3e-41b187c3bf5c Date: Wed, 09 Jan 2019 08:06:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d16aadb2-1dc5-4c39-a34b-5ff56475a59d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:16Z","provider:segmentation_id":9,"name":"NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:16Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:17,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net used request id req-8bb4344d-a711-43db-9f3e-41b187c3bf5c 2019-01-09 08:06:17,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:06:17,538 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:06:17,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:17,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c651d713-7275-4261-b3bb-ae6cb30ab375 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:06:17,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-c651d713-7275-4261-b3bb-ae6cb30ab375 2019-01-09 08:06:17,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:17,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4767227c-5b62-40d8-afa6-cbbfb6158d35 Date: Wed, 09 Jan 2019 08:06:17 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:17,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=d16aadb2-1dc5-4c39-a34b-5ff56475a59d used request id req-4767227c-5b62-40d8-afa6-cbbfb6158d35 2019-01-09 08:06:17,660 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-7fff33ef-a40a-47e3-83d4-5060b7af1432-pub-net 2019-01-09 08:06:17,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/d16aadb2-1dc5-4c39-a34b-5ff56475a59d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2fe8d7cb6f776fb07e668a434853576f3852c7" 2019-01-09 08:06:18,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2db04693-c5db-4f95-872b-612fa0b1c5ba Date: Wed, 09 Jan 2019 08:06:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:18,488 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d16aadb2-1dc5-4c39-a34b-5ff56475a59d used request id req-2db04693-c5db-4f95-872b-612fa0b1c5ba 2019-01-09 08:06:18,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:18,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["84NbRkGoQwewgDNsSsvP_g"], "issued_at": "2019-01-09T08:06:18.000000Z"}} 2019-01-09 08:06:18,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97242f1ea43dc3f77664d0ed4c960d46da35c791" 2019-01-09 08:06:18,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-768dd91d-e6c3-4500-849e-cb19ba614108 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:18,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-768dd91d-e6c3-4500-849e-cb19ba614108 2019-01-09 08:06:18,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:19,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Nm1gGH8SQyyfulrC2aKsCA"], "issued_at": "2019-01-09T08:06:19.000000Z"}} 2019-01-09 08:06:19,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9df8eec73e24bc738af745eba58d05cb8c163ce8" 2019-01-09 08:06:19,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3faa5ebb-5119-4a88-8563-d76c1e292f13 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:19,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3faa5ebb-5119-4a88-8563-d76c1e292f13 2019-01-09 08:06:19,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:19,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["xvT_Dm6LQxGA0mlnRxgkiA"], "issued_at": "2019-01-09T08:06:19.000000Z"}} 2019-01-09 08:06:19,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:19,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71aeb5b2-3ce3-49dc-9646-0b35f92a7624 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:19,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-71aeb5b2-3ce3-49dc-9646-0b35f92a7624 2019-01-09 08:06:19,873 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net 2019-01-09 08:06:19,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" -d '{"network": {"name": "NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net", "admin_state_up": true}}' 2019-01-09 08:06:20,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-2fd5cba5-9f00-4ccf-bc02-519f6ae7583f Date: Wed, 09 Jan 2019 08:06:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:20Z","is_default":false,"provider:segmentation_id":56,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:20Z","mtu":1450}} 2019-01-09 08:06:20,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-2fd5cba5-9f00-4ccf-bc02-519f6ae7583f 2019-01-09 08:06:20,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:20,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7785edfc-9fa0-4aff-a3a0-54288a6c8f14 Date: Wed, 09 Jan 2019 08:06:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:20Z","provider:segmentation_id":56,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:20Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:20,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 used request id req-7785edfc-9fa0-4aff-a3a0-54288a6c8f14 2019-01-09 08:06:20,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:20,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4192ee16-3fbb-4931-9eda-9bce1b9fb27f Date: Wed, 09 Jan 2019 08:06:20 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:20,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 used request id req-4192ee16-3fbb-4931-9eda-9bce1b9fb27f 2019-01-09 08:06:20,869 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet 2019-01-09 08:06:20,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" -d '{"subnets": [{"ip_version": 4, "network_id": "2e3b248e-540d-43c1-bf75-b8b661cb66a7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet"}]}' 2019-01-09 08:06:21,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-45dff27e-d7c0-497a-b8c2-3f73dec83613 Date: Wed, 09 Jan 2019 08:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:21Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:21Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet"}]} 2019-01-09 08:06:21,532 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-45dff27e-d7c0-497a-b8c2-3f73dec83613 2019-01-09 08:06:21,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:21,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0ead4ba1-f5a9-4f96-b7b7-e8352c25ebec Date: Wed, 09 Jan 2019 08:06:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0"],"description":"","tags":[],"updated_at":"2019-01-09T08:06:21Z","provider:segmentation_id":56,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:20Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:21,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 used request id req-0ead4ba1-f5a9-4f96-b7b7-e8352c25ebec 2019-01-09 08:06:21,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:21,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61582c7f-e5ff-47ff-ab3f-9e49435ca50a Date: Wed, 09 Jan 2019 08:06:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:21Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet"}]} 2019-01-09 08:06:21,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 used request id req-61582c7f-e5ff-47ff-ab3f-9e49435ca50a 2019-01-09 08:06:21,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:22,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-af1f2b76-2f3c-459a-9c4e-8435ba83348c Date: Wed, 09 Jan 2019 08:06:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0"],"description":"","tags":[],"updated_at":"2019-01-09T08:06:21Z","provider:segmentation_id":56,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:20Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:22,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net used request id req-af1f2b76-2f3c-459a-9c4e-8435ba83348c 2019-01-09 08:06:22,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:06:22,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:06:22,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:22,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45f0110-c7aa-44b4-9f82-4fc960c16772 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:06:22,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-f45f0110-c7aa-44b4-9f82-4fc960c16772 2019-01-09 08:06:22,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:23,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-99a7e966-6170-4144-9141-9201f6fc1446 Date: Wed, 09 Jan 2019 08:06:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:21Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet"}]} 2019-01-09 08:06:23,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 used request id req-99a7e966-6170-4144-9141-9201f6fc1446 2019-01-09 08:06:23,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7&name=NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:23,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-576d6534-4cc0-472c-a397-0bdf339c234a Date: Wed, 09 Jan 2019 08:06:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:21Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet"}]} 2019-01-09 08:06:23,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7&name=NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet used request id req-576d6534-4cc0-472c-a397-0bdf339c234a 2019-01-09 08:06:23,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7&name=NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:24,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1f509248-9639-4426-9adb-a27105c98f2e Date: Wed, 09 Jan 2019 08:06:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:21Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet"}]} 2019-01-09 08:06:24,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7&name=NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet used request id req-1f509248-9639-4426-9adb-a27105c98f2e 2019-01-09 08:06:24,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:24,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5ab5c580-c1b5-4a23-960a-39ce8d28b6e9 Date: Wed, 09 Jan 2019 08:06:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:21Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet"}]} 2019-01-09 08:06:24,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=2e3b248e-540d-43c1-bf75-b8b661cb66a7 used request id req-5ab5c580-c1b5-4a23-960a-39ce8d28b6e9 2019-01-09 08:06:24,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:24,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8c0abc34-fd27-4345-b1af-cbd5c988a860 Date: Wed, 09 Jan 2019 08:06:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e3b248e-540d-43c1-bf75-b8b661cb66a7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:21Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet"}]} 2019-01-09 08:06:24,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet used request id req-8c0abc34-fd27-4345-b1af-cbd5c988a860 2019-01-09 08:06:24,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:24,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4368b492-df16-4c65-8c7d-6285d4ebe015 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:06:24,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-4368b492-df16-4c65-8c7d-6285d4ebe015 2019-01-09 08:06:24,714 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet 2019-01-09 08:06:24,714 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-subnet 2019-01-09 08:06:24,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:27,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd58b969-2d92-4681-8d8e-90ddedd61b19 Date: Wed, 09 Jan 2019 08:06:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:27,602 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1f8d6bff-f2d2-459b-b48d-e4a6b759f7a0 used request id req-bd58b969-2d92-4681-8d8e-90ddedd61b19 2019-01-09 08:06:27,602 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-a087488d-3c57-4043-84b5-de0214a3450e-pub-net 2019-01-09 08:06:27,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/2e3b248e-540d-43c1-bf75-b8b661cb66a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5d75de0d4c40dc5d55b8a90421e2b1dd929b35" 2019-01-09 08:06:29,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21b187c5-331f-4126-8a26-3f89ea431f67 Date: Wed, 09 Jan 2019 08:06:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:29,304 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/2e3b248e-540d-43c1-bf75-b8b661cb66a7 used request id req-21b187c5-331f-4126-8a26-3f89ea431f67 2019-01-09 08:06:29,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:29,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["E3II1LvoRRypElmam0YFbw"], "issued_at": "2019-01-09T08:06:29.000000Z"}} 2019-01-09 08:06:29,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2167716f451a17d0fa5d36f251b733783b8c70f9" 2019-01-09 08:06:29,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa59fec5-024c-4639-9234-7974aff3679e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:29,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aa59fec5-024c-4639-9234-7974aff3679e 2019-01-09 08:06:29,775 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-net 2019-01-09 08:06:29,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2167716f451a17d0fa5d36f251b733783b8c70f9" -d '{"network": {"name": "NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-net", "admin_state_up": true}}' 2019-01-09 08:06:30,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-707d256f-4bd8-47d2-89b0-7f3531f6d6ba Date: Wed, 09 Jan 2019 08:06: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":"fa9962b4-3708-40cf-8e22-95c097879498","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:30Z","is_default":false,"provider:segmentation_id":93,"name":"NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:30Z","mtu":1450}} 2019-01-09 08:06:30,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-707d256f-4bd8-47d2-89b0-7f3531f6d6ba 2019-01-09 08:06:30,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=fa9962b4-3708-40cf-8e22-95c097879498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2167716f451a17d0fa5d36f251b733783b8c70f9" 2019-01-09 08:06:30,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5eb73af1-5a2e-4187-8034-85c9084c24fe Date: Wed, 09 Jan 2019 08:06:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fa9962b4-3708-40cf-8e22-95c097879498","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:30Z","provider:segmentation_id":93,"name":"NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:30Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:30,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=fa9962b4-3708-40cf-8e22-95c097879498 used request id req-5eb73af1-5a2e-4187-8034-85c9084c24fe 2019-01-09 08:06:30,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=fa9962b4-3708-40cf-8e22-95c097879498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2167716f451a17d0fa5d36f251b733783b8c70f9" 2019-01-09 08:06:30,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa77f08a-185b-4279-9730-42e8f73d83f1 Date: Wed, 09 Jan 2019 08:06:30 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:30,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=fa9962b4-3708-40cf-8e22-95c097879498 used request id req-aa77f08a-185b-4279-9730-42e8f73d83f1 2019-01-09 08:06:30,740 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-subnet 2019-01-09 08:06:30,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2167716f451a17d0fa5d36f251b733783b8c70f9" -d '{"subnets": [{"ip_version": 4, "network_id": "fa9962b4-3708-40cf-8e22-95c097879498", "cidr": "", "name": "NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-subnet"}]}' 2019-01-09 08:06:30,757 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-68b616f9-b4a1-4bd5-b922-41b5dd1c5f5a Date: Wed, 09 Jan 2019 08:06:30 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-09 08:06:30,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-68b616f9-b4a1-4bd5-b922-41b5dd1c5f5a 2019-01-09 08:06:30,757 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-09 08:06:30,757 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-subnet] for network [NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-net] 2019-01-09 08:06:30,757 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b9c19a16-7d43-4bcb-94bf-4ea2d809b4c2-pub-net 2019-01-09 08:06:30,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/fa9962b4-3708-40cf-8e22-95c097879498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2167716f451a17d0fa5d36f251b733783b8c70f9" 2019-01-09 08:06:31,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e59b777-0fd6-44d2-b892-1e1b4b80d2a5 Date: Wed, 09 Jan 2019 08:06:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:31,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/fa9962b4-3708-40cf-8e22-95c097879498 used request id req-5e59b777-0fd6-44d2-b892-1e1b4b80d2a5 2019-01-09 08:06:31,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:32,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["sXEPMkTYQwGjjkSV418W_g"], "issued_at": "2019-01-09T08:06:32.000000Z"}} 2019-01-09 08:06:32,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:32,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8802f5-1123-4c07-8c45-6b8e9979e15b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:32,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-fb8802f5-1123-4c07-8c45-6b8e9979e15b 2019-01-09 08:06:32,072 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net 2019-01-09 08:06:32,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" -d '{"network": {"name": "NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net", "admin_state_up": true}}' 2019-01-09 08:06:32,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1e788c4f-9cfd-464f-8553-69aef336b198 Date: Wed, 09 Jan 2019 08:06: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":"44093da8-f91a-4512-8168-3d1fe4729bd9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:32Z","is_default":false,"provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:32Z","mtu":1450}} 2019-01-09 08:06:32,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1e788c4f-9cfd-464f-8553-69aef336b198 2019-01-09 08:06:32,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=44093da8-f91a-4512-8168-3d1fe4729bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:32,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ea6f0215-3762-4738-a3c4-1ae25cae9502 Date: Wed, 09 Jan 2019 08:06:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"44093da8-f91a-4512-8168-3d1fe4729bd9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:32Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:32,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=44093da8-f91a-4512-8168-3d1fe4729bd9 used request id req-ea6f0215-3762-4738-a3c4-1ae25cae9502 2019-01-09 08:06:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:32,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6fb8ca74-cece-43e1-8f56-8799b8e1e7f4 Date: Wed, 09 Jan 2019 08:06:32 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:32,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9 used request id req-6fb8ca74-cece-43e1-8f56-8799b8e1e7f4 2019-01-09 08:06:32,957 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet 2019-01-09 08:06:32,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" -d '{"subnets": [{"ip_version": 4, "network_id": "44093da8-f91a-4512-8168-3d1fe4729bd9", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet"}]}' 2019-01-09 08:06:33,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f01ad6f6-cb54-4c67-9946-99d2ba5415bf Date: Wed, 09 Jan 2019 08:06:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44093da8-f91a-4512-8168-3d1fe4729bd9","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:33Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"ed75fb8d-c2d9-4ace-b115-14f9df41e77f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet"}]} 2019-01-09 08:06:33,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f01ad6f6-cb54-4c67-9946-99d2ba5415bf 2019-01-09 08:06:33,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=44093da8-f91a-4512-8168-3d1fe4729bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:33,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8cae8e15-2a72-4eaf-be67-49964e17ccf7 Date: Wed, 09 Jan 2019 08:06:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"44093da8-f91a-4512-8168-3d1fe4729bd9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["ed75fb8d-c2d9-4ace-b115-14f9df41e77f"],"description":"","tags":[],"updated_at":"2019-01-09T08:06:33Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:33,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=44093da8-f91a-4512-8168-3d1fe4729bd9 used request id req-8cae8e15-2a72-4eaf-be67-49964e17ccf7 2019-01-09 08:06:33,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:34,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a2172bdc-20bb-4eab-aab6-9b805579a9c3 Date: Wed, 09 Jan 2019 08:06:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44093da8-f91a-4512-8168-3d1fe4729bd9","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"ed75fb8d-c2d9-4ace-b115-14f9df41e77f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet"}]} 2019-01-09 08:06:34,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9 used request id req-a2172bdc-20bb-4eab-aab6-9b805579a9c3 2019-01-09 08:06:34,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:34,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6f687536-106a-4eb8-aa5c-18db93204e27 Date: Wed, 09 Jan 2019 08:06:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"44093da8-f91a-4512-8168-3d1fe4729bd9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["ed75fb8d-c2d9-4ace-b115-14f9df41e77f"],"description":"","tags":[],"updated_at":"2019-01-09T08:06:33Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:34,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net used request id req-6f687536-106a-4eb8-aa5c-18db93204e27 2019-01-09 08:06:34,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:06:34,385 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:06:34,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:34,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-674a8e52-cc5a-4adf-86aa-9dacefc78acb Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:06:34,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-674a8e52-cc5a-4adf-86aa-9dacefc78acb 2019-01-09 08:06:34,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:34,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4cc105ba-fb66-475a-8368-cb788105aabf Date: Wed, 09 Jan 2019 08:06:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44093da8-f91a-4512-8168-3d1fe4729bd9","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"ed75fb8d-c2d9-4ace-b115-14f9df41e77f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet"}]} 2019-01-09 08:06:34,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9 used request id req-4cc105ba-fb66-475a-8368-cb788105aabf 2019-01-09 08:06:34,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9&name=NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:34,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5eb4aee9-d78d-4201-8176-2386edd572c9 Date: Wed, 09 Jan 2019 08:06:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44093da8-f91a-4512-8168-3d1fe4729bd9","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"ed75fb8d-c2d9-4ace-b115-14f9df41e77f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet"}]} 2019-01-09 08:06:34,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9&name=NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet used request id req-5eb4aee9-d78d-4201-8176-2386edd572c9 2019-01-09 08:06:34,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9&name=NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:35,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1e5fe547-d613-4969-84e9-5249f4e22aad Date: Wed, 09 Jan 2019 08:06:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44093da8-f91a-4512-8168-3d1fe4729bd9","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"ed75fb8d-c2d9-4ace-b115-14f9df41e77f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet"}]} 2019-01-09 08:06:35,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9&name=NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet used request id req-1e5fe547-d613-4969-84e9-5249f4e22aad 2019-01-09 08:06:35,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:35,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-98b32455-abf0-42b7-bc34-adc05650e6dd Date: Wed, 09 Jan 2019 08:06:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"44093da8-f91a-4512-8168-3d1fe4729bd9","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"ed75fb8d-c2d9-4ace-b115-14f9df41e77f","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet"}]} 2019-01-09 08:06:35,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=44093da8-f91a-4512-8168-3d1fe4729bd9 used request id req-98b32455-abf0-42b7-bc34-adc05650e6dd 2019-01-09 08:06:35,417 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet 2019-01-09 08:06:35,417 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-subnet 2019-01-09 08:06:35,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/ed75fb8d-c2d9-4ace-b115-14f9df41e77f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:37,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1febd5ed-f6cc-4762-a6b8-d14d340fae7a Date: Wed, 09 Jan 2019 08:06:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:37,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ed75fb8d-c2d9-4ace-b115-14f9df41e77f used request id req-1febd5ed-f6cc-4762-a6b8-d14d340fae7a 2019-01-09 08:06:37,957 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-df47a4eb-ba4f-4829-a6f3-78cba7ff4064-pub-net 2019-01-09 08:06:37,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/44093da8-f91a-4512-8168-3d1fe4729bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8f769858a03eb3f1ec3ba7d790f1e88621c8cee" 2019-01-09 08:06:39,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-121bae2d-14c5-489a-9a3f-7692e97b100d Date: Wed, 09 Jan 2019 08:06:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:39,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/44093da8-f91a-4512-8168-3d1fe4729bd9 used request id req-121bae2d-14c5-489a-9a3f-7692e97b100d 2019-01-09 08:06:39,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:40,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["puGChSKvQMWxBu6ItC7BvA"], "issued_at": "2019-01-09T08:06:40.000000Z"}} 2019-01-09 08:06:40,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b523f20959884d9974459f51aab8b41ba47bbf0" 2019-01-09 08:06:40,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b642874-1cf8-43fa-8e42-3f7d821f0e48 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:40,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0b642874-1cf8-43fa-8e42-3f7d821f0e48 2019-01-09 08:06:40,339 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-net 2019-01-09 08:06:40,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b523f20959884d9974459f51aab8b41ba47bbf0" -d '{"network": {"name": "NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-net", "admin_state_up": true}}' 2019-01-09 08:06:40,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4c9af7b8-731e-415a-a2d7-debdfd215c6f Date: Wed, 09 Jan 2019 08:06: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":"15646746-3866-46e6-a644-992ba9502bdb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:40Z","is_default":false,"provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:40Z","mtu":1450}} 2019-01-09 08:06:40,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-4c9af7b8-731e-415a-a2d7-debdfd215c6f 2019-01-09 08:06:40,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=15646746-3866-46e6-a644-992ba9502bdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b523f20959884d9974459f51aab8b41ba47bbf0" 2019-01-09 08:06:41,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-77d84e15-9acc-40ab-81cb-c6c2a7ae3b12 Date: Wed, 09 Jan 2019 08:06:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"15646746-3866-46e6-a644-992ba9502bdb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:40Z","provider:segmentation_id":19,"name":"NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:40Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:41,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=15646746-3866-46e6-a644-992ba9502bdb used request id req-77d84e15-9acc-40ab-81cb-c6c2a7ae3b12 2019-01-09 08:06:41,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=15646746-3866-46e6-a644-992ba9502bdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b523f20959884d9974459f51aab8b41ba47bbf0" 2019-01-09 08:06:41,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2e1cec19-1e47-4209-9173-6324ff63b2a2 Date: Wed, 09 Jan 2019 08:06:41 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:41,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=15646746-3866-46e6-a644-992ba9502bdb used request id req-2e1cec19-1e47-4209-9173-6324ff63b2a2 2019-01-09 08:06:41,337 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-subnet 2019-01-09 08:06:41,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b523f20959884d9974459f51aab8b41ba47bbf0" -d '{"subnets": [{"ip_version": 4, "network_id": "15646746-3866-46e6-a644-992ba9502bdb", "cidr": null, "name": "NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-subnet"}]}' 2019-01-09 08:06:41,424 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-11bde8b1-ecd9-4564-8a34-c693eafdb78d Date: Wed, 09 Jan 2019 08:06:41 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2019-01-09 08:06:41,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-11bde8b1-ecd9-4564-8a34-c693eafdb78d 2019-01-09 08:06:41,424 - 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": ""}} 2019-01-09 08:06:41,425 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-subnet] for network [NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-net] 2019-01-09 08:06:41,425 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1e294733-319a-483d-9bc4-c2a5c31e7a6c-pub-net 2019-01-09 08:06:41,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/15646746-3866-46e6-a644-992ba9502bdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b523f20959884d9974459f51aab8b41ba47bbf0" 2019-01-09 08:06:42,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73163ff7-8490-4ed6-9134-e89e880b41de Date: Wed, 09 Jan 2019 08:06:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:42,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/15646746-3866-46e6-a644-992ba9502bdb used request id req-73163ff7-8490-4ed6-9134-e89e880b41de 2019-01-09 08:06:42,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:42,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["R2tlawoOQbydwqcOQY0Pcw"], "issued_at": "2019-01-09T08:06:42.000000Z"}} 2019-01-09 08:06:42,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:42,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad6011f-88a1-44ae-8060-9f55abc1aff2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:42,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1ad6011f-88a1-44ae-8060-9f55abc1aff2 2019-01-09 08:06:42,594 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net 2019-01-09 08:06:42,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" -d '{"network": {"name": "NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net", "admin_state_up": true}}' 2019-01-09 08:06:43,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6455178e-1e11-4b7e-9e75-fd0d6c164e5a Date: Wed, 09 Jan 2019 08:06:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6c802f16-3b5b-4c1a-a980-4df60f03d6cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:42Z","is_default":false,"provider:segmentation_id":93,"name":"NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:42Z","mtu":1450}} 2019-01-09 08:06:43,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6455178e-1e11-4b7e-9e75-fd0d6c164e5a 2019-01-09 08:06:43,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:43,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e2182334-9a42-4fa7-aa1f-55e23381dbe3 Date: Wed, 09 Jan 2019 08:06:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6c802f16-3b5b-4c1a-a980-4df60f03d6cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:42Z","provider:segmentation_id":93,"name":"NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:42Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:43,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc used request id req-e2182334-9a42-4fa7-aa1f-55e23381dbe3 2019-01-09 08:06:43,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:43,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-86b583d7-c03e-4337-9bbb-9183618116fa Date: Wed, 09 Jan 2019 08:06:43 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:43,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc used request id req-86b583d7-c03e-4337-9bbb-9183618116fa 2019-01-09 08:06:43,550 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-subnet 2019-01-09 08:06:43,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" -d '{"subnets": [{"ip_version": 4, "network_id": "6c802f16-3b5b-4c1a-a980-4df60f03d6cc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-subnet"}]}' 2019-01-09 08:06:44,173 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c1f4a4c8-f403-460f-baa8-6bdf27948a01 Date: Wed, 09 Jan 2019 08:06:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c802f16-3b5b-4c1a-a980-4df60f03d6cc","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:43Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06: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":"88d6c71a30ca41f6a882b86c51b3b026","id":"86e80d4e-3cc0-471f-aa5a-7bbc7fcdc588","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-subnet"}]} 2019-01-09 08:06:44,173 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c1f4a4c8-f403-460f-baa8-6bdf27948a01 2019-01-09 08:06:44,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:44,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6db72ccf-d6fd-49d1-8f3b-d3fd9ed56c4c Date: Wed, 09 Jan 2019 08:06:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c802f16-3b5b-4c1a-a980-4df60f03d6cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["86e80d4e-3cc0-471f-aa5a-7bbc7fcdc588"],"description":"","tags":[],"updated_at":"2019-01-09T08:06:43Z","provider:segmentation_id":93,"name":"NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:42Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:44,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc used request id req-6db72ccf-d6fd-49d1-8f3b-d3fd9ed56c4c 2019-01-09 08:06:44,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:44,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cd7a8835-2468-4987-b5fe-94a25e604311 Date: Wed, 09 Jan 2019 08:06:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c802f16-3b5b-4c1a-a980-4df60f03d6cc","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:43Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06: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":"88d6c71a30ca41f6a882b86c51b3b026","id":"86e80d4e-3cc0-471f-aa5a-7bbc7fcdc588","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-subnet"}]} 2019-01-09 08:06:44,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc used request id req-cd7a8835-2468-4987-b5fe-94a25e604311 2019-01-09 08:06:44,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:45,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f6a23489-42a1-4574-89e3-29323e00467a Date: Wed, 09 Jan 2019 08:06:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c802f16-3b5b-4c1a-a980-4df60f03d6cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["86e80d4e-3cc0-471f-aa5a-7bbc7fcdc588"],"description":"","tags":[],"updated_at":"2019-01-09T08:06:43Z","provider:segmentation_id":93,"name":"NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:42Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:45,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net used request id req-f6a23489-42a1-4574-89e3-29323e00467a 2019-01-09 08:06:45,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:06:45,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:06: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:06:45,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:45,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd63a02-4c2d-41fc-9e8d-bc98f2ac0616 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:06:45,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-dbd63a02-4c2d-41fc-9e8d-bc98f2ac0616 2019-01-09 08:06:45,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:45,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c35fc567-b4f5-44a2-a4f9-c7c9d46e4097 Date: Wed, 09 Jan 2019 08:06:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c802f16-3b5b-4c1a-a980-4df60f03d6cc","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:43Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06: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":"88d6c71a30ca41f6a882b86c51b3b026","id":"86e80d4e-3cc0-471f-aa5a-7bbc7fcdc588","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-subnet"}]} 2019-01-09 08:06:45,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=6c802f16-3b5b-4c1a-a980-4df60f03d6cc used request id req-c35fc567-b4f5-44a2-a4f9-c7c9d46e4097 2019-01-09 08:06:45,386 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-subnet 2019-01-09 08:06:45,386 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-subnet 2019-01-09 08:06:45,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/86e80d4e-3cc0-471f-aa5a-7bbc7fcdc588 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:48,535 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-75f02ed1-5f30-4d49-8048-e1a500918790 Date: Wed, 09 Jan 2019 08:06:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:48,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/86e80d4e-3cc0-471f-aa5a-7bbc7fcdc588 used request id req-75f02ed1-5f30-4d49-8048-e1a500918790 2019-01-09 08:06:48,535 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-560549a0-1bc9-4450-be4b-ee386edcaa13-pub-net 2019-01-09 08:06:48,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/6c802f16-3b5b-4c1a-a980-4df60f03d6cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a82f7486528a752aebf2bc0bff0be85c349796" 2019-01-09 08:06:50,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6f3edafa-6f84-411e-a0e1-45e3a7b8c937 Date: Wed, 09 Jan 2019 08:06:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:06:50,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6c802f16-3b5b-4c1a-a980-4df60f03d6cc used request id req-6f3edafa-6f84-411e-a0e1-45e3a7b8c937 2019-01-09 08:06:50,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:50,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["bF1F6eg2TFiZBHfiV6POpg"], "issued_at": "2019-01-09T08:06:50.000000Z"}} 2019-01-09 08:06:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:50,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f363a82-f7b3-468e-9539-57e3cfca918c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:50,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7f363a82-f7b3-468e-9539-57e3cfca918c 2019-01-09 08:06:50,504 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net 2019-01-09 08:06:50,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" -d '{"network": {"name": "NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net", "admin_state_up": true}}' 2019-01-09 08:06:50,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-36f9139e-ad44-4bf7-8d18-e8ce73e85445 Date: Wed, 09 Jan 2019 08:06:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ec3150ad-4da9-4a94-9603-ebc8f142bd1f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:50Z","is_default":false,"provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:50Z","mtu":1450}} 2019-01-09 08:06:50,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-36f9139e-ad44-4bf7-8d18-e8ce73e85445 2019-01-09 08:06:50,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:51,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0161490c-b1e2-496b-81a1-1843b5bafb0a Date: Wed, 09 Jan 2019 08:06:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ec3150ad-4da9-4a94-9603-ebc8f142bd1f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:06:50Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:50Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:51,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f used request id req-0161490c-b1e2-496b-81a1-1843b5bafb0a 2019-01-09 08:06:51,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:51,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-be05c612-498a-44d7-83be-781d06fca27b Date: Wed, 09 Jan 2019 08:06:51 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:06:51,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f used request id req-be05c612-498a-44d7-83be-781d06fca27b 2019-01-09 08:06:51,509 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet 2019-01-09 08:06:51,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" -d '{"subnets": [{"ip_version": 4, "network_id": "ec3150ad-4da9-4a94-9603-ebc8f142bd1f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet"}]}' 2019-01-09 08:06:52,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-78612b6f-9151-417e-9ee0-f40afa146db2 Date: Wed, 09 Jan 2019 08:06:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3150ad-4da9-4a94-9603-ebc8f142bd1f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:51Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:51Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet"}]} 2019-01-09 08:06:52,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-78612b6f-9151-417e-9ee0-f40afa146db2 2019-01-09 08:06:52,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:52,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3d9a2545-5fb0-48c5-bde3-4659b2042c38 Date: Wed, 09 Jan 2019 08:06:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec3150ad-4da9-4a94-9603-ebc8f142bd1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a"],"description":"","tags":[],"updated_at":"2019-01-09T08:06:51Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:50Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:52,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f used request id req-3d9a2545-5fb0-48c5-bde3-4659b2042c38 2019-01-09 08:06:52,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:52,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a019af45-821d-4fbd-84d2-07019af5f26b Date: Wed, 09 Jan 2019 08:06:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3150ad-4da9-4a94-9603-ebc8f142bd1f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:51Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet"}]} 2019-01-09 08:06:52,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f used request id req-a019af45-821d-4fbd-84d2-07019af5f26b 2019-01-09 08:06:52,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:52,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-79beb7f4-0920-4f28-8add-b0b6eac45026 Date: Wed, 09 Jan 2019 08:06:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec3150ad-4da9-4a94-9603-ebc8f142bd1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a"],"description":"","tags":[],"updated_at":"2019-01-09T08:06:51Z","provider:segmentation_id":95,"name":"NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:50Z","provider:network_type":"vxlan"}]} 2019-01-09 08:06:52,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net used request id req-79beb7f4-0920-4f28-8add-b0b6eac45026 2019-01-09 08:06:52,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:06:52,936 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:06:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:06:52,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:52,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcdf6998-8566-4f8a-885f-5e6a96446cf3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:06:52,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-fcdf6998-8566-4f8a-885f-5e6a96446cf3 2019-01-09 08:06:52,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:53,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8b17930d-7de9-44f8-83d4-6fb07604847d Date: Wed, 09 Jan 2019 08:06:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3150ad-4da9-4a94-9603-ebc8f142bd1f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:51Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet"}]} 2019-01-09 08:06:53,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f used request id req-8b17930d-7de9-44f8-83d4-6fb07604847d 2019-01-09 08:06:53,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f&name=NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:53,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6a3bd29a-6cde-453b-95e7-ea7407398ac7 Date: Wed, 09 Jan 2019 08:06:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec3150ad-4da9-4a94-9603-ebc8f142bd1f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:06:51Z","dns_nameservers":[],"updated_at":"2019-01-09T08:06:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet"}]} 2019-01-09 08:06:53,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec3150ad-4da9-4a94-9603-ebc8f142bd1f&name=NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet used request id req-6a3bd29a-6cde-453b-95e7-ea7407398ac7 2019-01-09 08:06:53,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:06:53,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:06:53,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:06:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["P4MH3avPSGKb6tO2CBnfwg"], "issued_at": "2019-01-09T08:06:53.000000Z"}} 2019-01-09 08:06:53,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e6dbdc5cdc06744abc8addffe858de648675513" 2019-01-09 08:06:53,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec51b3df-4c6b-49b7-bb76-926229103aae Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:06:53,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ec51b3df-4c6b-49b7-bb76-926229103aae 2019-01-09 08:06:53,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:54,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ff50a680-6e4f-46fa-a34d-a5f888194ab2 Date: Wed, 09 Jan 2019 08:06:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:06:54,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-ff50a680-6e4f-46fa-a34d-a5f888194ab2 2019-01-09 08:06:54,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:54,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-590b237b-51be-4f75-94ab-9c93411f8fdd Date: Wed, 09 Jan 2019 08:06:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:06:54,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-590b237b-51be-4f75-94ab-9c93411f8fdd 2019-01-09 08:06:54,177 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router 2019-01-09 08:06:54,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}, "name": "NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router", "admin_state_up": true}}' 2019-01-09 08:06:55,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-72dfa661-8c44-41e9-91bf-289e963394e6 Date: Wed, 09 Jan 2019 08:06:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:06:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:06:55Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "2daea9dd-f0ff-4b23-bb3d-9864056e60c6", "name": "NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router"}} 2019-01-09 08:06:55,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-72dfa661-8c44-41e9-91bf-289e963394e6 2019-01-09 08:06:55,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=2daea9dd-f0ff-4b23-bb3d-9864056e60c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:55,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-fc4eed2f-8668-4cd0-b64f-a686a1515434 Date: Wed, 09 Jan 2019 08:06:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:06:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.202"}],"id":"15c155b6-11d4-4820-b2ea-2a2fdd122bcf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:5c:5e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2daea9dd-f0ff-4b23-bb3d-9864056e60c6","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:06:54Z","binding:vnic_type":"normal"}]} 2019-01-09 08:06:55,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=2daea9dd-f0ff-4b23-bb3d-9864056e60c6 used request id req-fc4eed2f-8668-4cd0-b64f-a686a1515434 2019-01-09 08:06:55,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:56,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fb174352-859a-433b-8ab6-db3e8779bc72 Date: Wed, 09 Jan 2019 08:06:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:06:56,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-fb174352-859a-433b-8ab6-db3e8779bc72 2019-01-09 08:06:56,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:56,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-de0103d3-fc88-4259-9b6c-7fb44ba81c8f Date: Wed, 09 Jan 2019 08:06:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:06:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:06:55Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "2daea9dd-f0ff-4b23-bb3d-9864056e60c6", "name": "NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router"}]} 2019-01-09 08:06:56,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router used request id req-de0103d3-fc88-4259-9b6c-7fb44ba81c8f 2019-01-09 08:06:56,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:56,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04af409b-4f79-4266-aa27-0eaf1670d357 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:06:56,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-04af409b-4f79-4266-aa27-0eaf1670d357 2019-01-09 08:06:56,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=2daea9dd-f0ff-4b23-bb3d-9864056e60c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:56,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-bc88cf5e-0eef-41e9-afb1-595d09dfa0f9 Date: Wed, 09 Jan 2019 08:06:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:06:55Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.202"}],"id":"15c155b6-11d4-4820-b2ea-2a2fdd122bcf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:5c:5e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2daea9dd-f0ff-4b23-bb3d-9864056e60c6","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:06:54Z","binding:vnic_type":"normal"}]} 2019-01-09 08:06:56,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=2daea9dd-f0ff-4b23-bb3d-9864056e60c6 used request id req-bc88cf5e-0eef-41e9-afb1-595d09dfa0f9 2019-01-09 08:06:56,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:06:56,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1e459253-5f08-4e0d-816a-95e41f908d96 Date: Wed, 09 Jan 2019 08:06:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:06:56,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-1e459253-5f08-4e0d-816a-95e41f908d96 2019-01-09 08:06:56,931 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router 2019-01-09 08:06:56,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/2daea9dd-f0ff-4b23-bb3d-9864056e60c6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" -d '{"subnet_id": "2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a"}' 2019-01-09 08:06:58,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-402224e0-ffca-40dd-ba65-f4bd049a576b Date: Wed, 09 Jan 2019 08:06:58 GMT RESP BODY: {"network_id": "ec3150ad-4da9-4a94-9603-ebc8f142bd1f", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "subnet_id": "2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a", "subnet_ids": ["2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a"], "port_id": "2eed6d83-7ac6-406a-913a-0ce6414e4703", "id": "2daea9dd-f0ff-4b23-bb3d-9864056e60c6"} 2019-01-09 08:06:58,313 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2daea9dd-f0ff-4b23-bb3d-9864056e60c6/add_router_interface used request id req-402224e0-ffca-40dd-ba65-f4bd049a576b 2019-01-09 08:06:58,314 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router 2019-01-09 08:06:58,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/2daea9dd-f0ff-4b23-bb3d-9864056e60c6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" -d '{"subnet_id": "2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a"}' 2019-01-09 08:06:59,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-869b3284-e25a-4fa4-9923-ea44fcebd2f1 Date: Wed, 09 Jan 2019 08:06:59 GMT RESP BODY: {"network_id": "ec3150ad-4da9-4a94-9603-ebc8f142bd1f", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "subnet_id": "2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a", "subnet_ids": ["2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a"], "port_id": "2eed6d83-7ac6-406a-913a-0ce6414e4703", "id": "2daea9dd-f0ff-4b23-bb3d-9864056e60c6"} 2019-01-09 08:06:59,363 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2daea9dd-f0ff-4b23-bb3d-9864056e60c6/remove_router_interface used request id req-869b3284-e25a-4fa4-9923-ea44fcebd2f1 2019-01-09 08:06:59,363 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router 2019-01-09 08:06:59,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/2daea9dd-f0ff-4b23-bb3d-9864056e60c6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:07:00,677 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78cc3516-6a1e-4078-a1c6-af9860edc9df Content-Length: 0 Date: Wed, 09 Jan 2019 08:07:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:00,678 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/2daea9dd-f0ff-4b23-bb3d-9864056e60c6 used request id req-78cc3516-6a1e-4078-a1c6-af9860edc9df 2019-01-09 08:07:00,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:07:00,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cf2207dd-f17b-44c7-b721-9338f00b9943 Date: Wed, 09 Jan 2019 08:07:00 GMT RESP BODY: {"routers": []} 2019-01-09 08:07:00,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-router used request id req-cf2207dd-f17b-44c7-b721-9338f00b9943 2019-01-09 08:07:00,908 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet 2019-01-09 08:07:00,908 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-subnet 2019-01-09 08:07:00,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:07:03,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b4774430-5a02-45b5-9231-5b164c48ddb6 Date: Wed, 09 Jan 2019 08:07:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:03,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/2658d707-d7b2-4a1c-8ca2-e85f08cb9c4a used request id req-b4774430-5a02-45b5-9231-5b164c48ddb6 2019-01-09 08:07:03,050 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-77f8d9ae-e373-4f8d-886f-cef0e1d50b53-pub-net 2019-01-09 08:07:03,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/ec3150ad-4da9-4a94-9603-ebc8f142bd1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97608424a7e06aab317fc0c552be631c2907d787" 2019-01-09 08:07:04,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cdb533cc-164e-4858-8896-f1baf62adb4c Date: Wed, 09 Jan 2019 08:07:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:04,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/ec3150ad-4da9-4a94-9603-ebc8f142bd1f used request id req-cdb533cc-164e-4858-8896-f1baf62adb4c 2019-01-09 08:07:04,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:05,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["ao_dAdq8SyKpCMN3BIB6Og"], "issued_at": "2019-01-09T08:07:05.000000Z"}} 2019-01-09 08:07:05,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:05,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-277a259f-65a6-480e-8da7-3ddc9150757d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:05,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-277a259f-65a6-480e-8da7-3ddc9150757d 2019-01-09 08:07:05,102 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net 2019-01-09 08:07:05,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" -d '{"network": {"name": "NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net", "admin_state_up": true}}' 2019-01-09 08:07:05,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-519003a5-5af0-41d0-a150-c4d094810fee Date: Wed, 09 Jan 2019 08:07: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":"89a128ec-9e31-4582-b5ea-1e1d5c088e11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:05Z","is_default":false,"provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:05Z","mtu":1450}} 2019-01-09 08:07:05,562 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-519003a5-5af0-41d0-a150-c4d094810fee 2019-01-09 08:07:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:05,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0d4e3cb1-7a5d-4790-8e22-6dbf512fb2bf Date: Wed, 09 Jan 2019 08:07:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"89a128ec-9e31-4582-b5ea-1e1d5c088e11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:05Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:05Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:05,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 used request id req-0d4e3cb1-7a5d-4790-8e22-6dbf512fb2bf 2019-01-09 08:07:05,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:05,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d54483f5-52c4-4f18-b0b8-5e575020de48 Date: Wed, 09 Jan 2019 08:07:05 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:07:05,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 used request id req-d54483f5-52c4-4f18-b0b8-5e575020de48 2019-01-09 08:07:05,969 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-subnet 2019-01-09 08:07:05,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" -d '{"subnets": [{"ip_version": 4, "network_id": "89a128ec-9e31-4582-b5ea-1e1d5c088e11", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-subnet"}]}' 2019-01-09 08:07:06,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-faa99f35-4f90-4bee-a1ef-9d56d8531a00 Date: Wed, 09 Jan 2019 08:07:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89a128ec-9e31-4582-b5ea-1e1d5c088e11","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:06Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:06Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"adc9eee6-b732-4cc3-906d-ca104b6e79ae","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-subnet"}]} 2019-01-09 08:07:06,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-faa99f35-4f90-4bee-a1ef-9d56d8531a00 2019-01-09 08:07:06,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:06,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-477173a8-e454-4479-a124-2a0a20012339 Date: Wed, 09 Jan 2019 08:07:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"89a128ec-9e31-4582-b5ea-1e1d5c088e11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["adc9eee6-b732-4cc3-906d-ca104b6e79ae"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:06Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:05Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:06,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 used request id req-477173a8-e454-4479-a124-2a0a20012339 2019-01-09 08:07:06,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:06,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-36e34bcd-0f56-4310-af9e-71196d21c050 Date: Wed, 09 Jan 2019 08:07:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89a128ec-9e31-4582-b5ea-1e1d5c088e11","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:06Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"adc9eee6-b732-4cc3-906d-ca104b6e79ae","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-subnet"}]} 2019-01-09 08:07:06,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 used request id req-36e34bcd-0f56-4310-af9e-71196d21c050 2019-01-09 08:07:06,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:07,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-81f87571-062d-4c17-b411-1ac73506bbe9 Date: Wed, 09 Jan 2019 08:07:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"89a128ec-9e31-4582-b5ea-1e1d5c088e11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["adc9eee6-b732-4cc3-906d-ca104b6e79ae"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:06Z","provider:segmentation_id":26,"name":"NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:05Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:07,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net used request id req-81f87571-062d-4c17-b411-1ac73506bbe9 2019-01-09 08:07:07,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:07,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:07,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:07,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca1af1a6-da62-46c7-82bf-94cc43f27681 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:07,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-ca1af1a6-da62-46c7-82bf-94cc43f27681 2019-01-09 08:07:07,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:07,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3efd684c-5d8b-4947-acd4-6b2d7e2e3f21 Date: Wed, 09 Jan 2019 08:07:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89a128ec-9e31-4582-b5ea-1e1d5c088e11","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:06Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"adc9eee6-b732-4cc3-906d-ca104b6e79ae","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-subnet"}]} 2019-01-09 08:07:07,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=89a128ec-9e31-4582-b5ea-1e1d5c088e11 used request id req-3efd684c-5d8b-4947-acd4-6b2d7e2e3f21 2019-01-09 08:07:07,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:07:07,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:07,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["fc2B9-1VSnS1Ns7DZBsGcA"], "issued_at": "2019-01-09T08:07:07.000000Z"}} 2019-01-09 08:07:07,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99f95108bd932bbab83ba1200b87a0a6b199034f" 2019-01-09 08:07:07,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4919cb61-4d58-48e8-8d15-4ad9808a85da Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:07,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4919cb61-4d58-48e8-8d15-4ad9808a85da 2019-01-09 08:07:07,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:08,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-80ed19e6-ae7b-4f51-9b29-241d084b193b Date: Wed, 09 Jan 2019 08:07:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:07:08,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-80ed19e6-ae7b-4f51-9b29-241d084b193b 2019-01-09 08:07:08,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:08,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e65ae773-77ab-48de-9c0b-fdd688fdb726 Date: Wed, 09 Jan 2019 08:07:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:07:08,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-e65ae773-77ab-48de-9c0b-fdd688fdb726 2019-01-09 08:07:08,079 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router 2019-01-09 08:07:08,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}, "name": "NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router", "admin_state_up": true}}' 2019-01-09 08:07:09,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-ae2d0697-0d62-49f0-88a7-b54b85f1e645 Date: Wed, 09 Jan 2019 08:07:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:07:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:07:09Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "60e1c020-5243-400c-900d-e9749eca1c7a", "name": "NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router"}} 2019-01-09 08:07:09,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-ae2d0697-0d62-49f0-88a7-b54b85f1e645 2019-01-09 08:07:09,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=60e1c020-5243-400c-900d-e9749eca1c7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:09,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-21294ba7-375a-4faa-ab91-2b01afae4317 Date: Wed, 09 Jan 2019 08:07:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.206"}],"id":"63b2c4ee-96af-4375-a7a0-3ad9f54f1998","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:e9:03","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"60e1c020-5243-400c-900d-e9749eca1c7a","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:07:08Z","binding:vnic_type":"normal"}]} 2019-01-09 08:07:09,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=60e1c020-5243-400c-900d-e9749eca1c7a used request id req-21294ba7-375a-4faa-ab91-2b01afae4317 2019-01-09 08:07:09,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:09,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-72e81864-11b0-4320-b7a3-72f390cbee90 Date: Wed, 09 Jan 2019 08:07:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:07:09,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-72e81864-11b0-4320-b7a3-72f390cbee90 2019-01-09 08:07:09,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:09,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0d994903-26ab-4376-893f-2d83e5aedcda Date: Wed, 09 Jan 2019 08:07:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:07:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:07:09Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "60e1c020-5243-400c-900d-e9749eca1c7a", "name": "NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router"}]} 2019-01-09 08:07:09,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router used request id req-0d994903-26ab-4376-893f-2d83e5aedcda 2019-01-09 08:07:09,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:10,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7033ab78-0ee7-4966-af0d-9d6ab477fbc7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:10,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-7033ab78-0ee7-4966-af0d-9d6ab477fbc7 2019-01-09 08:07:10,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=60e1c020-5243-400c-900d-e9749eca1c7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:10,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-df2106d4-0102-4399-b9bb-96fd845c6e8d Date: Wed, 09 Jan 2019 08:07:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.206"}],"id":"63b2c4ee-96af-4375-a7a0-3ad9f54f1998","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:e9:03","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"60e1c020-5243-400c-900d-e9749eca1c7a","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:07:08Z","binding:vnic_type":"normal"}]} 2019-01-09 08:07:10,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=60e1c020-5243-400c-900d-e9749eca1c7a used request id req-df2106d4-0102-4399-b9bb-96fd845c6e8d 2019-01-09 08:07:10,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:10,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0ce65d06-c764-4b21-9ba8-ce17241fbbf8 Date: Wed, 09 Jan 2019 08:07:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:07:10,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-0ce65d06-c764-4b21-9ba8-ce17241fbbf8 2019-01-09 08:07:10,299 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-subnet 2019-01-09 08:07:10,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/adc9eee6-b732-4cc3-906d-ca104b6e79ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:12,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-210d1683-8d41-47bb-a4a1-f4fa9241f365 Date: Wed, 09 Jan 2019 08:07:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:12,430 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/adc9eee6-b732-4cc3-906d-ca104b6e79ae used request id req-210d1683-8d41-47bb-a4a1-f4fa9241f365 2019-01-09 08:07:12,430 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router 2019-01-09 08:07:12,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9696/v2.0/routers/60e1c020-5243-400c-900d-e9749eca1c7a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" -d '{"subnet_id": "adc9eee6-b732-4cc3-906d-ca104b6e79ae"}' 2019-01-09 08:07:12,771 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-c3d11789-aa90-4f8a-ae16-025acbfb0633 Date: Wed, 09 Jan 2019 08:07:12 GMT RESP BODY: {"NeutronError": {"message": "Subnet adc9eee6-b732-4cc3-906d-ca104b6e79ae could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-09 08:07:12,772 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/60e1c020-5243-400c-900d-e9749eca1c7a/add_router_interface used request id req-c3d11789-aa90-4f8a-ae16-025acbfb0633 2019-01-09 08:07:12,772 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet adc9eee6-b732-4cc3-906d-ca104b6e79ae could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-09 08:07:12,772 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router 2019-01-09 08:07:12,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/60e1c020-5243-400c-900d-e9749eca1c7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:14,114 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f145e43-8a81-477f-b159-3653247b5376 Content-Length: 0 Date: Wed, 09 Jan 2019 08:07:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:14,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/60e1c020-5243-400c-900d-e9749eca1c7a used request id req-9f145e43-8a81-477f-b159-3653247b5376 2019-01-09 08:07:14,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:14,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-326394e5-b9ef-4b9c-a03a-41c7686c75a1 Date: Wed, 09 Jan 2019 08:07:14 GMT RESP BODY: {"routers": []} 2019-01-09 08:07:14,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-router used request id req-326394e5-b9ef-4b9c-a03a-41c7686c75a1 2019-01-09 08:07:14,179 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-subnet 2019-01-09 08:07:14,179 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-subnet 2019-01-09 08:07:14,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/adc9eee6-b732-4cc3-906d-ca104b6e79ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:14,418 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-06093d80-c082-406f-acba-01eafed221e3 Date: Wed, 09 Jan 2019 08:07:14 GMT RESP BODY: {"NeutronError": {"message": "Subnet adc9eee6-b732-4cc3-906d-ca104b6e79ae could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-09 08:07:14,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/adc9eee6-b732-4cc3-906d-ca104b6e79ae used request id req-06093d80-c082-406f-acba-01eafed221e3 2019-01-09 08:07:14,419 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet adc9eee6-b732-4cc3-906d-ca104b6e79ae could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-09 08:07:14,419 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9bee5766-220a-4395-974d-944451c5acf5-pub-net 2019-01-09 08:07:14,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/89a128ec-9e31-4582-b5ea-1e1d5c088e11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e414e25f5ba40c4cede18be0509f59abf934320a" 2019-01-09 08:07:15,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e84de514-6bbb-4f33-b9d2-e2a7f8308e47 Date: Wed, 09 Jan 2019 08:07:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:15,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/89a128ec-9e31-4582-b5ea-1e1d5c088e11 used request id req-e84de514-6bbb-4f33-b9d2-e2a7f8308e47 2019-01-09 08:07:15,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:15,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["hPa4lMxbR1KYP0bD_DVHDw"], "issued_at": "2019-01-09T08:07:15.000000Z"}} 2019-01-09 08:07:15,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:15,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34e022aa-4286-43fb-a47b-be93dbe16baa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:15,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-34e022aa-4286-43fb-a47b-be93dbe16baa 2019-01-09 08:07:15,828 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net 2019-01-09 08:07:15,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" -d '{"network": {"name": "NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net", "admin_state_up": true}}' 2019-01-09 08:07:16,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-5223ccd8-eaeb-411a-b650-6aa19d315e19 Date: Wed, 09 Jan 2019 08:07:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dbeac2a6-35f8-406c-b391-787b04141b76","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:16Z","is_default":false,"provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:16Z","mtu":1450}} 2019-01-09 08:07:16,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-5223ccd8-eaeb-411a-b650-6aa19d315e19 2019-01-09 08:07:16,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=dbeac2a6-35f8-406c-b391-787b04141b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:16,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f9c8a12f-c5ea-46e2-addb-205c52e1c602 Date: Wed, 09 Jan 2019 08:07:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dbeac2a6-35f8-406c-b391-787b04141b76","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:16Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:16Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:16,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=dbeac2a6-35f8-406c-b391-787b04141b76 used request id req-f9c8a12f-c5ea-46e2-addb-205c52e1c602 2019-01-09 08:07:16,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=dbeac2a6-35f8-406c-b391-787b04141b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:16,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-28acfa4b-b9b9-4a11-b0d0-e4f2dbcdf7f0 Date: Wed, 09 Jan 2019 08:07:16 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:07:16,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=dbeac2a6-35f8-406c-b391-787b04141b76 used request id req-28acfa4b-b9b9-4a11-b0d0-e4f2dbcdf7f0 2019-01-09 08:07:16,778 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet 2019-01-09 08:07:16,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" -d '{"subnets": [{"ip_version": 4, "network_id": "dbeac2a6-35f8-406c-b391-787b04141b76", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet"}]}' 2019-01-09 08:07:17,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-49fac514-331c-470b-8307-461911cfdc44 Date: Wed, 09 Jan 2019 08:07:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbeac2a6-35f8-406c-b391-787b04141b76","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:17Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:17Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"6c2772d3-6802-4d7d-9eaf-40d7f562d68f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet"}]} 2019-01-09 08:07:17,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-49fac514-331c-470b-8307-461911cfdc44 2019-01-09 08:07:17,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=dbeac2a6-35f8-406c-b391-787b04141b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:17,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f084682b-7170-4ade-8d4b-a30f4d9e642b Date: Wed, 09 Jan 2019 08:07:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dbeac2a6-35f8-406c-b391-787b04141b76","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["6c2772d3-6802-4d7d-9eaf-40d7f562d68f"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:17Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:16Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:17,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=dbeac2a6-35f8-406c-b391-787b04141b76 used request id req-f084682b-7170-4ade-8d4b-a30f4d9e642b 2019-01-09 08:07:17,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=dbeac2a6-35f8-406c-b391-787b04141b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:17,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cc4f1af5-9a3b-4133-8efb-e2bea0b8eaad Date: Wed, 09 Jan 2019 08:07:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbeac2a6-35f8-406c-b391-787b04141b76","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:17Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"6c2772d3-6802-4d7d-9eaf-40d7f562d68f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet"}]} 2019-01-09 08:07:17,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=dbeac2a6-35f8-406c-b391-787b04141b76 used request id req-cc4f1af5-9a3b-4133-8efb-e2bea0b8eaad 2019-01-09 08:07:17,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:17,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-34d14296-072d-433c-9045-ddff0a7f46cb Date: Wed, 09 Jan 2019 08:07:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dbeac2a6-35f8-406c-b391-787b04141b76","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["6c2772d3-6802-4d7d-9eaf-40d7f562d68f"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:17Z","provider:segmentation_id":33,"name":"NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:16Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:17,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net used request id req-34d14296-072d-433c-9045-ddff0a7f46cb 2019-01-09 08:07:17,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:17,800 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:17,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:17,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25eb6657-6e38-4caf-a8e9-bceac65239a2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:17,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-25eb6657-6e38-4caf-a8e9-bceac65239a2 2019-01-09 08:07:17,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=dbeac2a6-35f8-406c-b391-787b04141b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:18,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8c5bb96a-ec1b-4c16-b416-c42e565df2d2 Date: Wed, 09 Jan 2019 08:07:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbeac2a6-35f8-406c-b391-787b04141b76","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:17Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"6c2772d3-6802-4d7d-9eaf-40d7f562d68f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet"}]} 2019-01-09 08:07:18,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=dbeac2a6-35f8-406c-b391-787b04141b76 used request id req-8c5bb96a-ec1b-4c16-b416-c42e565df2d2 2019-01-09 08:07:18,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=dbeac2a6-35f8-406c-b391-787b04141b76&name=NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:18,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b0b9a805-5659-494d-bc33-5fef4044e46e Date: Wed, 09 Jan 2019 08:07:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbeac2a6-35f8-406c-b391-787b04141b76","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:17Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"6c2772d3-6802-4d7d-9eaf-40d7f562d68f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet"}]} 2019-01-09 08:07:18,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=dbeac2a6-35f8-406c-b391-787b04141b76&name=NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet used request id req-b0b9a805-5659-494d-bc33-5fef4044e46e 2019-01-09 08:07:18,292 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet 2019-01-09 08:07:18,292 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-subnet 2019-01-09 08:07:18,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/6c2772d3-6802-4d7d-9eaf-40d7f562d68f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:19,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44672457-0123-4b2f-8a82-2496ea22d97e Date: Wed, 09 Jan 2019 08:07:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:19,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/6c2772d3-6802-4d7d-9eaf-40d7f562d68f used request id req-44672457-0123-4b2f-8a82-2496ea22d97e 2019-01-09 08:07:19,935 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6a8c1aec-7b38-410f-9b03-834f2e2361f4-pub-net 2019-01-09 08:07:19,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/dbeac2a6-35f8-406c-b391-787b04141b76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38bffb36a01978dd211502b7310317b82ed05e27" 2019-01-09 08:07:21,706 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a32f69bc-504e-4a9a-94ea-75901a8b8ac8 Date: Wed, 09 Jan 2019 08:07:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:21,706 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/dbeac2a6-35f8-406c-b391-787b04141b76 used request id req-a32f69bc-504e-4a9a-94ea-75901a8b8ac8 2019-01-09 08:07:21,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:22,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["BBtPWWevRBCcsH-c4ilI3A"], "issued_at": "2019-01-09T08:07:22.000000Z"}} 2019-01-09 08:07:22,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:22,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c08b2c-3427-4421-875b-af6b8bce26ae Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:22,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-43c08b2c-3427-4421-875b-af6b8bce26ae 2019-01-09 08:07:22,183 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net 2019-01-09 08:07:22,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" -d '{"network": {"name": "NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net", "admin_state_up": true}}' 2019-01-09 08:07:22,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-35989b52-0526-4229-a546-d48833ced497 Date: Wed, 09 Jan 2019 08:07: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":"001d0d1b-c1cd-47aa-9933-d314244853fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:22Z","is_default":false,"provider:segmentation_id":88,"name":"NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:22Z","mtu":1450}} 2019-01-09 08:07:22,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-35989b52-0526-4229-a546-d48833ced497 2019-01-09 08:07:22,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=001d0d1b-c1cd-47aa-9933-d314244853fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:22,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fbeecb4c-b1ec-43fe-9f27-ae13798be3a1 Date: Wed, 09 Jan 2019 08:07:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"001d0d1b-c1cd-47aa-9933-d314244853fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:22Z","provider:segmentation_id":88,"name":"NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:22Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:22,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=001d0d1b-c1cd-47aa-9933-d314244853fe used request id req-fbeecb4c-b1ec-43fe-9f27-ae13798be3a1 2019-01-09 08:07:22,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=001d0d1b-c1cd-47aa-9933-d314244853fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:23,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-edc8464a-713d-4dd9-a993-25629c2bc4e2 Date: Wed, 09 Jan 2019 08:07:23 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:07:23,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=001d0d1b-c1cd-47aa-9933-d314244853fe used request id req-edc8464a-713d-4dd9-a993-25629c2bc4e2 2019-01-09 08:07:23,035 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-subnet 2019-01-09 08:07:23,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" -d '{"subnets": [{"ip_version": 4, "network_id": "001d0d1b-c1cd-47aa-9933-d314244853fe", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-subnet"}]}' 2019-01-09 08:07:23,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-96cd086e-323a-4f1d-8478-d90aa8761404 Date: Wed, 09 Jan 2019 08:07:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"001d0d1b-c1cd-47aa-9933-d314244853fe","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:23Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:23Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"2c2949be-522d-4a4c-93c6-67072882bc7b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-subnet"}]} 2019-01-09 08:07:23,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-96cd086e-323a-4f1d-8478-d90aa8761404 2019-01-09 08:07:23,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=001d0d1b-c1cd-47aa-9933-d314244853fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:23,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-afb51b3f-2cae-4f14-8720-1fb203ac1e75 Date: Wed, 09 Jan 2019 08:07:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"001d0d1b-c1cd-47aa-9933-d314244853fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["2c2949be-522d-4a4c-93c6-67072882bc7b"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:23Z","provider:segmentation_id":88,"name":"NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:22Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:23,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=001d0d1b-c1cd-47aa-9933-d314244853fe used request id req-afb51b3f-2cae-4f14-8720-1fb203ac1e75 2019-01-09 08:07:23,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=001d0d1b-c1cd-47aa-9933-d314244853fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:24,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6342cb40-8f55-49c0-8bac-735bd68526f6 Date: Wed, 09 Jan 2019 08:07:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"001d0d1b-c1cd-47aa-9933-d314244853fe","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:23Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"2c2949be-522d-4a4c-93c6-67072882bc7b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-subnet"}]} 2019-01-09 08:07:24,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=001d0d1b-c1cd-47aa-9933-d314244853fe used request id req-6342cb40-8f55-49c0-8bac-735bd68526f6 2019-01-09 08:07:24,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:24,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-567e3465-872e-4e54-8458-f88038c583db Date: Wed, 09 Jan 2019 08:07:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"001d0d1b-c1cd-47aa-9933-d314244853fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["2c2949be-522d-4a4c-93c6-67072882bc7b"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:23Z","provider:segmentation_id":88,"name":"NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:22Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:24,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net used request id req-567e3465-872e-4e54-8458-f88038c583db 2019-01-09 08:07:24,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:24,487 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:24,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:24,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20a272aa-3f62-4f7b-81d8-3a4b72227c47 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:24,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-20a272aa-3f62-4f7b-81d8-3a4b72227c47 2019-01-09 08:07:24,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=001d0d1b-c1cd-47aa-9933-d314244853fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:24,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-54ec7433-29ab-41a2-8724-e8fe7f4fc0dd Date: Wed, 09 Jan 2019 08:07:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"001d0d1b-c1cd-47aa-9933-d314244853fe","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:23Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"2c2949be-522d-4a4c-93c6-67072882bc7b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-subnet"}]} 2019-01-09 08:07:24,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=001d0d1b-c1cd-47aa-9933-d314244853fe used request id req-54ec7433-29ab-41a2-8724-e8fe7f4fc0dd 2019-01-09 08:07:24,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:07:24,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:25,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["_-0KH1TtQW62cRkvIDuZlA"], "issued_at": "2019-01-09T08:07:25.000000Z"}} 2019-01-09 08:07:25,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92640f96e32faed24c8b66ffa352a9d41cf5cfd4" 2019-01-09 08:07:25,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e85b55-bc74-4a3d-aa22-24f15430298b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:25,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a9e85b55-bc74-4a3d-aa22-24f15430298b 2019-01-09 08:07:25,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:25,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7950c60e-ee5f-46fe-98a8-f2a1bad8d33f Date: Wed, 09 Jan 2019 08:07:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:07:25,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-7950c60e-ee5f-46fe-98a8-f2a1bad8d33f 2019-01-09 08:07:25,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:25,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-02df3c49-90c0-424e-be0d-b7da2279a77e Date: Wed, 09 Jan 2019 08:07:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:07:25,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-02df3c49-90c0-424e-be0d-b7da2279a77e 2019-01-09 08:07:25,716 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router 2019-01-09 08:07:25,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}, "name": "NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router", "admin_state_up": true}}' 2019-01-09 08:07:26,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-22d38796-5222-486d-a968-d090ecdd6941 Date: Wed, 09 Jan 2019 08:07:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:07:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:07:26Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ae6ba5ab-e52f-4d8f-9b89-6882f72b4979", "name": "NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router"}} 2019-01-09 08:07:26,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-22d38796-5222-486d-a968-d090ecdd6941 2019-01-09 08:07:26,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=ae6ba5ab-e52f-4d8f-9b89-6882f72b4979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:27,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a1c440ca-0352-4a12-a1ba-c316f631a690 Date: Wed, 09 Jan 2019 08:07:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:26Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.201"}],"id":"81189e1b-6f78-4b3c-94a8-155a217fcf73","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:37:b2:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ae6ba5ab-e52f-4d8f-9b89-6882f72b4979","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:07:26Z","binding:vnic_type":"normal"}]} 2019-01-09 08:07:27,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=ae6ba5ab-e52f-4d8f-9b89-6882f72b4979 used request id req-a1c440ca-0352-4a12-a1ba-c316f631a690 2019-01-09 08:07:27,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:27,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f5146e82-23e4-4e3c-bb7e-4d932136b012 Date: Wed, 09 Jan 2019 08:07:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:07:27,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-f5146e82-23e4-4e3c-bb7e-4d932136b012 2019-01-09 08:07:27,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:27,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3649241a-f598-4d1e-aefb-99622573532c Date: Wed, 09 Jan 2019 08:07:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:07:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:07:26Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ae6ba5ab-e52f-4d8f-9b89-6882f72b4979", "name": "NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router"}]} 2019-01-09 08:07:27,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router used request id req-3649241a-f598-4d1e-aefb-99622573532c 2019-01-09 08:07:27,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:27,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-719608b3-7546-4579-8a0a-b947744828f3 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:27,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-719608b3-7546-4579-8a0a-b947744828f3 2019-01-09 08:07:27,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=ae6ba5ab-e52f-4d8f-9b89-6882f72b4979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:27,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4a236dbc-5255-4810-b38a-575aace509fa Date: Wed, 09 Jan 2019 08:07:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:26Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.201"}],"id":"81189e1b-6f78-4b3c-94a8-155a217fcf73","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:37:b2:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ae6ba5ab-e52f-4d8f-9b89-6882f72b4979","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:07:26Z","binding:vnic_type":"normal"}]} 2019-01-09 08:07:27,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=ae6ba5ab-e52f-4d8f-9b89-6882f72b4979 used request id req-4a236dbc-5255-4810-b38a-575aace509fa 2019-01-09 08:07:27,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:27,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-44258431-b1d5-4d90-bc0d-c36d55182f56 Date: Wed, 09 Jan 2019 08:07:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:07:27,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-44258431-b1d5-4d90-bc0d-c36d55182f56 2019-01-09 08:07:27,679 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router 2019-01-09 08:07:27,679 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router 2019-01-09 08:07:27,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/ae6ba5ab-e52f-4d8f-9b89-6882f72b4979 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:28,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dca71400-cb0e-4786-9bba-990f4d31c04c Content-Length: 0 Date: Wed, 09 Jan 2019 08:07:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:28,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/ae6ba5ab-e52f-4d8f-9b89-6882f72b4979 used request id req-dca71400-cb0e-4786-9bba-990f4d31c04c 2019-01-09 08:07:28,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:29,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4594e246-1175-41c7-b3cb-8fd810c6ce2c Date: Wed, 09 Jan 2019 08:07:29 GMT RESP BODY: {"routers": []} 2019-01-09 08:07:29,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-router used request id req-4594e246-1175-41c7-b3cb-8fd810c6ce2c 2019-01-09 08:07:29,035 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-subnet 2019-01-09 08:07:29,036 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-subnet 2019-01-09 08:07:29,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/2c2949be-522d-4a4c-93c6-67072882bc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:31,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fad9414-e8de-4194-9dca-6a24762e0492 Date: Wed, 09 Jan 2019 08:07:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:31,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/2c2949be-522d-4a4c-93c6-67072882bc7b used request id req-7fad9414-e8de-4194-9dca-6a24762e0492 2019-01-09 08:07:31,257 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-87086603-5a1a-49d1-981d-39e3f01d90c3-pub-net 2019-01-09 08:07:31,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/001d0d1b-c1cd-47aa-9933-d314244853fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05c909af54da1b162363bca7a8b5d3c498a68ce" 2019-01-09 08:07:32,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e298fac-33f1-4f79-b653-fa5d4869e949 Date: Wed, 09 Jan 2019 08:07:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:32,657 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/001d0d1b-c1cd-47aa-9933-d314244853fe used request id req-8e298fac-33f1-4f79-b653-fa5d4869e949 2019-01-09 08:07:32,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:33,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["7olx4WJ7Q-6Go75t4ugR9A"], "issued_at": "2019-01-09T08:07:33.000000Z"}} 2019-01-09 08:07:33,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:33,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38295657-8982-40c7-a8e2-a19b9f5a7d2b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:33,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38295657-8982-40c7-a8e2-a19b9f5a7d2b 2019-01-09 08:07:33,130 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net 2019-01-09 08:07:33,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" -d '{"network": {"name": "NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net", "admin_state_up": true}}' 2019-01-09 08:07:33,526 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-d0d0df15-4e24-47db-aac2-ff612d82a002 Date: Wed, 09 Jan 2019 08:07: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":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:33Z","is_default":false,"provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:33Z","mtu":1450}} 2019-01-09 08:07:33,526 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d0d0df15-4e24-47db-aac2-ff612d82a002 2019-01-09 08:07:33,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:33,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-13c45764-9072-49f1-99df-36d979df6681 Date: Wed, 09 Jan 2019 08:07:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:33Z","provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:33Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:33,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 used request id req-13c45764-9072-49f1-99df-36d979df6681 2019-01-09 08:07:33,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:33,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ac199405-523d-43f1-9f8b-ad7309191e9e Date: Wed, 09 Jan 2019 08:07:33 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:07:33,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 used request id req-ac199405-523d-43f1-9f8b-ad7309191e9e 2019-01-09 08:07:33,971 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet 2019-01-09 08:07:33,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" -d '{"subnets": [{"ip_version": 4, "network_id": "7c4d8bef-bd66-4412-b54d-0f8a509315b7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet"}]}' 2019-01-09 08:07:34,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cecc0f6b-58b6-41a5-b331-4a3ea6420d15 Date: Wed, 09 Jan 2019 08:07:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:34Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:34Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"7166c567-ed59-49d2-82ff-c6382b1d897d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet"}]} 2019-01-09 08:07:34,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-cecc0f6b-58b6-41a5-b331-4a3ea6420d15 2019-01-09 08:07:34,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:34,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bd748e80-cdec-4dce-bcda-b10741591ea8 Date: Wed, 09 Jan 2019 08:07:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["7166c567-ed59-49d2-82ff-c6382b1d897d"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:34Z","provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:33Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:34,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 used request id req-bd748e80-cdec-4dce-bcda-b10741591ea8 2019-01-09 08:07:34,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:35,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-986e9021-4d04-4346-b3e3-cc3759a99732 Date: Wed, 09 Jan 2019 08:07:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:34Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"7166c567-ed59-49d2-82ff-c6382b1d897d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet"}]} 2019-01-09 08:07:35,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 used request id req-986e9021-4d04-4346-b3e3-cc3759a99732 2019-01-09 08:07:35,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:35,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-508ad96e-4997-4e39-b622-6d13cb446fc2 Date: Wed, 09 Jan 2019 08:07:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["7166c567-ed59-49d2-82ff-c6382b1d897d"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:34Z","provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:33Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:35,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net used request id req-508ad96e-4997-4e39-b622-6d13cb446fc2 2019-01-09 08:07:35,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:35,175 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:35,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:35,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8df75b8f-3fe6-4603-b6e0-dc20a5ed5178 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:35,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-8df75b8f-3fe6-4603-b6e0-dc20a5ed5178 2019-01-09 08:07:35,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:35,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ff3f5a7e-8e8c-47ea-86c6-2f205d159bce Date: Wed, 09 Jan 2019 08:07:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:34Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"7166c567-ed59-49d2-82ff-c6382b1d897d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet"}]} 2019-01-09 08:07:35,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 used request id req-ff3f5a7e-8e8c-47ea-86c6-2f205d159bce 2019-01-09 08:07:35,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7&name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:35,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0886bbc5-d433-4b72-a4f1-5a492f9dcf36 Date: Wed, 09 Jan 2019 08:07:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:34Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"7166c567-ed59-49d2-82ff-c6382b1d897d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet"}]} 2019-01-09 08:07:35,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7&name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet used request id req-0886bbc5-d433-4b72-a4f1-5a492f9dcf36 2019-01-09 08:07:35,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:07:35,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:36,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Rahb4-qYRhSJ_MxRd7UlRQ"], "issued_at": "2019-01-09T08:07:36.000000Z"}} 2019-01-09 08:07:36,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc3f8eca55a2cb4ee192d36f216cb843842611c1" 2019-01-09 08:07:36,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60891f3e-2b32-41db-871f-82b0e218f32c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:36,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-60891f3e-2b32-41db-871f-82b0e218f32c 2019-01-09 08:07:36,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:36,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e8a028b2-df98-469c-aa4b-e199e438488e Date: Wed, 09 Jan 2019 08:07:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["7166c567-ed59-49d2-82ff-c6382b1d897d"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:34Z","provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:33Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:36,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net used request id req-e8a028b2-df98-469c-aa4b-e199e438488e 2019-01-09 08:07:36,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:36,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-45479a53-d5fd-433a-a7dd-89a372c7a842 Date: Wed, 09 Jan 2019 08:07:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:34Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"7166c567-ed59-49d2-82ff-c6382b1d897d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet"}]} 2019-01-09 08:07:36,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 used request id req-45479a53-d5fd-433a-a7dd-89a372c7a842 2019-01-09 08:07:36,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:36,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ece6c586-eb86-4221-b801-74aa70294d1e Date: Wed, 09 Jan 2019 08:07:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["7166c567-ed59-49d2-82ff-c6382b1d897d"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:34Z","provider:segmentation_id":78,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:33Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:36,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net used request id req-ece6c586-eb86-4221-b801-74aa70294d1e 2019-01-09 08:07:36,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:36,966 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:36,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc3f8eca55a2cb4ee192d36f216cb843842611c1" 2019-01-09 08:07:37,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f08806-8b61-429f-b490-00893350315b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:37,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-99f08806-8b61-429f-b490-00893350315b 2019-01-09 08:07:37,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:37,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8b325c85-ea37-486d-a082-4c2c468aa07a Date: Wed, 09 Jan 2019 08:07:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:34Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"7166c567-ed59-49d2-82ff-c6382b1d897d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet"}]} 2019-01-09 08:07:37,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7 used request id req-8b325c85-ea37-486d-a082-4c2c468aa07a 2019-01-09 08:07:37,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7&name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:37,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b17049c0-a18c-4a6a-9027-682fcda46fe1 Date: Wed, 09 Jan 2019 08:07:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:34Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"7166c567-ed59-49d2-82ff-c6382b1d897d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet"}]} 2019-01-09 08:07:37,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=7c4d8bef-bd66-4412-b54d-0f8a509315b7&name=NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet used request id req-b17049c0-a18c-4a6a-9027-682fcda46fe1 2019-01-09 08:07:37,473 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net 2019-01-09 08:07:37,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" -d '{"port": {"network_id": "7c4d8bef-bd66-4412-b54d-0f8a509315b7", "fixed_ips": [{"subnet_id": "7166c567-ed59-49d2-82ff-c6382b1d897d", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-port", "admin_state_up": true}}' 2019-01-09 08:07:38,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-22a25fb7-32bb-4cb1-9fe2-517637512f29 Date: Wed, 09 Jan 2019 08:07:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:37Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7166c567-ed59-49d2-82ff-c6382b1d897d","ip_address":"10.55.1.100"}],"id":"262c75a5-d8be-422d-9b3c-9d69079d06a4","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:73:ec:8b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-port","admin_state_up":true,"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:37Z","binding:vnic_type":"normal"}} 2019-01-09 08:07:38,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-22a25fb7-32bb-4cb1-9fe2-517637512f29 2019-01-09 08:07:38,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:38,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-0c289a94-e545-4174-a46a-d3e1b7e9c5e2 Date: Wed, 09 Jan 2019 08:07:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7166c567-ed59-49d2-82ff-c6382b1d897d","ip_address":"10.55.1.2"}],"id":"1bfc3f64-dcda-4e22-be11-744e99e78858","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b3:0c:fa","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c4d8bef-bd66-4412-b54d-0f8a509315b7","name":"","admin_state_up":true,"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:37Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7166c567-ed59-49d2-82ff-c6382b1d897d","ip_address":"10.55.1.100"}],"id":"262c75a5-d8be-422d-9b3c-9d69079d06a4","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:73:ec:8b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-port","admin_state_up":true,"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7166c567-ed59-49d2-82ff-c6382b1d897d","ip_address":"10.55.1.3"}],"id":"af90b6ec-d3e4-4cad-a764-fdf662bc4bde","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:3f:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c4d8bef-bd66-4412-b54d-0f8a509315b7","name":"","admin_state_up":true,"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7166c567-ed59-49d2-82ff-c6382b1d897d","ip_address":"10.55.1.4"}],"id":"f3780815-c6f9-4685-816b-f0858890f8ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:43:98","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c4d8bef-bd66-4412-b54d-0f8a509315b7","name":"","admin_state_up":true,"network_id":"7c4d8bef-bd66-4412-b54d-0f8a509315b7","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:35Z","binding:vnic_type":"normal"}]} 2019-01-09 08:07:38,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-0c289a94-e545-4174-a46a-d3e1b7e9c5e2 2019-01-09 08:07:38,344 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-port 2019-01-09 08:07:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/262c75a5-d8be-422d-9b3c-9d69079d06a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:39,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-319af3d2-36b0-4f7a-897b-264984bdd095 Date: Wed, 09 Jan 2019 08:07:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:39,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/262c75a5-d8be-422d-9b3c-9d69079d06a4 used request id req-319af3d2-36b0-4f7a-897b-264984bdd095 2019-01-09 08:07:39,132 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet 2019-01-09 08:07:39,132 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-subnet 2019-01-09 08:07:39,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/7166c567-ed59-49d2-82ff-c6382b1d897d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:41,280 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a59af6fc-ddd8-40dc-8ffa-e562b85fea56 Date: Wed, 09 Jan 2019 08:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:41,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7166c567-ed59-49d2-82ff-c6382b1d897d used request id req-a59af6fc-ddd8-40dc-8ffa-e562b85fea56 2019-01-09 08:07:41,281 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-d77aee71-6e62-4b09-8658-e3f8e14037dd-pub-net 2019-01-09 08:07:41,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/7c4d8bef-bd66-4412-b54d-0f8a509315b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71bf1f573ccc4ae1f1aaa303dfced3e28c59cc67" 2019-01-09 08:07:43,034 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-204b470d-76a4-450a-b61c-5ae7321597c8 Date: Wed, 09 Jan 2019 08:07:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:43,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/7c4d8bef-bd66-4412-b54d-0f8a509315b7 used request id req-204b470d-76a4-450a-b61c-5ae7321597c8 2019-01-09 08:07:43,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:43,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["9mFK37awTk-FsWDjE1TLGA"], "issued_at": "2019-01-09T08:07:43.000000Z"}} 2019-01-09 08:07:43,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:43,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12db7bfe-3b0e-4b38-bcdd-e5f80cf941d1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:43,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-12db7bfe-3b0e-4b38-bcdd-e5f80cf941d1 2019-01-09 08:07:43,503 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net 2019-01-09 08:07:43,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" -d '{"network": {"name": "NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net", "admin_state_up": true}}' 2019-01-09 08:07:43,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6f337299-ecd6-4b6c-9028-826817cc8333 Date: Wed, 09 Jan 2019 08:07:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"52b2d772-104b-4f3f-bf45-b5481b131428","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:43Z","is_default":false,"provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:43Z","mtu":1450}} 2019-01-09 08:07:43,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6f337299-ecd6-4b6c-9028-826817cc8333 2019-01-09 08:07:43,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=52b2d772-104b-4f3f-bf45-b5481b131428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:44,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4753eb6c-5ee7-4ec7-bed5-7a957d31f3cb Date: Wed, 09 Jan 2019 08:07:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"52b2d772-104b-4f3f-bf45-b5481b131428","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:43Z","provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:43Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:44,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=52b2d772-104b-4f3f-bf45-b5481b131428 used request id req-4753eb6c-5ee7-4ec7-bed5-7a957d31f3cb 2019-01-09 08:07:44,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:44,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fa98bc3f-1294-42d9-b65e-088dd8ee3c6b Date: Wed, 09 Jan 2019 08:07:44 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:07:44,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 used request id req-fa98bc3f-1294-42d9-b65e-088dd8ee3c6b 2019-01-09 08:07:44,357 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet 2019-01-09 08:07:44,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" -d '{"subnets": [{"ip_version": 4, "network_id": "52b2d772-104b-4f3f-bf45-b5481b131428", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet"}]}' 2019-01-09 08:07:44,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2b132a52-9cb6-4188-9b29-cc1f4f80e813 Date: Wed, 09 Jan 2019 08:07:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:44Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:44Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet"}]} 2019-01-09 08:07:44,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-2b132a52-9cb6-4188-9b29-cc1f4f80e813 2019-01-09 08:07:44,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=52b2d772-104b-4f3f-bf45-b5481b131428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:45,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cbb304f6-c70f-4d28-a2f2-2998c64691c9 Date: Wed, 09 Jan 2019 08:07:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"52b2d772-104b-4f3f-bf45-b5481b131428","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dfbd1fcf-bc70-48dc-a76f-db0d8a29852c"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:44Z","provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:43Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:45,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=52b2d772-104b-4f3f-bf45-b5481b131428 used request id req-cbb304f6-c70f-4d28-a2f2-2998c64691c9 2019-01-09 08:07:45,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:45,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5c511ee8-f9a6-4341-ac12-1e7c69bb7c02 Date: Wed, 09 Jan 2019 08:07:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:44Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet"}]} 2019-01-09 08:07:45,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 used request id req-5c511ee8-f9a6-4341-ac12-1e7c69bb7c02 2019-01-09 08:07:45,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:45,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-65b25faa-3dd0-47d3-a7ac-28b7cedd06cd Date: Wed, 09 Jan 2019 08:07:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"52b2d772-104b-4f3f-bf45-b5481b131428","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dfbd1fcf-bc70-48dc-a76f-db0d8a29852c"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:44Z","provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:43Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:45,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net used request id req-65b25faa-3dd0-47d3-a7ac-28b7cedd06cd 2019-01-09 08:07:45,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:45,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:45,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:45,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5b5a0b-3135-45ec-b9ca-10c4843b4332 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:45,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-0f5b5a0b-3135-45ec-b9ca-10c4843b4332 2019-01-09 08:07:45,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:46,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-43a9f126-0b62-4cc5-ad51-63351f43a6db Date: Wed, 09 Jan 2019 08:07:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:44Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet"}]} 2019-01-09 08:07:46,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 used request id req-43a9f126-0b62-4cc5-ad51-63351f43a6db 2019-01-09 08:07:46,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428&name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:46,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e3994fab-3d5d-4443-8040-c8e1409c206c Date: Wed, 09 Jan 2019 08:07:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:44Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet"}]} 2019-01-09 08:07:46,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428&name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet used request id req-e3994fab-3d5d-4443-8040-c8e1409c206c 2019-01-09 08:07:46,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:07:46,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:46,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["RWOWFlyCSXehuSZwm9JZ8g"], "issued_at": "2019-01-09T08:07:46.000000Z"}} 2019-01-09 08:07:46,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbe61e51d9fc25d7542a1d7deab3c281cad7df0a" 2019-01-09 08:07:46,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9811bc2a-69f2-435f-aa36-bd47bed102d3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:46,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9811bc2a-69f2-435f-aa36-bd47bed102d3 2019-01-09 08:07:46,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:47,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-798dded7-1882-4ce8-a9a4-7ac0cd86c839 Date: Wed, 09 Jan 2019 08:07:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"52b2d772-104b-4f3f-bf45-b5481b131428","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dfbd1fcf-bc70-48dc-a76f-db0d8a29852c"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:44Z","provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:43Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:47,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net used request id req-798dded7-1882-4ce8-a9a4-7ac0cd86c839 2019-01-09 08:07:47,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:47,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1b40d8cb-557b-41e9-afe8-f892e3a08c4b Date: Wed, 09 Jan 2019 08:07:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:44Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet"}]} 2019-01-09 08:07:47,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 used request id req-1b40d8cb-557b-41e9-afe8-f892e3a08c4b 2019-01-09 08:07:47,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:47,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cd43088a-014a-4d39-8cf5-1e0f514f576d Date: Wed, 09 Jan 2019 08:07:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"52b2d772-104b-4f3f-bf45-b5481b131428","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dfbd1fcf-bc70-48dc-a76f-db0d8a29852c"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:44Z","provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:43Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:47,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net used request id req-cd43088a-014a-4d39-8cf5-1e0f514f576d 2019-01-09 08:07:47,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:47,218 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:47,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbe61e51d9fc25d7542a1d7deab3c281cad7df0a" 2019-01-09 08:07:47,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d637106-4527-4f11-b9c0-d86435eb6761 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:47,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-5d637106-4527-4f11-b9c0-d86435eb6761 2019-01-09 08:07:47,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:47,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-74756665-152b-44c6-8b81-f926841d5432 Date: Wed, 09 Jan 2019 08:07:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:44Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet"}]} 2019-01-09 08:07:47,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428 used request id req-74756665-152b-44c6-8b81-f926841d5432 2019-01-09 08:07:47,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428&name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:47,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e5f90e00-7e3a-432e-a7fa-4b22f904e44a Date: Wed, 09 Jan 2019 08:07:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:44Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet"}]} 2019-01-09 08:07:47,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=52b2d772-104b-4f3f-bf45-b5481b131428&name=NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet used request id req-e5f90e00-7e3a-432e-a7fa-4b22f904e44a 2019-01-09 08:07:47,413 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net 2019-01-09 08:07:47,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" -d '{"port": {"network_id": "52b2d772-104b-4f3f-bf45-b5481b131428", "fixed_ips": [{"subnet_id": "dfbd1fcf-bc70-48dc-a76f-db0d8a29852c", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-port", "admin_state_up": true}}' 2019-01-09 08:07:48,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-62535b82-5878-4f88-a36a-afd3d830a222 Date: Wed, 09 Jan 2019 08:07:48 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:47Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","ip_address":"10.55.1.100"}],"id":"cfd6b9d8-18df-4941-8447-0727ec016fa9","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:fb:9b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-port","admin_state_up":true,"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:47Z","binding:vnic_type":"normal"}} 2019-01-09 08:07:48,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-62535b82-5878-4f88-a36a-afd3d830a222 2019-01-09 08:07:48,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:48,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-d650df60-c96c-4b9b-81c1-e8521eeef5db Date: Wed, 09 Jan 2019 08:07:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:46Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","ip_address":"10.55.1.4"}],"id":"87fbf30d-b89b-44f3-a916-f32e78344efa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:34:fc:a5","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52b2d772-104b-4f3f-bf45-b5481b131428","name":"","admin_state_up":true,"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:45Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","ip_address":"10.55.1.2"}],"id":"9539b490-119c-4505-8e6c-c486ca81cfb3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:d1:a6","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52b2d772-104b-4f3f-bf45-b5481b131428","name":"","admin_state_up":true,"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:47Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","ip_address":"10.55.1.100"}],"id":"cfd6b9d8-18df-4941-8447-0727ec016fa9","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:fb:9b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-port","admin_state_up":true,"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:47Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:07:46Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dfbd1fcf-bc70-48dc-a76f-db0d8a29852c","ip_address":"10.55.1.3"}],"id":"f3230c2c-2c2a-4cc3-aed2-034d189e4668","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:ca:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52b2d772-104b-4f3f-bf45-b5481b131428","name":"","admin_state_up":true,"network_id":"52b2d772-104b-4f3f-bf45-b5481b131428","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:45Z","binding:vnic_type":"normal"}]} 2019-01-09 08:07:48,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-d650df60-c96c-4b9b-81c1-e8521eeef5db 2019-01-09 08:07:48,374 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-port 2019-01-09 08:07:48,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/cfd6b9d8-18df-4941-8447-0727ec016fa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:49,021 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da196d6b-1d57-4ea5-8ac6-58cfd4a26bc0 Date: Wed, 09 Jan 2019 08:07:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:49,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/cfd6b9d8-18df-4941-8447-0727ec016fa9 used request id req-da196d6b-1d57-4ea5-8ac6-58cfd4a26bc0 2019-01-09 08:07:49,022 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet 2019-01-09 08:07:49,022 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-subnet 2019-01-09 08:07:49,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dfbd1fcf-bc70-48dc-a76f-db0d8a29852c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:50,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4543b483-53e2-4cff-a661-fdc4e4aa69a2 Date: Wed, 09 Jan 2019 08:07:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:50,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dfbd1fcf-bc70-48dc-a76f-db0d8a29852c used request id req-4543b483-53e2-4cff-a661-fdc4e4aa69a2 2019-01-09 08:07:50,993 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e14f4ff6-ba0a-493b-b7c3-c0d024857691-pub-net 2019-01-09 08:07:50,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/52b2d772-104b-4f3f-bf45-b5481b131428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42801ae67b50d4d04496b0f7d84a0cb778f6e0ba" 2019-01-09 08:07:52,621 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-747ec916-0908-44b2-bdd1-2cfdf51b07bb Date: Wed, 09 Jan 2019 08:07:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:52,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/52b2d772-104b-4f3f-bf45-b5481b131428 used request id req-747ec916-0908-44b2-bdd1-2cfdf51b07bb 2019-01-09 08:07:52,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:53,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["173k8WD3T0a8AH-eW2NRUg"], "issued_at": "2019-01-09T08:07:53.000000Z"}} 2019-01-09 08:07:53,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:53,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef5bdca-5f5c-4668-971f-7075ca93b9d8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:53,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7ef5bdca-5f5c-4668-971f-7075ca93b9d8 2019-01-09 08:07:53,099 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net 2019-01-09 08:07:53,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" -d '{"network": {"name": "NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net", "admin_state_up": true}}' 2019-01-09 08:07:53,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e32f02a1-646c-49dd-bcac-e1b022c90b7b Date: Wed, 09 Jan 2019 08:07:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:53Z","is_default":false,"provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:53Z","mtu":1450}} 2019-01-09 08:07:53,472 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e32f02a1-646c-49dd-bcac-e1b022c90b7b 2019-01-09 08:07:53,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:53,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9b89585a-b888-40e5-868a-31668522e41a Date: Wed, 09 Jan 2019 08:07:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:07:53Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:53Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:53,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f used request id req-9b89585a-b888-40e5-868a-31668522e41a 2019-01-09 08:07:53,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:54,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fb16026b-60fd-4508-9898-9ca184b1ef84 Date: Wed, 09 Jan 2019 08:07:54 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:07:54,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f used request id req-fb16026b-60fd-4508-9898-9ca184b1ef84 2019-01-09 08:07:54,065 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet 2019-01-09 08:07:54,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" -d '{"subnets": [{"ip_version": 4, "network_id": "9fef94d7-af1c-49f8-85c9-3883fe6ebe0f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet"}]}' 2019-01-09 08:07:54,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7d1945ac-4e06-4781-8aee-25ae5a6a8f01 Date: Wed, 09 Jan 2019 08:07:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:54Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"c03911b7-9021-480d-8ffe-9131249f05f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet"}]} 2019-01-09 08:07:54,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-7d1945ac-4e06-4781-8aee-25ae5a6a8f01 2019-01-09 08:07:54,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:55,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-82aa91b2-d24a-4751-be4e-81f84a25556c Date: Wed, 09 Jan 2019 08:07:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["c03911b7-9021-480d-8ffe-9131249f05f6"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:54Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:53Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:55,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f used request id req-82aa91b2-d24a-4751-be4e-81f84a25556c 2019-01-09 08:07:55,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:55,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-47657bc2-a75d-49c4-92ae-77a03604f56c Date: Wed, 09 Jan 2019 08:07:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"c03911b7-9021-480d-8ffe-9131249f05f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet"}]} 2019-01-09 08:07:55,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f used request id req-47657bc2-a75d-49c4-92ae-77a03604f56c 2019-01-09 08:07:55,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:55,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-16ba80a6-9375-4ffd-b214-fbfa0aeee667 Date: Wed, 09 Jan 2019 08:07:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["c03911b7-9021-480d-8ffe-9131249f05f6"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:54Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:53Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:55,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net used request id req-16ba80a6-9375-4ffd-b214-fbfa0aeee667 2019-01-09 08:07:55,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:55,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:55,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:55,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3488ce40-d5e6-4979-a07d-36d2b3170f89 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:55,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-3488ce40-d5e6-4979-a07d-36d2b3170f89 2019-01-09 08:07:55,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:55,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dfc760bb-ec78-4016-8ba1-e95ef4ac0b6e Date: Wed, 09 Jan 2019 08:07:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"c03911b7-9021-480d-8ffe-9131249f05f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet"}]} 2019-01-09 08:07:55,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f used request id req-dfc760bb-ec78-4016-8ba1-e95ef4ac0b6e 2019-01-09 08:07:55,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f&name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:55,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d426efcc-c7ba-439b-8986-3f6e3e930446 Date: Wed, 09 Jan 2019 08:07:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"c03911b7-9021-480d-8ffe-9131249f05f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet"}]} 2019-01-09 08:07:55,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f&name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet used request id req-d426efcc-c7ba-439b-8986-3f6e3e930446 2019-01-09 08:07:55,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:07:55,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:07:56,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:07:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["jzErVvCQSSmuNdkwOSFSsQ"], "issued_at": "2019-01-09T08:07:56.000000Z"}} 2019-01-09 08:07:56,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd629b8834f61409871901bd8e6f062729d83270" 2019-01-09 08:07:56,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-279135cd-e801-4277-a723-df690aa904c3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:07:56,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-279135cd-e801-4277-a723-df690aa904c3 2019-01-09 08:07:56,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:56,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ec02dd4e-c3d8-4ffa-a703-8e82fc3d7130 Date: Wed, 09 Jan 2019 08:07:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["c03911b7-9021-480d-8ffe-9131249f05f6"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:54Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:53Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:56,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net used request id req-ec02dd4e-c3d8-4ffa-a703-8e82fc3d7130 2019-01-09 08:07:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:56,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4c8cdbce-dace-41eb-9f47-3fe1c5eb92d9 Date: Wed, 09 Jan 2019 08:07:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"c03911b7-9021-480d-8ffe-9131249f05f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet"}]} 2019-01-09 08:07:56,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f used request id req-4c8cdbce-dace-41eb-9f47-3fe1c5eb92d9 2019-01-09 08:07:56,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:56,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-65af5153-b979-40d9-a292-5fac6d53ea0d Date: Wed, 09 Jan 2019 08:07:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["c03911b7-9021-480d-8ffe-9131249f05f6"],"description":"","tags":[],"updated_at":"2019-01-09T08:07:54Z","provider:segmentation_id":58,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:53Z","provider:network_type":"vxlan"}]} 2019-01-09 08:07:56,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net used request id req-65af5153-b979-40d9-a292-5fac6d53ea0d 2019-01-09 08:07:56,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:07:56,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:07: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:07:56,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd629b8834f61409871901bd8e6f062729d83270" 2019-01-09 08:07:57,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff9d940-5cae-4be6-8562-d3daec21e382 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:07:57,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-7ff9d940-5cae-4be6-8562-d3daec21e382 2019-01-09 08:07:57,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:57,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cf2faef9-c932-4424-9f71-5b952b21b26e Date: Wed, 09 Jan 2019 08:07:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"c03911b7-9021-480d-8ffe-9131249f05f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet"}]} 2019-01-09 08:07:57,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f used request id req-cf2faef9-c932-4424-9f71-5b952b21b26e 2019-01-09 08:07:57,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f&name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:57,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7c4ee879-c7b5-41a9-9edc-eff293c041bb Date: Wed, 09 Jan 2019 08:07:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fef94d7-af1c-49f8-85c9-3883fe6ebe0f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:07:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:07:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"c03911b7-9021-480d-8ffe-9131249f05f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet"}]} 2019-01-09 08:07:57,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fef94d7-af1c-49f8-85c9-3883fe6ebe0f&name=NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet used request id req-7c4ee879-c7b5-41a9-9edc-eff293c041bb 2019-01-09 08:07:57,623 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net 2019-01-09 08:07:57,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" -d '{"port": {"network_id": "9fef94d7-af1c-49f8-85c9-3883fe6ebe0f", "fixed_ips": [{"subnet_id": "c03911b7-9021-480d-8ffe-9131249f05f6", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-port", "admin_state_up": true}}' 2019-01-09 08:07:57,640 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-8d8e8f67-1e0f-4048-a75e-0e98965e497e Date: Wed, 09 Jan 2019 08:07:57 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-09 08:07:57,640 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-8d8e8f67-1e0f-4048-a75e-0e98965e497e 2019-01-09 08:07:57,641 - 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": ""}} 2019-01-09 08:07:57,641 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet 2019-01-09 08:07:57,641 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-subnet 2019-01-09 08:07:57,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/c03911b7-9021-480d-8ffe-9131249f05f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:07:59,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb9837f9-e036-439b-bb0d-eb7f8f33a7bf Date: Wed, 09 Jan 2019 08:07:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:07:59,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c03911b7-9021-480d-8ffe-9131249f05f6 used request id req-bb9837f9-e036-439b-bb0d-eb7f8f33a7bf 2019-01-09 08:07:59,898 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2ef6286d-f879-47d9-802b-638b5edd77d1-pub-net 2019-01-09 08:07:59,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/9fef94d7-af1c-49f8-85c9-3883fe6ebe0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a293725a0016df7a4c16c4e8f8b5eed5ad77a675" 2019-01-09 08:08:01,400 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-57188cf2-7d50-429e-b37a-be370f17eab0 Date: Wed, 09 Jan 2019 08:08:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:01,400 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9fef94d7-af1c-49f8-85c9-3883fe6ebe0f used request id req-57188cf2-7d50-429e-b37a-be370f17eab0 2019-01-09 08:08:01,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:01,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["mQbuvVCvQKaip21MHeGerg"], "issued_at": "2019-01-09T08:08:01.000000Z"}} 2019-01-09 08:08:01,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:01,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-265d70de-d8a8-4ec3-a413-cda4df5ad859 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:01,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-265d70de-d8a8-4ec3-a413-cda4df5ad859 2019-01-09 08:08:01,871 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net 2019-01-09 08:08:01,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" -d '{"network": {"name": "NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net", "admin_state_up": true}}' 2019-01-09 08:08:02,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e92d34bd-16ce-49c4-a1a0-2fb7640f9697 Date: Wed, 09 Jan 2019 08:08:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:08:02Z","is_default":false,"provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:02Z","mtu":1450}} 2019-01-09 08:08:02,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e92d34bd-16ce-49c4-a1a0-2fb7640f9697 2019-01-09 08:08:02,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:02,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-48109183-1b54-470e-a7aa-692ad25b0f77 Date: Wed, 09 Jan 2019 08:08:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:08:02Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:02Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:02,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 used request id req-48109183-1b54-470e-a7aa-692ad25b0f77 2019-01-09 08:08:02,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:02,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c0dd3f9e-a366-4dd6-b238-9fc18a4c6432 Date: Wed, 09 Jan 2019 08:08:02 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:08:02,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 used request id req-c0dd3f9e-a366-4dd6-b238-9fc18a4c6432 2019-01-09 08:08:02,821 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet 2019-01-09 08:08:02,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" -d '{"subnets": [{"ip_version": 4, "network_id": "1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet"}]}' 2019-01-09 08:08:03,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-df8d7c21-6c6d-4a4a-9de7-107a7bf25b7e Date: Wed, 09 Jan 2019 08:08:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:03Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:03Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"0353d78c-3b7d-40f9-b7ed-39b382535018","subnetpool_id":null,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet"}]} 2019-01-09 08:08:03,412 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-df8d7c21-6c6d-4a4a-9de7-107a7bf25b7e 2019-01-09 08:08:03,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:03,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7825b77f-ce41-47a9-9c2f-ca7e3b2918af Date: Wed, 09 Jan 2019 08:08:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["0353d78c-3b7d-40f9-b7ed-39b382535018"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:03Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:02Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:03,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 used request id req-7825b77f-ce41-47a9-9c2f-ca7e3b2918af 2019-01-09 08:08:03,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:03,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-856bc5a5-b07f-42db-947a-4f08d84c65d3 Date: Wed, 09 Jan 2019 08:08:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:03Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"0353d78c-3b7d-40f9-b7ed-39b382535018","subnetpool_id":null,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet"}]} 2019-01-09 08:08:03,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 used request id req-856bc5a5-b07f-42db-947a-4f08d84c65d3 2019-01-09 08:08:03,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:04,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1e131835-30c9-4285-8a61-537782c2ff72 Date: Wed, 09 Jan 2019 08:08:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["0353d78c-3b7d-40f9-b7ed-39b382535018"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:03Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:02Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:04,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net used request id req-1e131835-30c9-4285-8a61-537782c2ff72 2019-01-09 08:08:04,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:04,313 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:08:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:04,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:04,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160bc1df-8192-4b0a-b512-066de3cd6ff4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:04,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-160bc1df-8192-4b0a-b512-066de3cd6ff4 2019-01-09 08:08:04,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:04,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4ea39780-2bea-4fa8-bcc6-d317c16a9311 Date: Wed, 09 Jan 2019 08:08:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:03Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"0353d78c-3b7d-40f9-b7ed-39b382535018","subnetpool_id":null,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet"}]} 2019-01-09 08:08:04,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 used request id req-4ea39780-2bea-4fa8-bcc6-d317c16a9311 2019-01-09 08:08:04,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1&name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:04,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1517e0e3-9946-4849-8d81-f39c90294b95 Date: Wed, 09 Jan 2019 08:08:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:03Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"0353d78c-3b7d-40f9-b7ed-39b382535018","subnetpool_id":null,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet"}]} 2019-01-09 08:08:04,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1&name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet used request id req-1517e0e3-9946-4849-8d81-f39c90294b95 2019-01-09 08:08:04,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:08:04,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:05,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Q6C7cqH-T6mJqcATbghpBA"], "issued_at": "2019-01-09T08:08:05.000000Z"}} 2019-01-09 08:08:05,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef194c060a21cc7eaa261060b59dabd284d951b" 2019-01-09 08:08:05,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60b592d5-1102-4374-ace3-ff6c9aa79ec6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:05,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-60b592d5-1102-4374-ace3-ff6c9aa79ec6 2019-01-09 08:08:05,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:05,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-dc4ce410-8a22-4bbf-a4ec-9971dac9e21a Date: Wed, 09 Jan 2019 08:08:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["0353d78c-3b7d-40f9-b7ed-39b382535018"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:03Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:02Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:05,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net used request id req-dc4ce410-8a22-4bbf-a4ec-9971dac9e21a 2019-01-09 08:08:05,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:05,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8e6fef08-9868-45b4-883b-c3c3743d3969 Date: Wed, 09 Jan 2019 08:08:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:03Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"0353d78c-3b7d-40f9-b7ed-39b382535018","subnetpool_id":null,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet"}]} 2019-01-09 08:08:05,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 used request id req-8e6fef08-9868-45b4-883b-c3c3743d3969 2019-01-09 08:08:05,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:05,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-cc304259-83c0-4bed-8365-6f1983dca40f Date: Wed, 09 Jan 2019 08:08:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["0353d78c-3b7d-40f9-b7ed-39b382535018"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:03Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:02Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:05,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net used request id req-cc304259-83c0-4bed-8365-6f1983dca40f 2019-01-09 08:08:05,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:05,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:05,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef194c060a21cc7eaa261060b59dabd284d951b" 2019-01-09 08:08:05,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-978ed51a-10f1-4ce2-bcd6-4ba3aa6a27ad Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:05,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-978ed51a-10f1-4ce2-bcd6-4ba3aa6a27ad 2019-01-09 08:08:05,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:06,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7f5bbf40-0d81-479a-9239-a2e7f31d4d0f Date: Wed, 09 Jan 2019 08:08:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:03Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"0353d78c-3b7d-40f9-b7ed-39b382535018","subnetpool_id":null,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet"}]} 2019-01-09 08:08:06,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 used request id req-7f5bbf40-0d81-479a-9239-a2e7f31d4d0f 2019-01-09 08:08:06,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1&name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:06,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3683ddf5-91d5-4ced-a516-4b4288e31ee9 Date: Wed, 09 Jan 2019 08:08:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:03Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"0353d78c-3b7d-40f9-b7ed-39b382535018","subnetpool_id":null,"name":"NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet"}]} 2019-01-09 08:08:06,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1&name=NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet used request id req-3683ddf5-91d5-4ced-a516-4b4288e31ee9 2019-01-09 08:08:06,384 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net 2019-01-09 08:08:06,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" -d '{"port": {"network_id": "1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1", "fixed_ips": [{"subnet_id": "0353d78c-3b7d-40f9-b7ed-39b382535018", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-port", "admin_state_up": true}}' 2019-01-09 08:08:06,633 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-b1f2d713-6328-4969-b16f-09e12e3ab6d1 Date: Wed, 09 Jan 2019 08:08:06 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2019-01-09 08:08:06,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-b1f2d713-6328-4969-b16f-09e12e3ab6d1 2019-01-09 08:08:06,634 - 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": ""}} 2019-01-09 08:08:06,634 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet 2019-01-09 08:08:06,634 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-subnet 2019-01-09 08:08:06,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/0353d78c-3b7d-40f9-b7ed-39b382535018 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:08,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91d6d590-3204-4590-a719-5c5d4c51c7ce Date: Wed, 09 Jan 2019 08:08:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:08,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/0353d78c-3b7d-40f9-b7ed-39b382535018 used request id req-91d6d590-3204-4590-a719-5c5d4c51c7ce 2019-01-09 08:08:08,730 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-be259d0f-998b-45b5-9360-97ce69e911df-pub-net 2019-01-09 08:08:08,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c25685a461ada9f7a6c2190f6288b579e95726bb" 2019-01-09 08:08:10,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c98daca3-2364-44ce-b111-ca5dab1b1604 Date: Wed, 09 Jan 2019 08:08:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:10,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1e36a506-2cfc-4aaf-8fb0-dee2cbab78a1 used request id req-c98daca3-2364-44ce-b111-ca5dab1b1604 2019-01-09 08:08:10,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:10,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["g2pV-506To-HmlZuxckrNQ"], "issued_at": "2019-01-09T08:08:10.000000Z"}} 2019-01-09 08:08:10,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:10,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d31dcefa-8b1a-46ad-afd9-afaeb8e5e6d4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:10,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d31dcefa-8b1a-46ad-afd9-afaeb8e5e6d4 2019-01-09 08:08:10,854 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net 2019-01-09 08:08:10,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" -d '{"network": {"name": "NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net", "admin_state_up": true}}' 2019-01-09 08:08:11,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-09943f82-97a8-42d1-ae96-88b024de2780 Date: Wed, 09 Jan 2019 08:08:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:08:11Z","is_default":false,"provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:11Z","mtu":1450}} 2019-01-09 08:08:11,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-09943f82-97a8-42d1-ae96-88b024de2780 2019-01-09 08:08:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=041d3564-fee7-4c3d-8c6a-f2374e889d32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:11,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1c1a6ecf-b451-4c10-b53f-092ca259e065 Date: Wed, 09 Jan 2019 08:08:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:08:11Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:11Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:11,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=041d3564-fee7-4c3d-8c6a-f2374e889d32 used request id req-1c1a6ecf-b451-4c10-b53f-092ca259e065 2019-01-09 08:08:11,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:11,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ac1360ae-b13c-41f0-b6da-ba780b48c993 Date: Wed, 09 Jan 2019 08:08:11 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:08:11,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 used request id req-ac1360ae-b13c-41f0-b6da-ba780b48c993 2019-01-09 08:08:11,712 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet 2019-01-09 08:08:11,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" -d '{"subnets": [{"ip_version": 4, "network_id": "041d3564-fee7-4c3d-8c6a-f2374e889d32", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet"}]}' 2019-01-09 08:08:12,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e3a4b18a-618b-4b76-9d3c-3b985db0be98 Date: Wed, 09 Jan 2019 08:08:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:12Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:12Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"45682a9b-5110-4566-98e8-426a8e22c573","subnetpool_id":null,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet"}]} 2019-01-09 08:08:12,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-e3a4b18a-618b-4b76-9d3c-3b985db0be98 2019-01-09 08:08:12,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=041d3564-fee7-4c3d-8c6a-f2374e889d32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:12,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5922a92b-6817-428b-8b5b-d6a0d70ab2cd Date: Wed, 09 Jan 2019 08:08:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["45682a9b-5110-4566-98e8-426a8e22c573"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:12Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:11Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:12,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=041d3564-fee7-4c3d-8c6a-f2374e889d32 used request id req-5922a92b-6817-428b-8b5b-d6a0d70ab2cd 2019-01-09 08:08:12,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:12,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-05d2806d-c75b-4e0f-af12-3cafdead42e9 Date: Wed, 09 Jan 2019 08:08:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:12Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"45682a9b-5110-4566-98e8-426a8e22c573","subnetpool_id":null,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet"}]} 2019-01-09 08:08:12,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 used request id req-05d2806d-c75b-4e0f-af12-3cafdead42e9 2019-01-09 08:08:12,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:12,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a97fe7b5-f1aa-487b-b427-b914803ebfef Date: Wed, 09 Jan 2019 08:08:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["45682a9b-5110-4566-98e8-426a8e22c573"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:12Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:11Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:12,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net used request id req-a97fe7b5-f1aa-487b-b427-b914803ebfef 2019-01-09 08:08:12,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:12,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:12,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:12,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106bad65-6c21-4ed0-a9eb-a60214cef789 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:12,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-106bad65-6c21-4ed0-a9eb-a60214cef789 2019-01-09 08:08:12,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:13,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1cd1018c-20b7-487d-936a-ced1c9b58a40 Date: Wed, 09 Jan 2019 08:08:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:12Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"45682a9b-5110-4566-98e8-426a8e22c573","subnetpool_id":null,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet"}]} 2019-01-09 08:08:13,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 used request id req-1cd1018c-20b7-487d-936a-ced1c9b58a40 2019-01-09 08:08:13,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32&name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:13,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-77a1976d-0fd4-474c-9cea-65f2a62ac141 Date: Wed, 09 Jan 2019 08:08:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:12Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"45682a9b-5110-4566-98e8-426a8e22c573","subnetpool_id":null,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet"}]} 2019-01-09 08:08:13,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32&name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet used request id req-77a1976d-0fd4-474c-9cea-65f2a62ac141 2019-01-09 08:08:13,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:08:13,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:13,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["l50NHXLaT5aeiREdPKqT5Q"], "issued_at": "2019-01-09T08:08:13.000000Z"}} 2019-01-09 08:08:13,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d2d0144ba64041612088e6e03c58aa992fb4b7" 2019-01-09 08:08:13,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4cfae1f-8c55-43fc-9e89-48269fcaefb3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:13,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f4cfae1f-8c55-43fc-9e89-48269fcaefb3 2019-01-09 08:08:13,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:14,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5ce3e969-1705-4f8d-bf6b-2bfe1e082769 Date: Wed, 09 Jan 2019 08:08:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["45682a9b-5110-4566-98e8-426a8e22c573"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:12Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:11Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:14,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net used request id req-5ce3e969-1705-4f8d-bf6b-2bfe1e082769 2019-01-09 08:08:14,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:14,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d4436621-ebc2-473c-a51b-58e43ae1357e Date: Wed, 09 Jan 2019 08:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:12Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"45682a9b-5110-4566-98e8-426a8e22c573","subnetpool_id":null,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet"}]} 2019-01-09 08:08:14,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 used request id req-d4436621-ebc2-473c-a51b-58e43ae1357e 2019-01-09 08:08:14,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:14,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e839b4a9-65d3-4fcb-92f9-2ff9d94c954b Date: Wed, 09 Jan 2019 08:08:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["45682a9b-5110-4566-98e8-426a8e22c573"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:12Z","provider:segmentation_id":35,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:11Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:14,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net used request id req-e839b4a9-65d3-4fcb-92f9-2ff9d94c954b 2019-01-09 08:08:14,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:14,467 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:14,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d2d0144ba64041612088e6e03c58aa992fb4b7" 2019-01-09 08:08:14,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb10e0b-b339-415a-bd12-4c6a60bc1496 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:14,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-ccb10e0b-b339-415a-bd12-4c6a60bc1496 2019-01-09 08:08:14,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:14,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ed6329e9-a769-4fe8-8970-5c780acb51ac Date: Wed, 09 Jan 2019 08:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:12Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"45682a9b-5110-4566-98e8-426a8e22c573","subnetpool_id":null,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet"}]} 2019-01-09 08:08:14,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32 used request id req-ed6329e9-a769-4fe8-8970-5c780acb51ac 2019-01-09 08:08:14,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32&name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:14,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c57e4587-7e3f-4930-8511-88b10a176d26 Date: Wed, 09 Jan 2019 08:08:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"041d3564-fee7-4c3d-8c6a-f2374e889d32","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:12Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"45682a9b-5110-4566-98e8-426a8e22c573","subnetpool_id":null,"name":"NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet"}]} 2019-01-09 08:08:14,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=041d3564-fee7-4c3d-8c6a-f2374e889d32&name=NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet used request id req-c57e4587-7e3f-4930-8511-88b10a176d26 2019-01-09 08:08:14,966 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net 2019-01-09 08:08:14,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" -d '{"port": {"network_id": "041d3564-fee7-4c3d-8c6a-f2374e889d32", "fixed_ips": [{"subnet_id": "45682a9b-5110-4566-98e8-426a8e22c573", "ip_address": null}], "name": "NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-port", "admin_state_up": true}}' 2019-01-09 08:08:15,166 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-cd24ee74-08fb-48e2-94e3-7e161652fd84 Date: Wed, 09 Jan 2019 08:08:15 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-09 08:08:15,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-cd24ee74-08fb-48e2-94e3-7e161652fd84 2019-01-09 08:08:15,167 - 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": ""}} 2019-01-09 08:08:15,167 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet 2019-01-09 08:08:15,167 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-subnet 2019-01-09 08:08:15,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/45682a9b-5110-4566-98e8-426a8e22c573 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:17,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f40471b7-4c98-47d2-af0f-0e3a30689bcd Date: Wed, 09 Jan 2019 08:08:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:17,496 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/45682a9b-5110-4566-98e8-426a8e22c573 used request id req-f40471b7-4c98-47d2-af0f-0e3a30689bcd 2019-01-09 08:08:17,496 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-da4fe85a-2beb-4a1a-92f9-9703f32d7caa-pub-net 2019-01-09 08:08:17,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/041d3564-fee7-4c3d-8c6a-f2374e889d32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874a134c71640688c69ad654a4dde01b245b23af" 2019-01-09 08:08:18,828 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a8e7512d-b2a5-462b-ad06-b1a7f252f576 Date: Wed, 09 Jan 2019 08:08:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:18,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/041d3564-fee7-4c3d-8c6a-f2374e889d32 used request id req-a8e7512d-b2a5-462b-ad06-b1a7f252f576 2019-01-09 08:08:18,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:19,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["W4FsFh-jSMeXgh7d9CUZdg"], "issued_at": "2019-01-09T08:08:19.000000Z"}} 2019-01-09 08:08:19,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:19,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21ee025-4ce7-4b06-82ef-2ebd1306e0b7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:19,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f21ee025-4ce7-4b06-82ef-2ebd1306e0b7 2019-01-09 08:08:19,289 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net 2019-01-09 08:08:19,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" -d '{"network": {"name": "NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net", "admin_state_up": true}}' 2019-01-09 08:08:19,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-8a5486a3-d4c3-4e2d-af9c-110d29d947cd Date: Wed, 09 Jan 2019 08:08:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:08:19Z","is_default":false,"provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:19Z","mtu":1450}} 2019-01-09 08:08:19,730 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-8a5486a3-d4c3-4e2d-af9c-110d29d947cd 2019-01-09 08:08:19,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5f9da7fc-19cb-412e-bee4-59c421f2f46f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:19,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-6ee7621b-f030-4230-ae20-53907b00761f Date: Wed, 09 Jan 2019 08:08:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:08:19Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:19Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:19,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5f9da7fc-19cb-412e-bee4-59c421f2f46f used request id req-6ee7621b-f030-4230-ae20-53907b00761f 2019-01-09 08:08:19,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:20,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-47067c6e-1834-4137-a4d8-5be32826a0f2 Date: Wed, 09 Jan 2019 08:08:20 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:08:20,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f used request id req-47067c6e-1834-4137-a4d8-5be32826a0f2 2019-01-09 08:08:20,153 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet 2019-01-09 08:08:20,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" -d '{"subnets": [{"ip_version": 4, "network_id": "5f9da7fc-19cb-412e-bee4-59c421f2f46f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet"}]}' 2019-01-09 08:08:20,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1cf67042-27d6-45b8-b2a2-0df043a23545 Date: Wed, 09 Jan 2019 08:08:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:20Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:20Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"22c4a061-4f68-4692-905f-dc892b85cd68","subnetpool_id":null,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet"}]} 2019-01-09 08:08:20,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-1cf67042-27d6-45b8-b2a2-0df043a23545 2019-01-09 08:08:20,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5f9da7fc-19cb-412e-bee4-59c421f2f46f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:21,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-3d296c57-70b7-481d-ba29-a87440f9e6b1 Date: Wed, 09 Jan 2019 08:08:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["22c4a061-4f68-4692-905f-dc892b85cd68"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:20Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:19Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:21,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5f9da7fc-19cb-412e-bee4-59c421f2f46f used request id req-3d296c57-70b7-481d-ba29-a87440f9e6b1 2019-01-09 08:08:21,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:21,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bec46c2f-d5cc-4125-828f-5a0ce06e3623 Date: Wed, 09 Jan 2019 08:08:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:20Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"22c4a061-4f68-4692-905f-dc892b85cd68","subnetpool_id":null,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet"}]} 2019-01-09 08:08:21,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f used request id req-bec46c2f-d5cc-4125-828f-5a0ce06e3623 2019-01-09 08:08:21,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:21,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-dfdb9219-3e63-420e-a0aa-569d4412b264 Date: Wed, 09 Jan 2019 08:08:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["22c4a061-4f68-4692-905f-dc892b85cd68"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:20Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:19Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:21,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net used request id req-dfdb9219-3e63-420e-a0aa-569d4412b264 2019-01-09 08:08:21,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:21,522 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:21,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:21,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ad83cd-ae9f-4728-b963-aff35255722b Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:21,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-51ad83cd-ae9f-4728-b963-aff35255722b 2019-01-09 08:08:21,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:21,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5b221086-765f-41a6-98ef-570503a64889 Date: Wed, 09 Jan 2019 08:08:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:20Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"22c4a061-4f68-4692-905f-dc892b85cd68","subnetpool_id":null,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet"}]} 2019-01-09 08:08:21,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f used request id req-5b221086-765f-41a6-98ef-570503a64889 2019-01-09 08:08:21,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f&name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:21,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e504f0dd-064a-4ce3-ac9f-907ae21c4bd1 Date: Wed, 09 Jan 2019 08:08:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:20Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"22c4a061-4f68-4692-905f-dc892b85cd68","subnetpool_id":null,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet"}]} 2019-01-09 08:08:21,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f&name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet used request id req-e504f0dd-064a-4ce3-ac9f-907ae21c4bd1 2019-01-09 08:08:21,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:08:21,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:22,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["cnt69qK7SMyMPI2QgE-Okw"], "issued_at": "2019-01-09T08:08:22.000000Z"}} 2019-01-09 08:08:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4932ac3f91c30b5d892e96e76d4d75451f2533e" 2019-01-09 08:08:22,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f3806d7-f730-42cd-9405-f94ebaa87afe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:22,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8f3806d7-f730-42cd-9405-f94ebaa87afe 2019-01-09 08:08:22,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:22,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-3e867e17-1f6c-408b-aa32-ee5abbcb8661 Date: Wed, 09 Jan 2019 08:08:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["22c4a061-4f68-4692-905f-dc892b85cd68"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:20Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:19Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:22,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net used request id req-3e867e17-1f6c-408b-aa32-ee5abbcb8661 2019-01-09 08:08:22,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:22,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c5843d04-15a1-4255-b781-54b8b4e2fc86 Date: Wed, 09 Jan 2019 08:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:20Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"22c4a061-4f68-4692-905f-dc892b85cd68","subnetpool_id":null,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet"}]} 2019-01-09 08:08:22,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f used request id req-c5843d04-15a1-4255-b781-54b8b4e2fc86 2019-01-09 08:08:22,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:23,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-dc8f854c-383f-4250-916c-882262361c57 Date: Wed, 09 Jan 2019 08:08:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["22c4a061-4f68-4692-905f-dc892b85cd68"],"description":"","tags":[],"updated_at":"2019-01-09T08:08:20Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:19Z","provider:network_type":"vxlan"}]} 2019-01-09 08:08:23,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net used request id req-dc8f854c-383f-4250-916c-882262361c57 2019-01-09 08:08:23,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:23,122 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:23,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4932ac3f91c30b5d892e96e76d4d75451f2533e" 2019-01-09 08:08:23,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71f5ee84-6004-4983-9acc-ce6b799a6a38 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:23,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-71f5ee84-6004-4983-9acc-ce6b799a6a38 2019-01-09 08:08:23,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:23,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6660cd07-472e-49aa-9e38-f2a881bd9bbb Date: Wed, 09 Jan 2019 08:08:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:20Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"22c4a061-4f68-4692-905f-dc892b85cd68","subnetpool_id":null,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet"}]} 2019-01-09 08:08:23,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f used request id req-6660cd07-472e-49aa-9e38-f2a881bd9bbb 2019-01-09 08:08:23,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f&name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:23,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bc357624-6b15-4b58-89d0-a7f044bb6c21 Date: Wed, 09 Jan 2019 08:08:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:20Z","dns_nameservers":[],"updated_at":"2019-01-09T08:08:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"22c4a061-4f68-4692-905f-dc892b85cd68","subnetpool_id":null,"name":"NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet"}]} 2019-01-09 08:08:23,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5f9da7fc-19cb-412e-bee4-59c421f2f46f&name=NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet used request id req-bc357624-6b15-4b58-89d0-a7f044bb6c21 2019-01-09 08:08:23,495 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net 2019-01-09 08:08:23,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" -d '{"port": {"network_id": "5f9da7fc-19cb-412e-bee4-59c421f2f46f", "fixed_ips": [{"subnet_id": "22c4a061-4f68-4692-905f-dc892b85cd68", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2019-01-09 08:08:24,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-a1f302f6-de01-4143-ab96-8593a59e43f1 Date: Wed, 09 Jan 2019 08:08:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:23Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22c4a061-4f68-4692-905f-dc892b85cd68","ip_address":"10.55.1.100"}],"id":"7de2623b-ba2b-423d-b938-d614741f9652","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:80:4d:1c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:23Z","binding:vnic_type":"normal"}} 2019-01-09 08:08:24,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-a1f302f6-de01-4143-ab96-8593a59e43f1 2019-01-09 08:08:24,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports/7de2623b-ba2b-423d-b938-d614741f9652 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:24,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-7eb4d0ad-87fb-4ff7-8dec-cb661432968d Date: Wed, 09 Jan 2019 08:08:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:23Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"22c4a061-4f68-4692-905f-dc892b85cd68","ip_address":"10.55.1.100"}],"id":"7de2623b-ba2b-423d-b938-d614741f9652","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:80:4d:1c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"5f9da7fc-19cb-412e-bee4-59c421f2f46f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:08:23Z","binding:vnic_type":"normal"}} 2019-01-09 08:08:24,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports/7de2623b-ba2b-423d-b938-d614741f9652 used request id req-7eb4d0ad-87fb-4ff7-8dec-cb661432968d 2019-01-09 08:08:24,460 - neutron_utils - INFO - Deleting port with name 2019-01-09 08:08:24,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/7de2623b-ba2b-423d-b938-d614741f9652 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:25,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-083fd386-be7a-4799-8a0a-414381be0d24 Date: Wed, 09 Jan 2019 08:08:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:25,075 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/7de2623b-ba2b-423d-b938-d614741f9652 used request id req-083fd386-be7a-4799-8a0a-414381be0d24 2019-01-09 08:08:25,075 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet 2019-01-09 08:08:25,075 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-subnet 2019-01-09 08:08:25,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/22c4a061-4f68-4692-905f-dc892b85cd68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:27,550 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd530111-d7da-4ad4-8279-eedc37ca81cd Date: Wed, 09 Jan 2019 08:08:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:27,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/22c4a061-4f68-4692-905f-dc892b85cd68 used request id req-dd530111-d7da-4ad4-8279-eedc37ca81cd 2019-01-09 08:08:27,550 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-810254ee-f351-449b-b16e-ca863750f3f9-pub-net 2019-01-09 08:08:27,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/5f9da7fc-19cb-412e-bee4-59c421f2f46f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae1e2a7a259576cda7429142ef046dd85ab0b79c" 2019-01-09 08:08:29,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d9d122d-b09d-449c-9d14-12a8a2352d0f Date: Wed, 09 Jan 2019 08:08:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:29,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5f9da7fc-19cb-412e-bee4-59c421f2f46f used request id req-3d9d122d-b09d-449c-9d14-12a8a2352d0f 2019-01-09 08:08:29,002 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:29,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["aX1R-iT_SS60Ty9k3vFI2g"], "issued_at": "2019-01-09T08:08:29.000000Z"}} 2019-01-09 08:08:29,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f479e8abe4f73e4103ce6fbd0b226fa866aa72e5" 2019-01-09 08:08:29,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d93e3d-be40-4832-a9f8-e0fda6cc4aea Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:29,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-24d93e3d-be40-4832-a9f8-e0fda6cc4aea 2019-01-09 08:08:29,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:08:29,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:29,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["-KmFHwOMQAGhYfKOIcpmfg"], "issued_at": "2019-01-09T08:08:29.000000Z"}} 2019-01-09 08:08:29,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d231360ab677b9458ac69fe21a7a7146d18b6924" 2019-01-09 08:08:29,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a290ab8-97c0-4f61-8ed2-a900b5365ac4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:29,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2a290ab8-97c0-4f61-8ed2-a900b5365ac4 2019-01-09 08:08:29,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-7a364333-cfa0-435c-9553-c6b9657379cc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f479e8abe4f73e4103ce6fbd0b226fa866aa72e5" 2019-01-09 08:08:30,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-46ab79ac-5058-4887-b85e-a3af6a91a379 Date: Wed, 09 Jan 2019 08:08:30 GMT RESP BODY: {"networks":[]} 2019-01-09 08:08:30,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NeutronUtilsRouterTests-7a364333-cfa0-435c-9553-c6b9657379cc-pub-net used request id req-46ab79ac-5058-4887-b85e-a3af6a91a379 2019-01-09 08:08:30,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:30,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["JKMYR-_wQOaUMpElfk9ROA"], "issued_at": "2019-01-09T08:08:30.000000Z"}} 2019-01-09 08:08:30,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:30,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d33a2b0-a078-41e8-a270-78dcc2bcf988 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:30,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3d33a2b0-a078-41e8-a270-78dcc2bcf988 2019-01-09 08:08:30,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:08:30,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:30,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["lmqZ_76oQnOCzQJOjVG5DA"], "issued_at": "2019-01-09T08:08:30.000000Z"}} 2019-01-09 08:08:30,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9416e5f075cf614842b0c81c99f49ea98c085905" 2019-01-09 08:08:30,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c2f8c17-4bcc-4d79-a02b-dea102f8b80b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:30,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9c2f8c17-4bcc-4d79-a02b-dea102f8b80b 2019-01-09 08:08:30,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:31,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8ca953f2-cb36-44a2-b4ce-226dc0be2cc6 Date: Wed, 09 Jan 2019 08:08:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:08:31,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-8ca953f2-cb36-44a2-b4ce-226dc0be2cc6 2019-01-09 08:08:31,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:31,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-11d4d3bc-e454-4635-a9eb-085724622fa1 Date: Wed, 09 Jan 2019 08:08:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:08:31,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-11d4d3bc-e454-4635-a9eb-085724622fa1 2019-01-09 08:08:31,479 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router 2019-01-09 08:08:31,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}, "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router", "admin_state_up": true}}' 2019-01-09 08:08:34,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-c1c2daf9-d184-4710-85ca-5169624b62d0 Date: Wed, 09 Jan 2019 08:08:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:34Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "75d0a392-13ad-4956-817d-404f51a12bbe", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}} 2019-01-09 08:08:34,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-c1c2daf9-d184-4710-85ca-5169624b62d0 2019-01-09 08:08:34,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=75d0a392-13ad-4956-817d-404f51a12bbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:35,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c49d7913-eec3-46e5-9729-96a8d832d35f Date: Wed, 09 Jan 2019 08:08:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.211"}],"id":"b6f706cd-ce19-4a8d-b36b-79c75339d271","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:eb:dc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"75d0a392-13ad-4956-817d-404f51a12bbe","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:08:34Z","binding:vnic_type":"normal"}]} 2019-01-09 08:08:35,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=75d0a392-13ad-4956-817d-404f51a12bbe used request id req-c49d7913-eec3-46e5-9729-96a8d832d35f 2019-01-09 08:08:35,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:35,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-46619493-f2f8-4c7f-b482-7cec7072cc3b Date: Wed, 09 Jan 2019 08:08:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:08:35,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-46619493-f2f8-4c7f-b482-7cec7072cc3b 2019-01-09 08:08:35,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:35,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-e4c4c4f7-ab36-442f-af73-5a12aa22f0e8 Date: Wed, 09 Jan 2019 08:08:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:34Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "75d0a392-13ad-4956-817d-404f51a12bbe", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:32Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "7b9a62b6-6952-4971-b50b-31593879a3c5", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:33Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}]} 2019-01-09 08:08:35,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router used request id req-e4c4c4f7-ab36-442f-af73-5a12aa22f0e8 2019-01-09 08:08:35,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:35,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:35,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:35,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68afc48-0c82-4fa3-a20d-bb2570c810c7 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:35,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-b68afc48-0c82-4fa3-a20d-bb2570c810c7 2019-01-09 08:08:35,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=75d0a392-13ad-4956-817d-404f51a12bbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:35,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-63ecaf07-68e4-4768-85e8-2fa0f0050368 Date: Wed, 09 Jan 2019 08:08:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.211"}],"id":"b6f706cd-ce19-4a8d-b36b-79c75339d271","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:eb:dc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"75d0a392-13ad-4956-817d-404f51a12bbe","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:08:34Z","binding:vnic_type":"normal"}]} 2019-01-09 08:08:35,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=75d0a392-13ad-4956-817d-404f51a12bbe used request id req-63ecaf07-68e4-4768-85e8-2fa0f0050368 2019-01-09 08:08:35,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:35,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-4b7e9229-dc59-4242-8759-cc0b6d771aac Date: Wed, 09 Jan 2019 08:08:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:08:35,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-4b7e9229-dc59-4242-8759-cc0b6d771aac 2019-01-09 08:08:35,802 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router 2019-01-09 08:08:35,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/75d0a392-13ad-4956-817d-404f51a12bbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:37,169 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94abf712-3127-4cd0-b5ff-bc9f2462c3bc Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:37,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/75d0a392-13ad-4956-817d-404f51a12bbe used request id req-94abf712-3127-4cd0-b5ff-bc9f2462c3bc 2019-01-09 08:08:37,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:37,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-38b91fb9-243d-4fad-959f-44b3a4832354 Date: Wed, 09 Jan 2019 08:08:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:32Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "7b9a62b6-6952-4971-b50b-31593879a3c5", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:33Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}]} 2019-01-09 08:08:37,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router used request id req-38b91fb9-243d-4fad-959f-44b3a4832354 2019-01-09 08:08:37,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:37,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-504bbad1-a831-43e6-83c3-e1351772d571 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:37,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-504bbad1-a831-43e6-83c3-e1351772d571 2019-01-09 08:08:37,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=7b9a62b6-6952-4971-b50b-31593879a3c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:37,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b53c53f7-dcc7-4e29-95d3-cfe48643e8c1 Date: Wed, 09 Jan 2019 08:08:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.203"}],"id":"7e1e593b-1aa1-4cec-9b6c-dedb5dd006bd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:59:39","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7b9a62b6-6952-4971-b50b-31593879a3c5","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:08:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:08:37,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=7b9a62b6-6952-4971-b50b-31593879a3c5 used request id req-b53c53f7-dcc7-4e29-95d3-cfe48643e8c1 2019-01-09 08:08:37,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e044afdddb7b0f41060628130e2ff88b7911021e" 2019-01-09 08:08:37,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e5902aa3-dbc0-4e81-b231-d5e0922a8251 Date: Wed, 09 Jan 2019 08:08:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:08:37,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-e5902aa3-dbc0-4e81-b231-d5e0922a8251 2019-01-09 08:08:37,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:38,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Ffjvmff8Qf-RyA6anQ54Rw"], "issued_at": "2019-01-09T08:08:38.000000Z"}} 2019-01-09 08:08:38,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:38,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca6bd68-c0c8-46e8-9477-1b4d43cee967 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:38,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aca6bd68-c0c8-46e8-9477-1b4d43cee967 2019-01-09 08:08:38,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:08:38,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:38,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Gtk6wdaRQueI20F2UQVZXg"], "issued_at": "2019-01-09T08:08:38.000000Z"}} 2019-01-09 08:08:38,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edfd5a9bae0412874edd3e3798e0a0e4f380354f" 2019-01-09 08:08:38,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b703324-ddeb-4076-8a7c-1d38b282cf87 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:38,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4b703324-ddeb-4076-8a7c-1d38b282cf87 2019-01-09 08:08:38,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:39,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-66676e06-83c5-4e6f-a60b-af7122d815db Date: Wed, 09 Jan 2019 08:08:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:08:39,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-66676e06-83c5-4e6f-a60b-af7122d815db 2019-01-09 08:08:39,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:39,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4a1366bd-1ce4-4c43-abf9-36017f00619b Date: Wed, 09 Jan 2019 08:08:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:08:39,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-4a1366bd-1ce4-4c43-abf9-36017f00619b 2019-01-09 08:08:39,427 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router 2019-01-09 08:08:39,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}, "name": "NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router", "admin_state_up": true}}' 2019-01-09 08:08:40,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-2e7e11fb-8440-4621-aad0-a994ec0b105d Date: Wed, 09 Jan 2019 08:08:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:40Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "16728d65-a380-4372-a324-84ccd56f3198", "name": "NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router"}} 2019-01-09 08:08:40,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-2e7e11fb-8440-4621-aad0-a994ec0b105d 2019-01-09 08:08:40,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=16728d65-a380-4372-a324-84ccd56f3198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:40,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f894a787-cb12-4a47-9de3-9971fa49e393 Date: Wed, 09 Jan 2019 08:08:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:40Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.209"}],"id":"85b554cf-fa55-4f35-bc5a-159048e8b576","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f2:ba:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"16728d65-a380-4372-a324-84ccd56f3198","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:08:40Z","binding:vnic_type":"normal"}]} 2019-01-09 08:08:40,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=16728d65-a380-4372-a324-84ccd56f3198 used request id req-f894a787-cb12-4a47-9de3-9971fa49e393 2019-01-09 08:08:40,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:40,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b4ffc449-846f-4cc0-a15a-de394f51a21a Date: Wed, 09 Jan 2019 08:08:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:08:40,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-b4ffc449-846f-4cc0-a15a-de394f51a21a 2019-01-09 08:08:40,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:41,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-027b4f82-ce51-47b2-ba6d-86ff9ebece07 Date: Wed, 09 Jan 2019 08:08:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:40Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "16728d65-a380-4372-a324-84ccd56f3198", "name": "NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router"}]} 2019-01-09 08:08:41,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router used request id req-027b4f82-ce51-47b2-ba6d-86ff9ebece07 2019-01-09 08:08:41,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:41,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:08:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:41,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:41,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005ea57e-0a93-44a2-9abe-f358d3fdb443 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:41,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-005ea57e-0a93-44a2-9abe-f358d3fdb443 2019-01-09 08:08:41,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?device_id=16728d65-a380-4372-a324-84ccd56f3198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:41,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e2a3c297-3355-4ba2-8f84-e77a42b3de34 Date: Wed, 09 Jan 2019 08:08:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:40Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.209"}],"id":"85b554cf-fa55-4f35-bc5a-159048e8b576","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f2:ba:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"16728d65-a380-4372-a324-84ccd56f3198","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:08:40Z","binding:vnic_type":"normal"}]} 2019-01-09 08:08:41,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?device_id=16728d65-a380-4372-a324-84ccd56f3198 used request id req-e2a3c297-3355-4ba2-8f84-e77a42b3de34 2019-01-09 08:08:41,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:41,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-29873e20-cb42-4ebd-91af-29a293500368 Date: Wed, 09 Jan 2019 08:08:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}} 2019-01-09 08:08:41,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets/5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0 used request id req-29873e20-cb42-4ebd-91af-29a293500368 2019-01-09 08:08:41,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:41,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-092d9295-0a29-4838-a962-99151161b438 Date: Wed, 09 Jan 2019 08:08:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:08:41,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-092d9295-0a29-4838-a962-99151161b438 2019-01-09 08:08:41,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:41,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1f57e28c-6e56-47ce-ae93-be7d987c8e20 Date: Wed, 09 Jan 2019 08:08:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:08:41,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-1f57e28c-6e56-47ce-ae93-be7d987c8e20 2019-01-09 08:08:41,990 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router 2019-01-09 08:08:41,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/routers/16728d65-a380-4372-a324-84ccd56f3198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:43,211 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ffc46f6-434e-49ab-b196-1412c14f835f Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:43,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/16728d65-a380-4372-a324-84ccd56f3198 used request id req-0ffc46f6-434e-49ab-b196-1412c14f835f 2019-01-09 08:08:43,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aaa75047e31240f092e3f0cb250974516f2a2a8c" 2019-01-09 08:08:43,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-10a3dd08-1d5d-421c-81c5-a13b0a6b486a Date: Wed, 09 Jan 2019 08:08:43 GMT RESP BODY: {"routers": []} 2019-01-09 08:08:43,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers?name=NeutronUtilsRouterTests-0e6a41d6-0674-4175-92b6-e2130b2911f8-pub-router used request id req-10a3dd08-1d5d-421c-81c5-a13b0a6b486a 2019-01-09 08:08:43,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:43,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["p0cXHrbmSnmS2Ys81OWHoQ"], "issued_at": "2019-01-09T08:08:43.000000Z"}} 2019-01-09 08:08:43,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efeb4a9b4fd58d27ea5b08e1c7c466a1ebd5c7e" 2019-01-09 08:08:43,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79b7ab39-4644-44a8-98b4-b46f14310c05 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:43,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-79b7ab39-4644-44a8-98b4-b46f14310c05 2019-01-09 08:08:43,733 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name 2019-01-09 08:08:43,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efeb4a9b4fd58d27ea5b08e1c7c466a1ebd5c7e" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name"}}' 2019-01-09 08:08:44,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-756be96f-32ca-401e-a331-426fe4575243 Date: Wed, 09 Jan 2019 08:08:44 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:43Z", "updated_at": "2019-01-09T08:08:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:43Z", "revision_number": 0, "id": "37a1acb8-71fe-4221-9396-c3a22353a2ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:43Z", "security_group_id": "483337db-07ea-4443-a542-f15a75ccdefc", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:43Z", "revision_number": 0, "id": "4fdf59f9-ba0a-4c00-935a-cad02dc1a1d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:43Z", "security_group_id": "483337db-07ea-4443-a542-f15a75ccdefc", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "483337db-07ea-4443-a542-f15a75ccdefc", "name": "NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name"}} 2019-01-09 08:08:44,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-756be96f-32ca-401e-a331-426fe4575243 2019-01-09 08:08:44,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 483337db-07ea-4443-a542-f15a75ccdefc 2019-01-09 08:08:44,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=483337db-07ea-4443-a542-f15a75ccdefc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efeb4a9b4fd58d27ea5b08e1c7c466a1ebd5c7e" 2019-01-09 08:08:44,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1aaacf3f-ccba-4518-a29c-0eee9d740d9e Date: Wed, 09 Jan 2019 08:08:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:43Z", "security_group_id": "483337db-07ea-4443-a542-f15a75ccdefc", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:43Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "37a1acb8-71fe-4221-9396-c3a22353a2ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:43Z", "security_group_id": "483337db-07ea-4443-a542-f15a75ccdefc", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:43Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "4fdf59f9-ba0a-4c00-935a-cad02dc1a1d5"}]} 2019-01-09 08:08:44,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=483337db-07ea-4443-a542-f15a75ccdefc used request id req-1aaacf3f-ccba-4518-a29c-0eee9d740d9e 2019-01-09 08:08:44,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efeb4a9b4fd58d27ea5b08e1c7c466a1ebd5c7e" 2019-01-09 08:08:44,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-d8cf4c75-2f67-4349-85f1-d5fe08120b34 Date: Wed, 09 Jan 2019 08:08:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:43Z", "updated_at": "2019-01-09T08:08:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:43Z", "revision_number": 0, "id": "4fdf59f9-ba0a-4c00-935a-cad02dc1a1d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:43Z", "security_group_id": "483337db-07ea-4443-a542-f15a75ccdefc", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:43Z", "revision_number": 0, "id": "37a1acb8-71fe-4221-9396-c3a22353a2ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:43Z", "security_group_id": "483337db-07ea-4443-a542-f15a75ccdefc", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "483337db-07ea-4443-a542-f15a75ccdefc", "name": "NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name"}]} 2019-01-09 08:08:44,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name used request id req-d8cf4c75-2f67-4349-85f1-d5fe08120b34 2019-01-09 08:08:44,529 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 483337db-07ea-4443-a542-f15a75ccdefc 2019-01-09 08:08:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=483337db-07ea-4443-a542-f15a75ccdefc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efeb4a9b4fd58d27ea5b08e1c7c466a1ebd5c7e" 2019-01-09 08:08:44,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f679f9c8-1121-4a02-98c2-9416540599d1 Date: Wed, 09 Jan 2019 08:08:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:43Z", "security_group_id": "483337db-07ea-4443-a542-f15a75ccdefc", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:43Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "37a1acb8-71fe-4221-9396-c3a22353a2ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:43Z", "security_group_id": "483337db-07ea-4443-a542-f15a75ccdefc", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:43Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "4fdf59f9-ba0a-4c00-935a-cad02dc1a1d5"}]} 2019-01-09 08:08:44,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=483337db-07ea-4443-a542-f15a75ccdefc used request id req-f679f9c8-1121-4a02-98c2-9416540599d1 2019-01-09 08:08:44,844 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name 2019-01-09 08:08:44,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/483337db-07ea-4443-a542-f15a75ccdefc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efeb4a9b4fd58d27ea5b08e1c7c466a1ebd5c7e" 2019-01-09 08:08:45,294 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa55ed6c-177f-4c42-a18c-8d96915981f9 Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:45,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/483337db-07ea-4443-a542-f15a75ccdefc used request id req-aa55ed6c-177f-4c42-a18c-8d96915981f9 2019-01-09 08:08:45,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7efeb4a9b4fd58d27ea5b08e1c7c466a1ebd5c7e" 2019-01-09 08:08:45,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9d606c95-30a4-47e4-8aa6-60c239e48dbb Date: Wed, 09 Jan 2019 08:08:45 GMT RESP BODY: {"security_groups": []} 2019-01-09 08:08:45,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-8deeae49-84e1-40ac-81fb-c518271f4727name used request id req-9d606c95-30a4-47e4-8aa6-60c239e48dbb 2019-01-09 08:08:45,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:45,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["kXBqQ3uyQ2q_5rQsqboMcw"], "issued_at": "2019-01-09T08:08:45.000000Z"}} 2019-01-09 08:08:45,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}778984c96ac834918d467ca35c8ac4917d179cdf" 2019-01-09 08:08:45,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b350291f-adda-420d-8ca0-f0f593397f3f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:45,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b350291f-adda-420d-8ca0-f0f593397f3f 2019-01-09 08:08:45,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:46,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["7vzObRvjTgCZuT9nZgRdPg"], "issued_at": "2019-01-09T08:08:46.000000Z"}} 2019-01-09 08:08:46,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25514530f139c7de7273fbf00b064e2d544d1698" 2019-01-09 08:08:46,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0205c907-d4f1-4157-b628-f8d29ee3a443 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:46,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0205c907-d4f1-4157-b628-f8d29ee3a443 2019-01-09 08:08:46,214 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-05bdffce-61cf-442c-9247-3748bc5d7674name 2019-01-09 08:08:46,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25514530f139c7de7273fbf00b064e2d544d1698" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-05bdffce-61cf-442c-9247-3748bc5d7674name", "description": "hello group"}}' 2019-01-09 08:08:46,634 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f1767eb0-1b37-4b05-993a-f7d65bff4353 Date: Wed, 09 Jan 2019 08:08:46 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:46Z", "updated_at": "2019-01-09T08:08:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:46Z", "revision_number": 0, "id": "1870e94d-733f-431b-a1c1-4a8072e9f6ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:46Z", "security_group_id": "cc03bf29-d417-4981-bf89-f9e662340053", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:46Z", "revision_number": 0, "id": "5282f6a5-6f31-4255-87ec-404e452406ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:46Z", "security_group_id": "cc03bf29-d417-4981-bf89-f9e662340053", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "cc03bf29-d417-4981-bf89-f9e662340053", "name": "NeutronUtilsSecurityGroupTests-05bdffce-61cf-442c-9247-3748bc5d7674name"}} 2019-01-09 08:08:46,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-f1767eb0-1b37-4b05-993a-f7d65bff4353 2019-01-09 08:08:46,634 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc03bf29-d417-4981-bf89-f9e662340053 2019-01-09 08:08:46,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cc03bf29-d417-4981-bf89-f9e662340053 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25514530f139c7de7273fbf00b064e2d544d1698" 2019-01-09 08:08:46,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ac2786f-4315-49d3-8c9b-1faab12f38d5 Date: Wed, 09 Jan 2019 08:08:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:46Z", "security_group_id": "cc03bf29-d417-4981-bf89-f9e662340053", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:46Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "1870e94d-733f-431b-a1c1-4a8072e9f6ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:46Z", "security_group_id": "cc03bf29-d417-4981-bf89-f9e662340053", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:46Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "5282f6a5-6f31-4255-87ec-404e452406ce"}]} 2019-01-09 08:08:46,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cc03bf29-d417-4981-bf89-f9e662340053 used request id req-2ac2786f-4315-49d3-8c9b-1faab12f38d5 2019-01-09 08:08:46,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-05bdffce-61cf-442c-9247-3748bc5d7674name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25514530f139c7de7273fbf00b064e2d544d1698" 2019-01-09 08:08:47,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-1c8448d2-e068-4b60-9d46-ece0cee559fc Date: Wed, 09 Jan 2019 08:08:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:46Z", "updated_at": "2019-01-09T08:08:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:46Z", "revision_number": 0, "id": "5282f6a5-6f31-4255-87ec-404e452406ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:46Z", "security_group_id": "cc03bf29-d417-4981-bf89-f9e662340053", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:46Z", "revision_number": 0, "id": "1870e94d-733f-431b-a1c1-4a8072e9f6ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:46Z", "security_group_id": "cc03bf29-d417-4981-bf89-f9e662340053", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "cc03bf29-d417-4981-bf89-f9e662340053", "name": "NeutronUtilsSecurityGroupTests-05bdffce-61cf-442c-9247-3748bc5d7674name"}]} 2019-01-09 08:08:47,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-05bdffce-61cf-442c-9247-3748bc5d7674name&description=hello+group used request id req-1c8448d2-e068-4b60-9d46-ece0cee559fc 2019-01-09 08:08:47,002 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc03bf29-d417-4981-bf89-f9e662340053 2019-01-09 08:08:47,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cc03bf29-d417-4981-bf89-f9e662340053 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25514530f139c7de7273fbf00b064e2d544d1698" 2019-01-09 08:08:47,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a5f32137-0a87-46b5-8850-640ee45fcdbf Date: Wed, 09 Jan 2019 08:08:47 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": "2019-01-09T08:08:46Z", "security_group_id": "cc03bf29-d417-4981-bf89-f9e662340053", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:46Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "1870e94d-733f-431b-a1c1-4a8072e9f6ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:46Z", "security_group_id": "cc03bf29-d417-4981-bf89-f9e662340053", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:46Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "5282f6a5-6f31-4255-87ec-404e452406ce"}]} 2019-01-09 08:08:47,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=cc03bf29-d417-4981-bf89-f9e662340053 used request id req-a5f32137-0a87-46b5-8850-640ee45fcdbf 2019-01-09 08:08:47,190 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-05bdffce-61cf-442c-9247-3748bc5d7674name 2019-01-09 08:08:47,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/cc03bf29-d417-4981-bf89-f9e662340053 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25514530f139c7de7273fbf00b064e2d544d1698" 2019-01-09 08:08:47,337 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f020934-4456-4baf-a7c6-b21a37d13e78 Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:47,337 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/cc03bf29-d417-4981-bf89-f9e662340053 used request id req-4f020934-4456-4baf-a7c6-b21a37d13e78 2019-01-09 08:08:47,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:47,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["TOPZqWF2SYO8F2sHd2x2gQ"], "issued_at": "2019-01-09T08:08:47.000000Z"}} 2019-01-09 08:08:47,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:47,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a8fbf2-3453-484a-a673-1ceb8f60b066 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:47,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c5a8fbf2-3453-484a-a673-1ceb8f60b066 2019-01-09 08:08:47,824 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name 2019-01-09 08:08:47,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name", "description": "hello group"}}' 2019-01-09 08:08:48,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-a34e399d-b33c-435c-b690-8826b3781a2e Date: Wed, 09 Jan 2019 08:08:48 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "updated_at": "2019-01-09T08:08:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "revision_number": 0, "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "revision_number": 0, "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "name": "NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name"}} 2019-01-09 08:08:48,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-a34e399d-b33c-435c-b690-8826b3781a2e 2019-01-09 08:08:48,183 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d8855ee-0f20-41de-98b6-63594aa60efd 2019-01-09 08:08:48,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:48,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1d927fa4-ee71-493a-ac9e-f6b241cbcd8b Date: Wed, 09 Jan 2019 08:08:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6"}]} 2019-01-09 08:08:48,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd used request id req-1d927fa4-ee71-493a-ac9e-f6b241cbcd8b 2019-01-09 08:08:48,362 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d8855ee-0f20-41de-98b6-63594aa60efd 2019-01-09 08:08:48,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:48,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ac7ebf5-6e86-49b5-9254-1031c8a832e5 Date: Wed, 09 Jan 2019 08:08:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6"}]} 2019-01-09 08:08:48,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd used request id req-2ac7ebf5-6e86-49b5-9254-1031c8a832e5 2019-01-09 08:08:48,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:48,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa5cf3f0-0b30-4e20-872c-7808c29c1853 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:48,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aa5cf3f0-0b30-4e20-872c-7808c29c1853 2019-01-09 08:08:48,633 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name 2019-01-09 08:08:48,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:48,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-24b0b302-bc2b-4fb3-9b67-242f85332e99 Date: Wed, 09 Jan 2019 08:08:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "updated_at": "2019-01-09T08:08:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "revision_number": 0, "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "revision_number": 0, "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "name": "NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name"}]} 2019-01-09 08:08:48,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name used request id req-24b0b302-bc2b-4fb3-9b67-242f85332e99 2019-01-09 08:08:48,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:08:48,835 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:08:48,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:48,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1891d51-ebcb-44aa-9a07-2d91dd1ce918 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:08:48,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-e1891d51-ebcb-44aa-9a07-2d91dd1ce918 2019-01-09 08:08:48,853 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d8855ee-0f20-41de-98b6-63594aa60efd 2019-01-09 08:08:48,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:49,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-65222666-b652-43ba-acd6-029dcdc04e18 Date: Wed, 09 Jan 2019 08:08: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": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6"}]} 2019-01-09 08:08:49,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd used request id req-65222666-b652-43ba-acd6-029dcdc04e18 2019-01-09 08:08:49,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30: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}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd"}}' 2019-01-09 08:08:49,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-83c44ddd-c510-4290-ad53-b67e62c61815 Date: Wed, 09 Jan 2019 08:08:49 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": "2019-01-09T08:08:49Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:49Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "9bb87c04-4100-4dda-9961-b8950ac28afc"}} 2019-01-09 08:08:49,373 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-83c44ddd-c510-4290-ad53-b67e62c61815 2019-01-09 08:08:49,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:49,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-70598021-0beb-41ad-b8d5-ad02a19b68b4 Date: Wed, 09 Jan 2019 08:08:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "updated_at": "2019-01-09T08:08:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "revision_number": 0, "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:49Z", "revision_number": 0, "id": "9bb87c04-4100-4dda-9961-b8950ac28afc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:49Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "revision_number": 0, "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 3, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "name": "NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name"}]} 2019-01-09 08:08:49,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name&description=hello+group used request id req-70598021-0beb-41ad-b8d5-ad02a19b68b4 2019-01-09 08:08:49,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d8855ee-0f20-41de-98b6-63594aa60efd 2019-01-09 08:08:49,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:49,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-2ea48b0f-3332-4764-a95c-6cfc5da458a6 Date: Wed, 09 Jan 2019 08:08: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": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:49Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:49Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "9bb87c04-4100-4dda-9961-b8950ac28afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6"}]} 2019-01-09 08:08:49,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd used request id req-2ea48b0f-3332-4764-a95c-6cfc5da458a6 2019-01-09 08:08:49,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d8855ee-0f20-41de-98b6-63594aa60efd 2019-01-09 08:08:49,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:49,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-56ef5921-0ec4-46e7-9596-ee6744c233d7 Date: Wed, 09 Jan 2019 08:08: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": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:49Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:49Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "9bb87c04-4100-4dda-9961-b8950ac28afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6"}]} 2019-01-09 08:08:49,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd used request id req-56ef5921-0ec4-46e7-9596-ee6744c233d7 2019-01-09 08:08:49,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:50,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-753db305-c2bc-41c0-a1ec-230867d45783 Date: Wed, 09 Jan 2019 08:08:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "updated_at": "2019-01-09T08:08:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "revision_number": 0, "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:49Z", "revision_number": 0, "id": "9bb87c04-4100-4dda-9961-b8950ac28afc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:49Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "revision_number": 0, "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 3, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "name": "NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name"}]} 2019-01-09 08:08:50,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name&description=hello+group used request id req-753db305-c2bc-41c0-a1ec-230867d45783 2019-01-09 08:08:50,155 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0d8855ee-0f20-41de-98b6-63594aa60efd 2019-01-09 08:08:50,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:50,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-55595e22-53ea-467f-babb-573e13546549 Date: Wed, 09 Jan 2019 08:08: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": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "40c9e541-74b2-4cf2-bdf9-1c651892fe12"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:49Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:49Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "9bb87c04-4100-4dda-9961-b8950ac28afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:48Z", "security_group_id": "0d8855ee-0f20-41de-98b6-63594aa60efd", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:48Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "a6b73955-8b10-4bb1-97be-9fb32466cfd6"}]} 2019-01-09 08:08:50,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=0d8855ee-0f20-41de-98b6-63594aa60efd used request id req-55595e22-53ea-467f-babb-573e13546549 2019-01-09 08:08:50,184 - neutron_utils - INFO - Deleting security group rule with ID - 40c9e541-74b2-4cf2-bdf9-1c651892fe12 2019-01-09 08:08:50,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/40c9e541-74b2-4cf2-bdf9-1c651892fe12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:50,453 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07fab26d-c2ee-4abb-b25e-243ebd23169c Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:50,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/40c9e541-74b2-4cf2-bdf9-1c651892fe12 used request id req-07fab26d-c2ee-4abb-b25e-243ebd23169c 2019-01-09 08:08:50,454 - neutron_utils - INFO - Deleting security group rule with ID - a6b73955-8b10-4bb1-97be-9fb32466cfd6 2019-01-09 08:08:50,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/a6b73955-8b10-4bb1-97be-9fb32466cfd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:50,712 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-078d4fbc-4c19-43a1-b194-5d6f86451a17 Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:50,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/a6b73955-8b10-4bb1-97be-9fb32466cfd6 used request id req-078d4fbc-4c19-43a1-b194-5d6f86451a17 2019-01-09 08:08:50,713 - neutron_utils - INFO - Deleting security group rule with ID - 9bb87c04-4100-4dda-9961-b8950ac28afc 2019-01-09 08:08:50,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-group-rules/9bb87c04-4100-4dda-9961-b8950ac28afc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:50,952 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-93f7498d-1aa7-47e8-9f7d-53ead4d45b06 Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:50,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-group-rules/9bb87c04-4100-4dda-9961-b8950ac28afc used request id req-93f7498d-1aa7-47e8-9f7d-53ead4d45b06 2019-01-09 08:08:50,953 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-e936f542-aba3-460b-b320-89f44daf5ea2name 2019-01-09 08:08:50,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/0d8855ee-0f20-41de-98b6-63594aa60efd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab3401f6ff52a47b46e8c1f89b2bb3971d68b64d" 2019-01-09 08:08:51,108 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3679e83c-bfb8-4efd-abf1-79132c5209f7 Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:51,108 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/0d8855ee-0f20-41de-98b6-63594aa60efd used request id req-3679e83c-bfb8-4efd-abf1-79132c5209f7 2019-01-09 08:08:51,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:51,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["9ec0tFLoS0e1cvaw7gqu6w"], "issued_at": "2019-01-09T08:08:51.000000Z"}} 2019-01-09 08:08:51,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:51,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f4fae1f-d917-4b74-8d2f-60a5e9c1ea51 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:51,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5f4fae1f-d917-4b74-8d2f-60a5e9c1ea51 2019-01-09 08:08:51,583 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-1 2019-01-09 08:08:51,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-1", "description": "hello group"}}' 2019-01-09 08:08:51,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-d5ab9a69-73ed-4ad9-ab8e-57db8864223b Date: Wed, 09 Jan 2019 08:08:51 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:51Z", "updated_at": "2019-01-09T08:08:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:51Z", "revision_number": 0, "id": "7c01ce5c-78a4-4033-9448-0dcc1434ea81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:51Z", "security_group_id": "71c47639-9534-4c01-b976-4d045beff7b7", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:51Z", "revision_number": 0, "id": "91399799-7a6a-4385-a1db-4cdc17d78598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:51Z", "security_group_id": "71c47639-9534-4c01-b976-4d045beff7b7", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "71c47639-9534-4c01-b976-4d045beff7b7", "name": "NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-1"}} 2019-01-09 08:08:51,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-d5ab9a69-73ed-4ad9-ab8e-57db8864223b 2019-01-09 08:08:51,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c47639-9534-4c01-b976-4d045beff7b7 2019-01-09 08:08:51,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=71c47639-9534-4c01-b976-4d045beff7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:52,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc8428a7-d56a-43ec-81ef-8c8ed21b12df Date: Wed, 09 Jan 2019 08:08: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": "2019-01-09T08:08:51Z", "security_group_id": "71c47639-9534-4c01-b976-4d045beff7b7", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:51Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "7c01ce5c-78a4-4033-9448-0dcc1434ea81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:51Z", "security_group_id": "71c47639-9534-4c01-b976-4d045beff7b7", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:51Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "91399799-7a6a-4385-a1db-4cdc17d78598"}]} 2019-01-09 08:08:52,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=71c47639-9534-4c01-b976-4d045beff7b7 used request id req-cc8428a7-d56a-43ec-81ef-8c8ed21b12df 2019-01-09 08:08:52,153 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-2 2019-01-09 08:08:52,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-2", "description": "hello group"}}' 2019-01-09 08:08:52,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-d6f6aaae-7f43-452b-9288-9a0d5c635cf2 Date: Wed, 09 Jan 2019 08:08:52 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:52Z", "updated_at": "2019-01-09T08:08:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:52Z", "revision_number": 0, "id": "3f21d15e-5541-4d0e-a690-e30c3f1eb56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:52Z", "security_group_id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:52Z", "revision_number": 0, "id": "c4c687b1-9624-4d0d-af85-0a48334d692a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:52Z", "security_group_id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "name": "NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-2"}} 2019-01-09 08:08:52,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-d6f6aaae-7f43-452b-9288-9a0d5c635cf2 2019-01-09 08:08:52,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 2019-01-09 08:08:52,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:52,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cda27749-5eb5-4d70-b810-4afffc66d671 Date: Wed, 09 Jan 2019 08:08: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": "2019-01-09T08:08:52Z", "security_group_id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:52Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "3f21d15e-5541-4d0e-a690-e30c3f1eb56c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:52Z", "security_group_id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:52Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "c4c687b1-9624-4d0d-af85-0a48334d692a"}]} 2019-01-09 08:08:52,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 used request id req-cda27749-5eb5-4d70-b810-4afffc66d671 2019-01-09 08:08:52,696 - neutron_utils - INFO - Retrieving security group with ID - 71c47639-9534-4c01-b976-4d045beff7b7 2019-01-09 08:08:52,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=71c47639-9534-4c01-b976-4d045beff7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:52,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-fb1055d2-5107-4c0b-91f5-618e19ed1021 Date: Wed, 09 Jan 2019 08:08:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:51Z", "updated_at": "2019-01-09T08:08:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:51Z", "revision_number": 0, "id": "7c01ce5c-78a4-4033-9448-0dcc1434ea81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:51Z", "security_group_id": "71c47639-9534-4c01-b976-4d045beff7b7", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:51Z", "revision_number": 0, "id": "91399799-7a6a-4385-a1db-4cdc17d78598", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:51Z", "security_group_id": "71c47639-9534-4c01-b976-4d045beff7b7", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "71c47639-9534-4c01-b976-4d045beff7b7", "name": "NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-1"}]} 2019-01-09 08:08:52,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=71c47639-9534-4c01-b976-4d045beff7b7 used request id req-fb1055d2-5107-4c0b-91f5-618e19ed1021 2019-01-09 08:08:52,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c47639-9534-4c01-b976-4d045beff7b7 2019-01-09 08:08:52,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=71c47639-9534-4c01-b976-4d045beff7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:53,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8ac915b9-f822-4634-a255-562960de4a0b Date: Wed, 09 Jan 2019 08:08: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": "2019-01-09T08:08:51Z", "security_group_id": "71c47639-9534-4c01-b976-4d045beff7b7", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:51Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "7c01ce5c-78a4-4033-9448-0dcc1434ea81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:51Z", "security_group_id": "71c47639-9534-4c01-b976-4d045beff7b7", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:51Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "91399799-7a6a-4385-a1db-4cdc17d78598"}]} 2019-01-09 08:08:53,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=71c47639-9534-4c01-b976-4d045beff7b7 used request id req-8ac915b9-f822-4634-a255-562960de4a0b 2019-01-09 08:08:53,096 - neutron_utils - INFO - Retrieving security group with ID - 1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 2019-01-09 08:08:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:53,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-efa16c9e-c483-4e56-ba3b-895be72d4702 Date: Wed, 09 Jan 2019 08:08:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:52Z", "updated_at": "2019-01-09T08:08:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:52Z", "revision_number": 0, "id": "3f21d15e-5541-4d0e-a690-e30c3f1eb56c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:52Z", "security_group_id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:08:52Z", "revision_number": 0, "id": "c4c687b1-9624-4d0d-af85-0a48334d692a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:08:52Z", "security_group_id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 2, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "name": "NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-2"}]} 2019-01-09 08:08:53,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 used request id req-efa16c9e-c483-4e56-ba3b-895be72d4702 2019-01-09 08:08:53,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 2019-01-09 08:08:53,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:53,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0dbcc786-97ca-4fe2-8fb0-f1c19bfe0627 Date: Wed, 09 Jan 2019 08:08: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": "2019-01-09T08:08:52Z", "security_group_id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:52Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "3f21d15e-5541-4d0e-a690-e30c3f1eb56c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:08:52Z", "security_group_id": "1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:52Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "c4c687b1-9624-4d0d-af85-0a48334d692a"}]} 2019-01-09 08:08:53,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 used request id req-0dbcc786-97ca-4fe2-8fb0-f1c19bfe0627 2019-01-09 08:08:53,492 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-1 2019-01-09 08:08:53,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/71c47639-9534-4c01-b976-4d045beff7b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:53,641 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-946cd1cd-d1c4-408a-bdd6-43f0afc8d3b2 Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:53,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/71c47639-9534-4c01-b976-4d045beff7b7 used request id req-946cd1cd-d1c4-408a-bdd6-43f0afc8d3b2 2019-01-09 08:08:53,642 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-87f2f9ba-9907-4e6f-9a28-dc097a7fe2c4name-2 2019-01-09 08:08:53,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbfac71c87c4b1fad98888107e73f5b434a22628" 2019-01-09 08:08:53,816 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8db559dd-5623-4e39-b9be-7f66c72d3775 Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:53,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/1336ff4b-2dbd-439d-9f0f-d71dc8f4bdb0 used request id req-8db559dd-5623-4e39-b9be-7f66c72d3775 2019-01-09 08:08:53,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:54,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["2hdu4RPFRzStE5mawRsgRg"], "issued_at": "2019-01-09T08:08:54.000000Z"}} 2019-01-09 08:08:54,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de27b92c11b2a0d2f1e5476d443dd7e08762b08" 2019-01-09 08:08:54,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b70151e-0ac9-4de5-978b-d14b423bc718 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:08:54,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0b70151e-0ac9-4de5-978b-d14b423bc718 2019-01-09 08:08:54,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de27b92c11b2a0d2f1e5476d443dd7e08762b08" 2019-01-09 08:08:54,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d30ae965-24d3-4aa1-a641-fd8ae123020c Date: Wed, 09 Jan 2019 08:08:54 GMT RESP BODY: {"floatingips": []} 2019-01-09 08:08:54,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-d30ae965-24d3-4aa1-a641-fd8ae123020c 2019-01-09 08:08:54,445 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 08:08:54,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de27b92c11b2a0d2f1e5476d443dd7e08762b08" 2019-01-09 08:08:54,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-aae10799-d0cc-49fd-9f77-8f5f7b1a9cbe Date: Wed, 09 Jan 2019 08:08:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:08:54,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=external used request id req-aae10799-d0cc-49fd-9f77-8f5f7b1a9cbe 2019-01-09 08:08:54,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de27b92c11b2a0d2f1e5476d443dd7e08762b08" 2019-01-09 08:08:54,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-296bd1a8-9a6c-45fa-93dc-db9b0d9624ad Date: Wed, 09 Jan 2019 08:08:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:08:54,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-296bd1a8-9a6c-45fa-93dc-db9b0d9624ad 2019-01-09 08:08:54,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de27b92c11b2a0d2f1e5476d443dd7e08762b08" -d '{"floatingip": {"floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}' 2019-01-09 08:08:56,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-8847d44a-6c7e-4d09-b916-a1c5867f1f3c Date: Wed, 09 Jan 2019 08:08:56 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-09T08:08:55Z", "floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": null, "id": "983c0f11-16b5-40dd-865c-cfedb3f56c50", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:55Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}} 2019-01-09 08:08:56,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-8847d44a-6c7e-4d09-b916-a1c5867f1f3c 2019-01-09 08:08:56,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de27b92c11b2a0d2f1e5476d443dd7e08762b08" 2019-01-09 08:08:56,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-19cf0b37-0121-4a39-967f-5a9e2327288a Date: Wed, 09 Jan 2019 08:08:56 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-09T08:08:55Z", "floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": null, "id": "983c0f11-16b5-40dd-865c-cfedb3f56c50", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:55Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}]} 2019-01-09 08:08:56,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-19cf0b37-0121-4a39-967f-5a9e2327288a 2019-01-09 08:08:56,408 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.207 2019-01-09 08:08:56,408 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.207 2019-01-09 08:08:56,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/floatingips?ip=983c0f11-16b5-40dd-865c-cfedb3f56c50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de27b92c11b2a0d2f1e5476d443dd7e08762b08" 2019-01-09 08:08:56,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-7ae6678e-2fb3-426a-8f00-9e578b4ee0b7 Date: Wed, 09 Jan 2019 08:08:56 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-09T08:08:55Z", "floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": null, "id": "983c0f11-16b5-40dd-865c-cfedb3f56c50", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:55Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}]} 2019-01-09 08:08:56,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips?ip=983c0f11-16b5-40dd-865c-cfedb3f56c50 used request id req-7ae6678e-2fb3-426a-8f00-9e578b4ee0b7 2019-01-09 08:08:56,605 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2019-01-09 08:08:56,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/floatingips/983c0f11-16b5-40dd-865c-cfedb3f56c50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de27b92c11b2a0d2f1e5476d443dd7e08762b08" 2019-01-09 08:08:57,347 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-712aac60-d74c-4881-a4d9-7872d02c7d3a Content-Length: 0 Date: Wed, 09 Jan 2019 08:08:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:08:57,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/983c0f11-16b5-40dd-865c-cfedb3f56c50 used request id req-712aac60-d74c-4881-a4d9-7872d02c7d3a 2019-01-09 08:08:57,348 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:08:57,530 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d 2019-01-09 08:08:57,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:57,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["m6kvht1gSLqv_Y1z1ACD3w"], "issued_at": "2019-01-09T08:08:57.000000Z"}} 2019-01-09 08:08:57,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a8773b72d674968ff7bf7cd14d4e468c366431" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjK5SwTmG8sOn4MUTrT2uIuRQtIc+AWXYl6hpo4p5zpjlpXoAMwzC+S5XnHQHD+lbEOwVMJX/jQ2L2TNHZMG3k+z7IWs3+0tkbWBJpnmxQTtl3342mQjYeg1Tp+k9O/69dz0tIe9SSIQbmeji17ecv2dKGQxJkoSoQLn6SJTuE2W4k/1h1MMwxIrMTcyX5AdQFBixvUrbc/S3hD1EtLqJV4opeFpRhfW13LgzYnqMO97sW+i4gJojshNb/IiUAEPmQaE3xUsuK7GcyHyRFsLqvLt67RtxhpClclOL5Kek4Y3hc7J7Pcgo5r2A2j9q+4pnHOzIiCK2SeFwp/F4aJmm9", "name": "NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d"}}' 2019-01-09 08:08:58,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:08: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-4aec7043-8a1a-494d-810e-7c864cc0c800 x-compute-request-id: req-4aec7043-8a1a-494d-810e-7c864cc0c800 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjK5SwTmG8sOn4MUTrT2uIuRQtIc+AWXYl6hpo4p5zpjlpXoAMwzC+S5XnHQHD+lbEOwVMJX/jQ2L2TNHZMG3k+z7IWs3+0tkbWBJpnmxQTtl3342mQjYeg1Tp+k9O/69dz0tIe9SSIQbmeji17ecv2dKGQxJkoSoQLn6SJTuE2W4k/1h1MMwxIrMTcyX5AdQFBixvUrbc/S3hD1EtLqJV4opeFpRhfW13LgzYnqMO97sW+i4gJojshNb/IiUAEPmQaE3xUsuK7GcyHyRFsLqvLt67RtxhpClclOL5Kek4Y3hc7J7Pcgo5r2A2j9q+4pnHOzIiCK2SeFwp/F4aJmm9", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "name": "NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d", "fingerprint": "0c:6c:47:ed:0d:24:ab:4d:c9:4a:ba:37:93:65:5b:9b"}} 2019-01-09 08:08:58,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-4aec7043-8a1a-494d-810e-7c864cc0c800 2019-01-09 08:08:58,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a8773b72d674968ff7bf7cd14d4e468c366431" 2019-01-09 08:08:58,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-ae9cb370-07d8-4f90-ae95-3396d51dd97b x-compute-request-id: req-ae9cb370-07d8-4f90-ae95-3396d51dd97b Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjK5SwTmG8sOn4MUTrT2uIuRQtIc+AWXYl6hpo4p5zpjlpXoAMwzC+S5XnHQHD+lbEOwVMJX/jQ2L2TNHZMG3k+z7IWs3+0tkbWBJpnmxQTtl3342mQjYeg1Tp+k9O/69dz0tIe9SSIQbmeji17ecv2dKGQxJkoSoQLn6SJTuE2W4k/1h1MMwxIrMTcyX5AdQFBixvUrbc/S3hD1EtLqJV4opeFpRhfW13LgzYnqMO97sW+i4gJojshNb/IiUAEPmQaE3xUsuK7GcyHyRFsLqvLt67RtxhpClclOL5Kek4Y3hc7J7Pcgo5r2A2j9q+4pnHOzIiCK2SeFwp/F4aJmm9", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "name": "NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d", "deleted": false, "created_at": "2019-01-09T08:08:58.000000", "updated_at": null, "fingerprint": "0c:6c:47:ed:0d:24:ab:4d:c9:4a:ba:37:93:65:5b:9b", "deleted_at": null, "id": 2}} 2019-01-09 08:08:58,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d used request id req-ae9cb370-07d8-4f90-ae95-3396d51dd97b 2019-01-09 08:08:58,840 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d 2019-01-09 08:08:58,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a8773b72d674968ff7bf7cd14d4e468c366431" 2019-01-09 08:08:59,001 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08: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 x-openstack-request-id: req-904bba9e-1338-447f-9a27-8bc9955986cb x-compute-request-id: req-904bba9e-1338-447f-9a27-8bc9955986cb Content-Length: 0 Content-Type: application/json 2019-01-09 08:08:59,001 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d used request id req-904bba9e-1338-447f-9a27-8bc9955986cb 2019-01-09 08:08:59,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a8773b72d674968ff7bf7cd14d4e468c366431" 2019-01-09 08:08:59,024 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08: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 x-openstack-request-id: req-d3ec45f1-c861-4f00-9166-6bff49413271 x-compute-request-id: req-d3ec45f1-c861-4f00-9166-6bff49413271 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d not found for user 7143c923a73d4fe4b7a5094cdd0b8db6", "code": 404}} 2019-01-09 08:08:59,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d used request id req-d3ec45f1-c861-4f00-9166-6bff49413271 2019-01-09 08:08:59,024 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d 2019-01-09 08:08:59,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04a8773b72d674968ff7bf7cd14d4e468c366431" 2019-01-09 08:08:59,132 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08: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-43cb3e26-4cf6-41d3-afc9-113b36b2811a x-compute-request-id: req-43cb3e26-4cf6-41d3-afc9-113b36b2811a Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d not found for user 7143c923a73d4fe4b7a5094cdd0b8db6", "code": 404}} 2019-01-09 08:08:59,132 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-81ca7a3f-1909-4086-bedc-887266fa886d used request id req-43cb3e26-4cf6-41d3-afc9-113b36b2811a 2019-01-09 08:08:59,133 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:08:59,240 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b.pub 2019-01-09 08:08:59,240 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b 2019-01-09 08:08:59,240 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b.pub 2019-01-09 08:08:59,240 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b 2019-01-09 08:08:59,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:08:59,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:08:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["CzfYxW8cQZiLkhuxa0sokg"], "issued_at": "2019-01-09T08:08:59.000000Z"}} 2019-01-09 08:08:59,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d54549a3b319d5556598566360cc02337e9cef" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBZwQ2NPn4pmnD2LH033SYvdQfOzbYIngo99gx8qDn/yms0q9kU+3cBjWTjpeQZH4EzmHbx3qXg7+8D2u/TxquFOJ86WiLWHn0xPgNLGOcdl/Ue8NzkZHeAiJIVD4W09x3kmOxyDHFQFXaVf7hKxMnlQMGizcx+lWppUtchl6KeHJYAYKIm/PuCPkJgYBMHNSqy7uuMW4vYu/Ad/BP4JH8UtQnzi7yiGrxNH71I51oznhARr+4mVeReQO0ewuKZIeKbX3VoU91RLD6LSuyraZc8ITOCAJIA0BMxG68euIbSiNxaYpafjXHJxQXc15eeaa3RqNhu8Bnu+nsHqYwHrLR", "name": "NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b"}}' 2019-01-09 08:09:00,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-e737b019-a8d7-4e13-9350-0176077c3b9d x-compute-request-id: req-e737b019-a8d7-4e13-9350-0176077c3b9d Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBZwQ2NPn4pmnD2LH033SYvdQfOzbYIngo99gx8qDn/yms0q9kU+3cBjWTjpeQZH4EzmHbx3qXg7+8D2u/TxquFOJ86WiLWHn0xPgNLGOcdl/Ue8NzkZHeAiJIVD4W09x3kmOxyDHFQFXaVf7hKxMnlQMGizcx+lWppUtchl6KeHJYAYKIm/PuCPkJgYBMHNSqy7uuMW4vYu/Ad/BP4JH8UtQnzi7yiGrxNH71I51oznhARr+4mVeReQO0ewuKZIeKbX3VoU91RLD6LSuyraZc8ITOCAJIA0BMxG68euIbSiNxaYpafjXHJxQXc15eeaa3RqNhu8Bnu+nsHqYwHrLR", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "name": "NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b", "fingerprint": "9e:1d:04:bb:63:45:98:a0:de:11:c8:15:27:a3:10:ed"}} 2019-01-09 08:09:00,295 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-e737b019-a8d7-4e13-9350-0176077c3b9d 2019-01-09 08:09:00,296 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b 2019-01-09 08:09:00,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d54549a3b319d5556598566360cc02337e9cef" 2019-01-09 08:09:00,457 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:09: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-d9c5a18f-70bb-4929-8a78-f8eb474fe2b9 x-compute-request-id: req-d9c5a18f-70bb-4929-8a78-f8eb474fe2b9 Content-Length: 0 Content-Type: application/json 2019-01-09 08:09:00,457 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6c23ac4f-3b19-4838-afb8-90f3d6a39c5b used request id req-d9c5a18f-70bb-4929-8a78-f8eb474fe2b9 2019-01-09 08:09:00,458 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:09:00,548 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204 2019-01-09 08:09:00,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:09:00,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:09:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["R37dCtbrT0aTum54ZA5v0Q"], "issued_at": "2019-01-09T08:09:00.000000Z"}} 2019-01-09 08:09:00,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cbfd8c6358617048b58bca2c02b0d3697d42e7" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0sAnYZFr+SWbEX35tvu7PnWjrCEU91vfCXdiKqFfVvLvuR76bXcV3hruO5STPcif4fSw0HoSXeD3doZQulSnxCca7Xwbd8peNDf6bTeSagS6rvcNwwmN4I0AuKVD8oNjRZopm/vtSWHSlsohbhuKHL/YIMbO7pkTym9uqQN+gijU+Qq7xXzXtShDFjbSrr/YPGyftUHxM3ALZpYwXkHLXTp+QpGfSSXzN35COLRj8jfaxORAVYOdzivA2rlajuDOA7rJidnYwNlNvzudCnorWxezC5Tftl8TvG9+twjj5Cp37Xb0dLtbGgmnEVwg1DuMOyvQwppleWY000Ew+w5Vf", "name": "NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204"}}' 2019-01-09 08:09:01,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09: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-7eedd0c4-bc7c-41f1-9088-3e29a71a5851 x-compute-request-id: req-7eedd0c4-bc7c-41f1-9088-3e29a71a5851 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0sAnYZFr+SWbEX35tvu7PnWjrCEU91vfCXdiKqFfVvLvuR76bXcV3hruO5STPcif4fSw0HoSXeD3doZQulSnxCca7Xwbd8peNDf6bTeSagS6rvcNwwmN4I0AuKVD8oNjRZopm/vtSWHSlsohbhuKHL/YIMbO7pkTym9uqQN+gijU+Qq7xXzXtShDFjbSrr/YPGyftUHxM3ALZpYwXkHLXTp+QpGfSSXzN35COLRj8jfaxORAVYOdzivA2rlajuDOA7rJidnYwNlNvzudCnorWxezC5Tftl8TvG9+twjj5Cp37Xb0dLtbGgmnEVwg1DuMOyvQwppleWY000Ew+w5Vf", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "name": "NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204", "fingerprint": "9b:64:b5:1a:a0:36:27:d1:a8:3a:94:07:01:2e:2a:d2"}} 2019-01-09 08:09:01,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-7eedd0c4-bc7c-41f1-9088-3e29a71a5851 2019-01-09 08:09:01,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cbfd8c6358617048b58bca2c02b0d3697d42e7" 2019-01-09 08:09:01,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-edbac2fa-bfb3-4d66-ac6f-5019b6ab410f x-compute-request-id: req-edbac2fa-bfb3-4d66-ac6f-5019b6ab410f Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0sAnYZFr+SWbEX35tvu7PnWjrCEU91vfCXdiKqFfVvLvuR76bXcV3hruO5STPcif4fSw0HoSXeD3doZQulSnxCca7Xwbd8peNDf6bTeSagS6rvcNwwmN4I0AuKVD8oNjRZopm/vtSWHSlsohbhuKHL/YIMbO7pkTym9uqQN+gijU+Qq7xXzXtShDFjbSrr/YPGyftUHxM3ALZpYwXkHLXTp+QpGfSSXzN35COLRj8jfaxORAVYOdzivA2rlajuDOA7rJidnYwNlNvzudCnorWxezC5Tftl8TvG9+twjj5Cp37Xb0dLtbGgmnEVwg1DuMOyvQwppleWY000Ew+w5Vf", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "name": "NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204", "deleted": false, "created_at": "2019-01-09T08:09:01.000000", "updated_at": null, "fingerprint": "9b:64:b5:1a:a0:36:27:d1:a8:3a:94:07:01:2e:2a:d2", "deleted_at": null, "id": 8}} 2019-01-09 08:09:01,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204 used request id req-edbac2fa-bfb3-4d66-ac6f-5019b6ab410f 2019-01-09 08:09:01,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cbfd8c6358617048b58bca2c02b0d3697d42e7" 2019-01-09 08:09:01,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-7fab8930-1396-45d9-8274-9315b4680ff2 x-compute-request-id: req-7fab8930-1396-45d9-8274-9315b4680ff2 Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0sAnYZFr+SWbEX35tvu7PnWjrCEU91vfCXdiKqFfVvLvuR76bXcV3hruO5STPcif4fSw0HoSXeD3doZQulSnxCca7Xwbd8peNDf6bTeSagS6rvcNwwmN4I0AuKVD8oNjRZopm/vtSWHSlsohbhuKHL/YIMbO7pkTym9uqQN+gijU+Qq7xXzXtShDFjbSrr/YPGyftUHxM3ALZpYwXkHLXTp+QpGfSSXzN35COLRj8jfaxORAVYOdzivA2rlajuDOA7rJidnYwNlNvzudCnorWxezC5Tftl8TvG9+twjj5Cp37Xb0dLtbGgmnEVwg1DuMOyvQwppleWY000Ew+w5Vf", "name": "NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204", "fingerprint": "9b:64:b5:1a:a0:36:27:d1:a8:3a:94:07:01:2e:2a:d2"}}]} 2019-01-09 08:09:01,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-7fab8930-1396-45d9-8274-9315b4680ff2 2019-01-09 08:09:01,468 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204 2019-01-09 08:09:01,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69cbfd8c6358617048b58bca2c02b0d3697d42e7" 2019-01-09 08:09:01,618 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08: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-01ad26d8-b14a-48b9-a42e-41de07df33f7 x-compute-request-id: req-01ad26d8-b14a-48b9-a42e-41de07df33f7 Content-Length: 0 Content-Type: application/json 2019-01-09 08:09:01,618 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-668e675f-ccda-47e3-96f5-9d5ee098a204 used request id req-01ad26d8-b14a-48b9-a42e-41de07df33f7 2019-01-09 08:09:01,619 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:09:01,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:09:02,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:09:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Y7OlU4_QRXeA_wgF5Np1zQ"], "issued_at": "2019-01-09T08:09:01.000000Z"}} 2019-01-09 08:09:02,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741843dab91218f13cc243cc03c1b2777e12153f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id", "swap": 2}}' 2019-01-09 08:09:02,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91846d0c-b3db-439f-836d-e0aa8fbb7f3c x-compute-request-id: req-91846d0c-b3db-439f-836d-e0aa8fbb7f3c Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id", "name": "NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2019-01-09 08:09:02,232 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-91846d0c-b3db-439f-836d-e0aa8fbb7f3c 2019-01-09 08:09:02,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741843dab91218f13cc243cc03c1b2777e12153f" 2019-01-09 08:09:02,306 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-26494739-77b7-4110-8229-ab3e0c0ae4b5 x-compute-request-id: req-26494739-77b7-4110-8229-ab3e0c0ae4b5 Content-Length: 0 Content-Type: application/json 2019-01-09 08:09:02,306 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id used request id req-26494739-77b7-4110-8229-ab3e0c0ae4b5 2019-01-09 08:09:02,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741843dab91218f13cc243cc03c1b2777e12153f" 2019-01-09 08:09:02,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd69bfc4-adb5-414e-8b23-11442c097137 x-compute-request-id: req-bd69bfc4-adb5-414e-8b23-11442c097137 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:09:02,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-bd69bfc4-adb5-414e-8b23-11442c097137 2019-01-09 08:09:02,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}741843dab91218f13cc243cc03c1b2777e12153f" 2019-01-09 08:09:02,373 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbfda2d4-4ef4-4b04-a035-d2ad9fcc6188 x-compute-request-id: req-fbfda2d4-4ef4-4b04-a035-d2ad9fcc6188 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id could not be found.", "code": 404}} 2019-01-09 08:09:02,373 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-d786da40-cd76-45b4-86e5-e8de0140002c-id used request id req-fbfda2d4-4ef4-4b04-a035-d2ad9fcc6188 2019-01-09 08:09:02,374 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:09:02,375 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:09:02,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["MZ4myv4uSxuJ53JC_Y2tCA"], "issued_at": "2019-01-09T08:09:02.000000Z"}} 2019-01-09 08:09:02,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2886f53c2d2a345b47e94715a3731145229a9a7" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-bc4690b4-f725-4aae-b0f0-184980b9afbc-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-bc4690b4-f725-4aae-b0f0-184980b9afbc-id", "swap": 2}}' 2019-01-09 08:09:02,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fc0d6f3-26e1-4abe-a8ac-cbae98e2f252 x-compute-request-id: req-3fc0d6f3-26e1-4abe-a8ac-cbae98e2f252 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-bc4690b4-f725-4aae-b0f0-184980b9afbc-id", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/NovaUtilsFlavorTests-bc4690b4-f725-4aae-b0f0-184980b9afbc-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-bc4690b4-f725-4aae-b0f0-184980b9afbc-id", "name": "NovaUtilsFlavorTests-bc4690b4-f725-4aae-b0f0-184980b9afbc-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2019-01-09 08:09:02,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-3fc0d6f3-26e1-4abe-a8ac-cbae98e2f252 2019-01-09 08:09:02,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-bc4690b4-f725-4aae-b0f0-184980b9afbc-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2886f53c2d2a345b47e94715a3731145229a9a7" 2019-01-09 08:09:03,051 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66608b9b-6a7d-4164-b78f-f51ac63e1124 x-compute-request-id: req-66608b9b-6a7d-4164-b78f-f51ac63e1124 Content-Length: 0 Content-Type: application/json 2019-01-09 08:09:03,051 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/NovaUtilsFlavorTests-bc4690b4-f725-4aae-b0f0-184980b9afbc-id used request id req-66608b9b-6a7d-4164-b78f-f51ac63e1124 2019-01-09 08:09:03,053 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:09:03,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:09:03,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:09:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["VFtT5TWuSMGHlwgTLfPGTQ"], "issued_at": "2019-01-09T08:09:03.000000Z"}} 2019-01-09 08:09:03,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:03,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8c3bad4-c2b4-4602-8ed1-02463c786668 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:09:03,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f8c3bad4-c2b4-4602-8ed1-02463c786668 2019-01-09 08:09:03,535 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:09:03,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:09:03,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:09:03,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:09:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["qDgv_vgaRSeVAFCusnbtIg"], "issued_at": "2019-01-09T08:09:03.000000Z"}} 2019-01-09 08:09:03,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" 2019-01-09 08:09:03,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac5fde81-894b-4c7d-8a89-572e1873af0e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:09:03,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ac5fde81-894b-4c7d-8a89-572e1873af0e 2019-01-09 08:09:04,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" 2019-01-09 08:09:04,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-1a232707-d88d-4994-a95c-78dc297253c5 Date: Wed, 09 Jan 2019 08:09:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image"} 2019-01-09 08:09:04,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image used request id req-1a232707-d88d-4994-a95c-78dc297253c5 2019-01-09 08:09:04,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" 2019-01-09 08:09:04,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fdb5303a-0f70-4b9f-a569-a8658a5f018d Date: Wed, 09 Jan 2019 08:09:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:09:04,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-fdb5303a-0f70-4b9f-a569-a8658a5f018d 2019-01-09 08:09:04,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image"}' 2019-01-09 08:09:05,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f X-Openstack-Request-Id: req-823ea34d-b71f-46ec-ad5f-dcb042822e90 Date: Wed, 09 Jan 2019 08:09:05 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:09:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:09:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/4baabb49-526e-48fb-9029-97d384a7033f", "min_disk": 0, "protected": false, "id": "4baabb49-526e-48fb-9029-97d384a7033f", "file": "/v2/images/4baabb49-526e-48fb-9029-97d384a7033f/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:09:05,053 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-823ea34d-b71f-46ec-ad5f-dcb042822e90 2019-01-09 08:09:05,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" -d '' 2019-01-09 08:09:06,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e24bc506-5cc1-4064-bf9a-d0eef6fe5ad6 Date: Wed, 09 Jan 2019 08:09:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:09:06,658 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f/file used request id req-e24bc506-5cc1-4064-bf9a-d0eef6fe5ad6 2019-01-09 08:09:06,659 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:09:06,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" 2019-01-09 08:09:07,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-a0791092-2a05-4624-a061-ca77cda56130 Date: Wed, 09 Jan 2019 08:09:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:09:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:09:06Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4baabb49-526e-48fb-9029-97d384a7033f/snap", "metadata": {}}], "self": "/v2/images/4baabb49-526e-48fb-9029-97d384a7033f", "min_disk": 0, "protected": false, "id": "4baabb49-526e-48fb-9029-97d384a7033f", "file": "/v2/images/4baabb49-526e-48fb-9029-97d384a7033f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4baabb49-526e-48fb-9029-97d384a7033f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:09:07,279 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f used request id req-a0791092-2a05-4624-a061-ca77cda56130 2019-01-09 08:09:07,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" 2019-01-09 08:09:07,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85e2afca-375e-4065-9fe2-dde65701d137 Date: Wed, 09 Jan 2019 08:09:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:09:07,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-85e2afca-375e-4065-9fe2-dde65701d137 2019-01-09 08:09:07,860 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image 2019-01-09 08:09:07,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" 2019-01-09 08:09:07,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-67f8e8df-640b-487b-a66b-2fc3a28a66f5 Date: Wed, 09 Jan 2019 08:09:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:09:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:09:06Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4baabb49-526e-48fb-9029-97d384a7033f/snap", "metadata": {}}], "self": "/v2/images/4baabb49-526e-48fb-9029-97d384a7033f", "min_disk": 0, "protected": false, "id": "4baabb49-526e-48fb-9029-97d384a7033f", "file": "/v2/images/4baabb49-526e-48fb-9029-97d384a7033f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4baabb49-526e-48fb-9029-97d384a7033f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:09:07,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f used request id req-67f8e8df-640b-487b-a66b-2fc3a28a66f5 2019-01-09 08:09:07,885 - create_image - DEBUG - Instance status is - active 2019-01-09 08:09:07,885 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image 2019-01-09 08:09:07,886 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image 2019-01-09 08:09:07,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:09:07,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:09:08,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:09:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["5HWuWwxBRa-FSYrITUgiDQ"], "issued_at": "2019-01-09T08:09:08.000000Z"}} 2019-01-09 08:09:08,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" 2019-01-09 08:09:08,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a3b334-2b46-4ac6-86d1-a7c4269789bc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:09:08,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-50a3b334-2b46-4ac6-86d1-a7c4269789bc 2019-01-09 08:09:08,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" 2019-01-09 08:09:08,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3088394d-66ab-4e08-91b9-9b36d16db4be Date: Wed, 09 Jan 2019 08:09:08 GMT RESP BODY: {"networks":[]} 2019-01-09 08:09:08,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net used request id req-3088394d-66ab-4e08-91b9-9b36d16db4be 2019-01-09 08:09:08,521 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net 2019-01-09 08:09:08,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" -d '{"network": {"name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net", "admin_state_up": true}}' 2019-01-09 08:09:08,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6ab82b8c-5c5d-4c07-a370-4c6093216d67 Date: Wed, 09 Jan 2019 08:09:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8d430172-97ed-4087-bfdd-06ca087352a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:09:08Z","is_default":false,"provider:segmentation_id":49,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:08Z","mtu":1450}} 2019-01-09 08:09:08,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6ab82b8c-5c5d-4c07-a370-4c6093216d67 2019-01-09 08:09:08,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" 2019-01-09 08:09:09,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f0fd6d81-37de-48dc-a6fc-dbc34f879988 Date: Wed, 09 Jan 2019 08:09:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8d430172-97ed-4087-bfdd-06ca087352a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:09:08Z","provider:segmentation_id":49,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:08Z","provider:network_type":"vxlan"}]} 2019-01-09 08:09:09,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-f0fd6d81-37de-48dc-a6fc-dbc34f879988 2019-01-09 08:09:09,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" 2019-01-09 08:09:09,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-83348eb9-ae7e-4615-8c48-b045b4d734d7 Date: Wed, 09 Jan 2019 08:09:09 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:09:09,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-83348eb9-ae7e-4615-8c48-b045b4d734d7 2019-01-09 08:09:09,323 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet 2019-01-09 08:09:09,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" -d '{"subnets": [{"ip_version": 4, "network_id": "8d430172-97ed-4087-bfdd-06ca087352a6", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet"}]}' 2019-01-09 08:09:10,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-89404fd9-2e55-4256-b054-ec8b74510387 Date: Wed, 09 Jan 2019 08:09:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:09Z","dns_nameservers":[],"updated_at":"2019-01-09T08:09:09Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"42046abb-7edf-4cda-aa28-6d82c84dc562","subnetpool_id":null,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet"}]} 2019-01-09 08:09:10,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-89404fd9-2e55-4256-b054-ec8b74510387 2019-01-09 08:09:10,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" 2019-01-09 08:09:10,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f4168de4-0765-4828-bded-e40fb35291a1 Date: Wed, 09 Jan 2019 08:09:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d430172-97ed-4087-bfdd-06ca087352a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["42046abb-7edf-4cda-aa28-6d82c84dc562"],"description":"","tags":[],"updated_at":"2019-01-09T08:09:09Z","provider:segmentation_id":49,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:08Z","provider:network_type":"vxlan"}]} 2019-01-09 08:09:10,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-f4168de4-0765-4828-bded-e40fb35291a1 2019-01-09 08:09:10,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" 2019-01-09 08:09:10,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5c6cedf8-75d6-49d7-be0d-add20eb1a235 Date: Wed, 09 Jan 2019 08:09:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:09Z","dns_nameservers":[],"updated_at":"2019-01-09T08:09:09Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"42046abb-7edf-4cda-aa28-6d82c84dc562","subnetpool_id":null,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet"}]} 2019-01-09 08:09:10,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-5c6cedf8-75d6-49d7-be0d-add20eb1a235 2019-01-09 08:09:10,720 - OpenStackNetwork - DEBUG - Network [8d430172-97ed-4087-bfdd-06ca087352a6] created successfully 2019-01-09 08:09:10,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:09:10,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:09:11,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:09:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["O6CXFaZcTq2C3VNT4RO5Tg"], "issued_at": "2019-01-09T08:09:11.000000Z"}} 2019-01-09 08:09:11,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4db101832c54f8e3a12c089258835070f8e6696" 2019-01-09 08:09:11,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a12ea1-ebd3-492a-a17a-56d049510ad7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:09:11,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a9a12ea1-ebd3-492a-a17a-56d049510ad7 2019-01-09 08:09:11,186 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:09:11,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4db101832c54f8e3a12c089258835070f8e6696" 2019-01-09 08:09:11,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09: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-2deb482e-eefb-4b71-922d-00e832ba9366 x-compute-request-id: req-2deb482e-eefb-4b71-922d-00e832ba9366 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:09:11,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2deb482e-eefb-4b71-922d-00e832ba9366 2019-01-09 08:09:11,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4db101832c54f8e3a12c089258835070f8e6696" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-09 08:09:12,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09: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-b8d32ed1-84ef-45ea-95aa-6204e691ad41 x-compute-request-id: req-b8d32ed1-84ef-45ea-95aa-6204e691ad41 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:09:12,082 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b8d32ed1-84ef-45ea-95aa-6204e691ad41 2019-01-09 08:09:12,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:09:12,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:09:12,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:09:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["-Q2s4eGsRDKG_OFfGRxoDw"], "issued_at": "2019-01-09T08:09:12.000000Z"}} 2019-01-09 08:09:12,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb94c002b57eeb90177a229cd58be3c566aeb719" 2019-01-09 08:09:12,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6c40210-b25c-4f29-8a61-56782e4495cc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:09:12,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c6c40210-b25c-4f29-8a61-56782e4495cc 2019-01-09 08:09:12,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:12,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-acd9285f-af35-4dec-9150-a8e58aed7e6e Date: Wed, 09 Jan 2019 08:09:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d430172-97ed-4087-bfdd-06ca087352a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["42046abb-7edf-4cda-aa28-6d82c84dc562"],"description":"","tags":[],"updated_at":"2019-01-09T08:09:09Z","provider:segmentation_id":49,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:08Z","provider:network_type":"vxlan"}]} 2019-01-09 08:09:12,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net used request id req-acd9285f-af35-4dec-9150-a8e58aed7e6e 2019-01-09 08:09:12,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:13,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-520eae17-096d-4e79-a1ca-09cf811b2bf8 Date: Wed, 09 Jan 2019 08:09:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:09Z","dns_nameservers":[],"updated_at":"2019-01-09T08:09:09Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"42046abb-7edf-4cda-aa28-6d82c84dc562","subnetpool_id":null,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet"}]} 2019-01-09 08:09:13,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-520eae17-096d-4e79-a1ca-09cf811b2bf8 2019-01-09 08:09:13,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:13,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-cd3dd88d-257a-4e05-9ee7-a6d835fc36d3 Date: Wed, 09 Jan 2019 08:09:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d430172-97ed-4087-bfdd-06ca087352a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["42046abb-7edf-4cda-aa28-6d82c84dc562"],"description":"","tags":[],"updated_at":"2019-01-09T08:09:09Z","provider:segmentation_id":49,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:08Z","provider:network_type":"vxlan"}]} 2019-01-09 08:09:13,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net used request id req-cd3dd88d-257a-4e05-9ee7-a6d835fc36d3 2019-01-09 08:09:13,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:09:13,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:09: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:09:13,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb94c002b57eeb90177a229cd58be3c566aeb719" 2019-01-09 08:09:13,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf2554b-4692-430e-9617-c1ab3bc71546 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:09:13,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-2bf2554b-4692-430e-9617-c1ab3bc71546 2019-01-09 08:09:13,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:13,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b46fa257-f4a7-4bce-9b91-c70db3fa10b9 Date: Wed, 09 Jan 2019 08:09:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:09Z","dns_nameservers":[],"updated_at":"2019-01-09T08:09:09Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"42046abb-7edf-4cda-aa28-6d82c84dc562","subnetpool_id":null,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet"}]} 2019-01-09 08:09:13,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-b46fa257-f4a7-4bce-9b91-c70db3fa10b9 2019-01-09 08:09:13,511 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net 2019-01-09 08:09:13,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" -d '{"port": {"network_id": "8d430172-97ed-4087-bfdd-06ca087352a6", "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-port", "admin_state_up": true}}' 2019-01-09 08:09:14,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 852 X-Openstack-Request-Id: req-31d8299a-2bc1-4ae0-82d1-d9ccd32b5287 Date: Wed, 09 Jan 2019 08:09:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:09:13Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"42046abb-7edf-4cda-aa28-6d82c84dc562","ip_address":"10.55.0.7"}],"id":"05a40776-307e-4b68-8849-ab371076e7f5","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:97:ff","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-port","admin_state_up":true,"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:13Z","binding:vnic_type":"normal"}} 2019-01-09 08:09:14,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-31d8299a-2bc1-4ae0-82d1-d9ccd32b5287 2019-01-09 08:09:14,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:14,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-4209a545-326f-43ea-8366-5770a4f97fc3 Date: Wed, 09 Jan 2019 08:09:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d430172-97ed-4087-bfdd-06ca087352a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["42046abb-7edf-4cda-aa28-6d82c84dc562"],"description":"","tags":[],"updated_at":"2019-01-09T08:09:09Z","provider:segmentation_id":49,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:08Z","provider:network_type":"vxlan"}]} 2019-01-09 08:09:14,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net used request id req-4209a545-326f-43ea-8366-5770a4f97fc3 2019-01-09 08:09:14,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:09:14,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:09: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:09:14,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:14,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36687af6-96d5-4519-bdae-fbe7302454b1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:09:14,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-36687af6-96d5-4519-bdae-fbe7302454b1 2019-01-09 08:09:14,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:14,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-11e4291b-3d52-42da-8053-e0807420608c Date: Wed, 09 Jan 2019 08:09:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:09Z","dns_nameservers":[],"updated_at":"2019-01-09T08:09:09Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"42046abb-7edf-4cda-aa28-6d82c84dc562","subnetpool_id":null,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet"}]} 2019-01-09 08:09:14,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-11e4291b-3d52-42da-8053-e0807420608c 2019-01-09 08:09:14,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8d430172-97ed-4087-bfdd-06ca087352a6&name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:15,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-2c28f0f8-7281-46ab-86e9-0bd820fa01b3 Date: Wed, 09 Jan 2019 08:09:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:09:13Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42046abb-7edf-4cda-aa28-6d82c84dc562","ip_address":"10.55.0.7"}],"id":"05a40776-307e-4b68-8849-ab371076e7f5","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b1:97:ff","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-port","admin_state_up":true,"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:13Z","binding:vnic_type":"normal"}]} 2019-01-09 08:09:15,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8d430172-97ed-4087-bfdd-06ca087352a6&name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-port&admin_state_up=True used request id req-2c28f0f8-7281-46ab-86e9-0bd820fa01b3 2019-01-09 08:09:15,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:15,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d36740-ced2-449a-960a-7139a21cefc6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:09:15,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-98d36740-ced2-449a-960a-7139a21cefc6 2019-01-09 08:09:15,238 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst 2019-01-09 08:09:15,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:15,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f715fa7-a7c4-4f15-b228-322a8d9528ab x-compute-request-id: req-2f715fa7-a7c4-4f15-b228-322a8d9528ab Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-flavor-name"}]} 2019-01-09 08:09:15,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2f715fa7-a7c4-4f15-b228-322a8d9528ab 2019-01-09 08:09:15,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:15,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5796d11b-2a36-41fe-aeba-de567ab43c77 x-compute-request-id: req-5796d11b-2a36-41fe-aeba-de567ab43c77 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:09:15,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c used request id req-5796d11b-2a36-41fe-aeba-de567ab43c77 2019-01-09 08:09:15,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:16,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-bf15545c-3ed0-491b-a24b-03534ae9a99d Date: Wed, 09 Jan 2019 08:09:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:09:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:09:06Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4baabb49-526e-48fb-9029-97d384a7033f/snap", "metadata": {}}], "self": "/v2/images/4baabb49-526e-48fb-9029-97d384a7033f", "min_disk": 0, "protected": false, "id": "4baabb49-526e-48fb-9029-97d384a7033f", "file": "/v2/images/4baabb49-526e-48fb-9029-97d384a7033f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4baabb49-526e-48fb-9029-97d384a7033f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image"} 2019-01-09 08:09:16,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image used request id req-bf15545c-3ed0-491b-a24b-03534ae9a99d 2019-01-09 08:09:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:16,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cc88d4c7-6899-4b3e-88d1-42b596b9bf22 Date: Wed, 09 Jan 2019 08:09:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:09:16,359 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-cc88d4c7-6899-4b3e-88d1-42b596b9bf22 2019-01-09 08:09:16,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" -d '{"server": {"name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "imageRef": "4baabb49-526e-48fb-9029-97d384a7033f", "flavorRef": "825c0469-2eae-4812-9c24-bcbe43940e9c", "max_count": 1, "min_count": 1, "networks": [{"port": "05a40776-307e-4b68-8849-ab371076e7f5"}]}}' 2019-01-09 08:09:19,030 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:09:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3192a255-ae53-4fe5-a91f-aa0db7a5f743 x-compute-request-id: req-3192a255-ae53-4fe5-a91f-aa0db7a5f743 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "adminPass": "be398JMkCFeM"}} 2019-01-09 08:09:19,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-3192a255-ae53-4fe5-a91f-aa0db7a5f743 2019-01-09 08:09:19,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:19,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea1a1bf1-3135-4219-800a-6774db8b320e x-compute-request-id: req-ea1a1bf1-3135-4219-800a-6774db8b320e 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:09:19Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:19,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-ea1a1bf1-3135-4219-800a-6774db8b320e 2019-01-09 08:09:19,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:20,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-014e7df3-4b7f-402c-94f0-6567ddeaba25 x-compute-request-id: req-014e7df3-4b7f-402c-94f0-6567ddeaba25 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:09:19Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:20,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-014e7df3-4b7f-402c-94f0-6567ddeaba25 2019-01-09 08:09:23,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:23,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-834e78ea-eb67-4d36-b313-0fab51468982 x-compute-request-id: req-834e78ea-eb67-4d36-b313-0fab51468982 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:09:23Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:23,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-834e78ea-eb67-4d36-b313-0fab51468982 2019-01-09 08:09:26,828 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:27,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74d760cb-e143-4425-bce0-47c04217f6ce x-compute-request-id: req-74d760cb-e143-4425-bce0-47c04217f6ce 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:24Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:27,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-74d760cb-e143-4425-bce0-47c04217f6ce 2019-01-09 08:09:30,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:31,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a88815a-0e38-4b98-842a-a19610ddcc6d x-compute-request-id: req-8a88815a-0e38-4b98-842a-a19610ddcc6d 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:24Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:31,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-8a88815a-0e38-4b98-842a-a19610ddcc6d 2019-01-09 08:09:34,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:35,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20f529fb-3803-44fd-92e1-64e7533e1c8e x-compute-request-id: req-20f529fb-3803-44fd-92e1-64e7533e1c8e 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:24Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:35,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-20f529fb-3803-44fd-92e1-64e7533e1c8e 2019-01-09 08:09:38,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:38,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aedbda1d-c28d-4708-82ae-7a43b12bd98a x-compute-request-id: req-aedbda1d-c28d-4708-82ae-7a43b12bd98a 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:24Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:38,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-aedbda1d-c28d-4708-82ae-7a43b12bd98a 2019-01-09 08:09:41,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:42,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5d485ba-2644-4cb2-836b-b138ff4263cf x-compute-request-id: req-e5d485ba-2644-4cb2-836b-b138ff4263cf 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:24Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:42,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-e5d485ba-2644-4cb2-836b-b138ff4263cf 2019-01-09 08:09:45,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:45,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a81b230-ce18-4973-a7bd-57417956075a x-compute-request-id: req-4a81b230-ce18-4973-a7bd-57417956075a 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:24Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:45,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-4a81b230-ce18-4973-a7bd-57417956075a 2019-01-09 08:09:48,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:49,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e546b04-a0d1-46e7-9c01-7a11ff41ea8e x-compute-request-id: req-7e546b04-a0d1-46e7-9c01-7a11ff41ea8e 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:24Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:49,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-7e546b04-a0d1-46e7-9c01-7a11ff41ea8e 2019-01-09 08:09:52,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:52,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09: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-cb1a2040-0546-40b0-a0da-f4298ae2ac30 x-compute-request-id: req-cb1a2040-0546-40b0-a0da-f4298ae2ac30 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.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:24Z", "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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:52,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-cb1a2040-0546-40b0-a0da-f4298ae2ac30 2019-01-09 08:09:55,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:09:56,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09: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-a17dd033-444d-4bc9-b949-1b7a50b5ab5c x-compute-request-id: req-a17dd033-444d-4bc9-b949-1b7a50b5ab5c Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:55Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:09:56,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-a17dd033-444d-4bc9-b949-1b7a50b5ab5c 2019-01-09 08:09:59,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:00,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:09: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-5a114b29-21c0-4b7a-a78d-06d0eb0a7419 x-compute-request-id: req-5a114b29-21c0-4b7a-a78d-06d0eb0a7419 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:97:ff", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:09:55Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:00,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-5a114b29-21c0-4b7a-a78d-06d0eb0a7419 2019-01-09 08:10:03,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:04,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b31b3ce8-8ac4-4062-8c79-dbce8eb3550d x-compute-request-id: req-b31b3ce8-8ac4-4062-8c79-dbce8eb3550d Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:97:ff", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2019-01-09T08:10:02.000000", "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:02Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:04,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-b31b3ce8-8ac4-4062-8c79-dbce8eb3550d 2019-01-09 08:10:04,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:04,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-5f027f8e-8a2c-4eb1-b4ff-b0c1b4a2177a x-compute-request-id: req-5f027f8e-8a2c-4eb1-b4ff-b0c1b4a2177a Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:97:ff", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/460257f6-9cac-4502-bb0c-ceb34696c6df", "rel": "bookmark"}], "image": {"id": "4baabb49-526e-48fb-9029-97d384a7033f", "links": [{"href": "http://172.30.9.30:8774/images/4baabb49-526e-48fb-9029-97d384a7033f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2019-01-09T08:10:02.000000", "flavor": {"id": "825c0469-2eae-4812-9c24-bcbe43940e9c", "links": [{"href": "http://172.30.9.30:8774/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c", "rel": "bookmark"}]}, "id": "460257f6-9cac-4502-bb0c-ceb34696c6df", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:02Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-461c8a4c-2d14-4e2f-bfb4-3599608d628a-vm_inst", "created": "2019-01-09T08:09:18Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:04,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-5f027f8e-8a2c-4eb1-b4ff-b0c1b4a2177a 2019-01-09 08:10:04,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:04,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-596fff9d-fd1e-491a-a9eb-f5a8bb57adb0 Date: Wed, 09 Jan 2019 08:10:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d430172-97ed-4087-bfdd-06ca087352a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["42046abb-7edf-4cda-aa28-6d82c84dc562"],"description":"","tags":[],"updated_at":"2019-01-09T08:09:09Z","provider:segmentation_id":49,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:08Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:04,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net used request id req-596fff9d-fd1e-491a-a9eb-f5a8bb57adb0 2019-01-09 08:10:04,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:05,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eb82a7a-088b-4c0e-960f-470d34a90e98 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:05,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-9eb82a7a-088b-4c0e-960f-470d34a90e98 2019-01-09 08:10:05,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:05,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-814ce0b2-b1c8-4d22-b165-dd293f1830c5 Date: Wed, 09 Jan 2019 08:10:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:09Z","dns_nameservers":[],"updated_at":"2019-01-09T08:09:09Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"42046abb-7edf-4cda-aa28-6d82c84dc562","subnetpool_id":null,"name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet"}]} 2019-01-09 08:10:05,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-814ce0b2-b1c8-4d22-b165-dd293f1830c5 2019-01-09 08:10:05,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:05,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3528 X-Openstack-Request-Id: req-212250f2-94f9-4873-a926-62686ebdbe2a Date: Wed, 09 Jan 2019 08:10:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:09:57Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42046abb-7edf-4cda-aa28-6d82c84dc562","ip_address":"10.55.0.7"}],"id":"05a40776-307e-4b68-8849-ab371076e7f5","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b1:97:ff","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"460257f6-9cac-4502-bb0c-ceb34696c6df","name":"NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-port","admin_state_up":true,"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:09:10Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42046abb-7edf-4cda-aa28-6d82c84dc562","ip_address":"10.55.0.2"}],"id":"0ab7306b-5c7b-480e-b35c-ca02ec259610","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:70:96","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8d430172-97ed-4087-bfdd-06ca087352a6","name":"","admin_state_up":true,"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:09:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42046abb-7edf-4cda-aa28-6d82c84dc562","ip_address":"10.55.0.4"}],"id":"f393ba52-6e52-4768-88d5-ae6196fee5a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:d8:cf","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8d430172-97ed-4087-bfdd-06ca087352a6","name":"","admin_state_up":true,"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:09:11Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42046abb-7edf-4cda-aa28-6d82c84dc562","ip_address":"10.55.0.3"}],"id":"f712b19a-d67a-4353-aeef-7af05332ffb7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fc:3c:b7","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8d430172-97ed-4087-bfdd-06ca087352a6","name":"","admin_state_up":true,"network_id":"8d430172-97ed-4087-bfdd-06ca087352a6","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:09:10Z","binding:vnic_type":"normal"}]} 2019-01-09 08:10:05,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-212250f2-94f9-4873-a926-62686ebdbe2a 2019-01-09 08:10:05,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:05,739 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:10: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-6c4f2b42-5a40-43c5-8eeb-1bbd3074c158 x-compute-request-id: req-6c4f2b42-5a40-43c5-8eeb-1bbd3074c158 Content-Type: application/json 2019-01-09 08:10:05,739 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/460257f6-9cac-4502-bb0c-ceb34696c6df used request id req-6c4f2b42-5a40-43c5-8eeb-1bbd3074c158 2019-01-09 08:10:05,739 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-port 2019-01-09 08:10:05,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/05a40776-307e-4b68-8849-ab371076e7f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08b0370b1b26bb75e7aa1589029d78e58500faa9" 2019-01-09 08:10:06,240 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd484405-b169-4b75-9bbe-dcaa45e87e04 Date: Wed, 09 Jan 2019 08:10:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:10:06,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/05a40776-307e-4b68-8849-ab371076e7f5 used request id req-cd484405-b169-4b75-9bbe-dcaa45e87e04 2019-01-09 08:10:06,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4db101832c54f8e3a12c089258835070f8e6696" 2019-01-09 08:10:06,312 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:10:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69197d9c-b069-4f71-a118-69894a55d81a x-compute-request-id: req-69197d9c-b069-4f71-a118-69894a55d81a Content-Length: 0 Content-Type: application/json 2019-01-09 08:10:06,312 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/825c0469-2eae-4812-9c24-bcbe43940e9c used request id req-69197d9c-b069-4f71-a118-69894a55d81a 2019-01-09 08:10:06,313 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet 2019-01-09 08:10:06,313 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-subnet 2019-01-09 08:10:06,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/42046abb-7edf-4cda-aa28-6d82c84dc562 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" 2019-01-09 08:10:08,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-798ffc20-7be5-4a23-892c-7a6007b06cb5 Date: Wed, 09 Jan 2019 08:10:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:10:08,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/42046abb-7edf-4cda-aa28-6d82c84dc562 used request id req-798ffc20-7be5-4a23-892c-7a6007b06cb5 2019-01-09 08:10:08,611 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-net 2019-01-09 08:10:08,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/8d430172-97ed-4087-bfdd-06ca087352a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71980617086bdfee82ddba7b309c596ce4d02f3b" 2019-01-09 08:10:10,371 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dbec78dc-c8a0-4c8a-a3e0-699163349e10 Date: Wed, 09 Jan 2019 08:10:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:10:10,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8d430172-97ed-4087-bfdd-06ca087352a6 used request id req-dbec78dc-c8a0-4c8a-a3e0-699163349e10 2019-01-09 08:10:10,372 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-461c8a4c-2d14-4e2f-bfb4-3599608d628a-image 2019-01-09 08:10:10,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}148d583c694f6a95f230461a139f9495aab11c8d" 2019-01-09 08:10:12,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8058bdb3-00ed-4f6e-95fb-b101c671eec9 Date: Wed, 09 Jan 2019 08:10:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:10:12,363 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4baabb49-526e-48fb-9029-97d384a7033f used request id req-8058bdb3-00ed-4f6e-95fb-b101c671eec9 2019-01-09 08:10:12,365 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:10:12,368 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:10:12,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:10:12,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:10:12,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:10:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["g_ovtm99Q_qvPjbDFna2mw"], "issued_at": "2019-01-09T08:10:12.000000Z"}} 2019-01-09 08:10:12,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" 2019-01-09 08:10:12,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243611db-97ea-49f3-b16b-94b646a5362e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:10:12,891 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-243611db-97ea-49f3-b16b-94b646a5362e 2019-01-09 08:10:12,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" 2019-01-09 08:10:13,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-1f0f8bc2-69e7-4929-b662-29e2dfd8424f Date: Wed, 09 Jan 2019 08:10:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image"} 2019-01-09 08:10:13,097 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image used request id req-1f0f8bc2-69e7-4929-b662-29e2dfd8424f 2019-01-09 08:10:13,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" 2019-01-09 08:10:13,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4cb4adf0-70f6-458c-9072-269e2bd221a3 Date: Wed, 09 Jan 2019 08:10: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"}}} 2019-01-09 08:10:13,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-4cb4adf0-70f6-458c-9072-269e2bd221a3 2019-01-09 08:10:13,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image"}' 2019-01-09 08:10:14,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250 X-Openstack-Request-Id: req-cc64bd8c-681c-4679-8fb8-9d7a840b45a4 Date: Wed, 09 Jan 2019 08:10:14 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:10:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:10:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "min_disk": 0, "protected": false, "id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "file": "/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:10:14,435 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-cc64bd8c-681c-4679-8fb8-9d7a840b45a4 2019-01-09 08:10:14,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" -d '' 2019-01-09 08:10:16,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5be7fed-3382-49c2-b075-b5b249b3893a Date: Wed, 09 Jan 2019 08:10:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:10:16,664 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/file used request id req-c5be7fed-3382-49c2-b075-b5b249b3893a 2019-01-09 08:10:16,664 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:10:16,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" 2019-01-09 08:10:16,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-c42952d6-ffe4-4c49-84a4-9a501fea3b77 Date: Wed, 09 Jan 2019 08:10:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:10:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:10:16Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/snap", "metadata": {}}], "self": "/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "min_disk": 0, "protected": false, "id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "file": "/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:10:16,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250 used request id req-c42952d6-ffe4-4c49-84a4-9a501fea3b77 2019-01-09 08:10:16,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" 2019-01-09 08:10:17,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ecc1af7b-0ad8-4edf-9fa6-916d786ad84e Date: Wed, 09 Jan 2019 08:10:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:10:17,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ecc1af7b-0ad8-4edf-9fa6-916d786ad84e 2019-01-09 08:10:17,440 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image 2019-01-09 08:10:17,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" 2019-01-09 08:10:17,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-32dbef79-9150-4f2a-9e7c-5794e1b389c5 Date: Wed, 09 Jan 2019 08:10:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:10:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:10:16Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/snap", "metadata": {}}], "self": "/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "min_disk": 0, "protected": false, "id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "file": "/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:10:17,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250 used request id req-32dbef79-9150-4f2a-9e7c-5794e1b389c5 2019-01-09 08:10:17,617 - create_image - DEBUG - Instance status is - active 2019-01-09 08:10:17,617 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image 2019-01-09 08:10:17,617 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image 2019-01-09 08:10:17,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:10:17,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:10:18,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:10:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["HWGByngdStqu5qE1VLXjew"], "issued_at": "2019-01-09T08:10:18.000000Z"}} 2019-01-09 08:10:18,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" 2019-01-09 08:10:18,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611aa7cf-f74a-4ec9-9dbb-357217a869eb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:10:18,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-611aa7cf-f74a-4ec9-9dbb-357217a869eb 2019-01-09 08:10:18,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" 2019-01-09 08:10:18,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d451af24-f2db-45d9-b6a0-b0be65699f9d Date: Wed, 09 Jan 2019 08:10:18 GMT RESP BODY: {"networks":[]} 2019-01-09 08:10:18,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-d451af24-f2db-45d9-b6a0-b0be65699f9d 2019-01-09 08:10:18,278 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net 2019-01-09 08:10:18,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net", "admin_state_up": true}}' 2019-01-09 08:10:18,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c19f494a-bda7-49b8-84b6-0f7664388982 Date: Wed, 09 Jan 2019 08:10:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:10:18Z","is_default":false,"provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","mtu":1450}} 2019-01-09 08:10:18,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c19f494a-bda7-49b8-84b6-0f7664388982 2019-01-09 08:10:18,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" 2019-01-09 08:10:18,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1a617a84-e950-4c1a-be5b-3cc50032451d Date: Wed, 09 Jan 2019 08:10:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:10:18Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:18,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-1a617a84-e950-4c1a-be5b-3cc50032451d 2019-01-09 08:10:19,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" 2019-01-09 08:10:19,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9dbae1bf-de6c-4b66-a67f-00de7430e60d Date: Wed, 09 Jan 2019 08:10:19 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:10:19,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-9dbae1bf-de6c-4b66-a67f-00de7430e60d 2019-01-09 08:10:19,184 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet 2019-01-09 08:10:19,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" -d '{"subnets": [{"ip_version": 4, "network_id": "ec49076b-d3ee-4f84-a1f8-fa135178fdee", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]}' 2019-01-09 08:10:19,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cf9725e6-96d1-40f2-bbd3-d2b32c73ce58 Date: Wed, 09 Jan 2019 08:10:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:19,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-cf9725e6-96d1-40f2-bbd3-d2b32c73ce58 2019-01-09 08:10:19,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" 2019-01-09 08:10:19,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-878ceff5-4b2d-4c07-bba8-df27599443e4 Date: Wed, 09 Jan 2019 08:10:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:19,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-878ceff5-4b2d-4c07-bba8-df27599443e4 2019-01-09 08:10:19,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" 2019-01-09 08:10:20,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-79e243f4-c41e-4cb8-8e45-4f8f1f77f7a7 Date: Wed, 09 Jan 2019 08:10:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:20,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-79e243f4-c41e-4cb8-8e45-4f8f1f77f7a7 2019-01-09 08:10:20,005 - OpenStackNetwork - DEBUG - Network [ec49076b-d3ee-4f84-a1f8-fa135178fdee] created successfully 2019-01-09 08:10:20,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:10:20,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:10:20,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:10:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["r4tIhY3GRZaiQlP8CTT83g"], "issued_at": "2019-01-09T08:10:20.000000Z"}} 2019-01-09 08:10:20,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c72e1d90e1e57742976fc041fc7e3bbb2dd1cea" 2019-01-09 08:10:20,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09cecdab-17ec-4db6-9cc7-eeb3fea2b44b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:10:20,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-09cecdab-17ec-4db6-9cc7-eeb3fea2b44b 2019-01-09 08:10:20,416 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:10:20,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c72e1d90e1e57742976fc041fc7e3bbb2dd1cea" 2019-01-09 08:10:20,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-86d498b2-abe3-4df2-afcb-1007654c9406 x-compute-request-id: req-86d498b2-abe3-4df2-afcb-1007654c9406 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:10:20,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-86d498b2-abe3-4df2-afcb-1007654c9406 2019-01-09 08:10:20,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c72e1d90e1e57742976fc041fc7e3bbb2dd1cea" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-09 08:10:20,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-8a2e4dbd-090f-44b6-af17-dd98ebef63f2 x-compute-request-id: req-8a2e4dbd-090f-44b6-af17-dd98ebef63f2 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:10:20,725 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-8a2e4dbd-090f-44b6-af17-dd98ebef63f2 2019-01-09 08:10:20,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:10:20,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:10:21,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:10:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["8LTSaihrS4u0hRg38oODqg"], "issued_at": "2019-01-09T08:10:21.000000Z"}} 2019-01-09 08:10:21,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" 2019-01-09 08:10:21,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ef025d-4a9a-48c9-9c00-a15280860da9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:10:21,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-40ef025d-4a9a-48c9-9c00-a15280860da9 2019-01-09 08:10:21,221 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" 2019-01-09 08:10:21,978 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:21 GMT Server: Apache x-compute-request-id: req-3242c40d-0926-4e5e-9562-97135b9aa0fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3242c40d-0926-4e5e-9562-97135b9aa0fa Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-09 08:10:21,978 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail used request id req-3242c40d-0926-4e5e-9562-97135b9aa0fa 2019-01-09 08:10:21,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3242c40d-0926-4e5e-9562-97135b9aa0fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e", "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}}' 2019-01-09 08:10:23,068 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:10:21 GMT Server: Apache x-compute-request-id: req-ec6d0bc0-2bb2-41cd-bf4c-c85b17020a27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ec6d0bc0-2bb2-41cd-bf4c-c85b17020a27 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-09T08:10:22.930568", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "size": 1}} 2019-01-09 08:10:23,068 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes used request id req-ec6d0bc0-2bb2-41cd-bf4c-c85b17020a27 2019-01-09 08:10:23,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3242c40d-0926-4e5e-9562-97135b9aa0fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" 2019-01-09 08:10:23,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:23 GMT Server: Apache x-compute-request-id: req-9ca3f6a5-cdb8-4714-ac79-d37ee01930ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9ca3f6a5-cdb8-4714-ac79-d37ee01930ec Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:10:23.000000", "replication_status": null, "snapshot_id": null, "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-2e41f453-f535-4780-9fbb-73d3e91e349e", "bootable": "false", "created_at": "2019-01-09T08:10:22.000000", "volume_type": null}} 2019-01-09 08:10:23,836 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-9ca3f6a5-cdb8-4714-ac79-d37ee01930ec 2019-01-09 08:10:23,836 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e 2019-01-09 08:10:23,839 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3242c40d-0926-4e5e-9562-97135b9aa0fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" 2019-01-09 08:10:24,587 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:23 GMT Server: Apache x-compute-request-id: req-b58c1433-4fd7-43c1-99a3-5480b0231767 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b58c1433-4fd7-43c1-99a3-5480b0231767 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:10:23.000000", "replication_status": null, "snapshot_id": null, "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-2e41f453-f535-4780-9fbb-73d3e91e349e", "bootable": "false", "created_at": "2019-01-09T08:10:22.000000", "volume_type": null}} 2019-01-09 08:10:24,587 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-b58c1433-4fd7-43c1-99a3-5480b0231767 2019-01-09 08:10:24,588 - create_volume - DEBUG - Instance status is - creating 2019-01-09 08:10:24,588 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-09 08:10:27,591 - create_volume - DEBUG - Volume status query timeout in 296.245078087 2019-01-09 08:10:27,594 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3242c40d-0926-4e5e-9562-97135b9aa0fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" 2019-01-09 08:10:28,391 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:27 GMT Server: Apache x-compute-request-id: req-77738830-86ef-49b3-a83c-a91283324976 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77738830-86ef-49b3-a83c-a91283324976 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:10:25.000000", "replication_status": null, "snapshot_id": null, "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-2e41f453-f535-4780-9fbb-73d3e91e349e", "bootable": "false", "created_at": "2019-01-09T08:10:22.000000", "volume_type": null}} 2019-01-09 08:10:28,391 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-77738830-86ef-49b3-a83c-a91283324976 2019-01-09 08:10:28,391 - create_volume - DEBUG - Instance status is - available 2019-01-09 08:10:28,391 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e 2019-01-09 08:10:28,391 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e 2019-01-09 08:10:28,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:10:28,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:10:28,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:10:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["fDQC1EsBQFaV6g9BuK1T7g"], "issued_at": "2019-01-09T08:10:28.000000Z"}} 2019-01-09 08:10:28,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:28,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dccb6c2-fc0f-4ea9-9865-9d9e05847cce Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:10:28,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5dccb6c2-fc0f-4ea9-9865-9d9e05847cce 2019-01-09 08:10:28,866 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:10:28,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:28,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19e80844-5701-4950-a9bc-600bc519e8f0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:10:28,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-19e80844-5701-4950-a9bc-600bc519e8f0 2019-01-09 08:10:28,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:29,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2e3a565d-4dd1-439a-be94-4022a08d706b Date: Wed, 09 Jan 2019 08:10:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:29,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-2e3a565d-4dd1-439a-be94-4022a08d706b 2019-01-09 08:10:29,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:10:29,364 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:10: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:10:29,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:29,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6691fba2-ec4b-48c9-8983-21f5d1047623 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:29,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-6691fba2-ec4b-48c9-8983-21f5d1047623 2019-01-09 08:10:29,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:29,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a0ad3441-c60c-40ff-9790-a088af8ec684 Date: Wed, 09 Jan 2019 08:10:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:29,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-a0ad3441-c60c-40ff-9790-a088af8ec684 2019-01-09 08:10:29,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:29,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-01793c98-6409-4f58-a31e-bb69cbed854b Date: Wed, 09 Jan 2019 08:10:29 GMT RESP BODY: {"ports":[]} 2019-01-09 08:10:29,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port&admin_state_up=True used request id req-01793c98-6409-4f58-a31e-bb69cbed854b 2019-01-09 08:10:29,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:30,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-951dbff9-e0e8-4b9c-aef8-94b78a8b2c24 x-compute-request-id: req-951dbff9-e0e8-4b9c-aef8-94b78a8b2c24 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 08:10:30,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst used request id req-951dbff9-e0e8-4b9c-aef8-94b78a8b2c24 2019-01-09 08:10:30,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:30,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b2a43d47-3776-4fce-a214-1b8bd17cbf72 Date: Wed, 09 Jan 2019 08:10:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:30,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-b2a43d47-3776-4fce-a214-1b8bd17cbf72 2019-01-09 08:10:30,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:30,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2fc0a5c-c66e-43a4-b5e2-edeeaaee14b5 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:30,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-f2fc0a5c-c66e-43a4-b5e2-edeeaaee14b5 2019-01-09 08:10:30,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:30,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-518168f6-e3e6-491d-9ca6-c0dcb347bc8a Date: Wed, 09 Jan 2019 08:10:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:30,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-518168f6-e3e6-491d-9ca6-c0dcb347bc8a 2019-01-09 08:10:30,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:30,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a48b6989-1046-4969-aafb-d47e0a5e5366 Date: Wed, 09 Jan 2019 08:10:30 GMT RESP BODY: {"ports":[]} 2019-01-09 08:10:30,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port&admin_state_up=True used request id req-a48b6989-1046-4969-aafb-d47e0a5e5366 2019-01-09 08:10:30,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:10:30,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:10:31,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:10:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["fxEICHd8R0K95C1ysDiHFw"], "issued_at": "2019-01-09T08:10:31.000000Z"}} 2019-01-09 08:10:31,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3c22f17b9ada891bfaf07f35fc4189bc5382ff" 2019-01-09 08:10:31,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a83cb81b-ae01-4763-b11a-5d7d0496e440 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:10:31,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a83cb81b-ae01-4763-b11a-5d7d0496e440 2019-01-09 08:10:31,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:31,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1386c8c5-e796-422b-a957-d54862b56083 Date: Wed, 09 Jan 2019 08:10:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:31,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-1386c8c5-e796-422b-a957-d54862b56083 2019-01-09 08:10:31,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:31,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-20c9bf47-35e6-401b-a861-08a50a65bba5 Date: Wed, 09 Jan 2019 08:10:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:31,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-20c9bf47-35e6-401b-a861-08a50a65bba5 2019-01-09 08:10:31,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:32,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2fa49d99-688c-4b19-b755-c6620135bdbf Date: Wed, 09 Jan 2019 08:10:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:32,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-2fa49d99-688c-4b19-b755-c6620135bdbf 2019-01-09 08:10:32,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:10:32,207 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:10: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:10:32,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f3c22f17b9ada891bfaf07f35fc4189bc5382ff" 2019-01-09 08:10:32,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-744e8f7d-c6d9-4f1c-8f60-7f5895eccacf Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:32,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-744e8f7d-c6d9-4f1c-8f60-7f5895eccacf 2019-01-09 08:10:32,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:32,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-995991c0-e6d2-4684-a4c2-936f5a40245e Date: Wed, 09 Jan 2019 08:10:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:32,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-995991c0-e6d2-4684-a4c2-936f5a40245e 2019-01-09 08:10:32,510 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net 2019-01-09 08:10:32,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" -d '{"port": {"network_id": "ec49076b-d3ee-4f84-a1f8-fa135178fdee", "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port", "admin_state_up": true}}' 2019-01-09 08:10:33,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-5b4a4a6d-914c-41fb-a9d2-c5886ce0a55c Date: Wed, 09 Jan 2019 08:10:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:32Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}} 2019-01-09 08:10:33,294 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-5b4a4a6d-914c-41fb-a9d2-c5886ce0a55c 2019-01-09 08:10:33,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:33,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b3af5b8d-f050-43f7-b546-5294cc961b96 Date: Wed, 09 Jan 2019 08:10:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:33,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-b3af5b8d-f050-43f7-b546-5294cc961b96 2019-01-09 08:10:33,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:33,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2555ef4-6fee-4278-9af3-0318bb5c119d Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:33,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-a2555ef4-6fee-4278-9af3-0318bb5c119d 2019-01-09 08:10:33,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:33,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-643d7866-7736-4498-933c-2f7fa46656b8 Date: Wed, 09 Jan 2019 08:10:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:33,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-643d7866-7736-4498-933c-2f7fa46656b8 2019-01-09 08:10:33,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:33,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-eeafb95f-7380-48bd-bb4e-62d8e16fa106 Date: Wed, 09 Jan 2019 08:10:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:32Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:10:33,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port&admin_state_up=True used request id req-eeafb95f-7380-48bd-bb4e-62d8e16fa106 2019-01-09 08:10:33,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:33,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ced2cff-5154-4925-ab21-f5da84d39f9e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:33,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-5ced2cff-5154-4925-ab21-f5da84d39f9e 2019-01-09 08:10:33,705 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst 2019-01-09 08:10:33,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:33,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-e91a75a9-95f0-4507-8d58-f4c207c73037 x-compute-request-id: req-e91a75a9-95f0-4507-8d58-f4c207c73037 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-flavor"}]} 2019-01-09 08:10:33,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-e91a75a9-95f0-4507-8d58-f4c207c73037 2019-01-09 08:10:33,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:33,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-445a34bc-0def-443e-8c38-e0c42fc46875 x-compute-request-id: req-445a34bc-0def-443e-8c38-e0c42fc46875 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:10:33,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07 used request id req-445a34bc-0def-443e-8c38-e0c42fc46875 2019-01-09 08:10:33,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:34,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-45c828d9-8cda-4beb-8d07-fa13e1072cd8 Date: Wed, 09 Jan 2019 08:10:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:10:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:10:16Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/snap", "metadata": {}}], "self": "/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "min_disk": 0, "protected": false, "id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "file": "/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image"} 2019-01-09 08:10:34,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image used request id req-45c828d9-8cda-4beb-8d07-fa13e1072cd8 2019-01-09 08:10:34,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:34,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-29dbfe2c-d459-49b3-80d1-f3eb52394c76 Date: Wed, 09 Jan 2019 08:10: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"}}} 2019-01-09 08:10:34,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-29dbfe2c-d459-49b3-80d1-f3eb52394c76 2019-01-09 08:10:34,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "imageRef": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "flavorRef": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "max_count": 1, "min_count": 1, "networks": [{"port": "dc03b7b6-9cc1-49d1-8626-17293e95c454"}]}}' 2019-01-09 08:10:36,664 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:10:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0346634-74a0-4256-8e15-a1b3b504389a x-compute-request-id: req-e0346634-74a0-4256-8e15-a1b3b504389a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "adminPass": "w4QbvWmEV2bn"}} 2019-01-09 08:10:36,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-e0346634-74a0-4256-8e15-a1b3b504389a 2019-01-09 08:10:36,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:37,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-59dbb1a1-5f7d-40a3-a5df-468b6a53f0e8 x-compute-request-id: req-59dbb1a1-5f7d-40a3-a5df-468b6a53f0e8 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:10:36Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:37,470 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-59dbb1a1-5f7d-40a3-a5df-468b6a53f0e8 2019-01-09 08:10:37,470 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst 2019-01-09 08:10:37,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:37,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a4b83f9-cafc-492b-acac-44b4428fd647 x-compute-request-id: req-5a4b83f9-cafc-492b-acac-44b4428fd647 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.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:10: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": "NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:37,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-5a4b83f9-cafc-492b-acac-44b4428fd647 2019-01-09 08:10:37,862 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst] is - BUILD 2019-01-09 08:10:37,862 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:10:40,865 - create_instance - DEBUG - VM status query timeout in 896.605056047 2019-01-09 08:10:40,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:41,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98def7dc-57bb-4f34-a067-bdf971ee1cb6 x-compute-request-id: req-98def7dc-57bb-4f34-a067-bdf971ee1cb6 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:10:39Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:41,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-98def7dc-57bb-4f34-a067-bdf971ee1cb6 2019-01-09 08:10:41,843 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst] is - BUILD 2019-01-09 08:10:41,843 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:10:44,846 - create_instance - DEBUG - VM status query timeout in 892.624454021 2019-01-09 08:10:44,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:45,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-50b93e61-b884-4795-8cf4-70f40c23ff96 x-compute-request-id: req-50b93e61-b884-4795-8cf4-70f40c23ff96 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:10:39Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:45,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-50b93e61-b884-4795-8cf4-70f40c23ff96 2019-01-09 08:10:45,408 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst] is - BUILD 2019-01-09 08:10:45,409 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:10:48,412 - create_instance - DEBUG - VM status query timeout in 889.058719158 2019-01-09 08:10:48,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:49,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-e93280a4-1e63-4ebc-8a1c-45eb19124d1c x-compute-request-id: req-e93280a4-1e63-4ebc-8a1c-45eb19124d1c Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:45Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:49,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-e93280a4-1e63-4ebc-8a1c-45eb19124d1c 2019-01-09 08:10:49,858 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst] is - ACTIVE 2019-01-09 08:10:49,858 - create_instance - INFO - VM is - ACTIVE 2019-01-09 08:10:49,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:50,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-a1b51285-9f87-4de1-9a0c-6cf47202f9cf x-compute-request-id: req-a1b51285-9f87-4de1-9a0c-6cf47202f9cf Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:45Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:50,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-a1b51285-9f87-4de1-9a0c-6cf47202f9cf 2019-01-09 08:10:50,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:50,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-605b3f1d-3647-4535-a29c-e36c216a109a Date: Wed, 09 Jan 2019 08:10:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:50,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-605b3f1d-3647-4535-a29c-e36c216a109a 2019-01-09 08:10:50,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:50,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbbf59dc-f0ba-468c-92b2-8b5b390ee051 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:50,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-dbbf59dc-f0ba-468c-92b2-8b5b390ee051 2019-01-09 08:10:50,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:51,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e923788d-f041-47b0-94f1-1a53f22386de Date: Wed, 09 Jan 2019 08:10:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:51,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-e923788d-f041-47b0-94f1-1a53f22386de 2019-01-09 08:10:51,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:51,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-bfab22a6-8092-4d3f-85a7-e27f3e4164e3 Date: Wed, 09 Jan 2019 08:10:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:10:51,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-bfab22a6-8092-4d3f-85a7-e27f3e4164e3 2019-01-09 08:10:51,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:10:51,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["ajANbcekRBOKnLhNNZ7pYw"], "issued_at": "2019-01-09T08:10:51.000000Z"}} 2019-01-09 08:10:51,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:10:51,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a35e5341-df78-44ce-b427-39dcbbde1fbe Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:10:51,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a35e5341-df78-44ce-b427-39dcbbde1fbe 2019-01-09 08:10:51,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:52,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-c7cba6ad-b819-415f-98ed-bfa899e703b4 x-compute-request-id: req-c7cba6ad-b819-415f-98ed-bfa899e703b4 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:45Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:10:52,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-c7cba6ad-b819-415f-98ed-bfa899e703b4 2019-01-09 08:10:52,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:52,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6ccb2ed5-91b8-4213-9388-1dce509239c2 Date: Wed, 09 Jan 2019 08:10:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:52,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-6ccb2ed5-91b8-4213-9388-1dce509239c2 2019-01-09 08:10:52,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:52,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e62ddf2-feee-4016-bd0a-1aedb9ef2ce0 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:52,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-8e62ddf2-feee-4016-bd0a-1aedb9ef2ce0 2019-01-09 08:10:52,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:52,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-529a83b1-15d1-492d-8179-d7892a63d5a0 Date: Wed, 09 Jan 2019 08:10:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:52,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-529a83b1-15d1-492d-8179-d7892a63d5a0 2019-01-09 08:10:52,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:10:52,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-91b30525-5790-46ba-baf0-b07ae679d930 Date: Wed, 09 Jan 2019 08:10:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:10:52,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-91b30525-5790-46ba-baf0-b07ae679d930 2019-01-09 08:10:52,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" -d '{"volumeAttachment": {"volumeId": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa"}}' 2019-01-09 08:10:55,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-760e7a79-c40b-4bb2-844f-ef911a81df65 x-compute-request-id: req-760e7a79-c40b-4bb2-844f-ef911a81df65 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "volumeId": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa"}} 2019-01-09 08:10:55,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07/os-volume_attachments used request id req-760e7a79-c40b-4bb2-844f-ef911a81df65 2019-01-09 08:10:55,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:10:55,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10: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-fbbd7170-46af-4981-9ed7-3991ee6f3e6e x-compute-request-id: req-fbbd7170-46af-4981-9ed7-3991ee6f3e6e Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:45Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa"}], "metadata": {}}} 2019-01-09 08:10:55,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-fbbd7170-46af-4981-9ed7-3991ee6f3e6e 2019-01-09 08:10:55,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:10:55,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d7091d9d-7ee7-483e-9ce3-f7d8f516f132 Date: Wed, 09 Jan 2019 08:10:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:10:55,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-d7091d9d-7ee7-483e-9ce3-f7d8f516f132 2019-01-09 08:10:55,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:10:55,894 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:10: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:10:55,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:10:55,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ef222a-8757-403b-b174-a352652345ad Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:10:55,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-24ef222a-8757-403b-b174-a352652345ad 2019-01-09 08:10:55,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:10:56,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eab362f6-990a-40b9-8a41-59029043d1d8 Date: Wed, 09 Jan 2019 08:10:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:10:56,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-eab362f6-990a-40b9-8a41-59029043d1d8 2019-01-09 08:10:56,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:10:56,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-23d9ed33-a0fd-4a67-b87c-e9a280f15440 Date: Wed, 09 Jan 2019 08:10:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:10:56,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-23d9ed33-a0fd-4a67-b87c-e9a280f15440 2019-01-09 08:10:56,392 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:10:57,162 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:10:56 GMT Server: Apache x-compute-request-id: req-7af15b5c-eec6-400e-9b1f-0b8ee7887ec9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7af15b5c-eec6-400e-9b1f-0b8ee7887ec9 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:10:55.000000", "replication_status": null, "snapshot_id": null, "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-2e41f453-f535-4780-9fbb-73d3e91e349e", "bootable": "false", "created_at": "2019-01-09T08:10:22.000000", "volume_type": null}} 2019-01-09 08:10:57,163 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-7af15b5c-eec6-400e-9b1f-0b8ee7887ec9 2019-01-09 08:11:00,169 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7af15b5c-eec6-400e-9b1f-0b8ee7887ec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:00,405 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:00 GMT Server: Apache x-compute-request-id: req-569c907a-0f8c-4f01-9c68-187e3d6c281b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-569c907a-0f8c-4f01-9c68-187e3d6c281b Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "attachment_id": "bb973ee0-a5b7-45e8-8fe9-792fbe87327f", "attached_at": "2019-01-09T08:10:58.000000", "host_name": null, "volume_id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "device": "/dev/vdb", "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa"}], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:10:58.000000", "replication_status": null, "snapshot_id": null, "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-2e41f453-f535-4780-9fbb-73d3e91e349e", "bootable": "false", "created_at": "2019-01-09T08:10:22.000000", "volume_type": null}} 2019-01-09 08:11:00,406 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-569c907a-0f8c-4f01-9c68-187e3d6c281b 2019-01-09 08:11:00,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:00,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c2a8525-2fc1-4887-b817-ecfe8608d55b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:11:00,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6c2a8525-2fc1-4887-b817-ecfe8608d55b 2019-01-09 08:11:00,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:01,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-ef6c386e-5000-4942-b59f-ec13f90eb39b x-compute-request-id: req-ef6c386e-5000-4942-b59f-ec13f90eb39b Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:58Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa"}], "metadata": {}}} 2019-01-09 08:11:01,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-ef6c386e-5000-4942-b59f-ec13f90eb39b 2019-01-09 08:11:01,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:01,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-45753a59-8c15-43db-902f-580a5559a44a Date: Wed, 09 Jan 2019 08:11:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:01,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-45753a59-8c15-43db-902f-580a5559a44a 2019-01-09 08:11:01,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:01,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56817330-814a-4078-ab23-6c1b51506700 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:01,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-56817330-814a-4078-ab23-6c1b51506700 2019-01-09 08:11:01,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:01,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b176336c-1ca3-4ed9-a7ca-79a559f81629 Date: Wed, 09 Jan 2019 08:11:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:11:01,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-b176336c-1ca3-4ed9-a7ca-79a559f81629 2019-01-09 08:11:01,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:01,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-34868b0f-a992-43d7-9a2f-5c3febf01f6e Date: Wed, 09 Jan 2019 08:11:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:11:01,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-34868b0f-a992-43d7-9a2f-5c3febf01f6e 2019-01-09 08:11:01,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:02,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-df55c107-5014-4699-853f-59f61ad02148 x-compute-request-id: req-df55c107-5014-4699-853f-59f61ad02148 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:58Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa"}], "metadata": {}}} 2019-01-09 08:11:02,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-df55c107-5014-4699-853f-59f61ad02148 2019-01-09 08:11:02,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:02,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1451f0a8-3cd1-4089-a9f1-f3193bb64b56 Date: Wed, 09 Jan 2019 08:11:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:02,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-1451f0a8-3cd1-4089-a9f1-f3193bb64b56 2019-01-09 08:11:02,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:02,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1ccf7e9-23c3-44c2-a7dc-66577052ee32 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:02,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-b1ccf7e9-23c3-44c2-a7dc-66577052ee32 2019-01-09 08:11:02,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:03,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-37ae0c6d-29e3-4f79-8c29-88946e93edd1 Date: Wed, 09 Jan 2019 08:11:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:11:03,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-37ae0c6d-29e3-4f79-8c29-88946e93edd1 2019-01-09 08:11:03,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:03,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-bc9a2c58-1ec5-440d-b1bc-6f301c13077c Date: Wed, 09 Jan 2019 08:11:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:11:03,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-bc9a2c58-1ec5-440d-b1bc-6f301c13077c 2019-01-09 08:11:03,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:03,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-da2cc9ac-c08f-429a-8963-43ef6d9b8d82 x-compute-request-id: req-da2cc9ac-c08f-429a-8963-43ef6d9b8d82 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:58Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa"}], "metadata": {}}} 2019-01-09 08:11:03,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-da2cc9ac-c08f-429a-8963-43ef6d9b8d82 2019-01-09 08:11:03,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:03,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e3601bbb-7eea-4a8b-af79-d8b09e905b15 Date: Wed, 09 Jan 2019 08:11:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:03,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-e3601bbb-7eea-4a8b-af79-d8b09e905b15 2019-01-09 08:11:03,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:04,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d57320dd-a2da-486c-837d-5fb7247457d4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:04,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-d57320dd-a2da-486c-837d-5fb7247457d4 2019-01-09 08:11:04,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:04,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-98c271f4-4ca7-4d14-9407-a75d1a643d5b Date: Wed, 09 Jan 2019 08:11:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:11:04,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-98c271f4-4ca7-4d14-9407-a75d1a643d5b 2019-01-09 08:11:04,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:04,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-34f9e1f4-4362-466d-b037-82ca50e1666f Date: Wed, 09 Jan 2019 08:11:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:11:04,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-34f9e1f4-4362-466d-b037-82ca50e1666f 2019-01-09 08:11:04,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07/os-volume_attachments/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:06,708 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:11: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-ba9539b4-dc62-4152-a8e6-e177fab44d96 x-compute-request-id: req-ba9539b4-dc62-4152-a8e6-e177fab44d96 Content-Length: 0 Content-Type: application/json 2019-01-09 08:11:06,708 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07/os-volume_attachments/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-ba9539b4-dc62-4152-a8e6-e177fab44d96 2019-01-09 08:11:06,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:07,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-5e2bfa22-f21c-41dd-ab92-2ef2b1d15c89 x-compute-request-id: req-5e2bfa22-f21c-41dd-ab92-2ef2b1d15c89 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:58Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa"}], "metadata": {}}} 2019-01-09 08:11:07,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-5e2bfa22-f21c-41dd-ab92-2ef2b1d15c89 2019-01-09 08:11:07,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:08,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-643d3d2c-c0d7-44f5-bbe9-11ed8819850c Date: Wed, 09 Jan 2019 08:11:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:08,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-643d3d2c-c0d7-44f5-bbe9-11ed8819850c 2019-01-09 08:11:08,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:08,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aa02580-49d9-4ee2-91b9-675f0bc430fb Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:08,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-1aa02580-49d9-4ee2-91b9-675f0bc430fb 2019-01-09 08:11:08,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:08,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5ccf8655-779e-4e66-bf62-b8f9c9302443 Date: Wed, 09 Jan 2019 08:11:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:11:08,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-5ccf8655-779e-4e66-bf62-b8f9c9302443 2019-01-09 08:11:08,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:08,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-fcfe9f8d-72f6-4ac3-9c8d-b6d4c6a631c5 Date: Wed, 09 Jan 2019 08:11:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:11:08,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-fcfe9f8d-72f6-4ac3-9c8d-b6d4c6a631c5 2019-01-09 08:11:11,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:12,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-f09ce4cd-faaf-4152-a1d6-69ac2e10b9d4 x-compute-request-id: req-f09ce4cd-faaf-4152-a1d6-69ac2e10b9d4 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:58Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:12,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-f09ce4cd-faaf-4152-a1d6-69ac2e10b9d4 2019-01-09 08:11:12,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:12,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8131156d-308e-4d4c-b8fb-048766c5df85 Date: Wed, 09 Jan 2019 08:11:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:12,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-8131156d-308e-4d4c-b8fb-048766c5df85 2019-01-09 08:11:12,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:12,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d45bcc-16b3-4b98-ab7f-92b485c92c86 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:12,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-d9d45bcc-16b3-4b98-ab7f-92b485c92c86 2019-01-09 08:11:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:12,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-06b9daf5-e803-4d05-a28a-018264f612b2 Date: Wed, 09 Jan 2019 08:11:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:11:12,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-06b9daf5-e803-4d05-a28a-018264f612b2 2019-01-09 08:11:12,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:13,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-ff30748f-d8f7-47d0-a12e-0b9b8c3b62f6 Date: Wed, 09 Jan 2019 08:11:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:11:13,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-ff30748f-d8f7-47d0-a12e-0b9b8c3b62f6 2019-01-09 08:11:13,027 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7af15b5c-eec6-400e-9b1f-0b8ee7887ec9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:13,792 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:12 GMT Server: Apache x-compute-request-id: req-153bcffa-5d8d-4bfd-a133-d84885e3ac5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-153bcffa-5d8d-4bfd-a133-d84885e3ac5d Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:11:06.000000", "replication_status": null, "snapshot_id": null, "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-2e41f453-f535-4780-9fbb-73d3e91e349e", "bootable": "false", "created_at": "2019-01-09T08:10:22.000000", "volume_type": null}} 2019-01-09 08:11:13,792 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-153bcffa-5d8d-4bfd-a133-d84885e3ac5d 2019-01-09 08:11:13,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:14,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-0dee52ed-62fb-4256-ad3d-41adbb24e9ad x-compute-request-id: req-0dee52ed-62fb-4256-ad3d-41adbb24e9ad Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:58Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:14,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-0dee52ed-62fb-4256-ad3d-41adbb24e9ad 2019-01-09 08:11:14,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:14,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e783e826-74b2-4453-91b0-65c884eb387f Date: Wed, 09 Jan 2019 08:11:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:14,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-e783e826-74b2-4453-91b0-65c884eb387f 2019-01-09 08:11:14,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:15,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e3e333-a9a9-4222-8f1e-c318e8ac76e4 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:15,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-00e3e333-a9a9-4222-8f1e-c318e8ac76e4 2019-01-09 08:11:15,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:15,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8c2d3735-c535-474c-8863-18adb0a7682a Date: Wed, 09 Jan 2019 08:11:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:11:15,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-8c2d3735-c535-474c-8863-18adb0a7682a 2019-01-09 08:11:15,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:15,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-8cf34406-408f-47d8-a61a-fa9f2beb1ee6 Date: Wed, 09 Jan 2019 08:11:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:11:15,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-8cf34406-408f-47d8-a61a-fa9f2beb1ee6 2019-01-09 08:11:15,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:15,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-d6242464-038b-452e-8fc1-730848860bfa x-compute-request-id: req-d6242464-038b-452e-8fc1-730848860bfa Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:10:58Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:15,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-d6242464-038b-452e-8fc1-730848860bfa 2019-01-09 08:11:15,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:16,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9789ac91-c29d-4fd6-b86b-17dee8b2e679 Date: Wed, 09 Jan 2019 08:11:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["a39291ed-36ea-4366-a38b-f076242ae453"],"description":"","tags":[],"updated_at":"2019-01-09T08:10:19Z","provider:segmentation_id":89,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:18Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:16,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net used request id req-9789ac91-c29d-4fd6-b86b-17dee8b2e679 2019-01-09 08:11:16,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:16,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2673f804-6be6-4952-bba4-806868189b7e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:16,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-2673f804-6be6-4952-bba4-806868189b7e 2019-01-09 08:11:16,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:16,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f35fa29a-d41b-470a-ae1f-0da4d92187f9 Date: Wed, 09 Jan 2019 08:11:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","dns_nameservers":[],"updated_at":"2019-01-09T08:10:19Z","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":"88d6c71a30ca41f6a882b86c51b3b026","id":"a39291ed-36ea-4366-a38b-f076242ae453","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet"}]} 2019-01-09 08:11:16,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-f35fa29a-d41b-470a-ae1f-0da4d92187f9 2019-01-09 08:11:16,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9154af8f3fa1e2ae61313b374ee2fc2bf394f2c8" 2019-01-09 08:11:16,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-54ef7946-1a0b-4473-a10e-e95bd5e1d226 Date: Wed, 09 Jan 2019 08:11:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.2"}],"id":"7da8297a-f1fc-4588-bea2-199e80d394e1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:96:f4:3c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.3"}],"id":"9d4e19bb-4e60-45d8-b510-65c612d56c99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e9:f9:c0","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:21Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.4"}],"id":"ae793dc4-0041-45ea-886a-b795d1d113fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:1c:6b","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ec49076b-d3ee-4f84-a1f8-fa135178fdee","name":"","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:10:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a39291ed-36ea-4366-a38b-f076242ae453","ip_address":"10.55.0.14"}],"id":"dc03b7b6-9cc1-49d1-8626-17293e95c454","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:7e:48","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fc186fc5-9185-4351-90ab-498bb5ef1c07","name":"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port","admin_state_up":true,"network_id":"ec49076b-d3ee-4f84-a1f8-fa135178fdee","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:10:32Z","binding:vnic_type":"normal"}]} 2019-01-09 08:11:16,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-54ef7946-1a0b-4473-a10e-e95bd5e1d226 2019-01-09 08:11:16,236 - create_instance - INFO - Deleting Port with ID - dc03b7b6-9cc1-49d1-8626-17293e95c454 2019-01-09 08:11:16,236 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-port 2019-01-09 08:11:16,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/dc03b7b6-9cc1-49d1-8626-17293e95c454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:16,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-912b750f-07d0-43a5-9bb4-a9295d399c35 Date: Wed, 09 Jan 2019 08:11:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:11:16,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/dc03b7b6-9cc1-49d1-8626-17293e95c454 used request id req-912b750f-07d0-43a5-9bb4-a9295d399c35 2019-01-09 08:11:16,713 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst 2019-01-09 08:11:16,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:16,918 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:11: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-adf688a3-21e5-4ff4-b13c-888e554cf285 x-compute-request-id: req-adf688a3-21e5-4ff4-b13c-888e554cf285 Content-Type: application/json 2019-01-09 08:11:16,918 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-adf688a3-21e5-4ff4-b13c-888e554cf285 2019-01-09 08:11:16,919 - create_instance - INFO - Checking deletion status 2019-01-09 08:11:16,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:17,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-2b8f852b-577c-4aa0-b594-b5292931c561 x-compute-request-id: req-2b8f852b-577c-4aa0-b594-b5292931c561 Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:7e:48", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07", "rel": "bookmark"}], "image": {"id": "4d5ffe37-af3b-4e25-9e86-0868a4cca250", "links": [{"href": "http://172.30.9.30:8774/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-09T08:10:44.000000", "flavor": {"id": "169a9fc9-fb36-4161-8107-7f775b7f4b07", "links": [{"href": "http://172.30.9.30:8774/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07", "rel": "bookmark"}]}, "id": "fc186fc5-9185-4351-90ab-498bb5ef1c07", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:11:16Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst", "created": "2019-01-09T08:10:36Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:17,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-2b8f852b-577c-4aa0-b594-b5292931c561 2019-01-09 08:11:17,148 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst] is - ACTIVE 2019-01-09 08:11:17,148 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:11:20,151 - create_instance - DEBUG - VM status query timeout in 296.767876863 2019-01-09 08:11:20,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7db2b1b816f69e7fa24c1748232725b2674a57" 2019-01-09 08:11:20,198 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:11: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-97f18692-0ec4-4a05-bfa8-64f419209a93 x-compute-request-id: req-97f18692-0ec4-4a05-bfa8-64f419209a93 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fc186fc5-9185-4351-90ab-498bb5ef1c07 could not be found.", "code": 404}} 2019-01-09 08:11:20,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fc186fc5-9185-4351-90ab-498bb5ef1c07 used request id req-97f18692-0ec4-4a05-bfa8-64f419209a93 2019-01-09 08:11:20,199 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fc186fc5-9185-4351-90ab-498bb5ef1c07 could not be found. (HTTP 404) (Request-ID: req-97f18692-0ec4-4a05-bfa8-64f419209a93) 2019-01-09 08:11:20,199 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-vm_inst 2019-01-09 08:11:20,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3242c40d-0926-4e5e-9562-97135b9aa0fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" 2019-01-09 08:11:20,956 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:20 GMT Server: Apache x-compute-request-id: req-e91e3e9e-d452-4932-9d30-8ff93d0eea30 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e91e3e9e-d452-4932-9d30-8ff93d0eea30 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:11:06.000000", "replication_status": null, "snapshot_id": null, "id": "6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-2e41f453-f535-4780-9fbb-73d3e91e349e", "bootable": "false", "created_at": "2019-01-09T08:10:22.000000", "volume_type": null}} 2019-01-09 08:11:20,957 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-e91e3e9e-d452-4932-9d30-8ff93d0eea30 2019-01-09 08:11:20,957 - create_volume - DEBUG - Instance status is - available 2019-01-09 08:11:20,957 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e 2019-01-09 08:11:20,957 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e 2019-01-09 08:11:20,960 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3242c40d-0926-4e5e-9562-97135b9aa0fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" 2019-01-09 08:11:21,831 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:11:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-17252c0d-11e8-4f82-88e0-b951ddb5de46 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. 2019-01-09 08:11:21,831 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-17252c0d-11e8-4f82-88e0-b951ddb5de46 2019-01-09 08:11:21,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3242c40d-0926-4e5e-9562-97135b9aa0fa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee74b40566ed11037efedf5c93274e885da003cd" 2019-01-09 08:11:22,570 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:11:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d1d4487d-abb9-4483-a89b-7932020b2c90 x-openstack-request-id: req-d1d4487d-abb9-4483-a89b-7932020b2c90 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa could not be found.", "code": 404}} 2019-01-09 08:11:22,570 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa used request id req-d1d4487d-abb9-4483-a89b-7932020b2c90 2019-01-09 08:11:22,571 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 6b2918fb-3c0a-46c5-934a-f9c3b7eb45aa could not be found. (HTTP 404) (Request-ID: req-d1d4487d-abb9-4483-a89b-7932020b2c90) 2019-01-09 08:11:22,571 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e 2019-01-09 08:11:22,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c72e1d90e1e57742976fc041fc7e3bbb2dd1cea" 2019-01-09 08:11:22,635 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:11:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df679ecb-d56c-4671-a786-216a2ccc9675 x-compute-request-id: req-df679ecb-d56c-4671-a786-216a2ccc9675 Content-Length: 0 Content-Type: application/json 2019-01-09 08:11:22,635 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/169a9fc9-fb36-4161-8107-7f775b7f4b07 used request id req-df679ecb-d56c-4671-a786-216a2ccc9675 2019-01-09 08:11:22,636 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet 2019-01-09 08:11:22,636 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-subnet 2019-01-09 08:11:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/a39291ed-36ea-4366-a38b-f076242ae453 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" 2019-01-09 08:11:24,952 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b07ef28e-8f8e-4bb3-b9ae-d99e06c4451d Date: Wed, 09 Jan 2019 08:11:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:11:24,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/a39291ed-36ea-4366-a38b-f076242ae453 used request id req-b07ef28e-8f8e-4bb3-b9ae-d99e06c4451d 2019-01-09 08:11:24,953 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-net 2019-01-09 08:11:24,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/ec49076b-d3ee-4f84-a1f8-fa135178fdee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad696693e8555e6ae2e882bb5a796e44ae0d284" 2019-01-09 08:11:26,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2defd09b-bfb8-41e1-ac62-5b88354e0ffe Date: Wed, 09 Jan 2019 08:11:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:11:26,257 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/ec49076b-d3ee-4f84-a1f8-fa135178fdee used request id req-2defd09b-bfb8-41e1-ac62-5b88354e0ffe 2019-01-09 08:11:26,258 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-2e41f453-f535-4780-9fbb-73d3e91e349e-image 2019-01-09 08:11:26,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9297594cdcbc58e5ff4cf9b393639427e36f1e4f" 2019-01-09 08:11:27,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6d337e6-9db4-4554-925b-aff3fbb16e4f Date: Wed, 09 Jan 2019 08:11:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:11:27,729 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4d5ffe37-af3b-4e25-9e86-0868a4cca250 used request id req-e6d337e6-9db4-4554-925b-aff3fbb16e4f 2019-01-09 08:11:27,731 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:11:27,733 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:11:27,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:11:27,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:11:28,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["e5oo-R69To6ql_AgXUkh5Q"], "issued_at": "2019-01-09T08:11:28.000000Z"}} 2019-01-09 08:11:28,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" 2019-01-09 08:11:28,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a32b6031-ec5e-467a-9142-da6d35abf496 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:11:28,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a32b6031-ec5e-467a-9142-da6d35abf496 2019-01-09 08:11:28,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" 2019-01-09 08:11:28,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-dac4126c-3de0-417c-9f13-933743c444e9 Date: Wed, 09 Jan 2019 08:11:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image"} 2019-01-09 08:11:28,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image used request id req-dac4126c-3de0-417c-9f13-933743c444e9 2019-01-09 08:11:28,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" 2019-01-09 08:11:29,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-59df395b-e139-4d50-bced-44210f1219e2 Date: Wed, 09 Jan 2019 08:11:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:11:29,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-59df395b-e139-4d50-bced-44210f1219e2 2019-01-09 08:11:29,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image"}' 2019-01-09 08:11:29,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0 X-Openstack-Request-Id: req-da5068e4-145c-46d4-b36c-27685eb8713b Date: Wed, 09 Jan 2019 08:11:29 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:11:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:11:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "min_disk": 0, "protected": false, "id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "file": "/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:11:29,727 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-da5068e4-145c-46d4-b36c-27685eb8713b 2019-01-09 08:11:29,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" -d '' 2019-01-09 08:11:30,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16ef9391-1750-4c0e-b888-0b0a657a1e43 Date: Wed, 09 Jan 2019 08:11:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:11:30,832 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0/file used request id req-16ef9391-1750-4c0e-b888-0b0a657a1e43 2019-01-09 08:11:30,833 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:11:30,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" 2019-01-09 08:11:31,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-57687b5d-c305-48d4-8aff-c615904db2ee Date: Wed, 09 Jan 2019 08:11:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:11:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:11:30Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ea91be6c-f0e0-4844-9384-45228f9732b0/snap", "metadata": {}}], "self": "/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "min_disk": 0, "protected": false, "id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "file": "/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ea91be6c-f0e0-4844-9384-45228f9732b0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:11:31,005 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0 used request id req-57687b5d-c305-48d4-8aff-c615904db2ee 2019-01-09 08:11:31,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" 2019-01-09 08:11:31,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-91401732-b0d6-47bc-a184-76bac2fb7907 Date: Wed, 09 Jan 2019 08:11:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:11:31,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-91401732-b0d6-47bc-a184-76bac2fb7907 2019-01-09 08:11:31,162 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image 2019-01-09 08:11:31,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" 2019-01-09 08:11:31,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-36af4047-909c-45e2-9e7a-a7d59b34c1b8 Date: Wed, 09 Jan 2019 08:11:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:11:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:11:30Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ea91be6c-f0e0-4844-9384-45228f9732b0/snap", "metadata": {}}], "self": "/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "min_disk": 0, "protected": false, "id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "file": "/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ea91be6c-f0e0-4844-9384-45228f9732b0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:11:31,182 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0 used request id req-36af4047-909c-45e2-9e7a-a7d59b34c1b8 2019-01-09 08:11:31,182 - create_image - DEBUG - Instance status is - active 2019-01-09 08:11:31,183 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image 2019-01-09 08:11:31,183 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image 2019-01-09 08:11:31,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:11:31,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:11:31,560 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:11:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["lkiGjcp9SFKj4PurOBFV2A"], "issued_at": "2019-01-09T08:11:31.000000Z"}} 2019-01-09 08:11:31,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" 2019-01-09 08:11:31,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e3f3f6b-5086-4c9c-9798-9958d2498b57 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:11:31,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5e3f3f6b-5086-4c9c-9798-9958d2498b57 2019-01-09 08:11:31,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" 2019-01-09 08:11:31,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0c856d9e-b07a-4f83-bd90-434003f5b953 Date: Wed, 09 Jan 2019 08:11:31 GMT RESP BODY: {"networks":[]} 2019-01-09 08:11:31,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net used request id req-0c856d9e-b07a-4f83-bd90-434003f5b953 2019-01-09 08:11:31,806 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net 2019-01-09 08:11:31,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net", "admin_state_up": true}}' 2019-01-09 08:11:32,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-6d334a5d-3da2-4830-89dd-4367e31c2202 Date: Wed, 09 Jan 2019 08:11: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":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:11:32Z","is_default":false,"provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","mtu":1450}} 2019-01-09 08:11:32,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6d334a5d-3da2-4830-89dd-4367e31c2202 2019-01-09 08:11:32,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" 2019-01-09 08:11:32,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-394c9af2-a7ba-4991-94c5-c49963274f68 Date: Wed, 09 Jan 2019 08:11:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:11:32Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:32,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-394c9af2-a7ba-4991-94c5-c49963274f68 2019-01-09 08:11:32,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" 2019-01-09 08:11:32,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b8c512e7-77a0-4d80-b9a1-39b03792c994 Date: Wed, 09 Jan 2019 08:11:32 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:11:32,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-b8c512e7-77a0-4d80-b9a1-39b03792c994 2019-01-09 08:11:32,868 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet 2019-01-09 08:11:32,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" -d '{"subnets": [{"ip_version": 4, "network_id": "8674da03-7303-46eb-bd87-c4328ef180a0", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]}' 2019-01-09 08:11:33,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cfc3991a-bc78-427b-8d74-86630c7fc8a1 Date: Wed, 09 Jan 2019 08:11:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:11:33,467 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-cfc3991a-bc78-427b-8d74-86630c7fc8a1 2019-01-09 08:11:33,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" 2019-01-09 08:11:33,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-32868608-6e55-481c-a2bb-fdbc85fa35bf Date: Wed, 09 Jan 2019 08:11:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dd3b0b44-76f0-46e4-b7db-29c138b2ba2c"],"description":"","tags":[],"updated_at":"2019-01-09T08:11:33Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:33,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-32868608-6e55-481c-a2bb-fdbc85fa35bf 2019-01-09 08:11:33,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" 2019-01-09 08:11:33,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c853e0ea-3669-49f0-a5f2-ec77ab48b46a Date: Wed, 09 Jan 2019 08:11:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:11:33,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-c853e0ea-3669-49f0-a5f2-ec77ab48b46a 2019-01-09 08:11:33,925 - OpenStackNetwork - DEBUG - Network [8674da03-7303-46eb-bd87-c4328ef180a0] created successfully 2019-01-09 08:11:33,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:11:33,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:11:34,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:11:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Lh6UXPdrQxWllp8-HdWjVg"], "issued_at": "2019-01-09T08:11:34.000000Z"}} 2019-01-09 08:11:34,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c0b991ae0ef149e43348c64589bcc69a8f8b944" 2019-01-09 08:11:34,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d3f6ab9-c6d5-4086-b3d8-b3808a543770 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:11:34,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7d3f6ab9-c6d5-4086-b3d8-b3808a543770 2019-01-09 08:11:34,396 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:11:34,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c0b991ae0ef149e43348c64589bcc69a8f8b944" 2019-01-09 08:11:34,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-96e50759-3573-4968-8313-99de2922c0b7 x-compute-request-id: req-96e50759-3573-4968-8313-99de2922c0b7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:11:34,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-96e50759-3573-4968-8313-99de2922c0b7 2019-01-09 08:11:34,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c0b991ae0ef149e43348c64589bcc69a8f8b944" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-09 08:11:34,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-f316548e-0f3a-45e0-b76e-487dd7173148 x-compute-request-id: req-f316548e-0f3a-45e0-b76e-487dd7173148 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:11:34,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f316548e-0f3a-45e0-b76e-487dd7173148 2019-01-09 08:11:34,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:11:34,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:11:35,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:11:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["vPlNSdOZSXK2jALy9M9-WQ"], "issued_at": "2019-01-09T08:11:35.000000Z"}} 2019-01-09 08:11:35,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" 2019-01-09 08:11:35,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8590f356-41da-4bbb-b7d2-5bae0c968dd9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:11:35,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8590f356-41da-4bbb-b7d2-5bae0c968dd9 2019-01-09 08:11:35,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" 2019-01-09 08:11:35,480 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:35 GMT Server: Apache x-compute-request-id: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-09 08:11:35,480 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail used request id req-e18e9535-c029-4eb7-aa70-8368d36dfcb0 2019-01-09 08:11:35,483 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f", "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}}' 2019-01-09 08:11:36,457 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:11:35 GMT Server: Apache x-compute-request-id: req-12fa5165-fcab-459f-ab49-26eec7e3a153 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-12fa5165-fcab-459f-ab49-26eec7e3a153 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-09T08:11:36.342560", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "761e3281-c43d-4e72-8c24-576a22149087", "size": 1}} 2019-01-09 08:11:36,458 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes used request id req-12fa5165-fcab-459f-ab49-26eec7e3a153 2019-01-09 08:11:36,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" 2019-01-09 08:11:36,670 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:36 GMT Server: Apache x-compute-request-id: req-3285449a-c958-4f94-9e4b-6761ca1e1b5c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3285449a-c958-4f94-9e4b-6761ca1e1b5c Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:11:36.000000", "replication_status": null, "snapshot_id": null, "id": "761e3281-c43d-4e72-8c24-576a22149087", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f", "bootable": "false", "created_at": "2019-01-09T08:11:36.000000", "volume_type": null}} 2019-01-09 08:11:36,670 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 used request id req-3285449a-c958-4f94-9e4b-6761ca1e1b5c 2019-01-09 08:11:36,671 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f 2019-01-09 08:11:36,674 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" 2019-01-09 08:11:36,878 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:36 GMT Server: Apache x-compute-request-id: req-dc78acce-7fb9-474a-8220-d1d17a51d49e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc78acce-7fb9-474a-8220-d1d17a51d49e Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:11:36.000000", "replication_status": null, "snapshot_id": null, "id": "761e3281-c43d-4e72-8c24-576a22149087", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f", "bootable": "false", "created_at": "2019-01-09T08:11:36.000000", "volume_type": null}} 2019-01-09 08:11:36,878 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 used request id req-dc78acce-7fb9-474a-8220-d1d17a51d49e 2019-01-09 08:11:36,878 - create_volume - DEBUG - Instance status is - available 2019-01-09 08:11:36,878 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f 2019-01-09 08:11:36,879 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f 2019-01-09 08:11:36,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:11:36,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:11:37,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:11:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["S1F11xqnTCODQ_o8CcHq_w"], "issued_at": "2019-01-09T08:11:37.000000Z"}} 2019-01-09 08:11:37,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:37,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6748d58-2bc1-4b0b-9d6a-1d81a668b277 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:11:37,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e6748d58-2bc1-4b0b-9d6a-1d81a668b277 2019-01-09 08:11:37,348 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:11:37,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:37,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13bb171-1bc3-44a0-9d7d-877500a66031 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:11:37,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d13bb171-1bc3-44a0-9d7d-877500a66031 2019-01-09 08:11:37,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:37,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-c24b33db-0892-4c63-ba28-3db6c34cb3d8 Date: Wed, 09 Jan 2019 08:11:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dd3b0b44-76f0-46e4-b7db-29c138b2ba2c"],"description":"","tags":[],"updated_at":"2019-01-09T08:11:33Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:37,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net used request id req-c24b33db-0892-4c63-ba28-3db6c34cb3d8 2019-01-09 08:11:37,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:11:37,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:11: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:11:37,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:37,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cb8c0ef-705f-4cfa-8975-2be9645462e2 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:37,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-7cb8c0ef-705f-4cfa-8975-2be9645462e2 2019-01-09 08:11:37,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:38,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-73e8e6a5-615d-49fe-b008-8bd48409ab4c Date: Wed, 09 Jan 2019 08:11:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:11:38,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-73e8e6a5-615d-49fe-b008-8bd48409ab4c 2019-01-09 08:11:38,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:38,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0722693c-906d-47f3-8151-398495e86a8a Date: Wed, 09 Jan 2019 08:11:38 GMT RESP BODY: {"ports":[]} 2019-01-09 08:11:38,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port&admin_state_up=True used request id req-0722693c-906d-47f3-8151-398495e86a8a 2019-01-09 08:11:38,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:38,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-274eeb98-0a66-41af-bc58-8b3372b5b712 x-compute-request-id: req-274eeb98-0a66-41af-bc58-8b3372b5b712 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 08:11:38,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst used request id req-274eeb98-0a66-41af-bc58-8b3372b5b712 2019-01-09 08:11:38,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:38,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-be8218a6-c8db-49a7-a365-f4a345377022 Date: Wed, 09 Jan 2019 08:11:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dd3b0b44-76f0-46e4-b7db-29c138b2ba2c"],"description":"","tags":[],"updated_at":"2019-01-09T08:11:33Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:38,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net used request id req-be8218a6-c8db-49a7-a365-f4a345377022 2019-01-09 08:11:38,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:38,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d1f41ff-84a7-4d76-831d-79bb9f67d5ea Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:38,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-2d1f41ff-84a7-4d76-831d-79bb9f67d5ea 2019-01-09 08:11:38,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:39,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-183a599b-deb2-407f-8936-ac8dce6e5c7b Date: Wed, 09 Jan 2019 08:11:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:11:39,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-183a599b-deb2-407f-8936-ac8dce6e5c7b 2019-01-09 08:11:39,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:39,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9be36c2c-b46d-4b9f-a42a-c8c8fcbeaaf3 Date: Wed, 09 Jan 2019 08:11:39 GMT RESP BODY: {"ports":[]} 2019-01-09 08:11:39,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port&admin_state_up=True used request id req-9be36c2c-b46d-4b9f-a42a-c8c8fcbeaaf3 2019-01-09 08:11:39,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:11:39,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:11:39,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:11:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["ku_BAcHESCOKUGGcdvtIWw"], "issued_at": "2019-01-09T08:11:39.000000Z"}} 2019-01-09 08:11:39,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9f791e2d9667825f2fd0bcbf7ac07ad8893c95" 2019-01-09 08:11:39,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f92638b1-65ac-43b3-8dcf-5cc9b623a312 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:11:39,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f92638b1-65ac-43b3-8dcf-5cc9b623a312 2019-01-09 08:11:39,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:39,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7af04527-b0d7-408b-9445-1558014c61ed Date: Wed, 09 Jan 2019 08:11:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dd3b0b44-76f0-46e4-b7db-29c138b2ba2c"],"description":"","tags":[],"updated_at":"2019-01-09T08:11:33Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:39,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net used request id req-7af04527-b0d7-408b-9445-1558014c61ed 2019-01-09 08:11:39,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:40,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cd07eb80-d3cd-4bfa-9501-07beed74c049 Date: Wed, 09 Jan 2019 08:11:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:11:40,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-cd07eb80-d3cd-4bfa-9501-07beed74c049 2019-01-09 08:11:40,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:40,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5589e4ad-8e9d-43fc-836b-15b3422942a3 Date: Wed, 09 Jan 2019 08:11:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dd3b0b44-76f0-46e4-b7db-29c138b2ba2c"],"description":"","tags":[],"updated_at":"2019-01-09T08:11:33Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:40,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net used request id req-5589e4ad-8e9d-43fc-836b-15b3422942a3 2019-01-09 08:11:40,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:11:40,212 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:11: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:11:40,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b9f791e2d9667825f2fd0bcbf7ac07ad8893c95" 2019-01-09 08:11:40,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c6f0f88-a0d0-432f-9e62-603a2f38eea6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:40,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-7c6f0f88-a0d0-432f-9e62-603a2f38eea6 2019-01-09 08:11:40,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:40,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-56f0bff1-d6bd-4e81-b45d-87398be6851e Date: Wed, 09 Jan 2019 08:11:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:11:40,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-56f0bff1-d6bd-4e81-b45d-87398be6851e 2019-01-09 08:11:40,682 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net 2019-01-09 08:11:40,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" -d '{"port": {"network_id": "8674da03-7303-46eb-bd87-c4328ef180a0", "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port", "admin_state_up": true}}' 2019-01-09 08:11:41,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-7a467ede-ae6f-4418-9936-fc21366efaaa Date: Wed, 09 Jan 2019 08:11:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:41Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.7"}],"id":"9790a8ce-fa42-4893-8d02-b5d57678cb4f","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:80:bf:af","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:40Z","binding:vnic_type":"normal"}} 2019-01-09 08:11:41,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-7a467ede-ae6f-4418-9936-fc21366efaaa 2019-01-09 08:11:41,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:41,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-dfd95412-96aa-4232-9fc9-72b7fd0b9d7b Date: Wed, 09 Jan 2019 08:11:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dd3b0b44-76f0-46e4-b7db-29c138b2ba2c"],"description":"","tags":[],"updated_at":"2019-01-09T08:11:33Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:11:41,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net used request id req-dfd95412-96aa-4232-9fc9-72b7fd0b9d7b 2019-01-09 08:11:41,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:41,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45cf80f-a771-4ab1-8e4d-6530700302f6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:41,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-e45cf80f-a771-4ab1-8e4d-6530700302f6 2019-01-09 08:11:41,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:41,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0aeaf6f6-4911-46e7-8424-d68b33708850 Date: Wed, 09 Jan 2019 08:11:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:11:41,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-0aeaf6f6-4911-46e7-8424-d68b33708850 2019-01-09 08:11:41,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:42,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-3c83d12d-9300-4842-8b25-85cb28922ac7 Date: Wed, 09 Jan 2019 08:11:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:41Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.7"}],"id":"9790a8ce-fa42-4893-8d02-b5d57678cb4f","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:80:bf:af","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:40Z","binding:vnic_type":"normal"}]} 2019-01-09 08:11:42,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port&admin_state_up=True used request id req-3c83d12d-9300-4842-8b25-85cb28922ac7 2019-01-09 08:11:42,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:42,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0533a576-f48e-4353-a7f3-d192292efb88 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:11:42,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-0533a576-f48e-4353-a7f3-d192292efb88 2019-01-09 08:11:42,101 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst 2019-01-09 08:11:42,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:42,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-2af173ab-5e9d-40d4-9b56-91c51e90b92c x-compute-request-id: req-2af173ab-5e9d-40d4-9b56-91c51e90b92c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-flavor"}]} 2019-01-09 08:11:42,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2af173ab-5e9d-40d4-9b56-91c51e90b92c 2019-01-09 08:11:42,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:42,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-82a4e75a-6f27-4765-a5b4-ae02b1552ee6 x-compute-request-id: req-82a4e75a-6f27-4765-a5b4-ae02b1552ee6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:11:42,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d used request id req-82a4e75a-6f27-4765-a5b4-ae02b1552ee6 2019-01-09 08:11:42,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:42,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-b08ba5c1-e0b9-410c-adcf-1ea2a1f6f32c Date: Wed, 09 Jan 2019 08:11:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:11:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:11:30Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ea91be6c-f0e0-4844-9384-45228f9732b0/snap", "metadata": {}}], "self": "/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "min_disk": 0, "protected": false, "id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "file": "/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ea91be6c-f0e0-4844-9384-45228f9732b0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image"} 2019-01-09 08:11:42,337 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image used request id req-b08ba5c1-e0b9-410c-adcf-1ea2a1f6f32c 2019-01-09 08:11:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:42,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68ebdc7d-a3b9-449d-8870-55ea934e3b74 Date: Wed, 09 Jan 2019 08:11: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"}}} 2019-01-09 08:11:42,489 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-68ebdc7d-a3b9-449d-8870-55ea934e3b74 2019-01-09 08:11:42,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "imageRef": "ea91be6c-f0e0-4844-9384-45228f9732b0", "flavorRef": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "max_count": 1, "min_count": 1, "networks": [{"port": "9790a8ce-fa42-4893-8d02-b5d57678cb4f"}]}}' 2019-01-09 08:11:44,670 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:11: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-78f3b05d-8431-4257-a044-9f4a70a2b3e6 x-compute-request-id: req-78f3b05d-8431-4257-a044-9f4a70a2b3e6 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "adminPass": "vp83UMqKMNtB"}} 2019-01-09 08:11:44,670 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-78f3b05d-8431-4257-a044-9f4a70a2b3e6 2019-01-09 08:11:44,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:45,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-30699054-4848-47f2-aef3-7ae802cabade x-compute-request-id: req-30699054-4848-47f2-aef3-7ae802cabade 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.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:11: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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:45,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-30699054-4848-47f2-aef3-7ae802cabade 2019-01-09 08:11:45,043 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst 2019-01-09 08:11:45,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:45,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-8a272c67-f356-49ba-8dde-101e75008c37 x-compute-request-id: req-8a272c67-f356-49ba-8dde-101e75008c37 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:11:45Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:45,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-8a272c67-f356-49ba-8dde-101e75008c37 2019-01-09 08:11:45,249 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - BUILD 2019-01-09 08:11:45,249 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:11:48,252 - create_instance - DEBUG - VM status query timeout in 896.790839911 2019-01-09 08:11:48,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:48,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-2543ac9c-3f8e-4ee4-bbb7-8ce4c03094f6 x-compute-request-id: req-2543ac9c-3f8e-4ee4-bbb7-8ce4c03094f6 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:11:48Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:48,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-2543ac9c-3f8e-4ee4-bbb7-8ce4c03094f6 2019-01-09 08:11:48,434 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - BUILD 2019-01-09 08:11:48,434 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:11:51,438 - create_instance - DEBUG - VM status query timeout in 893.605381966 2019-01-09 08:11:51,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:52,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ffa6dbc-a1f0-4ac9-882c-6889601b76d8 x-compute-request-id: req-9ffa6dbc-a1f0-4ac9-882c-6889601b76d8 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:11:51Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:52,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-9ffa6dbc-a1f0-4ac9-882c-6889601b76d8 2019-01-09 08:11:52,196 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - BUILD 2019-01-09 08:11:52,196 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:11:55,199 - create_instance - DEBUG - VM status query timeout in 889.843558073 2019-01-09 08:11:55,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:55,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-ec0df964-8c80-4db7-bc57-00481ac6755c x-compute-request-id: req-ec0df964-8c80-4db7-bc57-00481ac6755c Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:bf:af", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:11:51Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:55,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-ec0df964-8c80-4db7-bc57-00481ac6755c 2019-01-09 08:11:55,725 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - BUILD 2019-01-09 08:11:55,725 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:11:58,729 - create_instance - DEBUG - VM status query timeout in 886.314210892 2019-01-09 08:11:58,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:11:59,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-87bc1ac6-93cb-4688-aa42-489260658c16 x-compute-request-id: req-87bc1ac6-93cb-4688-aa42-489260658c16 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:bf:af", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:11:55Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:11:59,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-87bc1ac6-93cb-4688-aa42-489260658c16 2019-01-09 08:11:59,912 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:11:59,912 - create_instance - INFO - VM is - ACTIVE 2019-01-09 08:11:59,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:00,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:11: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-594ca07c-3e43-4d4e-9b16-43fc3d1bafbb x-compute-request-id: req-594ca07c-3e43-4d4e-9b16-43fc3d1bafbb Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:bf:af", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:11:55Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:12:00,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-594ca07c-3e43-4d4e-9b16-43fc3d1bafbb 2019-01-09 08:12:00,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:00,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cf355b16-205c-40cd-a81a-8ee2cee2bf8f Date: Wed, 09 Jan 2019 08:12:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dd3b0b44-76f0-46e4-b7db-29c138b2ba2c"],"description":"","tags":[],"updated_at":"2019-01-09T08:11:33Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:12:00,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net used request id req-cf355b16-205c-40cd-a81a-8ee2cee2bf8f 2019-01-09 08:12:00,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:00,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db183143-3df7-442c-b774-5eb6a04e5373 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:12:00,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-db183143-3df7-442c-b774-5eb6a04e5373 2019-01-09 08:12:00,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:01,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-761711b7-af8d-4e7a-9c1d-db834a7b9a93 Date: Wed, 09 Jan 2019 08:12:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:12:01,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-761711b7-af8d-4e7a-9c1d-db834a7b9a93 2019-01-09 08:12:01,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:01,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-624748ca-9eee-4ae9-94f4-d3fc18ddc784 Date: Wed, 09 Jan 2019 08:12:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.4"}],"id":"4035e344-62e2-425e-bfb9-d24d0f3df59a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:4c:c7","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8674da03-7303-46eb-bd87-c4328ef180a0","name":"","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.3"}],"id":"5cb4af4c-9a80-47f8-93e9-fe0b848c3cb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:e3:13","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8674da03-7303-46eb-bd87-c4328ef180a0","name":"","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.7"}],"id":"9790a8ce-fa42-4893-8d02-b5d57678cb4f","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:bf:af","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e7629b43-77ac-4e23-9545-fc94ed98bef7","name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.2"}],"id":"99d4ee2f-72ca-4805-be0f-b0b4c5dddf72","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:22:30","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8674da03-7303-46eb-bd87-c4328ef180a0","name":"","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","binding:vnic_type":"normal"}]} 2019-01-09 08:12:01,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-624748ca-9eee-4ae9-94f4-d3fc18ddc784 2019-01-09 08:12:01,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:12:01,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:12:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["grVz0dUjRlWYhZZf28RbRQ"], "issued_at": "2019-01-09T08:12:01.000000Z"}} 2019-01-09 08:12:01,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b9ee10116acf9db4977df6d5a53e4de270ca69" 2019-01-09 08:12:01,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3ddf196-972f-4287-9cc9-30bc1e93e2fa Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:12:01,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c3ddf196-972f-4287-9cc9-30bc1e93e2fa 2019-01-09 08:12:01,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:01,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-21491a55-e492-4461-be2b-c5d2a38c72d1 x-compute-request-id: req-21491a55-e492-4461-be2b-c5d2a38c72d1 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:bf:af", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:11:55Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:12:01,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-21491a55-e492-4461-be2b-c5d2a38c72d1 2019-01-09 08:12:01,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:01,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-02abe6ba-ad15-4ea6-b492-28d7e86b6c82 Date: Wed, 09 Jan 2019 08:12:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8674da03-7303-46eb-bd87-c4328ef180a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["dd3b0b44-76f0-46e4-b7db-29c138b2ba2c"],"description":"","tags":[],"updated_at":"2019-01-09T08:11:33Z","provider:segmentation_id":52,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:32Z","provider:network_type":"vxlan"}]} 2019-01-09 08:12:01,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net used request id req-02abe6ba-ad15-4ea6-b492-28d7e86b6c82 2019-01-09 08:12:01,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:01,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b544a93b-6dff-4a75-a68d-4d82bf282acc Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:12:01,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-b544a93b-6dff-4a75-a68d-4d82bf282acc 2019-01-09 08:12:01,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:02,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8dc364aa-b9e1-49a9-925f-1c2da222e0ba Date: Wed, 09 Jan 2019 08:12:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","dns_nameservers":[],"updated_at":"2019-01-09T08:11:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet"}]} 2019-01-09 08:12:02,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-8dc364aa-b9e1-49a9-925f-1c2da222e0ba 2019-01-09 08:12:02,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:02,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-3ebd1c37-a7cc-4310-8798-ded934277c0c Date: Wed, 09 Jan 2019 08:12:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.4"}],"id":"4035e344-62e2-425e-bfb9-d24d0f3df59a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:4c:c7","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8674da03-7303-46eb-bd87-c4328ef180a0","name":"","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.3"}],"id":"5cb4af4c-9a80-47f8-93e9-fe0b848c3cb8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:e3:13","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8674da03-7303-46eb-bd87-c4328ef180a0","name":"","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.7"}],"id":"9790a8ce-fa42-4893-8d02-b5d57678cb4f","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:bf:af","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e7629b43-77ac-4e23-9545-fc94ed98bef7","name":"NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:11:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd3b0b44-76f0-46e4-b7db-29c138b2ba2c","ip_address":"10.55.0.2"}],"id":"99d4ee2f-72ca-4805-be0f-b0b4c5dddf72","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:22:30","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8674da03-7303-46eb-bd87-c4328ef180a0","name":"","admin_state_up":true,"network_id":"8674da03-7303-46eb-bd87-c4328ef180a0","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:11:33Z","binding:vnic_type":"normal"}]} 2019-01-09 08:12:02,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-3ebd1c37-a7cc-4310-8798-ded934277c0c 2019-01-09 08:12:02,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b9ee10116acf9db4977df6d5a53e4de270ca69" -d '{"volumeAttachment": {"volumeId": "761e3281-c43d-4e72-8c24-576a22149087"}}' 2019-01-09 08:12:03,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-37cadee3-266d-4440-be5d-62ae42796870 x-compute-request-id: req-37cadee3-266d-4440-be5d-62ae42796870 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "id": "761e3281-c43d-4e72-8c24-576a22149087", "volumeId": "761e3281-c43d-4e72-8c24-576a22149087"}} 2019-01-09 08:12:03,589 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7/os-volume_attachments used request id req-37cadee3-266d-4440-be5d-62ae42796870 2019-01-09 08:12:03,589 - create_instance - INFO - Deleting Port with ID - 9790a8ce-fa42-4893-8d02-b5d57678cb4f 2019-01-09 08:12:03,590 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-port 2019-01-09 08:12:03,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/9790a8ce-fa42-4893-8d02-b5d57678cb4f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:04,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc168812-6df8-4d6e-acfc-ad20d7fecd52 Date: Wed, 09 Jan 2019 08:12:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:12:04,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/9790a8ce-fa42-4893-8d02-b5d57678cb4f used request id req-fc168812-6df8-4d6e-acfc-ad20d7fecd52 2019-01-09 08:12:04,377 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst 2019-01-09 08:12:04,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:04,734 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:12: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-eb5fd614-8116-4790-8fbf-ea73993a1775 x-compute-request-id: req-eb5fd614-8116-4790-8fbf-ea73993a1775 Content-Type: application/json 2019-01-09 08:12:04,735 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-eb5fd614-8116-4790-8fbf-ea73993a1775 2019-01-09 08:12:04,735 - create_instance - INFO - Checking deletion status 2019-01-09 08:12:04,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:04,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-f3aab053-a326-4060-87b7-dbc967cf27d3 x-compute-request-id: req-f3aab053-a326-4060-87b7-dbc967cf27d3 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:04Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:04,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-f3aab053-a326-4060-87b7-dbc967cf27d3 2019-01-09 08:12:04,998 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:04,998 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:08,002 - create_instance - DEBUG - VM status query timeout in 296.733577967 2019-01-09 08:12:08,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:08,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-83541e95-6ba7-4acc-8cca-f6fc384de2fb x-compute-request-id: req-83541e95-6ba7-4acc-8cca-f6fc384de2fb Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:08,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-83541e95-6ba7-4acc-8cca-f6fc384de2fb 2019-01-09 08:12:08,691 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:08,691 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:11,694 - create_instance - DEBUG - VM status query timeout in 293.041059017 2019-01-09 08:12:11,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:12,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-3a62cd3e-5425-4043-9002-6aba6884eed3 x-compute-request-id: req-3a62cd3e-5425-4043-9002-6aba6884eed3 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:12,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-3a62cd3e-5425-4043-9002-6aba6884eed3 2019-01-09 08:12:12,140 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:12,140 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:15,143 - create_instance - DEBUG - VM status query timeout in 289.591989994 2019-01-09 08:12:15,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:15,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-1b244b9f-88aa-476e-afc4-f2a809d34fff x-compute-request-id: req-1b244b9f-88aa-476e-afc4-f2a809d34fff Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:15,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-1b244b9f-88aa-476e-afc4-f2a809d34fff 2019-01-09 08:12:15,580 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:15,580 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:18,583 - create_instance - DEBUG - VM status query timeout in 286.151722908 2019-01-09 08:12:18,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:18,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-9b7c8f9b-07b0-4a3c-b091-b3ca6259c039 x-compute-request-id: req-9b7c8f9b-07b0-4a3c-b091-b3ca6259c039 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:18,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-9b7c8f9b-07b0-4a3c-b091-b3ca6259c039 2019-01-09 08:12:18,968 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:18,969 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:21,972 - create_instance - DEBUG - VM status query timeout in 282.763321877 2019-01-09 08:12:21,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:22,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-1bfb6b07-c58a-481a-9f69-b482f2a500a4 x-compute-request-id: req-1bfb6b07-c58a-481a-9f69-b482f2a500a4 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:22,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-1bfb6b07-c58a-481a-9f69-b482f2a500a4 2019-01-09 08:12:22,256 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:22,257 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:25,260 - create_instance - DEBUG - VM status query timeout in 279.475419044 2019-01-09 08:12:25,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:25,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-10b3e2c1-3f28-4904-9e7e-05d09c5c1081 x-compute-request-id: req-10b3e2c1-3f28-4904-9e7e-05d09c5c1081 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:25,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-10b3e2c1-3f28-4904-9e7e-05d09c5c1081 2019-01-09 08:12:25,690 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:25,690 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:28,691 - create_instance - DEBUG - VM status query timeout in 276.044445038 2019-01-09 08:12:28,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:28,935 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-9552113f-e190-45c4-b809-5ba7f4ddf6b9 x-compute-request-id: req-9552113f-e190-45c4-b809-5ba7f4ddf6b9 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:28,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-9552113f-e190-45c4-b809-5ba7f4ddf6b9 2019-01-09 08:12:28,936 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:28,936 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:31,939 - create_instance - DEBUG - VM status query timeout in 272.795810938 2019-01-09 08:12:31,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:32,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-94912bb5-a219-4d05-bb02-87cfaa926c48 x-compute-request-id: req-94912bb5-a219-4d05-bb02-87cfaa926c48 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:32,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-94912bb5-a219-4d05-bb02-87cfaa926c48 2019-01-09 08:12:32,496 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:32,496 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:35,499 - create_instance - DEBUG - VM status query timeout in 269.235785007 2019-01-09 08:12:35,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:35,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-0cac5b14-751c-4ecf-89f3-83537f230c18 x-compute-request-id: req-0cac5b14-751c-4ecf-89f3-83537f230c18 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:12:05Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "761e3281-c43d-4e72-8c24-576a22149087"}], "metadata": {}}} 2019-01-09 08:12:35,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-0cac5b14-751c-4ecf-89f3-83537f230c18 2019-01-09 08:12:35,760 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - ACTIVE 2019-01-09 08:12:35,761 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:12:38,764 - create_instance - DEBUG - VM status query timeout in 265.971332073 2019-01-09 08:12:38,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cfb959c8719e1fe1a9bbe1542e43d14b56ba0b" 2019-01-09 08:12:39,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-079b8f5a-8bac-4091-8a3b-90b229699146 x-compute-request-id: req-079b8f5a-8bac-4091-8a3b-90b229699146 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7", "rel": "bookmark"}], "image": {"id": "ea91be6c-f0e0-4844-9384-45228f9732b0", "links": [{"href": "http://172.30.9.30:8774/images/ea91be6c-f0e0-4844-9384-45228f9732b0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-09T08:11:54.000000", "flavor": {"id": "1ece3464-64d0-4c35-afcb-c158dafa4a5d", "links": [{"href": "http://172.30.9.30:8774/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d", "rel": "bookmark"}]}, "id": "e7629b43-77ac-4e23-9545-fc94ed98bef7", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2019-01-09T08:12:38Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": "2019-01-09T08:12:37.000000", "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst", "created": "2019-01-09T08:11:44Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:12:39,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7629b43-77ac-4e23-9545-fc94ed98bef7 used request id req-079b8f5a-8bac-4091-8a3b-90b229699146 2019-01-09 08:12:39,017 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst] is - DELETED 2019-01-09 08:12:39,017 - create_instance - INFO - VM is - DELETED 2019-01-09 08:12:39,017 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-vm_inst 2019-01-09 08:12:39,021 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" 2019-01-09 08:12:39,252 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:39 GMT Server: Apache x-compute-request-id: req-0061d1fb-7e40-4972-8601-d0aa48eb79b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0061d1fb-7e40-4972-8601-d0aa48eb79b8 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:12:05.000000", "replication_status": null, "snapshot_id": null, "id": "761e3281-c43d-4e72-8c24-576a22149087", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f", "bootable": "false", "created_at": "2019-01-09T08:11:36.000000", "volume_type": null}} 2019-01-09 08:12:39,252 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 used request id req-0061d1fb-7e40-4972-8601-d0aa48eb79b8 2019-01-09 08:12:39,252 - create_volume - DEBUG - Instance status is - available 2019-01-09 08:12:39,252 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f 2019-01-09 08:12:39,253 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f 2019-01-09 08:12:39,255 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" 2019-01-09 08:12:40,025 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:12:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7dd9c0aa-e216-45f8-a1a8-644d3766f846 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. 2019-01-09 08:12:40,025 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 used request id req-7dd9c0aa-e216-45f8-a1a8-644d3766f846 2019-01-09 08:12:40,028 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" 2019-01-09 08:12:40,252 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:40 GMT Server: Apache x-compute-request-id: req-952a25cb-4c8c-4b39-91d0-3ac243037cf5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-952a25cb-4c8c-4b39-91d0-3ac243037cf5 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:12:39.000000", "replication_status": null, "snapshot_id": null, "id": "761e3281-c43d-4e72-8c24-576a22149087", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-e6cc9acb-72bc-47cc-b5a4-06540e42c20f", "bootable": "false", "created_at": "2019-01-09T08:11:36.000000", "volume_type": null}} 2019-01-09 08:12:40,252 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 used request id req-952a25cb-4c8c-4b39-91d0-3ac243037cf5 2019-01-09 08:12:40,253 - create_volume - DEBUG - Instance status is - deleting 2019-01-09 08:12:40,253 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-09 08:12:43,256 - create_volume - DEBUG - Volume status query timeout in 56.769297123 2019-01-09 08:12:43,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e18e9535-c029-4eb7-aa70-8368d36dfcb0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04d3a3abde3932cd41c2e0b23e175eb09d15b43" 2019-01-09 08:12:43,296 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:12:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a8481385-83ff-4efc-8ab5-0e1131a9c9d2 x-openstack-request-id: req-a8481385-83ff-4efc-8ab5-0e1131a9c9d2 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 761e3281-c43d-4e72-8c24-576a22149087 could not be found.", "code": 404}} 2019-01-09 08:12:43,297 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/761e3281-c43d-4e72-8c24-576a22149087 used request id req-a8481385-83ff-4efc-8ab5-0e1131a9c9d2 2019-01-09 08:12:43,297 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 761e3281-c43d-4e72-8c24-576a22149087 could not be found. (HTTP 404) (Request-ID: req-a8481385-83ff-4efc-8ab5-0e1131a9c9d2) 2019-01-09 08:12:43,297 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f 2019-01-09 08:12:43,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c0b991ae0ef149e43348c64589bcc69a8f8b944" 2019-01-09 08:12:43,342 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:12: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-93a8c7b3-be5f-468f-a1ef-517597891a57 x-compute-request-id: req-93a8c7b3-be5f-468f-a1ef-517597891a57 Content-Length: 0 Content-Type: application/json 2019-01-09 08:12:43,342 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/1ece3464-64d0-4c35-afcb-c158dafa4a5d used request id req-93a8c7b3-be5f-468f-a1ef-517597891a57 2019-01-09 08:12:43,343 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet 2019-01-09 08:12:43,343 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-subnet 2019-01-09 08:12:43,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/dd3b0b44-76f0-46e4-b7db-29c138b2ba2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" 2019-01-09 08:12:45,635 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bfbb7a48-5afd-4abd-a47e-a0148b047f5c Date: Wed, 09 Jan 2019 08:12:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:12:45,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dd3b0b44-76f0-46e4-b7db-29c138b2ba2c used request id req-bfbb7a48-5afd-4abd-a47e-a0148b047f5c 2019-01-09 08:12:45,635 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-net 2019-01-09 08:12:45,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/8674da03-7303-46eb-bd87-c4328ef180a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfccc9fed4b893baee213481cf4b835813e09562" 2019-01-09 08:12:47,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0052d3d1-73ba-484e-95d1-25f2142c3e6a Date: Wed, 09 Jan 2019 08:12:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:12:47,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8674da03-7303-46eb-bd87-c4328ef180a0 used request id req-0052d3d1-73ba-484e-95d1-25f2142c3e6a 2019-01-09 08:12:47,133 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-e6cc9acb-72bc-47cc-b5a4-06540e42c20f-image 2019-01-09 08:12:47,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0c483ddb6935c7b336dd63b284aa788c3d669666" 2019-01-09 08:12:48,823 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60675fcd-f8bf-4bb0-8854-957e6e467e67 Date: Wed, 09 Jan 2019 08:12:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:12:48,823 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/ea91be6c-f0e0-4844-9384-45228f9732b0 used request id req-60675fcd-f8bf-4bb0-8854-957e6e467e67 2019-01-09 08:12:48,825 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:12:48,828 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:12:48,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:12:48,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:12:49,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:12:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["l8aB9seHRca7h2I4wYYF5g"], "issued_at": "2019-01-09T08:12:49.000000Z"}} 2019-01-09 08:12:49,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" 2019-01-09 08:12:49,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-338619e6-e63c-426e-8a2d-827c724e87bf Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:12:49,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-338619e6-e63c-426e-8a2d-827c724e87bf 2019-01-09 08:12:49,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" 2019-01-09 08:12:49,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-093e8ded-bd84-4669-98b5-a80929d68797 Date: Wed, 09 Jan 2019 08:12:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image"} 2019-01-09 08:12:49,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image used request id req-093e8ded-bd84-4669-98b5-a80929d68797 2019-01-09 08:12:49,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" 2019-01-09 08:12:49,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6459445a-ff02-4749-aeb4-5fcdff9425e3 Date: Wed, 09 Jan 2019 08:12: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"}}} 2019-01-09 08:12:49,628 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6459445a-ff02-4749-aeb4-5fcdff9425e3 2019-01-09 08:12:49,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image"}' 2019-01-09 08:12:49,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420 X-Openstack-Request-Id: req-c7ba765d-4eca-49b5-b41a-c022c3f30c2a Date: Wed, 09 Jan 2019 08:12:49 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:12:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:12:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "min_disk": 0, "protected": false, "id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "file": "/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:12:49,849 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c7ba765d-4eca-49b5-b41a-c022c3f30c2a 2019-01-09 08:12:49,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" -d '' 2019-01-09 08:12:51,210 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-499f200b-f60d-4651-b627-471826dd1e2b Date: Wed, 09 Jan 2019 08:12:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:12:51,210 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/file used request id req-499f200b-f60d-4651-b627-471826dd1e2b 2019-01-09 08:12:51,211 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:12:51,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" 2019-01-09 08:12:51,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-5dbf6fbb-ca57-407d-a296-6afe15d6b124 Date: Wed, 09 Jan 2019 08:12:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:12:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:12:51Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/snap", "metadata": {}}], "self": "/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "min_disk": 0, "protected": false, "id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "file": "/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:12:51,384 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420 used request id req-5dbf6fbb-ca57-407d-a296-6afe15d6b124 2019-01-09 08:12:51,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" 2019-01-09 08:12:51,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6e3c19e9-c6b6-4bec-9b31-873e8453d0f2 Date: Wed, 09 Jan 2019 08:12: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"}}} 2019-01-09 08:12:51,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6e3c19e9-c6b6-4bec-9b31-873e8453d0f2 2019-01-09 08:12:51,398 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image 2019-01-09 08:12:51,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" 2019-01-09 08:12:52,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-350200b2-ff36-48a3-baa8-a188fd12c734 Date: Wed, 09 Jan 2019 08:12:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:12:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:12:51Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/snap", "metadata": {}}], "self": "/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "min_disk": 0, "protected": false, "id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "file": "/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:12:52,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420 used request id req-350200b2-ff36-48a3-baa8-a188fd12c734 2019-01-09 08:12:52,057 - create_image - DEBUG - Instance status is - active 2019-01-09 08:12:52,057 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image 2019-01-09 08:12:52,057 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image 2019-01-09 08:12:52,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:12:52,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:12:52,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:12:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["UeD9F1ghSg6j3YzaQjdk1A"], "issued_at": "2019-01-09T08:12:52.000000Z"}} 2019-01-09 08:12:52,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" 2019-01-09 08:12:52,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f006b6a2-11ef-4e64-8c52-6d72d1c2dc94 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:12:52,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f006b6a2-11ef-4e64-8c52-6d72d1c2dc94 2019-01-09 08:12:52,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" 2019-01-09 08:12:52,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2d945dd8-bfa2-46bf-ba16-c4c6fb0cb63c Date: Wed, 09 Jan 2019 08:12:52 GMT RESP BODY: {"networks":[]} 2019-01-09 08:12:52,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-2d945dd8-bfa2-46bf-ba16-c4c6fb0cb63c 2019-01-09 08:12:52,717 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net 2019-01-09 08:12:52,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net", "admin_state_up": true}}' 2019-01-09 08:12:53,360 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-66032962-7c27-4f89-9c15-099fce3b0f1e Date: Wed, 09 Jan 2019 08:12:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:12:53Z","is_default":false,"provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","mtu":1450}} 2019-01-09 08:12:53,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-66032962-7c27-4f89-9c15-099fce3b0f1e 2019-01-09 08:12:53,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" 2019-01-09 08:12:53,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bd7ced69-bcc9-413c-b61f-f304ce3cf113 Date: Wed, 09 Jan 2019 08:12:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:12:53Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:12:53,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-bd7ced69-bcc9-413c-b61f-f304ce3cf113 2019-01-09 08:12:53,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" 2019-01-09 08:12:53,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-04768630-67f7-49a2-b84c-9a1c7aa955b3 Date: Wed, 09 Jan 2019 08:12:53 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:12:53,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-04768630-67f7-49a2-b84c-9a1c7aa955b3 2019-01-09 08:12:53,954 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet 2019-01-09 08:12:53,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" -d '{"subnets": [{"ip_version": 4, "network_id": "5cb83194-0bda-4002-b95a-ecdae544a212", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]}' 2019-01-09 08:12:54,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-336227d3-ca74-4fed-b30e-f5cccb781f42 Date: Wed, 09 Jan 2019 08:12:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:12:54,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-336227d3-ca74-4fed-b30e-f5cccb781f42 2019-01-09 08:12:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" 2019-01-09 08:12:54,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-06473a38-fadc-4e44-b544-2b8d764ee4a6 Date: Wed, 09 Jan 2019 08:12:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:12:54,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-06473a38-fadc-4e44-b544-2b8d764ee4a6 2019-01-09 08:12:54,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" 2019-01-09 08:12:54,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-27aa90b2-6bd0-4497-9977-3617e13f4a5f Date: Wed, 09 Jan 2019 08:12:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:12:54,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-27aa90b2-6bd0-4497-9977-3617e13f4a5f 2019-01-09 08:12:54,897 - OpenStackNetwork - DEBUG - Network [5cb83194-0bda-4002-b95a-ecdae544a212] created successfully 2019-01-09 08:12:54,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:12:54,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:12:55,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:12:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["0ZGie0fkTa-ndiDUvAtzow"], "issued_at": "2019-01-09T08:12:55.000000Z"}} 2019-01-09 08:12:55,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}682fd7f416ca2796c1543ed896a98c4d4b271c83" 2019-01-09 08:12:55,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dae9267-1827-469a-b0f7-cd611454e0a7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:12:55,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3dae9267-1827-469a-b0f7-cd611454e0a7 2019-01-09 08:12:55,366 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:12:55,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}682fd7f416ca2796c1543ed896a98c4d4b271c83" 2019-01-09 08:12:55,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b84bef10-b0ca-4100-bb40-5beed1d4c700 x-compute-request-id: req-b84bef10-b0ca-4100-bb40-5beed1d4c700 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:12:55,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b84bef10-b0ca-4100-bb40-5beed1d4c700 2019-01-09 08:12:55,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}682fd7f416ca2796c1543ed896a98c4d4b271c83" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-09 08:12:55,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-ba1b4b35-cb5f-4be5-ae02-6760dfc0a03c x-compute-request-id: req-ba1b4b35-cb5f-4be5-ae02-6760dfc0a03c Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "80180bf6-8719-44ad-8422-88937d218a22", "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:12:55,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ba1b4b35-cb5f-4be5-ae02-6760dfc0a03c 2019-01-09 08:12:55,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:12:55,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:12:56,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:12:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["p5XU29M-RLCKIJtOtQ2gmA"], "issued_at": "2019-01-09T08:12:56.000000Z"}} 2019-01-09 08:12:56,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f13643c8e96f2606d0eca232b94d94cc1655a3" 2019-01-09 08:12:56,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ebc68e-2bef-41f7-902c-d047540dcd51 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:12:56,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c4ebc68e-2bef-41f7-902c-d047540dcd51 2019-01-09 08:12:56,301 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f13643c8e96f2606d0eca232b94d94cc1655a3" 2019-01-09 08:12:56,485 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:56 GMT Server: Apache x-compute-request-id: req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-09 08:12:56,485 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail used request id req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c 2019-01-09 08:12:56,488 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f13643c8e96f2606d0eca232b94d94cc1655a3" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a", "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}}' 2019-01-09 08:12:56,942 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:12:56 GMT Server: Apache x-compute-request-id: req-598d574d-ca50-4fae-b12b-aa1302a9e59b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-598d574d-ca50-4fae-b12b-aa1302a9e59b Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-09T08:12:56.758851", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "size": 1}} 2019-01-09 08:12:56,942 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes used request id req-598d574d-ca50-4fae-b12b-aa1302a9e59b 2019-01-09 08:12:56,945 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f13643c8e96f2606d0eca232b94d94cc1655a3" 2019-01-09 08:12:57,150 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:56 GMT Server: Apache x-compute-request-id: req-dd43a6c8-797a-475a-bd6c-be6182d6c3ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd43a6c8-797a-475a-bd6c-be6182d6c3ee Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:12:57.000000", "replication_status": null, "snapshot_id": null, "id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-6425dfb0-f618-4213-8806-36ff24d9a02a", "bootable": "false", "created_at": "2019-01-09T08:12:56.000000", "volume_type": null}} 2019-01-09 08:12:57,150 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde used request id req-dd43a6c8-797a-475a-bd6c-be6182d6c3ee 2019-01-09 08:12:57,151 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a 2019-01-09 08:12:57,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f13643c8e96f2606d0eca232b94d94cc1655a3" 2019-01-09 08:12:57,871 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:57 GMT Server: Apache x-compute-request-id: req-039dc7d5-39ae-468f-b721-e63457549ce1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-039dc7d5-39ae-468f-b721-e63457549ce1 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:12:57.000000", "replication_status": null, "snapshot_id": null, "id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-6425dfb0-f618-4213-8806-36ff24d9a02a", "bootable": "false", "created_at": "2019-01-09T08:12:56.000000", "volume_type": null}} 2019-01-09 08:12:57,872 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde used request id req-039dc7d5-39ae-468f-b721-e63457549ce1 2019-01-09 08:12:57,872 - create_volume - DEBUG - Instance status is - available 2019-01-09 08:12:57,872 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a 2019-01-09 08:12:57,872 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a 2019-01-09 08:12:57,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:12:57,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:12:58,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:12:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["3FhgGfKLQg-ztsvsmfP3xg"], "issued_at": "2019-01-09T08:12:58.000000Z"}} 2019-01-09 08:12:58,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:58,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b65ce57d-d034-4738-a707-0dd55dd4acc3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:12:58,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b65ce57d-d034-4738-a707-0dd55dd4acc3 2019-01-09 08:12:58,337 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:12:58,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:58,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2506d5bc-3be9-493b-b977-88b419d8f109 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:12:58,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2506d5bc-3be9-493b-b977-88b419d8f109 2019-01-09 08:12:58,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:58,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-66a554f8-8922-4748-b901-8c376d877e6c Date: Wed, 09 Jan 2019 08:12:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:12:58,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-66a554f8-8922-4748-b901-8c376d877e6c 2019-01-09 08:12:58,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:12:58,656 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:12:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:12:58,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:58,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d8f7c3-ce45-41c5-9c11-9696ea4e7451 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:12:58,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-12d8f7c3-ce45-41c5-9c11-9696ea4e7451 2019-01-09 08:12:58,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:58,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-45aeb9e6-e372-4711-bf1f-17f9048aeca9 Date: Wed, 09 Jan 2019 08:12:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:12:58,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-45aeb9e6-e372-4711-bf1f-17f9048aeca9 2019-01-09 08:12:58,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:59,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dbdcfaf3-6389-473b-a419-8dc7cda1869b Date: Wed, 09 Jan 2019 08:12:59 GMT RESP BODY: {"ports":[]} 2019-01-09 08:12:59,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port&admin_state_up=True used request id req-dbdcfaf3-6389-473b-a419-8dc7cda1869b 2019-01-09 08:12:59,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:59,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12: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-b71f3e32-48ff-4e82-b9bb-ed55379a29a5 x-compute-request-id: req-b71f3e32-48ff-4e82-b9bb-ed55379a29a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 08:12:59,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst used request id req-b71f3e32-48ff-4e82-b9bb-ed55379a29a5 2019-01-09 08:12:59,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:59,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4c346113-6220-42d6-b16c-f265230a8d50 Date: Wed, 09 Jan 2019 08:12:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:12:59,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-4c346113-6220-42d6-b16c-f265230a8d50 2019-01-09 08:12:59,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:59,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5166fefb-78b8-4ae1-a9db-64ad8ebd4e65 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:12:59,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-5166fefb-78b8-4ae1-a9db-64ad8ebd4e65 2019-01-09 08:12:59,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:12:59,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-665f0551-659a-4301-9981-486ef4503203 Date: Wed, 09 Jan 2019 08:12:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:12:59,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-665f0551-659a-4301-9981-486ef4503203 2019-01-09 08:12:59,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:00,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-87941a74-57c4-4caa-be5c-3017cbf74323 Date: Wed, 09 Jan 2019 08:13:00 GMT RESP BODY: {"ports":[]} 2019-01-09 08:13:00,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port&admin_state_up=True used request id req-87941a74-57c4-4caa-be5c-3017cbf74323 2019-01-09 08:13:00,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:00,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:00,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["50WTDIPSTYCnK9kU2NzzIA"], "issued_at": "2019-01-09T08:13:00.000000Z"}} 2019-01-09 08:13:00,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621c8197c5c62dce05b3ba86a82b600a1db71157" 2019-01-09 08:13:00,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d9c5aa-a29c-430a-8c09-38b4de39efdd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:00,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b4d9c5aa-a29c-430a-8c09-38b4de39efdd 2019-01-09 08:13:00,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:00,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-85ebe685-2349-480c-bd60-d4505d52885b Date: Wed, 09 Jan 2019 08:13:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:00,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-85ebe685-2349-480c-bd60-d4505d52885b 2019-01-09 08:13:00,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:01,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f43dfe71-0fc1-4574-9de2-4d3f649d0866 Date: Wed, 09 Jan 2019 08:13:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:01,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-f43dfe71-0fc1-4574-9de2-4d3f649d0866 2019-01-09 08:13:01,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:01,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f8f57cf8-d7aa-49cd-acb1-82b263416a19 Date: Wed, 09 Jan 2019 08:13:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:01,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-f8f57cf8-d7aa-49cd-acb1-82b263416a19 2019-01-09 08:13:01,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:13:01,162 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:13:01,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621c8197c5c62dce05b3ba86a82b600a1db71157" 2019-01-09 08:13:01,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b034135f-434c-40cd-9da4-374d0fe3c556 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:01,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-b034135f-434c-40cd-9da4-374d0fe3c556 2019-01-09 08:13:01,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:01,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3a2014aa-6e8e-4723-93df-ad6a3ac0cbbb Date: Wed, 09 Jan 2019 08:13:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:01,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-3a2014aa-6e8e-4723-93df-ad6a3ac0cbbb 2019-01-09 08:13:01,304 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net 2019-01-09 08:13:01,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" -d '{"port": {"network_id": "5cb83194-0bda-4002-b95a-ecdae544a212", "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port", "admin_state_up": true}}' 2019-01-09 08:13:02,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-dfdf13f5-07c2-43bb-ae39-4145a876e952 Date: Wed, 09 Jan 2019 08:13:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:01Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.12"}],"id":"3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:23:b7:26","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:01Z","binding:vnic_type":"normal"}} 2019-01-09 08:13:02,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-dfdf13f5-07c2-43bb-ae39-4145a876e952 2019-01-09 08:13:02,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:02,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ef139750-1d4f-4a3a-bf12-dd6865920624 Date: Wed, 09 Jan 2019 08:13:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:02,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-ef139750-1d4f-4a3a-bf12-dd6865920624 2019-01-09 08:13:02,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:02,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a49be371-c249-41a3-b719-a58028d34c94 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:02,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-a49be371-c249-41a3-b719-a58028d34c94 2019-01-09 08:13:02,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:02,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-511a56d6-c2c0-4dfb-9a04-c303bcf57ef7 Date: Wed, 09 Jan 2019 08:13:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:02,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-511a56d6-c2c0-4dfb-9a04-c303bcf57ef7 2019-01-09 08:13:02,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:02,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-b8de2700-8551-4c4f-ae47-adf937e629b5 Date: Wed, 09 Jan 2019 08:13:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:01Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.12"}],"id":"3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:23:b7:26","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:01Z","binding:vnic_type":"normal"}]} 2019-01-09 08:13:02,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port&admin_state_up=True used request id req-b8de2700-8551-4c4f-ae47-adf937e629b5 2019-01-09 08:13:02,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:02,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ce06f4-cf4d-42ad-97cd-969d542262d1 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:02,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-05ce06f4-cf4d-42ad-97cd-969d542262d1 2019-01-09 08:13:02,881 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst 2019-01-09 08:13:02,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:02,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-82a2ece9-38fd-48c3-ae47-0cd1cc3aa81d x-compute-request-id: req-82a2ece9-38fd-48c3-ae47-0cd1cc3aa81d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-flavor"}]} 2019-01-09 08:13:02,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-82a2ece9-38fd-48c3-ae47-0cd1cc3aa81d 2019-01-09 08:13:02,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/80180bf6-8719-44ad-8422-88937d218a22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:02,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-632aa454-a838-4fab-becd-e7efc9d75eec x-compute-request-id: req-632aa454-a838-4fab-becd-e7efc9d75eec Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "80180bf6-8719-44ad-8422-88937d218a22", "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:02,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/80180bf6-8719-44ad-8422-88937d218a22 used request id req-632aa454-a838-4fab-becd-e7efc9d75eec 2019-01-09 08:13:02,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:03,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-975458b0-0b85-4f3b-b2f4-7faf91bbf398 Date: Wed, 09 Jan 2019 08:13:03 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:12:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:12:51Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/snap", "metadata": {}}], "self": "/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "min_disk": 0, "protected": false, "id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "file": "/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6ed91da2-2487-40ab-bc9e-d18eac04f420/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image"} 2019-01-09 08:13:03,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image used request id req-975458b0-0b85-4f3b-b2f4-7faf91bbf398 2019-01-09 08:13:03,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:03,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-61b30651-b320-4ac2-8e17-38a8c60e72a1 Date: Wed, 09 Jan 2019 08:13:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:13:03,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-61b30651-b320-4ac2-8e17-38a8c60e72a1 2019-01-09 08:13:03,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "imageRef": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "flavorRef": "80180bf6-8719-44ad-8422-88937d218a22", "max_count": 1, "min_count": 1, "networks": [{"port": "3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d"}]}}' 2019-01-09 08:13:05,932 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04e94ecf-2229-4a47-ab4a-860f5e86ff47 x-compute-request-id: req-04e94ecf-2229-4a47-ab4a-860f5e86ff47 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "adminPass": "V6gwDvJJwShs"}} 2019-01-09 08:13:05,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-04e94ecf-2229-4a47-ab4a-860f5e86ff47 2019-01-09 08:13:05,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:06,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-1872cddd-ed9c-4a24-bbbb-39a37468a2af x-compute-request-id: req-1872cddd-ed9c-4a24-bbbb-39a37468a2af 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.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:13:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:13:06,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-1872cddd-ed9c-4a24-bbbb-39a37468a2af 2019-01-09 08:13:06,179 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst 2019-01-09 08:13:06,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:06,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-b23376dd-ee0f-4740-a9fc-db1481489e21 x-compute-request-id: req-b23376dd-ee0f-4740-a9fc-db1481489e21 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:13:06Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:13:06,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-b23376dd-ee0f-4740-a9fc-db1481489e21 2019-01-09 08:13:06,587 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst] is - BUILD 2019-01-09 08:13:06,588 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:13:09,591 - create_instance - DEBUG - VM status query timeout in 896.588815928 2019-01-09 08:13:09,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:10,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-d6e5c90d-8df5-42fd-a760-21ca2d409bec x-compute-request-id: req-d6e5c90d-8df5-42fd-a760-21ca2d409bec Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "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": "2019-01-09T08:13:07Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:13:10,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-d6e5c90d-8df5-42fd-a760-21ca2d409bec 2019-01-09 08:13:10,051 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst] is - BUILD 2019-01-09 08:13:10,051 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:13:13,054 - create_instance - DEBUG - VM status query timeout in 893.125247955 2019-01-09 08:13:13,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:13,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-1eddb045-3d43-4d69-a4cc-43d539113267 x-compute-request-id: req-1eddb045-3d43-4d69-a4cc-43d539113267 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-09T08:13:09.000000", "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:13:10Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:13:13,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-1eddb045-3d43-4d69-a4cc-43d539113267 2019-01-09 08:13:13,638 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst] is - ACTIVE 2019-01-09 08:13:13,638 - create_instance - INFO - VM is - ACTIVE 2019-01-09 08:13:13,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:14,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-adb6d5c7-79c5-420f-8a08-046c5c0de93c x-compute-request-id: req-adb6d5c7-79c5-420f-8a08-046c5c0de93c Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-09T08:13:09.000000", "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:13:10Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:13:14,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-adb6d5c7-79c5-420f-8a08-046c5c0de93c 2019-01-09 08:13:14,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:14,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5ee8114e-e66c-4f42-8ff1-899317642c69 Date: Wed, 09 Jan 2019 08:13:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:14,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-5ee8114e-e66c-4f42-8ff1-899317642c69 2019-01-09 08:13:14,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:14,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49042664-ca84-4703-9ac8-a5715c62b153 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:14,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-49042664-ca84-4703-9ac8-a5715c62b153 2019-01-09 08:13:14,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:14,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5e9cfcd0-e84f-478c-a256-cce2fae918ad Date: Wed, 09 Jan 2019 08:13:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:14,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-5e9cfcd0-e84f-478c-a256-cce2fae918ad 2019-01-09 08:13:14,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:14,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b6b90402-f68d-4eeb-8041-4ecaee4026f1 Date: Wed, 09 Jan 2019 08:13:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:08Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.12"}],"id":"3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:b7:26","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1fda1d03-98aa-4cb1-afbb-d8912634ff40","name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.4"}],"id":"45ab40d7-b500-4c94-b545-78f8e78d368e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:8f:10","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.2"}],"id":"5f76ec1b-8fad-448c-bd85-2f30502e5ef7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:7f:4d","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.3"}],"id":"abf285e8-7e84-417a-b498-11a00a8f5e28","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:a1:ab","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"}]} 2019-01-09 08:13:14,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-b6b90402-f68d-4eeb-8041-4ecaee4026f1 2019-01-09 08:13:14,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:15,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["GSvC5_2cRgK48aU__alT0A"], "issued_at": "2019-01-09T08:13:15.000000Z"}} 2019-01-09 08:13:15,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:15,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ccac2d4-bee2-42d9-81bb-f528f25a4671 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:15,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0ccac2d4-bee2-42d9-81bb-f528f25a4671 2019-01-09 08:13:15,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:15,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-069ef13b-1d4f-450c-8e77-49a4567efdc4 x-compute-request-id: req-069ef13b-1d4f-450c-8e77-49a4567efdc4 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-09T08:13:09.000000", "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:13:10Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:13:15,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-069ef13b-1d4f-450c-8e77-49a4567efdc4 2019-01-09 08:13:15,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:15,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f40b020c-4856-4bdf-b827-3eef7602e732 Date: Wed, 09 Jan 2019 08:13:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:15,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-f40b020c-4856-4bdf-b827-3eef7602e732 2019-01-09 08:13:15,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:15,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a4fce3-9716-4410-9c70-7792686bd451 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:15,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-26a4fce3-9716-4410-9c70-7792686bd451 2019-01-09 08:13:15,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:15,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-38d30c50-8b3c-4235-a4e6-0c7cb0f3ea9b Date: Wed, 09 Jan 2019 08:13:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:15,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-38d30c50-8b3c-4235-a4e6-0c7cb0f3ea9b 2019-01-09 08:13:15,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:16,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-43a5947a-823e-4cb6-849d-26768d83998d Date: Wed, 09 Jan 2019 08:13:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:08Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.12"}],"id":"3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:b7:26","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1fda1d03-98aa-4cb1-afbb-d8912634ff40","name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.4"}],"id":"45ab40d7-b500-4c94-b545-78f8e78d368e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:8f:10","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.2"}],"id":"5f76ec1b-8fad-448c-bd85-2f30502e5ef7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:7f:4d","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.3"}],"id":"abf285e8-7e84-417a-b498-11a00a8f5e28","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:a1:ab","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"}]} 2019-01-09 08:13:16,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-43a5947a-823e-4cb6-849d-26768d83998d 2019-01-09 08:13:16,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" -d '{"volumeAttachment": {"volumeId": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde"}}' 2019-01-09 08:13:18,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-6a5ec373-6b40-4ca4-9f0e-57b33b9ffb26 x-compute-request-id: req-6a5ec373-6b40-4ca4-9f0e-57b33b9ffb26 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "volumeId": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde"}} 2019-01-09 08:13:18,270 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40/os-volume_attachments used request id req-6a5ec373-6b40-4ca4-9f0e-57b33b9ffb26 2019-01-09 08:13:18,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:18,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-17fc8040-1f32-421b-95b3-9f070916bf45 x-compute-request-id: req-17fc8040-1f32-421b-95b3-9f070916bf45 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-09T08:13:09.000000", "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:13:10Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde"}], "metadata": {}}} 2019-01-09 08:13:18,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-17fc8040-1f32-421b-95b3-9f070916bf45 2019-01-09 08:13:18,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:19,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-99f92ef0-34a8-43e4-9648-eeda9c280405 Date: Wed, 09 Jan 2019 08:13:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:19,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-99f92ef0-34a8-43e4-9648-eeda9c280405 2019-01-09 08:13:19,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:13:19,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:13: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:13:19,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:19,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ad180e-3bbd-4989-a9e0-c4d996075d5f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:19,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-70ad180e-3bbd-4989-a9e0-c4d996075d5f 2019-01-09 08:13:19,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:19,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ebf3e171-f1db-4110-bcbf-430e5de0210b Date: Wed, 09 Jan 2019 08:13:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:19,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-ebf3e171-f1db-4110-bcbf-430e5de0210b 2019-01-09 08:13:19,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:19,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b94a0435-fd0f-4b0a-b89f-2446e19f7bef Date: Wed, 09 Jan 2019 08:13:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:08Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.12"}],"id":"3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:b7:26","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1fda1d03-98aa-4cb1-afbb-d8912634ff40","name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.4"}],"id":"45ab40d7-b500-4c94-b545-78f8e78d368e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:8f:10","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.2"}],"id":"5f76ec1b-8fad-448c-bd85-2f30502e5ef7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:7f:4d","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.3"}],"id":"abf285e8-7e84-417a-b498-11a00a8f5e28","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:a1:ab","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"}]} 2019-01-09 08:13:19,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-b94a0435-fd0f-4b0a-b89f-2446e19f7bef 2019-01-09 08:13:19,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:19,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cc67fc8-d484-4649-9bcb-a6c031aeb383 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:19,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9cc67fc8-d484-4649-9bcb-a6c031aeb383 2019-01-09 08:13:19,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:20,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-417c7af7-0cd7-4156-823d-347922f93e4d x-compute-request-id: req-417c7af7-0cd7-4156-823d-347922f93e4d Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-09T08:13:09.000000", "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:13:10Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde"}], "metadata": {}}} 2019-01-09 08:13:20,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-417c7af7-0cd7-4156-823d-347922f93e4d 2019-01-09 08:13:20,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:20,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-16a3827f-c64c-4499-b147-a6c62ea258be Date: Wed, 09 Jan 2019 08:13:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:20,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-16a3827f-c64c-4499-b147-a6c62ea258be 2019-01-09 08:13:20,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:20,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edb54b8b-6c44-4dda-ba40-b6b213c75568 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:20,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-edb54b8b-6c44-4dda-ba40-b6b213c75568 2019-01-09 08:13:20,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:20,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0bb10e9c-f55f-48c4-a8b1-914d107a2ac0 Date: Wed, 09 Jan 2019 08:13:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:20,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-0bb10e9c-f55f-48c4-a8b1-914d107a2ac0 2019-01-09 08:13:20,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:21,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-1c98615a-9600-4a13-8523-9d4e8c31b42b Date: Wed, 09 Jan 2019 08:13:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:08Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.12"}],"id":"3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:b7:26","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1fda1d03-98aa-4cb1-afbb-d8912634ff40","name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.4"}],"id":"45ab40d7-b500-4c94-b545-78f8e78d368e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:8f:10","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.2"}],"id":"5f76ec1b-8fad-448c-bd85-2f30502e5ef7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:7f:4d","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.3"}],"id":"abf285e8-7e84-417a-b498-11a00a8f5e28","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:a1:ab","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"}]} 2019-01-09 08:13:21,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-1c98615a-9600-4a13-8523-9d4e8c31b42b 2019-01-09 08:13:21,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:21,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-d8a43eca-e2b1-4d5f-b4a3-256b08bf4b8c x-compute-request-id: req-d8a43eca-e2b1-4d5f-b4a3-256b08bf4b8c Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-09T08:13:09.000000", "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:13:20Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde"}], "metadata": {}}} 2019-01-09 08:13:21,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-d8a43eca-e2b1-4d5f-b4a3-256b08bf4b8c 2019-01-09 08:13:21,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:22,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0dab4523-5391-4b56-bc37-17f52d4f0a1b Date: Wed, 09 Jan 2019 08:13:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:22,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-0dab4523-5391-4b56-bc37-17f52d4f0a1b 2019-01-09 08:13:22,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:22,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4396bf9e-4746-49a5-8f93-378921f94219 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:22,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-4396bf9e-4746-49a5-8f93-378921f94219 2019-01-09 08:13:22,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:22,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ff1daf90-ac6e-4ee8-8f52-821cf9631694 Date: Wed, 09 Jan 2019 08:13:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:22,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-ff1daf90-ac6e-4ee8-8f52-821cf9631694 2019-01-09 08:13:22,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:22,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-7e04fd13-76d8-49f2-912f-962f4c377465 Date: Wed, 09 Jan 2019 08:13:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:08Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.12"}],"id":"3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:b7:26","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1fda1d03-98aa-4cb1-afbb-d8912634ff40","name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.4"}],"id":"45ab40d7-b500-4c94-b545-78f8e78d368e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:8f:10","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.2"}],"id":"5f76ec1b-8fad-448c-bd85-2f30502e5ef7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:7f:4d","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.3"}],"id":"abf285e8-7e84-417a-b498-11a00a8f5e28","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:a1:ab","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"}]} 2019-01-09 08:13:22,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-7e04fd13-76d8-49f2-912f-962f4c377465 2019-01-09 08:13:22,693 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:23,451 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:22 GMT Server: Apache x-compute-request-id: req-6a700ae4-40e7-47f3-aca8-4a52d804b4d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a700ae4-40e7-47f3-aca8-4a52d804b4d9 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "attachment_id": "f2662eef-ebdb-419a-8556-f3df64999594", "attached_at": "2019-01-09T08:13:21.000000", "host_name": null, "volume_id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "device": "/dev/vdb", "id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde"}], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:13:21.000000", "replication_status": null, "snapshot_id": null, "id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-6425dfb0-f618-4213-8806-36ff24d9a02a", "bootable": "false", "created_at": "2019-01-09T08:12:56.000000", "volume_type": null}} 2019-01-09 08:13:23,452 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde used request id req-6a700ae4-40e7-47f3-aca8-4a52d804b4d9 2019-01-09 08:13:23,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:23,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-805aa40b-7bc3-4f1b-b83b-594213fc14f8 x-compute-request-id: req-805aa40b-7bc3-4f1b-b83b-594213fc14f8 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-09T08:13:09.000000", "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:13:20Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde"}], "metadata": {}}} 2019-01-09 08:13:23,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-805aa40b-7bc3-4f1b-b83b-594213fc14f8 2019-01-09 08:13:23,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:23,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-176093ef-3f7a-491a-9f8c-7b122c87cf4c Date: Wed, 09 Jan 2019 08:13:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5cb83194-0bda-4002-b95a-ecdae544a212","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["3468be38-8182-432b-b1ed-86e35e846b54"],"description":"","tags":[],"updated_at":"2019-01-09T08:12:54Z","provider:segmentation_id":60,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:13:23,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net used request id req-176093ef-3f7a-491a-9f8c-7b122c87cf4c 2019-01-09 08:13:23,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:24,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a9412d-0f67-423e-b568-425c5058b2da Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:13:24,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-f4a9412d-0f67-423e-b568-425c5058b2da 2019-01-09 08:13:24,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:24,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d30c010b-6ec8-4446-950f-dfedfcebd98a Date: Wed, 09 Jan 2019 08:13:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:12:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"3468be38-8182-432b-b1ed-86e35e846b54","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet"}]} 2019-01-09 08:13:24,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-d30c010b-6ec8-4446-950f-dfedfcebd98a 2019-01-09 08:13:24,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:24,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-b9d4d50b-54d3-4e8c-a6bb-63dcd3898111 Date: Wed, 09 Jan 2019 08:13:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:08Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.12"}],"id":"3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:23:b7:26","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"1fda1d03-98aa-4cb1-afbb-d8912634ff40","name":"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.4"}],"id":"45ab40d7-b500-4c94-b545-78f8e78d368e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:11:8f:10","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.2"}],"id":"5f76ec1b-8fad-448c-bd85-2f30502e5ef7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cf:7f:4d","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:12:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3468be38-8182-432b-b1ed-86e35e846b54","ip_address":"10.55.0.3"}],"id":"abf285e8-7e84-417a-b498-11a00a8f5e28","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:a1:ab","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5cb83194-0bda-4002-b95a-ecdae544a212","name":"","admin_state_up":true,"network_id":"5cb83194-0bda-4002-b95a-ecdae544a212","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:12:55Z","binding:vnic_type":"normal"}]} 2019-01-09 08:13:24,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-b9d4d50b-54d3-4e8c-a6bb-63dcd3898111 2019-01-09 08:13:24,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40/os-volume_attachments/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19e54224b3f1feeb43b8b3d5c42dadddc2880a36" 2019-01-09 08:13:24,894 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13: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-f48a0eaf-c9f5-495b-939e-42bd504a3d75 x-compute-request-id: req-f48a0eaf-c9f5-495b-939e-42bd504a3d75 Content-Length: 0 Content-Type: application/json 2019-01-09 08:13:24,894 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40/os-volume_attachments/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde used request id req-f48a0eaf-c9f5-495b-939e-42bd504a3d75 2019-01-09 08:13:24,894 - create_instance - INFO - Deleting Port with ID - 3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d 2019-01-09 08:13:24,895 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-port 2019-01-09 08:13:24,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:25,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c84dd28-2fd0-4008-9d3d-1e274945b288 Date: Wed, 09 Jan 2019 08:13:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:13:25,348 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/3dbe33dc-e520-4a71-9f3f-6b5d9a39f41d used request id req-4c84dd28-2fd0-4008-9d3d-1e274945b288 2019-01-09 08:13:25,348 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst 2019-01-09 08:13:25,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:25,709 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:13: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-24bdf67a-8da7-4aaf-9645-c02d60319441 x-compute-request-id: req-24bdf67a-8da7-4aaf-9645-c02d60319441 Content-Type: application/json 2019-01-09 08:13:25,710 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-24bdf67a-8da7-4aaf-9645-c02d60319441 2019-01-09 08:13:25,710 - create_instance - INFO - Checking deletion status 2019-01-09 08:13:25,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:25,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-c75cec3d-2512-497f-82b5-88186053ef68 x-compute-request-id: req-c75cec3d-2512-497f-82b5-88186053ef68 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:b7:26", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40", "rel": "bookmark"}], "image": {"id": "6ed91da2-2487-40ab-bc9e-d18eac04f420", "links": [{"href": "http://172.30.9.30:8774/images/6ed91da2-2487-40ab-bc9e-d18eac04f420", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-09T08:13:09.000000", "flavor": {"id": "80180bf6-8719-44ad-8422-88937d218a22", "links": [{"href": "http://172.30.9.30:8774/flavors/80180bf6-8719-44ad-8422-88937d218a22", "rel": "bookmark"}]}, "id": "1fda1d03-98aa-4cb1-afbb-d8912634ff40", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:13:25Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst", "created": "2019-01-09T08:13:05Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [{"id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde"}], "metadata": {}}} 2019-01-09 08:13:25,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-c75cec3d-2512-497f-82b5-88186053ef68 2019-01-09 08:13:25,948 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst] is - ACTIVE 2019-01-09 08:13:25,949 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:13:28,952 - create_instance - DEBUG - VM status query timeout in 296.758363962 2019-01-09 08:13:28,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f61c332e2dbb8fb5046ce2873d813876074554" 2019-01-09 08:13:28,999 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:13: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-11e48ab5-e6e3-4dc0-87f0-26123b692583 x-compute-request-id: req-11e48ab5-e6e3-4dc0-87f0-26123b692583 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1fda1d03-98aa-4cb1-afbb-d8912634ff40 could not be found.", "code": 404}} 2019-01-09 08:13:28,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/1fda1d03-98aa-4cb1-afbb-d8912634ff40 used request id req-11e48ab5-e6e3-4dc0-87f0-26123b692583 2019-01-09 08:13:28,999 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1fda1d03-98aa-4cb1-afbb-d8912634ff40 could not be found. (HTTP 404) (Request-ID: req-11e48ab5-e6e3-4dc0-87f0-26123b692583) 2019-01-09 08:13:29,000 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-vm_inst 2019-01-09 08:13:29,003 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f13643c8e96f2606d0eca232b94d94cc1655a3" 2019-01-09 08:13:29,760 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:29 GMT Server: Apache x-compute-request-id: req-ee0dc6fb-caca-4059-88cc-cbd7cb83609b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee0dc6fb-caca-4059-88cc-cbd7cb83609b Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:13:27.000000", "replication_status": null, "snapshot_id": null, "id": "ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-6425dfb0-f618-4213-8806-36ff24d9a02a", "bootable": "false", "created_at": "2019-01-09T08:12:56.000000", "volume_type": null}} 2019-01-09 08:13:29,761 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde used request id req-ee0dc6fb-caca-4059-88cc-cbd7cb83609b 2019-01-09 08:13:29,761 - create_volume - DEBUG - Instance status is - available 2019-01-09 08:13:29,761 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a 2019-01-09 08:13:29,761 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a 2019-01-09 08:13:29,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f13643c8e96f2606d0eca232b94d94cc1655a3" 2019-01-09 08:13:29,980 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-569364ec-2c92-4c1a-a20d-f572e4ec1a86 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. 2019-01-09 08:13:29,980 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde used request id req-569364ec-2c92-4c1a-a20d-f572e4ec1a86 2019-01-09 08:13:29,983 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5f770a4-a00b-42c5-b2b0-9701134f1c7c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f13643c8e96f2606d0eca232b94d94cc1655a3" 2019-01-09 08:13:30,712 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:13:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7d30695d-5ed0-4b88-9f84-f79aa35b5c86 x-openstack-request-id: req-7d30695d-5ed0-4b88-9f84-f79aa35b5c86 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde could not be found.", "code": 404}} 2019-01-09 08:13:30,712 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde used request id req-7d30695d-5ed0-4b88-9f84-f79aa35b5c86 2019-01-09 08:13:30,713 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume ccd67b4f-59d0-4d1c-a4ba-451cdb5a6fde could not be found. (HTTP 404) (Request-ID: req-7d30695d-5ed0-4b88-9f84-f79aa35b5c86) 2019-01-09 08:13:30,713 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a 2019-01-09 08:13:30,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/80180bf6-8719-44ad-8422-88937d218a22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}682fd7f416ca2796c1543ed896a98c4d4b271c83" 2019-01-09 08:13:30,771 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13: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-8a3c21c8-926f-43c0-bec6-b1c27a5ff116 x-compute-request-id: req-8a3c21c8-926f-43c0-bec6-b1c27a5ff116 Content-Length: 0 Content-Type: application/json 2019-01-09 08:13:30,771 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/80180bf6-8719-44ad-8422-88937d218a22 used request id req-8a3c21c8-926f-43c0-bec6-b1c27a5ff116 2019-01-09 08:13:30,772 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet 2019-01-09 08:13:30,772 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-subnet 2019-01-09 08:13:30,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/3468be38-8182-432b-b1ed-86e35e846b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" 2019-01-09 08:13:32,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4147bcf2-fb15-4a80-a213-d8eb61dcc6e3 Date: Wed, 09 Jan 2019 08:13:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:13:32,875 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/3468be38-8182-432b-b1ed-86e35e846b54 used request id req-4147bcf2-fb15-4a80-a213-d8eb61dcc6e3 2019-01-09 08:13:32,875 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-net 2019-01-09 08:13:32,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/5cb83194-0bda-4002-b95a-ecdae544a212 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7232e1e87654605ae700b14b9a7cbac46edc7eeb" 2019-01-09 08:13:34,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c35d766f-c1ff-455d-95a4-f0e488b6a306 Date: Wed, 09 Jan 2019 08:13:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:13:34,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5cb83194-0bda-4002-b95a-ecdae544a212 used request id req-c35d766f-c1ff-455d-95a4-f0e488b6a306 2019-01-09 08:13:34,474 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-6425dfb0-f618-4213-8806-36ff24d9a02a-image 2019-01-09 08:13:34,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ccbb8a8838b496945dd14373fe5c199be3b16f16" 2019-01-09 08:13:36,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7d1d80fe-f86b-4729-80fa-8407cb537602 Date: Wed, 09 Jan 2019 08:13:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:13:36,206 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6ed91da2-2487-40ab-bc9e-d18eac04f420 used request id req-7d1d80fe-f86b-4729-80fa-8407cb537602 2019-01-09 08:13:36,208 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:36,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:36,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:36,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["I5WaTqyaQe2_CY0c0QfzDA"], "issued_at": "2019-01-09T08:13:36.000000Z"}} 2019-01-09 08:13:36,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c335b618ccb528f5fa1c50f1f285770abbdb507a" 2019-01-09 08:13:36,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc37c316-4c8a-4b8d-b861-473c4acc6cc3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:36,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cc37c316-4c8a-4b8d-b861-473c4acc6cc3 2019-01-09 08:13:36,681 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:36,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c335b618ccb528f5fa1c50f1f285770abbdb507a" 2019-01-09 08:13:36,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-3dead8f8-1e10-48b5-9487-9b98d2b471e0 x-compute-request-id: req-3dead8f8-1e10-48b5-9487-9b98d2b471e0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:36,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-3dead8f8-1e10-48b5-9487-9b98d2b471e0 2019-01-09 08:13:36,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c335b618ccb528f5fa1c50f1f285770abbdb507a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-7b2b32a0-5755-4670-829b-23247309ff27name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-09 08:13:36,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-abc506bc-2f1c-4f83-9bed-7ac61c9a3701 x-compute-request-id: req-abc506bc-2f1c-4f83-9bed-7ac61c9a3701 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d918b13b-36e1-48cc-ab55-2ba079626025", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d918b13b-36e1-48cc-ab55-2ba079626025", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d918b13b-36e1-48cc-ab55-2ba079626025", "name": "CreateFlavorTests-7b2b32a0-5755-4670-829b-23247309ff27name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:36,951 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-abc506bc-2f1c-4f83-9bed-7ac61c9a3701 2019-01-09 08:13:36,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:37,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["3EAMaZR0QcqsVtwJf6fd_Q"], "issued_at": "2019-01-09T08:13:37.000000Z"}} 2019-01-09 08:13:37,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/d918b13b-36e1-48cc-ab55-2ba079626025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43515988e2fec717ef71b8a73535f12e9b9a00c8" 2019-01-09 08:13:37,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-cd7c2e2f-bae5-4e04-b959-733a621d240c x-compute-request-id: req-cd7c2e2f-bae5-4e04-b959-733a621d240c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/d918b13b-36e1-48cc-ab55-2ba079626025", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/d918b13b-36e1-48cc-ab55-2ba079626025", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d918b13b-36e1-48cc-ab55-2ba079626025", "name": "CreateFlavorTests-7b2b32a0-5755-4670-829b-23247309ff27name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:37,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/d918b13b-36e1-48cc-ab55-2ba079626025 used request id req-cd7c2e2f-bae5-4e04-b959-733a621d240c 2019-01-09 08:13:37,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/d918b13b-36e1-48cc-ab55-2ba079626025/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43515988e2fec717ef71b8a73535f12e9b9a00c8" 2019-01-09 08:13:37,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-eecb7ae0-2d76-40a2-b720-679076346f81 x-compute-request-id: req-eecb7ae0-2d76-40a2-b720-679076346f81 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:13:37,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/d918b13b-36e1-48cc-ab55-2ba079626025/os-extra_specs used request id req-eecb7ae0-2d76-40a2-b720-679076346f81 2019-01-09 08:13:37,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/d918b13b-36e1-48cc-ab55-2ba079626025 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c335b618ccb528f5fa1c50f1f285770abbdb507a" 2019-01-09 08:13:37,950 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13: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-57ac155e-900b-4aaa-b41a-792ae27e22cb x-compute-request-id: req-57ac155e-900b-4aaa-b41a-792ae27e22cb Content-Length: 0 Content-Type: application/json 2019-01-09 08:13:37,950 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/d918b13b-36e1-48cc-ab55-2ba079626025 used request id req-57ac155e-900b-4aaa-b41a-792ae27e22cb 2019-01-09 08:13:37,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43515988e2fec717ef71b8a73535f12e9b9a00c8" 2019-01-09 08:13:37,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-5010cfbc-e780-4b28-91d3-c4d0cab340e9 x-compute-request-id: req-5010cfbc-e780-4b28-91d3-c4d0cab340e9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:37,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5010cfbc-e780-4b28-91d3-c4d0cab340e9 2019-01-09 08:13:37,980 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:37,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:37,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:38,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["d8oW7mhuTeW5l689_3bV0A"], "issued_at": "2019-01-09T08:13:38.000000Z"}} 2019-01-09 08:13:38,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c20ba43c1eb1c633fd5e261e7627a48f907d69" 2019-01-09 08:13:38,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30a21545-6411-4d3b-8f2a-dfedf411b9ff Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:38,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-30a21545-6411-4d3b-8f2a-dfedf411b9ff 2019-01-09 08:13:38,455 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:38,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c20ba43c1eb1c633fd5e261e7627a48f907d69" 2019-01-09 08:13:38,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-c27a927f-ab29-4b38-9766-d74b28190ab1 x-compute-request-id: req-c27a927f-ab29-4b38-9766-d74b28190ab1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:38,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c27a927f-ab29-4b38-9766-d74b28190ab1 2019-01-09 08:13:38,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c20ba43c1eb1c633fd5e261e7627a48f907d69" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-0d1ecc8a-98eb-4191-a860-2732c1867a11name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-09 08:13:38,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-9852a8ba-e6c7-4ceb-9b8b-a6c1fac39261 x-compute-request-id: req-9852a8ba-e6c7-4ceb-9b8b-a6c1fac39261 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "006b247e-2854-4b74-b4f8-32f0264f04cf", "name": "CreateFlavorTests-0d1ecc8a-98eb-4191-a860-2732c1867a11name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:38,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9852a8ba-e6c7-4ceb-9b8b-a6c1fac39261 2019-01-09 08:13:38,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:39,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Zsz6IwPOSbGHtsyimEd9LA"], "issued_at": "2019-01-09T08:13:39.000000Z"}} 2019-01-09 08:13:39,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f05cf7cbdc58331079bc0a474e438c2b1cd8cb7" 2019-01-09 08:13:39,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-90e821db-10a1-463f-9944-ef639abf7047 x-compute-request-id: req-90e821db-10a1-463f-9944-ef639abf7047 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "006b247e-2854-4b74-b4f8-32f0264f04cf", "name": "CreateFlavorTests-0d1ecc8a-98eb-4191-a860-2732c1867a11name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:39,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf used request id req-90e821db-10a1-463f-9944-ef639abf7047 2019-01-09 08:13:39,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f05cf7cbdc58331079bc0a474e438c2b1cd8cb7" 2019-01-09 08:13:39,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-45ec2a49-6fec-461e-9e72-b16946e6cfab x-compute-request-id: req-45ec2a49-6fec-461e-9e72-b16946e6cfab Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:13:39,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf/os-extra_specs used request id req-45ec2a49-6fec-461e-9e72-b16946e6cfab 2019-01-09 08:13:39,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f05cf7cbdc58331079bc0a474e438c2b1cd8cb7" 2019-01-09 08:13:39,345 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13: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-5bad33bf-ac79-46de-8838-5d41883b7ec6 x-compute-request-id: req-5bad33bf-ac79-46de-8838-5d41883b7ec6 Content-Length: 0 Content-Type: application/json 2019-01-09 08:13:39,345 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf used request id req-5bad33bf-ac79-46de-8838-5d41883b7ec6 2019-01-09 08:13:39,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f05cf7cbdc58331079bc0a474e438c2b1cd8cb7" 2019-01-09 08:13:39,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-9d4d1b01-c5a6-4580-a133-ee6ae52e28f5 x-compute-request-id: req-9d4d1b01-c5a6-4580-a133-ee6ae52e28f5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:39,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9d4d1b01-c5a6-4580-a133-ee6ae52e28f5 2019-01-09 08:13:39,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c20ba43c1eb1c633fd5e261e7627a48f907d69" 2019-01-09 08:13:39,394 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:13: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-4d0a0493-cffd-4b6e-bba2-16fd7f50c8b6 x-compute-request-id: req-4d0a0493-cffd-4b6e-bba2-16fd7f50c8b6 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 006b247e-2854-4b74-b4f8-32f0264f04cf could not be found.", "code": 404}} 2019-01-09 08:13:39,394 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/006b247e-2854-4b74-b4f8-32f0264f04cf used request id req-4d0a0493-cffd-4b6e-bba2-16fd7f50c8b6 2019-01-09 08:13:39,396 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:39,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:39,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:39,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["FSuI8yBHQh-bLCEp3pjPiw"], "issued_at": "2019-01-09T08:13:39.000000Z"}} 2019-01-09 08:13:39,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baca87a91ec72dc6a348b9580a456a6f074f1e2b" 2019-01-09 08:13:39,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29536a55-d759-4e43-b17a-f33b0deeb418 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:39,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-29536a55-d759-4e43-b17a-f33b0deeb418 2019-01-09 08:13:39,867 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:39,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baca87a91ec72dc6a348b9580a456a6f074f1e2b" 2019-01-09 08:13:40,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-b620191a-5142-4571-a943-a9eaee9d9b82 x-compute-request-id: req-b620191a-5142-4571-a943-a9eaee9d9b82 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:40,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b620191a-5142-4571-a943-a9eaee9d9b82 2019-01-09 08:13:40,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baca87a91ec72dc6a348b9580a456a6f074f1e2b" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-88c485c5-c6da-4cdb-83f3-a65cff55bb49name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-09 08:13:40,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-cc05ee68-04a8-407d-b497-bc9c0798f690 x-compute-request-id: req-cc05ee68-04a8-407d-b497-bc9c0798f690 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8532980a-7041-412e-a48b-fe39047c1644", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8532980a-7041-412e-a48b-fe39047c1644", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8532980a-7041-412e-a48b-fe39047c1644", "name": "CreateFlavorTests-88c485c5-c6da-4cdb-83f3-a65cff55bb49name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:40,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cc05ee68-04a8-407d-b497-bc9c0798f690 2019-01-09 08:13:40,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:40,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["BR3C83UJTwO79o_OD-sG7Q"], "issued_at": "2019-01-09T08:13:40.000000Z"}} 2019-01-09 08:13:40,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/8532980a-7041-412e-a48b-fe39047c1644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1923b00b96cc3aa1dddab02ece8a78a8cc039ec5" 2019-01-09 08:13:40,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-a059839c-a032-4211-b82f-2961fb98bc5a x-compute-request-id: req-a059839c-a032-4211-b82f-2961fb98bc5a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/8532980a-7041-412e-a48b-fe39047c1644", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/8532980a-7041-412e-a48b-fe39047c1644", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8532980a-7041-412e-a48b-fe39047c1644", "name": "CreateFlavorTests-88c485c5-c6da-4cdb-83f3-a65cff55bb49name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:40,675 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/8532980a-7041-412e-a48b-fe39047c1644 used request id req-a059839c-a032-4211-b82f-2961fb98bc5a 2019-01-09 08:13:40,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/8532980a-7041-412e-a48b-fe39047c1644/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1923b00b96cc3aa1dddab02ece8a78a8cc039ec5" 2019-01-09 08:13:40,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-a1bc2627-1783-42a9-ad3b-ec00eb1fb437 x-compute-request-id: req-a1bc2627-1783-42a9-ad3b-ec00eb1fb437 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:13:40,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/8532980a-7041-412e-a48b-fe39047c1644/os-extra_specs used request id req-a1bc2627-1783-42a9-ad3b-ec00eb1fb437 2019-01-09 08:13:40,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/8532980a-7041-412e-a48b-fe39047c1644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baca87a91ec72dc6a348b9580a456a6f074f1e2b" 2019-01-09 08:13:40,748 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13: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-85058bc3-c8b0-4053-b9f1-2bb6dc8ae00d x-compute-request-id: req-85058bc3-c8b0-4053-b9f1-2bb6dc8ae00d Content-Length: 0 Content-Type: application/json 2019-01-09 08:13:40,748 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/8532980a-7041-412e-a48b-fe39047c1644 used request id req-85058bc3-c8b0-4053-b9f1-2bb6dc8ae00d 2019-01-09 08:13:40,750 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:40,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:40,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:41,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["cTHWd1StQEOjspRoFQFNqg"], "issued_at": "2019-01-09T08:13:41.000000Z"}} 2019-01-09 08:13:41,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2345b0e8b5257fc679c43983af136e894fb23e1" 2019-01-09 08:13:41,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3bb1074-9dfa-4a2e-b311-7ce5a71fc088 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:41,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f3bb1074-9dfa-4a2e-b311-7ce5a71fc088 2019-01-09 08:13:41,214 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:41,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2345b0e8b5257fc679c43983af136e894fb23e1" 2019-01-09 08:13:41,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-715eee52-ba5e-427c-a505-b9c57d10b2ae x-compute-request-id: req-715eee52-ba5e-427c-a505-b9c57d10b2ae Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:41,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-715eee52-ba5e-427c-a505-b9c57d10b2ae 2019-01-09 08:13:41,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2345b0e8b5257fc679c43983af136e894fb23e1" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-6d35fafd-608a-4e9f-a448-08397f9fdd8cname", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2019-01-09 08:13:41,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-54fe92dd-3267-4816-9827-73e587779754 x-compute-request-id: req-54fe92dd-3267-4816-9827-73e587779754 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8", "name": "CreateFlavorTests-6d35fafd-608a-4e9f-a448-08397f9fdd8cname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2019-01-09 08:13:41,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-54fe92dd-3267-4816-9827-73e587779754 2019-01-09 08:13:41,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:41,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["9bv2puwVTleZxqKN7NRu-Q"], "issued_at": "2019-01-09T08:13:41.000000Z"}} 2019-01-09 08:13:41,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985dbfb3f5ba71508dd357abd4953a221ba17d7" 2019-01-09 08:13:42,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-dfb16057-1b3f-4248-af4b-c8592f58ab69 x-compute-request-id: req-dfb16057-1b3f-4248-af4b-c8592f58ab69 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8", "name": "CreateFlavorTests-6d35fafd-608a-4e9f-a448-08397f9fdd8cname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2019-01-09 08:13:42,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8 used request id req-dfb16057-1b3f-4248-af4b-c8592f58ab69 2019-01-09 08:13:42,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985dbfb3f5ba71508dd357abd4953a221ba17d7" 2019-01-09 08:13:42,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-e0ea92fd-ee29-4313-b99b-95d2c67b1d62 x-compute-request-id: req-e0ea92fd-ee29-4313-b99b-95d2c67b1d62 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:13:42,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8/os-extra_specs used request id req-e0ea92fd-ee29-4313-b99b-95d2c67b1d62 2019-01-09 08:13:42,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985dbfb3f5ba71508dd357abd4953a221ba17d7" 2019-01-09 08:13:42,226 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13: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-f322d66b-f625-4231-956f-3960166ae359 x-compute-request-id: req-f322d66b-f625-4231-956f-3960166ae359 Content-Length: 0 Content-Type: application/json 2019-01-09 08:13:42,226 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8 used request id req-f322d66b-f625-4231-956f-3960166ae359 2019-01-09 08:13:42,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985dbfb3f5ba71508dd357abd4953a221ba17d7" 2019-01-09 08:13:42,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-eef9a2d2-87f5-4731-a802-80d0b27418aa x-compute-request-id: req-eef9a2d2-87f5-4731-a802-80d0b27418aa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:42,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-eef9a2d2-87f5-4731-a802-80d0b27418aa 2019-01-09 08:13:42,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2345b0e8b5257fc679c43983af136e894fb23e1" 2019-01-09 08:13:42,291 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:13: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-18a02e21-9543-4bc6-980e-97590fb65003 x-compute-request-id: req-18a02e21-9543-4bc6-980e-97590fb65003 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8 could not be found.", "code": 404}} 2019-01-09 08:13:42,292 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/9dba7f4b-2d38-4934-b2b4-d44b54fdb1c8 used request id req-18a02e21-9543-4bc6-980e-97590fb65003 2019-01-09 08:13:42,293 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:42,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:42,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:42,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["1Qt_L1qFTD2e5vu4y-nxfQ"], "issued_at": "2019-01-09T08:13:42.000000Z"}} 2019-01-09 08:13:42,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a7bb36b6b0fc75b648f872b6f34c43d91d54f32" 2019-01-09 08:13:42,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f629533-2d38-4223-a749-278c5967d0f6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:42,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1f629533-2d38-4223-a749-278c5967d0f6 2019-01-09 08:13:42,756 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:42,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a7bb36b6b0fc75b648f872b6f34c43d91d54f32" 2019-01-09 08:13:42,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-95ae5d5e-af90-4b0d-bc5f-2ef342a98968 x-compute-request-id: req-95ae5d5e-af90-4b0d-bc5f-2ef342a98968 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:42,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-95ae5d5e-af90-4b0d-bc5f-2ef342a98968 2019-01-09 08:13:42,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a7bb36b6b0fc75b648f872b6f34c43d91d54f32" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-33e17045-1209-4733-b28e-e47528a7e786name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-09 08:13:43,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-d01b9745-cefb-4b24-b7b6-6dfc5d1bdbbe x-compute-request-id: req-d01b9745-cefb-4b24-b7b6-6dfc5d1bdbbe Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "aa7ea918-7e75-4505-a8be-42294b2717f3", "name": "CreateFlavorTests-33e17045-1209-4733-b28e-e47528a7e786name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:43,027 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d01b9745-cefb-4b24-b7b6-6dfc5d1bdbbe 2019-01-09 08:13:43,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:43,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["0UQKgmvATjqvjt7DVVdCVg"], "issued_at": "2019-01-09T08:13:43.000000Z"}} 2019-01-09 08:13:43,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd1bf1957546557b9eb5c72fce6286ae54f8eea" 2019-01-09 08:13:43,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-72f02b7d-f6d9-42cb-83f3-37dfce9990eb x-compute-request-id: req-72f02b7d-f6d9-42cb-83f3-37dfce9990eb Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "aa7ea918-7e75-4505-a8be-42294b2717f3", "name": "CreateFlavorTests-33e17045-1209-4733-b28e-e47528a7e786name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:43,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3 used request id req-72f02b7d-f6d9-42cb-83f3-37dfce9990eb 2019-01-09 08:13:43,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd1bf1957546557b9eb5c72fce6286ae54f8eea" 2019-01-09 08:13:43,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-166b3f20-4591-4191-abec-78675a017d01 x-compute-request-id: req-166b3f20-4591-4191-abec-78675a017d01 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:13:43,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3/os-extra_specs used request id req-166b3f20-4591-4191-abec-78675a017d01 2019-01-09 08:13:43,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:43,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:43,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["gZKDhlrbSjy1cTkllc5_AA"], "issued_at": "2019-01-09T08:13:43.000000Z"}} 2019-01-09 08:13:43,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}640498fbf4166224565b610011294af0b0fe39c1" 2019-01-09 08:13:44,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-192c34cb-b29c-4ec2-9a38-a4ccafe18701 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:44,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-192c34cb-b29c-4ec2-9a38-a4ccafe18701 2019-01-09 08:13:44,063 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:44,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}640498fbf4166224565b610011294af0b0fe39c1" 2019-01-09 08:13:44,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-48fb863a-40ac-4204-aa45-a69bc25b39ed x-compute-request-id: req-48fb863a-40ac-4204-aa45-a69bc25b39ed Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"flavors": [{"id": "aa7ea918-7e75-4505-a8be-42294b2717f3", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3", "rel": "bookmark"}], "name": "CreateFlavorTests-33e17045-1209-4733-b28e-e47528a7e786name"}]} 2019-01-09 08:13:44,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-48fb863a-40ac-4204-aa45-a69bc25b39ed 2019-01-09 08:13:44,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}640498fbf4166224565b610011294af0b0fe39c1" 2019-01-09 08:13:44,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-e57f5aee-7f2a-4616-a5f5-7d4fed6ce7fb x-compute-request-id: req-e57f5aee-7f2a-4616-a5f5-7d4fed6ce7fb Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "aa7ea918-7e75-4505-a8be-42294b2717f3", "name": "CreateFlavorTests-33e17045-1209-4733-b28e-e47528a7e786name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:44,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3 used request id req-e57f5aee-7f2a-4616-a5f5-7d4fed6ce7fb 2019-01-09 08:13:44,282 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-33e17045-1209-4733-b28e-e47528a7e786name 2019-01-09 08:13:44,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a7bb36b6b0fc75b648f872b6f34c43d91d54f32" 2019-01-09 08:13:44,321 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:13: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-3037c246-6055-45e4-80a9-6c4324143597 x-compute-request-id: req-3037c246-6055-45e4-80a9-6c4324143597 Content-Length: 0 Content-Type: application/json 2019-01-09 08:13:44,322 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/aa7ea918-7e75-4505-a8be-42294b2717f3 used request id req-3037c246-6055-45e4-80a9-6c4324143597 2019-01-09 08:13:44,323 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:13:44,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:44,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:44,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["rQ4FsTooQ024JkZbSfOvwA"], "issued_at": "2019-01-09T08:13:44.000000Z"}} 2019-01-09 08:13:44,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" 2019-01-09 08:13:44,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-654e29b3-2094-45a0-a3e8-53ecb4efd4ab Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:44,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-654e29b3-2094-45a0-a3e8-53ecb4efd4ab 2019-01-09 08:13:44,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" 2019-01-09 08:13:44,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-3eb43f36-8d4d-4be9-91a5-9b3a36f72c7f Date: Wed, 09 Jan 2019 08:13:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image"} 2019-01-09 08:13:44,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image used request id req-3eb43f36-8d4d-4be9-91a5-9b3a36f72c7f 2019-01-09 08:13:44,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" 2019-01-09 08:13:45,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-02369d86-4ef9-4565-b6a5-7bec0a26aae7 Date: Wed, 09 Jan 2019 08:13: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"}}} 2019-01-09 08:13:45,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-02369d86-4ef9-4565-b6a5-7bec0a26aae7 2019-01-09 08:13:45,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image"}' 2019-01-09 08:13:45,340 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a X-Openstack-Request-Id: req-6d1888a9-b926-4083-92e3-daa245a1ceb7 Date: Wed, 09 Jan 2019 08:13:45 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:13:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:13:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a", "min_disk": 0, "protected": false, "id": "bee52579-23ce-4505-90e9-df1b5adafb2a", "file": "/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:13:45,340 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-6d1888a9-b926-4083-92e3-daa245a1ceb7 2019-01-09 08:13:45,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" -d '' 2019-01-09 08:13:47,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f599c8a-ae7d-4a80-a574-4108f4ec5012 Date: Wed, 09 Jan 2019 08:13:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:13:47,006 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a/file used request id req-3f599c8a-ae7d-4a80-a574-4108f4ec5012 2019-01-09 08:13:47,006 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:13:47,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" 2019-01-09 08:13:47,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-7c1dfdea-e330-4e64-a0b8-c38e4c720d03 Date: Wed, 09 Jan 2019 08:13:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:13:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:13:46Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/bee52579-23ce-4505-90e9-df1b5adafb2a/snap", "metadata": {}}], "self": "/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a", "min_disk": 0, "protected": false, "id": "bee52579-23ce-4505-90e9-df1b5adafb2a", "file": "/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/bee52579-23ce-4505-90e9-df1b5adafb2a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:13:47,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a used request id req-7c1dfdea-e330-4e64-a0b8-c38e4c720d03 2019-01-09 08:13:47,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" 2019-01-09 08:13:47,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-de4ad7ea-a69b-41f0-97b4-cfc9aa9a32fd Date: Wed, 09 Jan 2019 08:13:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:13:47,387 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-de4ad7ea-a69b-41f0-97b4-cfc9aa9a32fd 2019-01-09 08:13:47,389 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image 2019-01-09 08:13:47,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" 2019-01-09 08:13:47,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-b5a53a1c-e524-4f95-b450-fc4536fd71ff Date: Wed, 09 Jan 2019 08:13:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:13:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:13:46Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/bee52579-23ce-4505-90e9-df1b5adafb2a/snap", "metadata": {}}], "self": "/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a", "min_disk": 0, "protected": false, "id": "bee52579-23ce-4505-90e9-df1b5adafb2a", "file": "/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/bee52579-23ce-4505-90e9-df1b5adafb2a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:13:47,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a used request id req-b5a53a1c-e524-4f95-b450-fc4536fd71ff 2019-01-09 08:13:47,555 - create_image - DEBUG - Instance status is - active 2019-01-09 08:13:47,556 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image 2019-01-09 08:13:47,556 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image 2019-01-09 08:13:47,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:13:47,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:48,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["oFLfKakESQeg007LjY5PDQ"], "issued_at": "2019-01-09T08:13:48.000000Z"}} 2019-01-09 08:13:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6689f3687bbf12cc940cca3e8e0b52308aaba67" 2019-01-09 08:13:48,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4909059b-1561-4fab-a26c-81a4a1ac8350 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:13:48,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4909059b-1561-4fab-a26c-81a4a1ac8350 2019-01-09 08:13:48,123 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:13:48,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6689f3687bbf12cc940cca3e8e0b52308aaba67" 2019-01-09 08:13:48,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-73e0d452-977a-4f9d-9d5b-5fcbd808e987 x-compute-request-id: req-73e0d452-977a-4f9d-9d5b-5fcbd808e987 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:13:48,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-73e0d452-977a-4f9d-9d5b-5fcbd808e987 2019-01-09 08:13:48,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6689f3687bbf12cc940cca3e8e0b52308aaba67" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-09 08:13:48,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13: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-36a942af-f676-46cd-b13a-bcd8d5791221 x-compute-request-id: req-36a942af-f676-46cd-b13a-bcd8d5791221 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/31e0240b-7950-4b7c-b31b-14478ca2cb16", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/31e0240b-7950-4b7c-b31b-14478ca2cb16", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "31e0240b-7950-4b7c-b31b-14478ca2cb16", "name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:13:48,629 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-36a942af-f676-46cd-b13a-bcd8d5791221 2019-01-09 08:13:48,638 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-09 08:13:48,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:13:49,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:13:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["URtnJGXKSnmyZ3k0xdpRkA"], "issued_at": "2019-01-09T08:13:49.000000Z"}} 2019-01-09 08:13:49,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-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-52af3845-b304-4834-a542-f1fcc155e268-net", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}}' 2019-01-09 08:13:52,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:13:49 GMT Server: Apache x-openstack-request-id: req-84e3e5e6-537b-4a6f-98dc-ac3ace097151 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}]}} 2019-01-09 08:13:52,006 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks used request id req-84e3e5e6-537b-4a6f-98dc-ac3ace097151 2019-01-09 08:13:52,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:13:52,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:13:51 GMT Server: Apache x-openstack-request-id: req-83b280af-6b4b-4f91-a3d1-ee0af9128eb5 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:13:53,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:52 GMT Server: Apache x-openstack-request-id: req-9299ee28-0b5b-421b-b769-7912a02a28fe 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:13:53,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-9299ee28-0b5b-421b-b769-7912a02a28fe 2019-01-09 08:13:53,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:13:54,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:53 GMT Server: Apache x-openstack-request-id: req-f592f354-ac32-4716-8a4a-5751de90e0ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "deletion_time": null, "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "updated_time": null, "project": "88d6c71a30ca41f6a882b86c51b3b026", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "tags": null}]} 2019-01-09 08:13:54,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1 used request id req-f592f354-ac32-4716-8a4a-5751de90e0ff 2019-01-09 08:13:54,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:13:54,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:54 GMT Server: Apache x-openstack-request-id: req-30ad7529-aedc-4e02-a560-2b5e90300812 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "deletion_time": null, "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "updated_time": null, "project": "88d6c71a30ca41f6a882b86c51b3b026", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "tags": null}]} 2019-01-09 08:13:54,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1 used request id req-30ad7529-aedc-4e02-a560-2b5e90300812 2019-01-09 08:13:55,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:13:55,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:13:55 GMT Server: Apache x-openstack-request-id: req-abe0023a-e976-49ff-b5da-818045a0b89a Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:13:55,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:55 GMT Server: Apache x-openstack-request-id: req-1f379a4a-6109-46b9-92b7-573a917a45c8 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:13:55,766 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-1f379a4a-6109-46b9-92b7-573a917a45c8 2019-01-09 08:13:55,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:13:56,460 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:13:55 GMT Server: Apache x-openstack-request-id: req-f56936c0-fb40-4f8d-8017-0b6832e4b489 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:13:57,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:56 GMT Server: Apache x-openstack-request-id: req-0b3c8887-5a2e-442f-9f8a-5c08406587b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d3c09611-9ecf-4924-a458-c0c8aeedbc72", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "79443a26-fe81-4d57-a78a-8fcaddde3dbe", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "4f81e69d-3430-43dc-93ed-e881395f669f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-09T08:13:51Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2019-01-09T08:13:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2019-01-09 08:13:57,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources used request id req-0b3c8887-5a2e-442f-9f8a-5c08406587b5 2019-01-09 08:13:57,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:13:57,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:13:57 GMT Server: Apache x-openstack-request-id: req-bbe87fd8-ae4c-4e18-aed9-a460201b779d Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:13:58,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:57 GMT Server: Apache x-openstack-request-id: req-b3f3d3e7-3e38-4fa1-b40e-e2c00f0b6b19 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:13:58,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-b3f3d3e7-3e38-4fa1-b40e-e2c00f0b6b19 2019-01-09 08:13:58,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:13:58,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:13:58 GMT Server: Apache x-openstack-request-id: req-5fbda103-be28-4d3b-ae60-8a306fabb630 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:13:58,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:13:58 GMT Server: Apache x-openstack-request-id: req-54412d92-feac-4688-8cb7-31e0bd765793 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:13:58,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-54412d92-feac-4688-8cb7-31e0bd765793 2019-01-09 08:14:01,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:02,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:01 GMT Server: Apache x-openstack-request-id: req-336eca97-26f8-46b9-9f61-34ec2f231f1f Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:02,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:02 GMT Server: Apache x-openstack-request-id: req-0f807183-f9f3-4abe-8151-da8fab475084 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:02,717 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-0f807183-f9f3-4abe-8151-da8fab475084 2019-01-09 08:14:05,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:05,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:05 GMT Server: Apache x-openstack-request-id: req-46570ac8-4701-4d5e-a0f0-64b58b03bd56 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:05,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:05 GMT Server: Apache x-openstack-request-id: req-2cb819a8-5fe5-4788-b548-285332a5362a 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:05,927 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-2cb819a8-5fe5-4788-b548-285332a5362a 2019-01-09 08:14:08,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:09,637 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:08 GMT Server: Apache x-openstack-request-id: req-4ff1df4c-1dcb-427e-b937-477bcbc5dc10 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:09,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:09 GMT Server: Apache x-openstack-request-id: req-66532497-c7f9-48bd-bdf0-0d1ac9e928d0 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:09,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-66532497-c7f9-48bd-bdf0-0d1ac9e928d0 2019-01-09 08:14:12,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:13,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:12 GMT Server: Apache x-openstack-request-id: req-dcb431ba-5e0e-4424-8ad0-36ac33240448 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:13,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:13 GMT Server: Apache x-openstack-request-id: req-dfefa050-6b89-415b-8783-258d4ef1b9b1 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:13,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-dfefa050-6b89-415b-8783-258d4ef1b9b1 2019-01-09 08:14:16,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:17,312 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:16 GMT Server: Apache x-openstack-request-id: req-639b85b5-e8cb-472e-a189-1e1404aa19d0 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:18,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:17 GMT Server: Apache x-openstack-request-id: req-777a4f7a-55bb-445e-8b7c-b90043102f97 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:18,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-777a4f7a-55bb-445e-8b7c-b90043102f97 2019-01-09 08:14:21,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:21,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:21 GMT Server: Apache x-openstack-request-id: req-c0cb4d39-96d1-40ce-9d3a-8259af40febc Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:21,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:21 GMT Server: Apache x-openstack-request-id: req-c75b4b0c-ab04-44d5-ba04-e0b115195228 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:21,882 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-c75b4b0c-ab04-44d5-ba04-e0b115195228 2019-01-09 08:14:24,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:24,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:24 GMT Server: Apache x-openstack-request-id: req-977b687a-6076-4a46-b72a-376326f82e5d Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:25,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:24 GMT Server: Apache x-openstack-request-id: req-25f11550-f55c-40a2-901f-b0baeddb720e 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:25,724 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-25f11550-f55c-40a2-901f-b0baeddb720e 2019-01-09 08:14:28,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:29,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:28 GMT Server: Apache x-openstack-request-id: req-e637a462-c1b1-4176-be30-4166d34560fc Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:29,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:29 GMT Server: Apache x-openstack-request-id: req-64bed7cc-6305-4ef2-826f-778cba376bd6 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:29,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-64bed7cc-6305-4ef2-826f-778cba376bd6 2019-01-09 08:14:32,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:32,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:32 GMT Server: Apache x-openstack-request-id: req-702a1832-9c61-4fd9-8cb9-4883ea9d6d07 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:33,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:32 GMT Server: Apache x-openstack-request-id: req-64fc6f4d-bcd2-42f2-8d9b-b2d65128673d 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:33,357 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-64fc6f4d-bcd2-42f2-8d9b-b2d65128673d 2019-01-09 08:14:36,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:37,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:36 GMT Server: Apache x-openstack-request-id: req-eb2cc99c-a7c4-409f-8131-9dde4fb067da Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:37,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:37 GMT Server: Apache x-openstack-request-id: req-64df0410-3805-428f-8221-36da390e3881 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:37,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-64df0410-3805-428f-8221-36da390e3881 2019-01-09 08:14:40,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:40,260 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:40 GMT Server: Apache x-openstack-request-id: req-22cb3083-5ff0-4aef-9e37-c2eb588c25ce Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:41,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:40 GMT Server: Apache x-openstack-request-id: req-8ca28cfc-e5b3-4fd7-b449-baa9d8519c01 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image", "inst_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1", "stack_user_project_id": "ec32c0bc41474d1e9d5e360483eaaffd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:13:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "29e25272-8802-416c-baaf-9cf0f964b2fd", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:41,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-8ca28cfc-e5b3-4fd7-b449-baa9d8519c01 2019-01-09 08:14:41,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:41,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:41 GMT Server: Apache x-openstack-request-id: req-8572bcd2-8c8c-42f3-b766-a115c6421c2d Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:41,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:41 GMT Server: Apache x-openstack-request-id: req-483c15a8-2bc6-4645-ae19-665eab796de5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 585 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d3c09611-9ecf-4924-a458-c0c8aeedbc72", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "79443a26-fe81-4d57-a78a-8fcaddde3dbe", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "4f81e69d-3430-43dc-93ed-e881395f669f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-09T08:13:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "03a16f5b-da2f-4e77-b79b-6c0739e7778c", "resource_type": "OS::Nova::Server"}]} 2019-01-09 08:14:41,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources used request id req-483c15a8-2bc6-4645-ae19-665eab796de5 2019-01-09 08:14:41,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=4f81e69d-3430-43dc-93ed-e881395f669f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:41,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-fd2db3dc-9358-4e8c-aaa1-8093d799ac5d Date: Wed, 09 Jan 2019 08:14:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f81e69d-3430-43dc-93ed-e881395f669f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["79443a26-fe81-4d57-a78a-8fcaddde3dbe"],"description":"","tags":[],"updated_at":"2019-01-09T08:13:54Z","provider:segmentation_id":87,"name":"HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:14:41,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=4f81e69d-3430-43dc-93ed-e881395f669f used request id req-fd2db3dc-9358-4e8c-aaa1-8093d799ac5d 2019-01-09 08:14:41,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4f81e69d-3430-43dc-93ed-e881395f669f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:41,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-85b9cd63-4c68-4e48-94a6-0af2e5aa90d8 Date: Wed, 09 Jan 2019 08:14:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f81e69d-3430-43dc-93ed-e881395f669f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:13:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"79443a26-fe81-4d57-a78a-8fcaddde3dbe","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet"}]} 2019-01-09 08:14:41,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4f81e69d-3430-43dc-93ed-e881395f669f used request id req-85b9cd63-4c68-4e48-94a6-0af2e5aa90d8 2019-01-09 08:14:41,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4f81e69d-3430-43dc-93ed-e881395f669f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:41,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-97b58aa4-81a7-4ff7-b68c-0cdcca0559cc Date: Wed, 09 Jan 2019 08:14:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f81e69d-3430-43dc-93ed-e881395f669f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:13:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"79443a26-fe81-4d57-a78a-8fcaddde3dbe","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet"}]} 2019-01-09 08:14:41,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4f81e69d-3430-43dc-93ed-e881395f669f used request id req-97b58aa4-81a7-4ff7-b68c-0cdcca0559cc 2019-01-09 08:14:41,493 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:14:41,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:41,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-514c1e68-7847-431f-894b-62f33e30c726 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:14:41,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-514c1e68-7847-431f-894b-62f33e30c726 2019-01-09 08:14:41,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:42,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:41 GMT Server: Apache x-openstack-request-id: req-07bc7179-421d-4458-8156-510546f5ca90 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:42,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:42 GMT Server: Apache x-openstack-request-id: req-eca3e4dc-06c9-484a-9ba1-6a9e27797104 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 585 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d3c09611-9ecf-4924-a458-c0c8aeedbc72", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "79443a26-fe81-4d57-a78a-8fcaddde3dbe", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "4f81e69d-3430-43dc-93ed-e881395f669f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-09T08:13:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "03a16f5b-da2f-4e77-b79b-6c0739e7778c", "resource_type": "OS::Nova::Server"}]} 2019-01-09 08:14:42,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources used request id req-eca3e4dc-06c9-484a-9ba1-6a9e27797104 2019-01-09 08:14:42,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/03a16f5b-da2f-4e77-b79b-6c0739e7778c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:42,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e9215ca-58a7-4a11-ae56-a4a4986c8c19 x-compute-request-id: req-1e9215ca-58a7-4a11-ae56-a4a4986c8c19 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:bd:a3", "version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/03a16f5b-da2f-4e77-b79b-6c0739e7778c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/03a16f5b-da2f-4e77-b79b-6c0739e7778c", "rel": "bookmark"}], "image": {"id": "bee52579-23ce-4505-90e9-df1b5adafb2a", "links": [{"href": "http://172.30.9.30:8774/images/bee52579-23ce-4505-90e9-df1b5adafb2a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-SRV-USG:launched_at": "2019-01-09T08:14:35.000000", "flavor": {"id": "31e0240b-7950-4b7c-b31b-14478ca2cb16", "links": [{"href": "http://172.30.9.30:8774/flavors/31e0240b-7950-4b7c-b31b-14478ca2cb16", "rel": "bookmark"}]}, "id": "03a16f5b-da2f-4e77-b79b-6c0739e7778c", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:14:36Z", "hostId": "8589a99e22bf103b0953aece39294055db6ae3cc6c973e437c3f40d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-inst", "created": "2019-01-09T08:13:59Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:14:42,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/03a16f5b-da2f-4e77-b79b-6c0739e7778c used request id req-1e9215ca-58a7-4a11-ae56-a4a4986c8c19 2019-01-09 08:14:42,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:42,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-bfd8cdd5-8c14-4083-9449-6cff14ec0271 Date: Wed, 09 Jan 2019 08:14:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f81e69d-3430-43dc-93ed-e881395f669f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["79443a26-fe81-4d57-a78a-8fcaddde3dbe"],"description":"","tags":[],"updated_at":"2019-01-09T08:13:54Z","provider:segmentation_id":87,"name":"HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:52Z","provider:network_type":"vxlan"}]} 2019-01-09 08:14:42,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-net used request id req-bfd8cdd5-8c14-4083-9449-6cff14ec0271 2019-01-09 08:14:42,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:14:42,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:14: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:14:42,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:43,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a435671-bbf7-41e8-b395-4cf15005f450 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:14:43,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-7a435671-bbf7-41e8-b395-4cf15005f450 2019-01-09 08:14:43,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=4f81e69d-3430-43dc-93ed-e881395f669f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:43,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6ee8e76c-3249-40d5-9a88-9072f0e181ed Date: Wed, 09 Jan 2019 08:14:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f81e69d-3430-43dc-93ed-e881395f669f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:54Z","dns_nameservers":[],"updated_at":"2019-01-09T08:13:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"88d6c71a30ca41f6a882b86c51b3b026","id":"79443a26-fe81-4d57-a78a-8fcaddde3dbe","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-subnet"}]} 2019-01-09 08:14:43,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=4f81e69d-3430-43dc-93ed-e881395f669f used request id req-6ee8e76c-3249-40d5-9a88-9072f0e181ed 2019-01-09 08:14:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=4f81e69d-3430-43dc-93ed-e881395f669f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:43,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3561 X-Openstack-Request-Id: req-20be74d9-80db-40a7-aa78-2e9f615b4522 Date: Wed, 09 Jan 2019 08:14:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79443a26-fe81-4d57-a78a-8fcaddde3dbe","ip_address":"10.0.0.3"}],"id":"9ac04b8c-e362-4d06-aa00-11a651ed126b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:7b:e4","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f81e69d-3430-43dc-93ed-e881395f669f","name":"","admin_state_up":true,"network_id":"4f81e69d-3430-43dc-93ed-e881395f669f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79443a26-fe81-4d57-a78a-8fcaddde3dbe","ip_address":"10.0.0.4"}],"id":"b638ff57-0657-46d3-957d-c0e7eee8b6ca","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:ab:ee","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f81e69d-3430-43dc-93ed-e881395f669f","name":"","admin_state_up":true,"network_id":"4f81e69d-3430-43dc-93ed-e881395f669f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:13:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79443a26-fe81-4d57-a78a-8fcaddde3dbe","ip_address":"10.0.0.2"}],"id":"b962bf55-f93d-4b72-9a45-9eaead74be84","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:1b:d3","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f81e69d-3430-43dc-93ed-e881395f669f","name":"","admin_state_up":true,"network_id":"4f81e69d-3430-43dc-93ed-e881395f669f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:14:31Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"79443a26-fe81-4d57-a78a-8fcaddde3dbe","ip_address":"10.0.0.7"}],"id":"d3c09611-9ecf-4924-a458-c0c8aeedbc72","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:bd:a3","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"03a16f5b-da2f-4e77-b79b-6c0739e7778c","name":"HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1-server1_port-324zzsx5jpbh","admin_state_up":true,"network_id":"4f81e69d-3430-43dc-93ed-e881395f669f","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:13:55Z","binding:vnic_type":"normal"}]} 2019-01-09 08:14:43,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=4f81e69d-3430-43dc-93ed-e881395f669f used request id req-20be74d9-80db-40a7-aa78-2e9f615b4522 2019-01-09 08:14:43,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:43,346 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:43 GMT Server: Apache x-openstack-request-id: req-1b690bca-4869-4471-a02a-d58fcfd64170 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:44,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:43 GMT Server: Apache x-openstack-request-id: req-45cb3333-007f-406a-ae9a-f214a81372ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 585 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d3c09611-9ecf-4924-a458-c0c8aeedbc72", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "79443a26-fe81-4d57-a78a-8fcaddde3dbe", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-09T08:13:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:52Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "4f81e69d-3430-43dc-93ed-e881395f669f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-09T08:13:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:13:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "03a16f5b-da2f-4e77-b79b-6c0739e7778c", "resource_type": "OS::Nova::Server"}]} 2019-01-09 08:14:44,037 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd/resources used request id req-45cb3333-007f-406a-ae9a-f214a81372ff 2019-01-09 08:14:44,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/29e25272-8802-416c-baaf-9cf0f964b2fd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fc7201c77e03458ea017331bfa4527bd277839d" 2019-01-09 08:14:44,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:44 GMT Server: Apache x-openstack-request-id: req-081d9211-54ae-451e-bc03-b1e3346e229a Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:44,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:14:44 GMT Server: Apache x-openstack-request-id: req-50c56374-06ef-4417-b62e-6c6051288242 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:14:44,139 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-stack1/29e25272-8802-416c-baaf-9cf0f964b2fd used request id req-50c56374-06ef-4417-b62e-6c6051288242 2019-01-09 08:14:44,139 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-52af3845-b304-4834-a542-f1fcc155e268-image 2019-01-09 08:14:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}042f1caf3dde7dfcc0f1c55fd8558e21dce5aaf8" 2019-01-09 08:14:46,974 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e629347-4628-4807-97cc-1ef53bbdcfa1 Date: Wed, 09 Jan 2019 08:14:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:14:46,974 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/bee52579-23ce-4505-90e9-df1b5adafb2a used request id req-5e629347-4628-4807-97cc-1ef53bbdcfa1 2019-01-09 08:14:46,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/31e0240b-7950-4b7c-b31b-14478ca2cb16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6689f3687bbf12cc940cca3e8e0b52308aaba67" 2019-01-09 08:14:47,022 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:14:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb6a78fd-f2db-4e0c-a64b-a6bbdd94abf4 x-compute-request-id: req-cb6a78fd-f2db-4e0c-a64b-a6bbdd94abf4 Content-Length: 0 Content-Type: application/json 2019-01-09 08:14:47,022 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/31e0240b-7950-4b7c-b31b-14478ca2cb16 used request id req-cb6a78fd-f2db-4e0c-a64b-a6bbdd94abf4 2019-01-09 08:14:47,024 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:14:47,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:14:47,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:14:47,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:14:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["zoe4DgbKReOxRPz49GR7dg"], "issued_at": "2019-01-09T08:14:47.000000Z"}} 2019-01-09 08:14:47,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" 2019-01-09 08:14:47,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebf4675d-db51-486f-8427-a0a14c5e6fce Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:14:47,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ebf4675d-db51-486f-8427-a0a14c5e6fce 2019-01-09 08:14:47,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" 2019-01-09 08:14:47,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-82aeca1b-aee7-412c-9dbd-9d5a5413c20a Date: Wed, 09 Jan 2019 08:14:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image"} 2019-01-09 08:14:47,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image used request id req-82aeca1b-aee7-412c-9dbd-9d5a5413c20a 2019-01-09 08:14:47,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" 2019-01-09 08:14:47,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-66af3852-85dd-432a-b652-8b2ed7c43c49 Date: Wed, 09 Jan 2019 08:14: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"}}} 2019-01-09 08:14:47,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-66af3852-85dd-432a-b652-8b2ed7c43c49 2019-01-09 08:14:47,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image"}' 2019-01-09 08:14:48,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd X-Openstack-Request-Id: req-31059e3f-4f33-4f82-a050-0c0e243ee143 Date: Wed, 09 Jan 2019 08:14:48 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:14:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:14:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd", "min_disk": 0, "protected": false, "id": "7aef64b7-f4d6-47e8-854d-b3ecb3697ccd", "file": "/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:14:48,235 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-31059e3f-4f33-4f82-a050-0c0e243ee143 2019-01-09 08:14:48,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" -d '' 2019-01-09 08:14:50,953 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-57510903-b89c-4b35-b57f-7c12dc5d8302 Date: Wed, 09 Jan 2019 08:14:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:14:50,953 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/file used request id req-57510903-b89c-4b35-b57f-7c12dc5d8302 2019-01-09 08:14:50,954 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:14:50,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" 2019-01-09 08:14:51,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-4966689c-061a-4a13-9cda-8b2d5f7419b0 Date: Wed, 09 Jan 2019 08:14:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:14:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:14:50Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/snap", "metadata": {}}], "self": "/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd", "min_disk": 0, "protected": false, "id": "7aef64b7-f4d6-47e8-854d-b3ecb3697ccd", "file": "/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:14:51,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd used request id req-4966689c-061a-4a13-9cda-8b2d5f7419b0 2019-01-09 08:14:51,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" 2019-01-09 08:14:51,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2e8d9862-944a-4f99-a9d2-1543f4c4b547 Date: Wed, 09 Jan 2019 08:14: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"}}} 2019-01-09 08:14:51,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-2e8d9862-944a-4f99-a9d2-1543f4c4b547 2019-01-09 08:14:51,417 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image 2019-01-09 08:14:51,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" 2019-01-09 08:14:51,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-a6e27155-23e4-46d5-8835-a476b35abf0c Date: Wed, 09 Jan 2019 08:14:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:14:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:14:50Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/snap", "metadata": {}}], "self": "/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd", "min_disk": 0, "protected": false, "id": "7aef64b7-f4d6-47e8-854d-b3ecb3697ccd", "file": "/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:14:51,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd used request id req-a6e27155-23e4-46d5-8835-a476b35abf0c 2019-01-09 08:14:51,438 - create_image - DEBUG - Instance status is - active 2019-01-09 08:14:51,438 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image 2019-01-09 08:14:51,438 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image 2019-01-09 08:14:51,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:14:51,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:14:51,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:14:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["_T7tDILIQdm7eG3LCwZtKw"], "issued_at": "2019-01-09T08:14:51.000000Z"}} 2019-01-09 08:14:51,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9272cfea8c06e7fa07e2f962398cc11713219bc5" 2019-01-09 08:14:51,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84fc8eff-2cf9-49cc-bdca-6d96c1223c4c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:14:51,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-84fc8eff-2cf9-49cc-bdca-6d96c1223c4c 2019-01-09 08:14:51,906 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:14:51,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9272cfea8c06e7fa07e2f962398cc11713219bc5" 2019-01-09 08:14:52,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1944fca-84f8-41df-a884-5dd995f3832a x-compute-request-id: req-a1944fca-84f8-41df-a884-5dd995f3832a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:14:52,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a1944fca-84f8-41df-a884-5dd995f3832a 2019-01-09 08:14:52,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9272cfea8c06e7fa07e2f962398cc11713219bc5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-09 08:14:52,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23f086be-f865-459e-9399-6d407fee859b x-compute-request-id: req-23f086be-f865-459e-9399-6d407fee859b Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3c4061ff-a233-4b7c-a633-133b380e9ee7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3c4061ff-a233-4b7c-a633-133b380e9ee7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3c4061ff-a233-4b7c-a633-133b380e9ee7", "name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:14:52,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-23f086be-f865-459e-9399-6d407fee859b 2019-01-09 08:14:52,127 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-09 08:14:52,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:14:52,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:14:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["l3oEmyP4SwGG-kc64ZACrg"], "issued_at": "2019-01-09T08:14:52.000000Z"}} 2019-01-09 08:14:52,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-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-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}}' 2019-01-09 08:14:55,558 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:14:52 GMT Server: Apache x-openstack-request-id: req-32148585-5a5a-4102-8e74-ed0f69eb5a67 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}]}} 2019-01-09 08:14:55,558 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks used request id req-32148585-5a5a-4102-8e74-ed0f69eb5a67 2019-01-09 08:14:55,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:14:55,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:55 GMT Server: Apache x-openstack-request-id: req-ba27eadc-c7b9-469a-851f-39ee8076d63d Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:55,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:55 GMT Server: Apache x-openstack-request-id: req-93dd35a7-29cc-4ee2-9988-6a3092ddc7b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:55,960 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed used request id req-93dd35a7-29cc-4ee2-9988-6a3092ddc7b0 2019-01-09 08:14:55,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:14:56,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:55 GMT Server: Apache x-openstack-request-id: req-dd72ee11-95e8-4fd1-8382-ea7f1836f848 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "deletion_time": null, "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "updated_time": null, "project": "88d6c71a30ca41f6a882b86c51b3b026", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "tags": null}]} 2019-01-09 08:14:56,006 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1 used request id req-dd72ee11-95e8-4fd1-8382-ea7f1836f848 2019-01-09 08:14:56,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:14:56,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:56 GMT Server: Apache x-openstack-request-id: req-6da7c6a2-7614-4d86-b42a-b0d91ed19634 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "deletion_time": null, "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "updated_time": null, "project": "88d6c71a30ca41f6a882b86c51b3b026", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "tags": null}]} 2019-01-09 08:14:56,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1 used request id req-6da7c6a2-7614-4d86-b42a-b0d91ed19634 2019-01-09 08:14:56,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:14:56,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:56 GMT Server: Apache x-openstack-request-id: req-41828a0b-1bff-42b7-9d3d-ffc43a7b46c4 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:57,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:56 GMT Server: Apache x-openstack-request-id: req-bd40af97-efe2-48f0-9a6a-2b748ab00479 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:57,112 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed used request id req-bd40af97-efe2-48f0-9a6a-2b748ab00479 2019-01-09 08:14:57,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:14:57,742 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:14:57 GMT Server: Apache x-openstack-request-id: req-8bab0cbc-4ba5-4f0f-b81d-c1613396ea44 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:14:57,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:14:57 GMT Server: Apache x-openstack-request-id: req-179f3762-7483-47fe-8bf3-c4749a96664d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:14:57,815 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed used request id req-179f3762-7483-47fe-8bf3-c4749a96664d 2019-01-09 08:15:00,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:01,007 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:00 GMT Server: Apache x-openstack-request-id: req-98cf5f53-f8df-48a7-b407-9f50596dc92d Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:01,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:01 GMT Server: Apache x-openstack-request-id: req-1517867e-2cb0-41a8-9a8f-8150ac999888 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:01,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed used request id req-1517867e-2cb0-41a8-9a8f-8150ac999888 2019-01-09 08:15:04,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:04,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:04 GMT Server: Apache x-openstack-request-id: req-a38bec8a-eab6-4883-be69-0f71abc42995 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:04,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:04 GMT Server: Apache x-openstack-request-id: req-005d25bb-07ec-440d-8b9a-06e693c4ad88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:04,334 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed used request id req-005d25bb-07ec-440d-8b9a-06e693c4ad88 2019-01-09 08:15:07,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:07,515 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:07 GMT Server: Apache x-openstack-request-id: req-f7f81baf-11dc-4954-87e1-afb588bce942 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:08,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:07 GMT Server: Apache x-openstack-request-id: req-d3b9b899-517e-4742-b7ad-a1eb82da1b08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:08,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed used request id req-d3b9b899-517e-4742-b7ad-a1eb82da1b08 2019-01-09 08:15:11,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:11,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:11 GMT Server: Apache x-openstack-request-id: req-cde6c63d-ab20-4fd1-92a4-01f459568a74 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:11,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:11 GMT Server: Apache x-openstack-request-id: req-d62bd345-fe0e-4821-adf2-1f4d446025e1 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1", "stack_user_project_id": "01840c4829c649d69b76e62aaa20d165", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:14:54Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9d6b94eb-32d4-4bb7-99ad-37752b50e1ed", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:11,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed used request id req-d62bd345-fe0e-4821-adf2-1f4d446025e1 2019-01-09 08:15:11,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-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-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}}' 2019-01-09 08:15:13,692 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:15:11 GMT Server: Apache x-openstack-request-id: req-56a5ecdf-0ed1-440f-9c81-5341d0bb0a93 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}]}} 2019-01-09 08:15:13,692 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks used request id req-56a5ecdf-0ed1-440f-9c81-5341d0bb0a93 2019-01-09 08:15:13,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:14,428 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:13 GMT Server: Apache x-openstack-request-id: req-dcdca099-e98e-49bb-a53b-4677e5567957 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:14,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:14 GMT Server: Apache x-openstack-request-id: req-a897ca91-2348-490c-a3f0-bf48aac4a5ec 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:14,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-a897ca91-2348-490c-a3f0-bf48aac4a5ec 2019-01-09 08:15:14,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:15,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:14 GMT Server: Apache x-openstack-request-id: req-9e243c81-7ec9-4307-9aca-6050c7c44d2e 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-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "deletion_time": null, "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "updated_time": null, "project": "88d6c71a30ca41f6a882b86c51b3b026", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "tags": null}]} 2019-01-09 08:15:15,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2 used request id req-9e243c81-7ec9-4307-9aca-6050c7c44d2e 2019-01-09 08:15:15,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:15,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:15 GMT Server: Apache x-openstack-request-id: req-be8c72db-f4fb-4379-a53a-bfd638f01f75 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-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "deletion_time": null, "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "updated_time": null, "project": "88d6c71a30ca41f6a882b86c51b3b026", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "tags": null}]} 2019-01-09 08:15:15,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks?stack_name=HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2 used request id req-be8c72db-f4fb-4379-a53a-bfd638f01f75 2019-01-09 08:15:15,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:15,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:15 GMT Server: Apache x-openstack-request-id: req-5a5be96b-3552-478c-9b11-985d86a95045 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:15,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:15 GMT Server: Apache x-openstack-request-id: req-fc0c506e-ac17-4c30-82a0-140de6b273b5 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:15,534 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-fc0c506e-ac17-4c30-82a0-140de6b273b5 2019-01-09 08:15:15,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:15,563 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:15 GMT Server: Apache x-openstack-request-id: req-45c3f669-aefa-4ec3-8c37-cf8b6903138c Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:15,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:15 GMT Server: Apache x-openstack-request-id: req-1970a93e-f4a5-481f-aac0-383656450c51 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:15,605 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-1970a93e-f4a5-481f-aac0-383656450c51 2019-01-09 08:15:18,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:18,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:18 GMT Server: Apache x-openstack-request-id: req-d47e2bc1-c011-4f0e-89fa-44ae2071bd3d Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:18,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:18 GMT Server: Apache x-openstack-request-id: req-69da73f4-dd19-4e34-b531-c655b6d6040d 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:18,869 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-69da73f4-dd19-4e34-b531-c655b6d6040d 2019-01-09 08:15:21,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:21,901 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:21 GMT Server: Apache x-openstack-request-id: req-5365d768-2d25-4d6b-805a-31bf35d70d77 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:22,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:21 GMT Server: Apache x-openstack-request-id: req-5f5035d6-65ac-44ee-afcc-2cd69ba9b938 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:22,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-5f5035d6-65ac-44ee-afcc-2cd69ba9b938 2019-01-09 08:15:25,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:25,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:25 GMT Server: Apache x-openstack-request-id: req-7fa1fde9-7769-430a-86e9-ac83dae81820 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:25,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:25 GMT Server: Apache x-openstack-request-id: req-a11eec94-108c-4dde-ba41-2bcb1c397c26 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:25,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-a11eec94-108c-4dde-ba41-2bcb1c397c26 2019-01-09 08:15:28,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:28,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:28 GMT Server: Apache x-openstack-request-id: req-6d8f269d-641b-4483-afa1-7a6e11b0a5fa Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:28,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:28 GMT Server: Apache x-openstack-request-id: req-4912ee12-7165-438f-ad98-9d8654cb47c1 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:28,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-4912ee12-7165-438f-ad98-9d8654cb47c1 2019-01-09 08:15:31,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:31,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:31 GMT Server: Apache x-openstack-request-id: req-5113bb22-c8da-48be-bbc4-10a8c527bcfc Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:31,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:31 GMT Server: Apache x-openstack-request-id: req-71a56090-1cad-4d21-a57b-da504590e59f 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:31,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-71a56090-1cad-4d21-a57b-da504590e59f 2019-01-09 08:15:34,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:34,988 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:34 GMT Server: Apache x-openstack-request-id: req-8efaf771-2806-4611-b55d-2c1628642f45 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:35,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:34 GMT Server: Apache x-openstack-request-id: req-b717dcc3-b40e-4a26-aa2e-38affbed93d4 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image", "inst_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2", "stack_user_project_id": "bd89f2522c4c4531823040cf820503c1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:15:13Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "25ea6adc-7679-4d24-9d9e-86f344ee5c4d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-09 08:15:35,644 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-b717dcc3-b40e-4a26-aa2e-38affbed93d4 2019-01-09 08:15:35,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:35,826 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:35 GMT Server: Apache x-openstack-request-id: req-09b270a7-a466-4a35-94d7-6658320fc25f Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:36,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:15:35 GMT Server: Apache x-openstack-request-id: req-934de0ed-a62c-4dd6-b3b6-76d9f10f41c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:15:36,052 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack1/9d6b94eb-32d4-4bb7-99ad-37752b50e1ed used request id req-934de0ed-a62c-4dd6-b3b6-76d9f10f41c8 2019-01-09 08:15:36,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/25ea6adc-7679-4d24-9d9e-86f344ee5c4d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bd5e7b32166663f93be264b360772eb5c2e2c97" 2019-01-09 08:15:36,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:36 GMT Server: Apache x-openstack-request-id: req-06d11681-94e0-48df-84e8-495d67facd3e Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:36,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:15:36 GMT Server: Apache x-openstack-request-id: req-9b9869e7-7d68-4fdb-9190-4c1297ce18b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:15:36,154 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-stack2/25ea6adc-7679-4d24-9d9e-86f344ee5c4d used request id req-9b9869e7-7d68-4fdb-9190-4c1297ce18b6 2019-01-09 08:15:36,155 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-80aa0c1e-a180-4a35-9353-b16cabff1297-image 2019-01-09 08:15:36,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d2ed6906f12108702ff07b8092a596b34ae8149b" 2019-01-09 08:15:38,595 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-50a452fb-6222-494e-9d33-e94d76933bd9 Date: Wed, 09 Jan 2019 08:15:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:15:38,595 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/7aef64b7-f4d6-47e8-854d-b3ecb3697ccd used request id req-50a452fb-6222-494e-9d33-e94d76933bd9 2019-01-09 08:15:38,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/3c4061ff-a233-4b7c-a633-133b380e9ee7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9272cfea8c06e7fa07e2f962398cc11713219bc5" 2019-01-09 08:15:38,645 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:15:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27e9035e-3033-495d-9564-ea21d849e95a x-compute-request-id: req-27e9035e-3033-495d-9564-ea21d849e95a Content-Length: 0 Content-Type: application/json 2019-01-09 08:15:38,645 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3c4061ff-a233-4b7c-a633-133b380e9ee7 used request id req-27e9035e-3033-495d-9564-ea21d849e95a 2019-01-09 08:15:38,647 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:15:38,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:15:38,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:15:39,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:15:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["hw_dO1TkQ-meRY_UlLxjEw"], "issued_at": "2019-01-09T08:15:39.000000Z"}} 2019-01-09 08:15:39,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" 2019-01-09 08:15:39,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eb132a4-16e7-4644-83e0-4aa9472858a1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:15:39,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0eb132a4-16e7-4644-83e0-4aa9472858a1 2019-01-09 08:15:39,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" 2019-01-09 08:15:39,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-e3f3756d-72e6-43a6-af45-e9715670dcf9 Date: Wed, 09 Jan 2019 08:15:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"} 2019-01-09 08:15:39,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1 used request id req-e3f3756d-72e6-43a6-af45-e9715670dcf9 2019-01-09 08:15:39,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" 2019-01-09 08:15:39,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-13045d0b-f8ac-4db8-a2de-23868ee91575 Date: Wed, 09 Jan 2019 08:15:39 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 08:15:39,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-13045d0b-f8ac-4db8-a2de-23868ee91575 2019-01-09 08:15:39,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}' 2019-01-09 08:15:39,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 X-Openstack-Request-Id: req-e664a1f9-a8c0-474e-8c26-d4af8783df65 Date: Wed, 09 Jan 2019 08:15:39 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359", "min_disk": 0, "protected": false, "id": "d863bc68-0811-4a9b-af95-7487fcd19359", "file": "/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:15:39,712 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e664a1f9-a8c0-474e-8c26-d4af8783df65 2019-01-09 08:15:39,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" -d '' 2019-01-09 08:15:42,989 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27456b64-b16a-480b-9526-1b120310b840 Date: Wed, 09 Jan 2019 08:15:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:15:42,989 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359/file used request id req-27456b64-b16a-480b-9526-1b120310b840 2019-01-09 08:15:42,990 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:15:42,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" 2019-01-09 08:15:43,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f79a854b-a0ef-4880-a6e6-64f13573c1cb Date: Wed, 09 Jan 2019 08:15:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:42Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d863bc68-0811-4a9b-af95-7487fcd19359/snap", "metadata": {}}], "self": "/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359", "min_disk": 0, "protected": false, "id": "d863bc68-0811-4a9b-af95-7487fcd19359", "file": "/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d863bc68-0811-4a9b-af95-7487fcd19359/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:15:43,155 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 used request id req-f79a854b-a0ef-4880-a6e6-64f13573c1cb 2019-01-09 08:15:43,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" 2019-01-09 08:15:43,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-82081594-c89a-4527-a342-530b1df4338d Date: Wed, 09 Jan 2019 08:15: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"}}} 2019-01-09 08:15:43,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-82081594-c89a-4527-a342-530b1df4338d 2019-01-09 08:15:43,170 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1 2019-01-09 08:15:43,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" 2019-01-09 08:15:43,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-20cf4819-ef95-4378-9650-4bd2d39fe93d Date: Wed, 09 Jan 2019 08:15:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:42Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d863bc68-0811-4a9b-af95-7487fcd19359/snap", "metadata": {}}], "self": "/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359", "min_disk": 0, "protected": false, "id": "d863bc68-0811-4a9b-af95-7487fcd19359", "file": "/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d863bc68-0811-4a9b-af95-7487fcd19359/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:15:43,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 used request id req-20cf4819-ef95-4378-9650-4bd2d39fe93d 2019-01-09 08:15:43,397 - create_image - DEBUG - Instance status is - active 2019-01-09 08:15:43,397 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1 2019-01-09 08:15:43,397 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1 2019-01-09 08:15:43,397 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:15:43,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:15:43,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:15:43,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:15:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["mPDrXYTfR_-2RRcnVexczw"], "issued_at": "2019-01-09T08:15:43.000000Z"}} 2019-01-09 08:15:43,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" 2019-01-09 08:15:43,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4241243-3186-4dd5-863f-26a0216e485d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:15:43,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f4241243-3186-4dd5-863f-26a0216e485d 2019-01-09 08:15:43,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" 2019-01-09 08:15:44,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-5b6c45f0-f436-4e89-89e8-82ab296cc1bf Date: Wed, 09 Jan 2019 08:15:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2"} 2019-01-09 08:15:44,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2 used request id req-5b6c45f0-f436-4e89-89e8-82ab296cc1bf 2019-01-09 08:15:44,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" 2019-01-09 08:15:44,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6d36d81b-6855-4485-8853-0757e3fa09fe Date: Wed, 09 Jan 2019 08:15: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"}}} 2019-01-09 08:15:44,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-6d36d81b-6855-4485-8853-0757e3fa09fe 2019-01-09 08:15:44,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2"}' 2019-01-09 08:15:44,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 X-Openstack-Request-Id: req-437b644e-8e8d-43b6-81e0-4d86fdbcc0ab Date: Wed, 09 Jan 2019 08:15:44 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "min_disk": 0, "protected": false, "id": "ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "file": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/file", "checksum": null, "owner": "88d6c71a30ca41f6a882b86c51b3b026", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:15:44,401 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-437b644e-8e8d-43b6-81e0-4d86fdbcc0ab 2019-01-09 08:15:44,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" -d '' 2019-01-09 08:15:46,870 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9de3d5ae-a3aa-4270-822a-5bb50d436563 Date: Wed, 09 Jan 2019 08:15:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:15:46,870 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/file used request id req-9de3d5ae-a3aa-4270-822a-5bb50d436563 2019-01-09 08:15:46,871 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:15:46,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" 2019-01-09 08:15:47,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-c69cc558-8329-4f05-96d1-e0a8f77b6e4a Date: Wed, 09 Jan 2019 08:15:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/snap", "metadata": {}}], "self": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "min_disk": 0, "protected": false, "id": "ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "file": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:15:47,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 used request id req-c69cc558-8329-4f05-96d1-e0a8f77b6e4a 2019-01-09 08:15:47,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" 2019-01-09 08:15:47,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-80d13f37-7c31-47d2-8086-0cd12a5cc68b Date: Wed, 09 Jan 2019 08:15: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"}}} 2019-01-09 08:15:47,193 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-80d13f37-7c31-47d2-8086-0cd12a5cc68b 2019-01-09 08:15:47,196 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2 2019-01-09 08:15:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" 2019-01-09 08:15:47,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-df664382-4726-4dd1-bb94-eb4a6b2c6e49 Date: Wed, 09 Jan 2019 08:15:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/snap", "metadata": {}}], "self": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "min_disk": 0, "protected": false, "id": "ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "file": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:15:47,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 used request id req-df664382-4726-4dd1-bb94-eb4a6b2c6e49 2019-01-09 08:15:47,373 - create_image - DEBUG - Instance status is - active 2019-01-09 08:15:47,373 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2 2019-01-09 08:15:47,373 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2 2019-01-09 08:15:47,373 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-09 08:15:47,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:15:47,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:15:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["xHhu1K-yQUKQSmpiRi9Ozw"], "issued_at": "2019-01-09T08:15:47.000000Z"}} 2019-01-09 08:15:47,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net"}}' 2019-01-09 08:15:52,128 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:15:47 GMT Server: Apache x-openstack-request-id: req-ea569f7d-8057-45bc-90f5-686b0a567d43 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}]}} 2019-01-09 08:15:52,129 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks used request id req-ea569f7d-8057-45bc-90f5-686b0a567d43 2019-01-09 08:15:52,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:15:52,310 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:52 GMT Server: Apache x-openstack-request-id: req-d8b0d0f7-9a02-4aa5-bc1c-ec7ce4f47a97 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:52,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:52 GMT Server: Apache x-openstack-request-id: req-6f39c007-0ea5-40c4-aa89-c725e5e789b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "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"}} 2019-01-09 08:15:52,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-6f39c007-0ea5-40c4-aa89-c725e5e789b1 2019-01-09 08:15:52,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:15:52,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:52 GMT Server: Apache x-openstack-request-id: req-42b5b9ac-e239-4931-9e84-33e34acf587e Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:52,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:52 GMT Server: Apache x-openstack-request-id: req-e5223e28-a33e-45cb-99ad-d332d35c2239 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "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"}} 2019-01-09 08:15:52,728 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-e5223e28-a33e-45cb-99ad-d332d35c2239 2019-01-09 08:15:55,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:15:55,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:55 GMT Server: Apache x-openstack-request-id: req-09ba0900-d5d2-46ec-a8be-2c853490cbff Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:15:56,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:55 GMT Server: Apache x-openstack-request-id: req-a1ac4f6d-6e3b-4cc1-87f6-370d99597bc3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "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"}} 2019-01-09 08:15:56,137 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-a1ac4f6d-6e3b-4cc1-87f6-370d99597bc3 2019-01-09 08:15:59,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:15:59,776 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:15:59 GMT Server: Apache x-openstack-request-id: req-7e41302a-59c7-492e-a076-dd9ec8736efe Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:00,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:15:59 GMT Server: Apache x-openstack-request-id: req-7446f5a7-b070-442b-be9d-be2cfbdeeb35 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAscsICIJ+Ob+ryJ3u4fCyJMkrhs8gDJgN/3Q3VhT3JYHGAO9R\nLD6vSYjxQNv2QTshhbXOd+t6fQJr9TMSyN6dtPIBNGNgEGSF25MoML1/iFH2GR/q\nKF9Tk/E0nk1+FmtBB0dWpr4fJsmAJHmlVbwapCWLzp0B4CdRTGeeINk7zxbQITcg\nvpcLklTXu/d8yEjDJTsTpUmC0kUMOVnSeFs/Hg27BjAGF7hwcn3oeySdr245LSPQ\nyc9F5BkmeSqiVk5HWx0JPnx0IRBcH7nU0B8NI1/4q65YNRPNIlCEhUaDE8OmzhpX\nKu+WF8cwYXaD3lLoiDH+gAAVbx24trhZNfSeEwIDAQABAoIBAACfu8l728GMIKg1\nla8JTza91f9FHtGsfvAUklUlAbEKAY3jSR+koKzbZC1cGEMmV/nGJ5FYLDfgGEzl\n/vzheyA1cTej2aR1FdstawiwwY/S6dAwwnudygdM42hi0Tx25+WEpJM1O5rBPkfi\nfWgNnvJQh2sUNft5Z9miy3VGDeWuJ1FbGGik1w5/c4KUYEhP8YvFc/O0K2UUUVX5\ns0mKTo93kpAnqeyQulVjyVU+qGEKWioQbHSCQAMj6S6l+vROmpmfeYOXIaJeFxYs\n86ulGdwlImlg9vyWu2GahpSh5QEnbdROVu5s1WFbKY+vceiimJ3853FHo5HvobOd\njgBp9nECgYEA2wWJ+KTydz2B+BiIrxGAlYLs1uLs0MXbfj8NywDRWBE1roWwoNRt\nGr57LOLBKOswp640MRFmwl/pXxiyIuqPcC6hnO3dt08oSP2VdRFIo3kztuURW0a9\n3aH8V+Ly47zy6ZTRLfCe+bvt6AQPX/OLEWc0qEO8rOqY6rKxQhUgnd8CgYEAz8+H\nkz4Yq1RCK0qEGtxftb4iBguwEGFS1OLh/2hoZjBQOVO5L5TvEJBCfB32y+t/ApAX\nHZHHp8/1iqZpW3vR3Zl6KFjOWTQpPSIZajYwAeC34Xuezq4Xo3DZiNc5UEJMTjbf\nKGBrilbK57MZrdho82r7vqgjTA0y18ISpaH7Hk0CgYAAu10BqrNwuJDlnldelmVi\nmoRmF24JKJAaNOW75u3MKIqQYbv8XZlbvIU22i8hDuAjv05HV7KLNbzW54M44KXI\nDy/VEWprQWV2EPrd4Efo2+/TTaKoNm1N/0uTk5uSLUB2jVvBlotBdGJQIytV+79c\nOIcRhOBth38pUZ2MBfwM6wKBgQCumHgZ17Q2TkaBxMuVHc40Dhjb53n3aS2Eu1KR\nmhEMuk7Mu3D9by4kRm/1g99UmPlPF+yz5UVP0sNDyGkAedlrS4V83JASFmcHe9zK\nhdhz22/ivFBC6bXmlevOsrTun6UomaWIcOopgp5baPiMPSSAT0RPfUianwQ2jlHI\nY31uiQKBgC5wZbpsNgIgwnpY8sXfLfxOz3nXAY6QCw0ikxQxJEBIazhM8XBV9v75\nbhPJ2Dn6OXtVvCEECoSVCWlhV88LGOzttrZCV+KWiHxaWbFSvRPTzrEnv2LBuXO+\nmzcj5DAAGcFgQ+pMPZe9jTrapmrxhZHqcWkruXeLHusDPzSp0jph\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"}} 2019-01-09 08:16:00,560 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-7446f5a7-b070-442b-be9d-be2cfbdeeb35 2019-01-09 08:16:03,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:03,740 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:03 GMT Server: Apache x-openstack-request-id: req-74888827-1dd5-49ad-99ec-30491429fee3 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:04,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:03 GMT Server: Apache x-openstack-request-id: req-61fc010c-db3e-433a-9437-923d9e1ce962 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAscsICIJ+Ob+ryJ3u4fCyJMkrhs8gDJgN/3Q3VhT3JYHGAO9R\nLD6vSYjxQNv2QTshhbXOd+t6fQJr9TMSyN6dtPIBNGNgEGSF25MoML1/iFH2GR/q\nKF9Tk/E0nk1+FmtBB0dWpr4fJsmAJHmlVbwapCWLzp0B4CdRTGeeINk7zxbQITcg\nvpcLklTXu/d8yEjDJTsTpUmC0kUMOVnSeFs/Hg27BjAGF7hwcn3oeySdr245LSPQ\nyc9F5BkmeSqiVk5HWx0JPnx0IRBcH7nU0B8NI1/4q65YNRPNIlCEhUaDE8OmzhpX\nKu+WF8cwYXaD3lLoiDH+gAAVbx24trhZNfSeEwIDAQABAoIBAACfu8l728GMIKg1\nla8JTza91f9FHtGsfvAUklUlAbEKAY3jSR+koKzbZC1cGEMmV/nGJ5FYLDfgGEzl\n/vzheyA1cTej2aR1FdstawiwwY/S6dAwwnudygdM42hi0Tx25+WEpJM1O5rBPkfi\nfWgNnvJQh2sUNft5Z9miy3VGDeWuJ1FbGGik1w5/c4KUYEhP8YvFc/O0K2UUUVX5\ns0mKTo93kpAnqeyQulVjyVU+qGEKWioQbHSCQAMj6S6l+vROmpmfeYOXIaJeFxYs\n86ulGdwlImlg9vyWu2GahpSh5QEnbdROVu5s1WFbKY+vceiimJ3853FHo5HvobOd\njgBp9nECgYEA2wWJ+KTydz2B+BiIrxGAlYLs1uLs0MXbfj8NywDRWBE1roWwoNRt\nGr57LOLBKOswp640MRFmwl/pXxiyIuqPcC6hnO3dt08oSP2VdRFIo3kztuURW0a9\n3aH8V+Ly47zy6ZTRLfCe+bvt6AQPX/OLEWc0qEO8rOqY6rKxQhUgnd8CgYEAz8+H\nkz4Yq1RCK0qEGtxftb4iBguwEGFS1OLh/2hoZjBQOVO5L5TvEJBCfB32y+t/ApAX\nHZHHp8/1iqZpW3vR3Zl6KFjOWTQpPSIZajYwAeC34Xuezq4Xo3DZiNc5UEJMTjbf\nKGBrilbK57MZrdho82r7vqgjTA0y18ISpaH7Hk0CgYAAu10BqrNwuJDlnldelmVi\nmoRmF24JKJAaNOW75u3MKIqQYbv8XZlbvIU22i8hDuAjv05HV7KLNbzW54M44KXI\nDy/VEWprQWV2EPrd4Efo2+/TTaKoNm1N/0uTk5uSLUB2jVvBlotBdGJQIytV+79c\nOIcRhOBth38pUZ2MBfwM6wKBgQCumHgZ17Q2TkaBxMuVHc40Dhjb53n3aS2Eu1KR\nmhEMuk7Mu3D9by4kRm/1g99UmPlPF+yz5UVP0sNDyGkAedlrS4V83JASFmcHe9zK\nhdhz22/ivFBC6bXmlevOsrTun6UomaWIcOopgp5baPiMPSSAT0RPfUianwQ2jlHI\nY31uiQKBgC5wZbpsNgIgwnpY8sXfLfxOz3nXAY6QCw0ikxQxJEBIazhM8XBV9v75\nbhPJ2Dn6OXtVvCEECoSVCWlhV88LGOzttrZCV+KWiHxaWbFSvRPTzrEnv2LBuXO+\nmzcj5DAAGcFgQ+pMPZe9jTrapmrxhZHqcWkruXeLHusDPzSp0jph\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"}} 2019-01-09 08:16:04,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-61fc010c-db3e-433a-9437-923d9e1ce962 2019-01-09 08:16:07,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:07,299 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:07 GMT Server: Apache x-openstack-request-id: req-3cc13600-d4c6-495c-9faa-a4fe089d1ecb Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:07,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:07 GMT Server: Apache x-openstack-request-id: req-37f4d057-d51a-4fb3-8fd3-e98345a25ed0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAscsICIJ+Ob+ryJ3u4fCyJMkrhs8gDJgN/3Q3VhT3JYHGAO9R\nLD6vSYjxQNv2QTshhbXOd+t6fQJr9TMSyN6dtPIBNGNgEGSF25MoML1/iFH2GR/q\nKF9Tk/E0nk1+FmtBB0dWpr4fJsmAJHmlVbwapCWLzp0B4CdRTGeeINk7zxbQITcg\nvpcLklTXu/d8yEjDJTsTpUmC0kUMOVnSeFs/Hg27BjAGF7hwcn3oeySdr245LSPQ\nyc9F5BkmeSqiVk5HWx0JPnx0IRBcH7nU0B8NI1/4q65YNRPNIlCEhUaDE8OmzhpX\nKu+WF8cwYXaD3lLoiDH+gAAVbx24trhZNfSeEwIDAQABAoIBAACfu8l728GMIKg1\nla8JTza91f9FHtGsfvAUklUlAbEKAY3jSR+koKzbZC1cGEMmV/nGJ5FYLDfgGEzl\n/vzheyA1cTej2aR1FdstawiwwY/S6dAwwnudygdM42hi0Tx25+WEpJM1O5rBPkfi\nfWgNnvJQh2sUNft5Z9miy3VGDeWuJ1FbGGik1w5/c4KUYEhP8YvFc/O0K2UUUVX5\ns0mKTo93kpAnqeyQulVjyVU+qGEKWioQbHSCQAMj6S6l+vROmpmfeYOXIaJeFxYs\n86ulGdwlImlg9vyWu2GahpSh5QEnbdROVu5s1WFbKY+vceiimJ3853FHo5HvobOd\njgBp9nECgYEA2wWJ+KTydz2B+BiIrxGAlYLs1uLs0MXbfj8NywDRWBE1roWwoNRt\nGr57LOLBKOswp640MRFmwl/pXxiyIuqPcC6hnO3dt08oSP2VdRFIo3kztuURW0a9\n3aH8V+Ly47zy6ZTRLfCe+bvt6AQPX/OLEWc0qEO8rOqY6rKxQhUgnd8CgYEAz8+H\nkz4Yq1RCK0qEGtxftb4iBguwEGFS1OLh/2hoZjBQOVO5L5TvEJBCfB32y+t/ApAX\nHZHHp8/1iqZpW3vR3Zl6KFjOWTQpPSIZajYwAeC34Xuezq4Xo3DZiNc5UEJMTjbf\nKGBrilbK57MZrdho82r7vqgjTA0y18ISpaH7Hk0CgYAAu10BqrNwuJDlnldelmVi\nmoRmF24JKJAaNOW75u3MKIqQYbv8XZlbvIU22i8hDuAjv05HV7KLNbzW54M44KXI\nDy/VEWprQWV2EPrd4Efo2+/TTaKoNm1N/0uTk5uSLUB2jVvBlotBdGJQIytV+79c\nOIcRhOBth38pUZ2MBfwM6wKBgQCumHgZ17Q2TkaBxMuVHc40Dhjb53n3aS2Eu1KR\nmhEMuk7Mu3D9by4kRm/1g99UmPlPF+yz5UVP0sNDyGkAedlrS4V83JASFmcHe9zK\nhdhz22/ivFBC6bXmlevOsrTun6UomaWIcOopgp5baPiMPSSAT0RPfUianwQ2jlHI\nY31uiQKBgC5wZbpsNgIgwnpY8sXfLfxOz3nXAY6QCw0ikxQxJEBIazhM8XBV9v75\nbhPJ2Dn6OXtVvCEECoSVCWlhV88LGOzttrZCV+KWiHxaWbFSvRPTzrEnv2LBuXO+\nmzcj5DAAGcFgQ+pMPZe9jTrapmrxhZHqcWkruXeLHusDPzSp0jph\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"}} 2019-01-09 08:16:07,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-37f4d057-d51a-4fb3-8fd3-e98345a25ed0 2019-01-09 08:16:10,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:11,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:10 GMT Server: Apache x-openstack-request-id: req-e017abd6-3cab-41e7-acc7-0bb65430767e Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:11,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:11 GMT Server: Apache x-openstack-request-id: req-33fa57fc-da7a-4458-94a1-2a396d628ce3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAscsICIJ+Ob+ryJ3u4fCyJMkrhs8gDJgN/3Q3VhT3JYHGAO9R\nLD6vSYjxQNv2QTshhbXOd+t6fQJr9TMSyN6dtPIBNGNgEGSF25MoML1/iFH2GR/q\nKF9Tk/E0nk1+FmtBB0dWpr4fJsmAJHmlVbwapCWLzp0B4CdRTGeeINk7zxbQITcg\nvpcLklTXu/d8yEjDJTsTpUmC0kUMOVnSeFs/Hg27BjAGF7hwcn3oeySdr245LSPQ\nyc9F5BkmeSqiVk5HWx0JPnx0IRBcH7nU0B8NI1/4q65YNRPNIlCEhUaDE8OmzhpX\nKu+WF8cwYXaD3lLoiDH+gAAVbx24trhZNfSeEwIDAQABAoIBAACfu8l728GMIKg1\nla8JTza91f9FHtGsfvAUklUlAbEKAY3jSR+koKzbZC1cGEMmV/nGJ5FYLDfgGEzl\n/vzheyA1cTej2aR1FdstawiwwY/S6dAwwnudygdM42hi0Tx25+WEpJM1O5rBPkfi\nfWgNnvJQh2sUNft5Z9miy3VGDeWuJ1FbGGik1w5/c4KUYEhP8YvFc/O0K2UUUVX5\ns0mKTo93kpAnqeyQulVjyVU+qGEKWioQbHSCQAMj6S6l+vROmpmfeYOXIaJeFxYs\n86ulGdwlImlg9vyWu2GahpSh5QEnbdROVu5s1WFbKY+vceiimJ3853FHo5HvobOd\njgBp9nECgYEA2wWJ+KTydz2B+BiIrxGAlYLs1uLs0MXbfj8NywDRWBE1roWwoNRt\nGr57LOLBKOswp640MRFmwl/pXxiyIuqPcC6hnO3dt08oSP2VdRFIo3kztuURW0a9\n3aH8V+Ly47zy6ZTRLfCe+bvt6AQPX/OLEWc0qEO8rOqY6rKxQhUgnd8CgYEAz8+H\nkz4Yq1RCK0qEGtxftb4iBguwEGFS1OLh/2hoZjBQOVO5L5TvEJBCfB32y+t/ApAX\nHZHHp8/1iqZpW3vR3Zl6KFjOWTQpPSIZajYwAeC34Xuezq4Xo3DZiNc5UEJMTjbf\nKGBrilbK57MZrdho82r7vqgjTA0y18ISpaH7Hk0CgYAAu10BqrNwuJDlnldelmVi\nmoRmF24JKJAaNOW75u3MKIqQYbv8XZlbvIU22i8hDuAjv05HV7KLNbzW54M44KXI\nDy/VEWprQWV2EPrd4Efo2+/TTaKoNm1N/0uTk5uSLUB2jVvBlotBdGJQIytV+79c\nOIcRhOBth38pUZ2MBfwM6wKBgQCumHgZ17Q2TkaBxMuVHc40Dhjb53n3aS2Eu1KR\nmhEMuk7Mu3D9by4kRm/1g99UmPlPF+yz5UVP0sNDyGkAedlrS4V83JASFmcHe9zK\nhdhz22/ivFBC6bXmlevOsrTun6UomaWIcOopgp5baPiMPSSAT0RPfUianwQ2jlHI\nY31uiQKBgC5wZbpsNgIgwnpY8sXfLfxOz3nXAY6QCw0ikxQxJEBIazhM8XBV9v75\nbhPJ2Dn6OXtVvCEECoSVCWlhV88LGOzttrZCV+KWiHxaWbFSvRPTzrEnv2LBuXO+\nmzcj5DAAGcFgQ+pMPZe9jTrapmrxhZHqcWkruXeLHusDPzSp0jph\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"}} 2019-01-09 08:16:11,735 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-33fa57fc-da7a-4458-94a1-2a396d628ce3 2019-01-09 08:16:14,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:14,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:14 GMT Server: Apache x-openstack-request-id: req-b9a48a9d-854b-4cae-bbe1-ba9b619e86fa Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:15,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:14 GMT Server: Apache x-openstack-request-id: req-0fa40715-f85f-4d5c-ad9a-7cc6b7638b3a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAscsICIJ+Ob+ryJ3u4fCyJMkrhs8gDJgN/3Q3VhT3JYHGAO9R\nLD6vSYjxQNv2QTshhbXOd+t6fQJr9TMSyN6dtPIBNGNgEGSF25MoML1/iFH2GR/q\nKF9Tk/E0nk1+FmtBB0dWpr4fJsmAJHmlVbwapCWLzp0B4CdRTGeeINk7zxbQITcg\nvpcLklTXu/d8yEjDJTsTpUmC0kUMOVnSeFs/Hg27BjAGF7hwcn3oeySdr245LSPQ\nyc9F5BkmeSqiVk5HWx0JPnx0IRBcH7nU0B8NI1/4q65YNRPNIlCEhUaDE8OmzhpX\nKu+WF8cwYXaD3lLoiDH+gAAVbx24trhZNfSeEwIDAQABAoIBAACfu8l728GMIKg1\nla8JTza91f9FHtGsfvAUklUlAbEKAY3jSR+koKzbZC1cGEMmV/nGJ5FYLDfgGEzl\n/vzheyA1cTej2aR1FdstawiwwY/S6dAwwnudygdM42hi0Tx25+WEpJM1O5rBPkfi\nfWgNnvJQh2sUNft5Z9miy3VGDeWuJ1FbGGik1w5/c4KUYEhP8YvFc/O0K2UUUVX5\ns0mKTo93kpAnqeyQulVjyVU+qGEKWioQbHSCQAMj6S6l+vROmpmfeYOXIaJeFxYs\n86ulGdwlImlg9vyWu2GahpSh5QEnbdROVu5s1WFbKY+vceiimJ3853FHo5HvobOd\njgBp9nECgYEA2wWJ+KTydz2B+BiIrxGAlYLs1uLs0MXbfj8NywDRWBE1roWwoNRt\nGr57LOLBKOswp640MRFmwl/pXxiyIuqPcC6hnO3dt08oSP2VdRFIo3kztuURW0a9\n3aH8V+Ly47zy6ZTRLfCe+bvt6AQPX/OLEWc0qEO8rOqY6rKxQhUgnd8CgYEAz8+H\nkz4Yq1RCK0qEGtxftb4iBguwEGFS1OLh/2hoZjBQOVO5L5TvEJBCfB32y+t/ApAX\nHZHHp8/1iqZpW3vR3Zl6KFjOWTQpPSIZajYwAeC34Xuezq4Xo3DZiNc5UEJMTjbf\nKGBrilbK57MZrdho82r7vqgjTA0y18ISpaH7Hk0CgYAAu10BqrNwuJDlnldelmVi\nmoRmF24JKJAaNOW75u3MKIqQYbv8XZlbvIU22i8hDuAjv05HV7KLNbzW54M44KXI\nDy/VEWprQWV2EPrd4Efo2+/TTaKoNm1N/0uTk5uSLUB2jVvBlotBdGJQIytV+79c\nOIcRhOBth38pUZ2MBfwM6wKBgQCumHgZ17Q2TkaBxMuVHc40Dhjb53n3aS2Eu1KR\nmhEMuk7Mu3D9by4kRm/1g99UmPlPF+yz5UVP0sNDyGkAedlrS4V83JASFmcHe9zK\nhdhz22/ivFBC6bXmlevOsrTun6UomaWIcOopgp5baPiMPSSAT0RPfUianwQ2jlHI\nY31uiQKBgC5wZbpsNgIgwnpY8sXfLfxOz3nXAY6QCw0ikxQxJEBIazhM8XBV9v75\nbhPJ2Dn6OXtVvCEECoSVCWlhV88LGOzttrZCV+KWiHxaWbFSvRPTzrEnv2LBuXO+\nmzcj5DAAGcFgQ+pMPZe9jTrapmrxhZHqcWkruXeLHusDPzSp0jph\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"}} 2019-01-09 08:16:15,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-0fa40715-f85f-4d5c-ad9a-7cc6b7638b3a 2019-01-09 08:16:15,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:15,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:15 GMT Server: Apache x-openstack-request-id: req-7f5834c8-d086-4f63-8dcd-057de5dbe527 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:16,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:15 GMT Server: Apache x-openstack-request-id: req-5d0a0d72-33eb-42b2-8389-ebf393037355 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.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3f5f8395-3021-4f7d-b4bd-59c2fec8114e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "9f122652-9b09-431d-89c4-430ed168d4e7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9fd89548-d259-4214-aad6-ca067a21f48d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "db43af33-c80d-46e1-b5f9-0045b0145128", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a67ea020-bdda-481f-b856-fdbeff97879f", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "56", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "08ddd202-912d-428a-a4f6-012dd1677111:subnet_id=056c0a5f-9eae-4087-a67d-a490e78ee8a8", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "056c0a5f-9eae-4087-a67d-a490e78ee8a8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "08ddd202-912d-428a-a4f6-012dd1677111", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0911cdde-0563-427f-8717-966b9bf020b9", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c54ee888-e128-4430-9c67-3da9517d49c7", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0763d3e7-d96a-471b-9035-a22f96f32a1c", "resource_type": "OS::Neutron::Port"}]} 2019-01-09 08:16:16,129 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources used request id req-5d0a0d72-33eb-42b2-8389-ebf393037355 2019-01-09 08:16:16,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:16,159 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:16 GMT Server: Apache x-openstack-request-id: req-8c948f51-a25f-4583-a21e-c994d094f21b Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:16,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:16 GMT Server: Apache x-openstack-request-id: req-85d7b5b5-08e9-4646-9b4c-dbd0a7118bb5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAscsICIJ+Ob+ryJ3u4fCyJMkrhs8gDJgN/3Q3VhT3JYHGAO9R\nLD6vSYjxQNv2QTshhbXOd+t6fQJr9TMSyN6dtPIBNGNgEGSF25MoML1/iFH2GR/q\nKF9Tk/E0nk1+FmtBB0dWpr4fJsmAJHmlVbwapCWLzp0B4CdRTGeeINk7zxbQITcg\nvpcLklTXu/d8yEjDJTsTpUmC0kUMOVnSeFs/Hg27BjAGF7hwcn3oeySdr245LSPQ\nyc9F5BkmeSqiVk5HWx0JPnx0IRBcH7nU0B8NI1/4q65YNRPNIlCEhUaDE8OmzhpX\nKu+WF8cwYXaD3lLoiDH+gAAVbx24trhZNfSeEwIDAQABAoIBAACfu8l728GMIKg1\nla8JTza91f9FHtGsfvAUklUlAbEKAY3jSR+koKzbZC1cGEMmV/nGJ5FYLDfgGEzl\n/vzheyA1cTej2aR1FdstawiwwY/S6dAwwnudygdM42hi0Tx25+WEpJM1O5rBPkfi\nfWgNnvJQh2sUNft5Z9miy3VGDeWuJ1FbGGik1w5/c4KUYEhP8YvFc/O0K2UUUVX5\ns0mKTo93kpAnqeyQulVjyVU+qGEKWioQbHSCQAMj6S6l+vROmpmfeYOXIaJeFxYs\n86ulGdwlImlg9vyWu2GahpSh5QEnbdROVu5s1WFbKY+vceiimJ3853FHo5HvobOd\njgBp9nECgYEA2wWJ+KTydz2B+BiIrxGAlYLs1uLs0MXbfj8NywDRWBE1roWwoNRt\nGr57LOLBKOswp640MRFmwl/pXxiyIuqPcC6hnO3dt08oSP2VdRFIo3kztuURW0a9\n3aH8V+Ly47zy6ZTRLfCe+bvt6AQPX/OLEWc0qEO8rOqY6rKxQhUgnd8CgYEAz8+H\nkz4Yq1RCK0qEGtxftb4iBguwEGFS1OLh/2hoZjBQOVO5L5TvEJBCfB32y+t/ApAX\nHZHHp8/1iqZpW3vR3Zl6KFjOWTQpPSIZajYwAeC34Xuezq4Xo3DZiNc5UEJMTjbf\nKGBrilbK57MZrdho82r7vqgjTA0y18ISpaH7Hk0CgYAAu10BqrNwuJDlnldelmVi\nmoRmF24JKJAaNOW75u3MKIqQYbv8XZlbvIU22i8hDuAjv05HV7KLNbzW54M44KXI\nDy/VEWprQWV2EPrd4Efo2+/TTaKoNm1N/0uTk5uSLUB2jVvBlotBdGJQIytV+79c\nOIcRhOBth38pUZ2MBfwM6wKBgQCumHgZ17Q2TkaBxMuVHc40Dhjb53n3aS2Eu1KR\nmhEMuk7Mu3D9by4kRm/1g99UmPlPF+yz5UVP0sNDyGkAedlrS4V83JASFmcHe9zK\nhdhz22/ivFBC6bXmlevOsrTun6UomaWIcOopgp5baPiMPSSAT0RPfUianwQ2jlHI\nY31uiQKBgC5wZbpsNgIgwnpY8sXfLfxOz3nXAY6QCw0ikxQxJEBIazhM8XBV9v75\nbhPJ2Dn6OXtVvCEECoSVCWlhV88LGOzttrZCV+KWiHxaWbFSvRPTzrEnv2LBuXO+\nmzcj5DAAGcFgQ+pMPZe9jTrapmrxhZHqcWkruXeLHusDPzSp0jph\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"}} 2019-01-09 08:16:16,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-85d7b5b5-08e9-4646-9b4c-dbd0a7118bb5 2019-01-09 08:16:16,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:16,577 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:16 GMT Server: Apache x-openstack-request-id: req-74959f92-e093-4d63-82ea-17e884ff2c12 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:16,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:16 GMT Server: Apache x-openstack-request-id: req-74027411-e684-4865-a707-cf76502c64e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1035 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3f5f8395-3021-4f7d-b4bd-59c2fec8114e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "9f122652-9b09-431d-89c4-430ed168d4e7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9fd89548-d259-4214-aad6-ca067a21f48d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "db43af33-c80d-46e1-b5f9-0045b0145128", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a67ea020-bdda-481f-b856-fdbeff97879f", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "56", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "08ddd202-912d-428a-a4f6-012dd1677111:subnet_id=056c0a5f-9eae-4087-a67d-a490e78ee8a8", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "056c0a5f-9eae-4087-a67d-a490e78ee8a8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "08ddd202-912d-428a-a4f6-012dd1677111", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0911cdde-0563-427f-8717-966b9bf020b9", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c54ee888-e128-4430-9c67-3da9517d49c7", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0763d3e7-d96a-471b-9035-a22f96f32a1c", "resource_type": "OS::Neutron::Port"}]} 2019-01-09 08:16:16,837 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources used request id req-74027411-e684-4865-a707-cf76502c64e2 2019-01-09 08:16:16,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9fd89548-d259-4214-aad6-ca067a21f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:16,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-3961150f-099b-457e-bb47-3a8c0687574e Date: Wed, 09 Jan 2019 08:16:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9fd89548-d259-4214-aad6-ca067a21f48d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["056c0a5f-9eae-4087-a67d-a490e78ee8a8"],"description":"","tags":[],"updated_at":"2019-01-09T08:15:55Z","provider:segmentation_id":92,"name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:53Z","provider:network_type":"vxlan"}]} 2019-01-09 08:16:16,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9fd89548-d259-4214-aad6-ca067a21f48d used request id req-3961150f-099b-457e-bb47-3a8c0687574e 2019-01-09 08:16:16,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fd89548-d259-4214-aad6-ca067a21f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:16,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-008883be-58d6-4cd6-95ec-6141a05784c2 Date: Wed, 09 Jan 2019 08:16:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:55Z","dns_nameservers":[],"updated_at":"2019-01-09T08:15: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":"88d6c71a30ca41f6a882b86c51b3b026","id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet"}]} 2019-01-09 08:16:16,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fd89548-d259-4214-aad6-ca067a21f48d used request id req-008883be-58d6-4cd6-95ec-6141a05784c2 2019-01-09 08:16:16,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fd89548-d259-4214-aad6-ca067a21f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:17,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d1eba9ae-3870-47f9-9b54-3eb7d1be152a Date: Wed, 09 Jan 2019 08:16:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:55Z","dns_nameservers":[],"updated_at":"2019-01-09T08:15: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":"88d6c71a30ca41f6a882b86c51b3b026","id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet"}]} 2019-01-09 08:16:17,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fd89548-d259-4214-aad6-ca067a21f48d used request id req-d1eba9ae-3870-47f9-9b54-3eb7d1be152a 2019-01-09 08:16:17,184 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:16:17,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:17,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49e13d84-5c4b-43b2-ac90-36707e862f98 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:16:17,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-49e13d84-5c4b-43b2-ac90-36707e862f98 2019-01-09 08:16:17,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:17,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:17 GMT Server: Apache x-openstack-request-id: req-51fb3cac-7b63-4770-b621-34048b024b24 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:17,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:17 GMT Server: Apache x-openstack-request-id: req-f0feae03-5432-433d-a68c-20f9e05365bc 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.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3f5f8395-3021-4f7d-b4bd-59c2fec8114e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "9f122652-9b09-431d-89c4-430ed168d4e7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9fd89548-d259-4214-aad6-ca067a21f48d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "db43af33-c80d-46e1-b5f9-0045b0145128", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a67ea020-bdda-481f-b856-fdbeff97879f", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "56", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "08ddd202-912d-428a-a4f6-012dd1677111:subnet_id=056c0a5f-9eae-4087-a67d-a490e78ee8a8", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "056c0a5f-9eae-4087-a67d-a490e78ee8a8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "08ddd202-912d-428a-a4f6-012dd1677111", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0911cdde-0563-427f-8717-966b9bf020b9", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c54ee888-e128-4430-9c67-3da9517d49c7", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0763d3e7-d96a-471b-9035-a22f96f32a1c", "resource_type": "OS::Neutron::Port"}]} 2019-01-09 08:16:17,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources used request id req-f0feae03-5432-433d-a68c-20f9e05365bc 2019-01-09 08:16:17,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/0911cdde-0563-427f-8717-966b9bf020b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:17,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16: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-77e6c1fd-84d2-4d0b-959b-57e055ee3c66 x-compute-request-id: req-77e6c1fd-84d2-4d0b-959b-57e055ee3c66 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:53:94", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:53:94", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/0911cdde-0563-427f-8717-966b9bf020b9", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/0911cdde-0563-427f-8717-966b9bf020b9", "rel": "bookmark"}], "image": {"id": "d863bc68-0811-4a9b-af95-7487fcd19359", "links": [{"href": "http://172.30.9.30:8774/images/d863bc68-0811-4a9b-af95-7487fcd19359", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2019-01-09T08:16:09.000000", "flavor": {"id": "9f122652-9b09-431d-89c4-430ed168d4e7", "links": [{"href": "http://172.30.9.30:8774/flavors/9f122652-9b09-431d-89c4-430ed168d4e7", "rel": "bookmark"}]}, "id": "0911cdde-0563-427f-8717-966b9bf020b9", "security_groups": [{"name": "security_group_name"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:16:09Z", "hostId": "8589a99e22bf103b0953aece39294055db6ae3cc6c973e437c3f40d8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "created": "2019-01-09T08:16:04Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:16:17,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/0911cdde-0563-427f-8717-966b9bf020b9 used request id req-77e6c1fd-84d2-4d0b-959b-57e055ee3c66 2019-01-09 08:16:17,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:18,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-032a5e66-4503-42d5-b799-84466ee61a68 Date: Wed, 09 Jan 2019 08:16:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9fd89548-d259-4214-aad6-ca067a21f48d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["056c0a5f-9eae-4087-a67d-a490e78ee8a8"],"description":"","tags":[],"updated_at":"2019-01-09T08:15:55Z","provider:segmentation_id":92,"name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:53Z","provider:network_type":"vxlan"}]} 2019-01-09 08:16:18,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net used request id req-032a5e66-4503-42d5-b799-84466ee61a68 2019-01-09 08:16:18,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:16:18,105 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:16:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:16:18,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:18,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a02d109f-0e4f-4e00-9421-1cf8be5de5da Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:16:18,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-a02d109f-0e4f-4e00-9421-1cf8be5de5da 2019-01-09 08:16:18,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fd89548-d259-4214-aad6-ca067a21f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:18,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8b3ac9be-db1b-4ceb-b7e3-d78f3346effb Date: Wed, 09 Jan 2019 08:16:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:55Z","dns_nameservers":[],"updated_at":"2019-01-09T08:15: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":"88d6c71a30ca41f6a882b86c51b3b026","id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet"}]} 2019-01-09 08:16:18,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fd89548-d259-4214-aad6-ca067a21f48d used request id req-8b3ac9be-db1b-4ceb-b7e3-d78f3346effb 2019-01-09 08:16:18,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9fd89548-d259-4214-aad6-ca067a21f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:18,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5216 X-Openstack-Request-Id: req-588b41a6-61c0-470a-b949-bbe3af99daa7 Date: Wed, 09 Jan 2019 08:16:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:16:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.5"}],"id":"0763d3e7-d96a-471b-9035-a22f96f32a1c","security_groups":["db43af33-c80d-46e1-b5f9-0045b0145128"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:53:94","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"0911cdde-0563-427f-8717-966b9bf020b9","name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack-port1-6ivmbbfzorfy","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:16:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:15:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.3"}],"id":"4cc7222c-1703-4e0b-85e6-3aa0fad34a35","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:d2:d7","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9fd89548-d259-4214-aad6-ca067a21f48d","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:15:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.2"}],"id":"4e3299a5-21dc-4894-b110-70a8fd244e70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:c8:ff","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9fd89548-d259-4214-aad6-ca067a21f48d","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:15:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.4"}],"id":"6a64479d-abc3-4cce-96f4-b58dcc7dd9bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:af:b8","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9fd89548-d259-4214-aad6-ca067a21f48d","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:16:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.9"}],"id":"7b27bec2-c5b7-42e7-a080-60fb9883adf3","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:ef:74","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c54ee888-e128-4430-9c67-3da9517d49c7","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:16:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:16:00Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.1"}],"id":"ff03382a-360e-4acb-87ca-ca3ba10cc498","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1b:c7:6c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"08ddd202-912d-428a-a4f6-012dd1677111","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:59Z","binding:vnic_type":"normal"}]} 2019-01-09 08:16:18,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9fd89548-d259-4214-aad6-ca067a21f48d used request id req-588b41a6-61c0-470a-b949-bbe3af99daa7 2019-01-09 08:16:18,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/c54ee888-e128-4430-9c67-3da9517d49c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:18,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1c9c17f-ac92-4d41-9984-a529267c1c86 x-compute-request-id: req-b1c9c17f-ac92-4d41-9984-a529267c1c86 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:ef:74", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c54ee888-e128-4430-9c67-3da9517d49c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c54ee888-e128-4430-9c67-3da9517d49c7", "rel": "bookmark"}], "image": {"id": "ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "links": [{"href": "http://172.30.9.30:8774/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2019-01-09T08:16:06.000000", "flavor": {"id": "3f5f8395-3021-4f7d-b4bd-59c2fec8114e", "links": [{"href": "http://172.30.9.30:8774/flavors/3f5f8395-3021-4f7d-b4bd-59c2fec8114e", "rel": "bookmark"}]}, "id": "c54ee888-e128-4430-9c67-3da9517d49c7", "security_groups": [{"name": "default"}], "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:16:07Z", "hostId": "f0b5bd2d89deeb3cd4d013cee775eb28c4c82a9cb11471de6030fe37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "created": "2019-01-09T08:16:00Z", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:16:18,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c54ee888-e128-4430-9c67-3da9517d49c7 used request id req-b1c9c17f-ac92-4d41-9984-a529267c1c86 2019-01-09 08:16:18,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:18,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-35c30f04-7c01-450a-bda1-6bb80bb77670 Date: Wed, 09 Jan 2019 08:16:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9fd89548-d259-4214-aad6-ca067a21f48d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","subnets":["056c0a5f-9eae-4087-a67d-a490e78ee8a8"],"description":"","tags":[],"updated_at":"2019-01-09T08:15:55Z","provider:segmentation_id":92,"name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net","admin_state_up":true,"tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:53Z","provider:network_type":"vxlan"}]} 2019-01-09 08:16:18,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net used request id req-35c30f04-7c01-450a-bda1-6bb80bb77670 2019-01-09 08:16:18,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:18,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aafd8ef-a4c8-4698-b1d4-e35027537835 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:16:18,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-5aafd8ef-a4c8-4698-b1d4-e35027537835 2019-01-09 08:16:18,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9fd89548-d259-4214-aad6-ca067a21f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:18,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c8d726fb-928c-4788-bd53-3fff89a121e2 Date: Wed, 09 Jan 2019 08:16:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:55Z","dns_nameservers":[],"updated_at":"2019-01-09T08:15: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":"88d6c71a30ca41f6a882b86c51b3b026","id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet"}]} 2019-01-09 08:16:18,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9fd89548-d259-4214-aad6-ca067a21f48d used request id req-c8d726fb-928c-4788-bd53-3fff89a121e2 2019-01-09 08:16:19,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9fd89548-d259-4214-aad6-ca067a21f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:19,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5216 X-Openstack-Request-Id: req-d2135cd2-e92c-442f-9b92-d10fa9f68698 Date: Wed, 09 Jan 2019 08:16:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:16:06Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.5"}],"id":"0763d3e7-d96a-471b-9035-a22f96f32a1c","security_groups":["db43af33-c80d-46e1-b5f9-0045b0145128"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:53:94","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"0911cdde-0563-427f-8717-966b9bf020b9","name":"HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack-port1-6ivmbbfzorfy","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:16:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:15:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.3"}],"id":"4cc7222c-1703-4e0b-85e6-3aa0fad34a35","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:97:d2:d7","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9fd89548-d259-4214-aad6-ca067a21f48d","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:15:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.2"}],"id":"4e3299a5-21dc-4894-b110-70a8fd244e70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:c8:ff","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9fd89548-d259-4214-aad6-ca067a21f48d","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:15:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.4"}],"id":"6a64479d-abc3-4cce-96f4-b58dcc7dd9bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:af:b8","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9fd89548-d259-4214-aad6-ca067a21f48d","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:16:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.9"}],"id":"7b27bec2-c5b7-42e7-a080-60fb9883adf3","security_groups":["ca985b61-f96f-4fae-ad1e-945a29ef71ff"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:ef:74","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c54ee888-e128-4430-9c67-3da9517d49c7","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:16:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:16:00Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"056c0a5f-9eae-4087-a67d-a490e78ee8a8","ip_address":"10.1.2.1"}],"id":"ff03382a-360e-4acb-87ca-ca3ba10cc498","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1b:c7:6c","project_id":"88d6c71a30ca41f6a882b86c51b3b026","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"08ddd202-912d-428a-a4f6-012dd1677111","name":"","admin_state_up":true,"network_id":"9fd89548-d259-4214-aad6-ca067a21f48d","tenant_id":"88d6c71a30ca41f6a882b86c51b3b026","created_at":"2019-01-09T08:15:59Z","binding:vnic_type":"normal"}]} 2019-01-09 08:16:19,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9fd89548-d259-4214-aad6-ca067a21f48d used request id req-d2135cd2-e92c-442f-9b92-d10fa9f68698 2019-01-09 08:16:19,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:19,076 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:19 GMT Server: Apache x-openstack-request-id: req-9896bf7d-3d38-44cb-951b-76cf56a787a0 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:19,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:19 GMT Server: Apache x-openstack-request-id: req-ce4ad876-dca3-4f0b-9f4a-4352d67a64e6 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.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "3f5f8395-3021-4f7d-b4bd-59c2fec8114e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "9f122652-9b09-431d-89c4-430ed168d4e7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/network", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9fd89548-d259-4214-aad6-ca067a21f48d", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "db43af33-c80d-46e1-b5f9-0045b0145128", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "a67ea020-bdda-481f-b856-fdbeff97879f", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "56", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "08ddd202-912d-428a-a4f6-012dd1677111:subnet_id=056c0a5f-9eae-4087-a67d-a490e78ee8a8", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "056c0a5f-9eae-4087-a67d-a490e78ee8a8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "08ddd202-912d-428a-a4f6-012dd1677111", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "0911cdde-0563-427f-8717-966b9bf020b9", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c54ee888-e128-4430-9c67-3da9517d49c7", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources/port1", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-09T08:15:52Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:15:52Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0763d3e7-d96a-471b-9035-a22f96f32a1c", "resource_type": "OS::Neutron::Port"}]} 2019-01-09 08:16:19,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d/resources used request id req-ce4ad876-dca3-4f0b-9f4a-4352d67a64e6 2019-01-09 08:16:19,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:19,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-91f98966-5e43-47e7-a398-f1122df70ac9 Date: Wed, 09 Jan 2019 08:16:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:42Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d863bc68-0811-4a9b-af95-7487fcd19359/snap", "metadata": {}}], "self": "/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359", "min_disk": 0, "protected": false, "id": "d863bc68-0811-4a9b-af95-7487fcd19359", "file": "/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d863bc68-0811-4a9b-af95-7487fcd19359/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:16:19,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 used request id req-91f98966-5e43-47e7-a398-f1122df70ac9 2019-01-09 08:16:19,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:19,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9ce21461-0c93-4aa9-ade2-a6d3cd7504c6 Date: Wed, 09 Jan 2019 08:16: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"}}} 2019-01-09 08:16:19,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-9ce21461-0c93-4aa9-ade2-a6d3cd7504c6 2019-01-09 08:16:19,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:19,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-58c5c69b-55f8-4089-a422-d842ce1fa587 Date: Wed, 09 Jan 2019 08:16:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/snap", "metadata": {}}], "self": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "min_disk": 0, "protected": false, "id": "ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "file": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:16:19,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 used request id req-58c5c69b-55f8-4089-a422-d842ce1fa587 2019-01-09 08:16:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:20,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-ec2e56ac-dcab-4369-84f6-a1a2fded20e5 Date: Wed, 09 Jan 2019 08:16:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:15:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/snap", "metadata": {}}], "self": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "min_disk": 0, "protected": false, "id": "ccb0e2e2-e0fb-43a4-94b3-7d633fc21144", "file": "/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88d6c71a30ca41f6a882b86c51b3b026", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:16:20,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 used request id req-ec2e56ac-dcab-4369-84f6-a1a2fded20e5 2019-01-09 08:16:20,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:20,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:20 GMT Server: Apache x-openstack-request-id: req-65007873-3aaa-4bb5-b751-cadcf527a280 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:20,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:20 GMT Server: Apache x-openstack-request-id: req-741c1ef1-fff9-4115-bcf3-9bf447510323 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAscsICIJ+Ob+ryJ3u4fCyJMkrhs8gDJgN/3Q3VhT3JYHGAO9R\nLD6vSYjxQNv2QTshhbXOd+t6fQJr9TMSyN6dtPIBNGNgEGSF25MoML1/iFH2GR/q\nKF9Tk/E0nk1+FmtBB0dWpr4fJsmAJHmlVbwapCWLzp0B4CdRTGeeINk7zxbQITcg\nvpcLklTXu/d8yEjDJTsTpUmC0kUMOVnSeFs/Hg27BjAGF7hwcn3oeySdr245LSPQ\nyc9F5BkmeSqiVk5HWx0JPnx0IRBcH7nU0B8NI1/4q65YNRPNIlCEhUaDE8OmzhpX\nKu+WF8cwYXaD3lLoiDH+gAAVbx24trhZNfSeEwIDAQABAoIBAACfu8l728GMIKg1\nla8JTza91f9FHtGsfvAUklUlAbEKAY3jSR+koKzbZC1cGEMmV/nGJ5FYLDfgGEzl\n/vzheyA1cTej2aR1FdstawiwwY/S6dAwwnudygdM42hi0Tx25+WEpJM1O5rBPkfi\nfWgNnvJQh2sUNft5Z9miy3VGDeWuJ1FbGGik1w5/c4KUYEhP8YvFc/O0K2UUUVX5\ns0mKTo93kpAnqeyQulVjyVU+qGEKWioQbHSCQAMj6S6l+vROmpmfeYOXIaJeFxYs\n86ulGdwlImlg9vyWu2GahpSh5QEnbdROVu5s1WFbKY+vceiimJ3853FHo5HvobOd\njgBp9nECgYEA2wWJ+KTydz2B+BiIrxGAlYLs1uLs0MXbfj8NywDRWBE1roWwoNRt\nGr57LOLBKOswp640MRFmwl/pXxiyIuqPcC6hnO3dt08oSP2VdRFIo3kztuURW0a9\n3aH8V+Ly47zy6ZTRLfCe+bvt6AQPX/OLEWc0qEO8rOqY6rKxQhUgnd8CgYEAz8+H\nkz4Yq1RCK0qEGtxftb4iBguwEGFS1OLh/2hoZjBQOVO5L5TvEJBCfB32y+t/ApAX\nHZHHp8/1iqZpW3vR3Zl6KFjOWTQpPSIZajYwAeC34Xuezq4Xo3DZiNc5UEJMTjbf\nKGBrilbK57MZrdho82r7vqgjTA0y18ISpaH7Hk0CgYAAu10BqrNwuJDlnldelmVi\nmoRmF24JKJAaNOW75u3MKIqQYbv8XZlbvIU22i8hDuAjv05HV7KLNbzW54M44KXI\nDy/VEWprQWV2EPrd4Efo2+/TTaKoNm1N/0uTk5uSLUB2jVvBlotBdGJQIytV+79c\nOIcRhOBth38pUZ2MBfwM6wKBgQCumHgZ17Q2TkaBxMuVHc40Dhjb53n3aS2Eu1KR\nmhEMuk7Mu3D9by4kRm/1g99UmPlPF+yz5UVP0sNDyGkAedlrS4V83JASFmcHe9zK\nhdhz22/ivFBC6bXmlevOsrTun6UomaWIcOopgp5baPiMPSSAT0RPfUianwQ2jlHI\nY31uiQKBgC5wZbpsNgIgwnpY8sXfLfxOz3nXAY6QCw0ikxQxJEBIazhM8XBV9v75\nbhPJ2Dn6OXtVvCEECoSVCWlhV88LGOzttrZCV+KWiHxaWbFSvRPTzrEnv2LBuXO+\nmzcj5DAAGcFgQ+pMPZe9jTrapmrxhZHqcWkruXeLHusDPzSp0jph\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"}} 2019-01-09 08:16:20,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-741c1ef1-fff9-4115-bcf3-9bf447510323 2019-01-09 08:16:20,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:20,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:20 GMT Server: Apache x-openstack-request-id: req-2a8ee0ac-5bf7-4578-b99c-a0c63c8ff0b8 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:20,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:20 GMT Server: Apache x-openstack-request-id: req-c1a8db02-ed10-4db7-a814-b225c5875a3e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2079 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAscsICIJ+Ob+ryJ3u4fCyJMkrhs8gDJgN/3Q3VhT3JYHGAO9R\nLD6vSYjxQNv2QTshhbXOd+t6fQJr9TMSyN6dtPIBNGNgEGSF25MoML1/iFH2GR/q\nKF9Tk/E0nk1+FmtBB0dWpr4fJsmAJHmlVbwapCWLzp0B4CdRTGeeINk7zxbQITcg\nvpcLklTXu/d8yEjDJTsTpUmC0kUMOVnSeFs/Hg27BjAGF7hwcn3oeySdr245LSPQ\nyc9F5BkmeSqiVk5HWx0JPnx0IRBcH7nU0B8NI1/4q65YNRPNIlCEhUaDE8OmzhpX\nKu+WF8cwYXaD3lLoiDH+gAAVbx24trhZNfSeEwIDAQABAoIBAACfu8l728GMIKg1\nla8JTza91f9FHtGsfvAUklUlAbEKAY3jSR+koKzbZC1cGEMmV/nGJ5FYLDfgGEzl\n/vzheyA1cTej2aR1FdstawiwwY/S6dAwwnudygdM42hi0Tx25+WEpJM1O5rBPkfi\nfWgNnvJQh2sUNft5Z9miy3VGDeWuJ1FbGGik1w5/c4KUYEhP8YvFc/O0K2UUUVX5\ns0mKTo93kpAnqeyQulVjyVU+qGEKWioQbHSCQAMj6S6l+vROmpmfeYOXIaJeFxYs\n86ulGdwlImlg9vyWu2GahpSh5QEnbdROVu5s1WFbKY+vceiimJ3853FHo5HvobOd\njgBp9nECgYEA2wWJ+KTydz2B+BiIrxGAlYLs1uLs0MXbfj8NywDRWBE1roWwoNRt\nGr57LOLBKOswp640MRFmwl/pXxiyIuqPcC6hnO3dt08oSP2VdRFIo3kztuURW0a9\n3aH8V+Ly47zy6ZTRLfCe+bvt6AQPX/OLEWc0qEO8rOqY6rKxQhUgnd8CgYEAz8+H\nkz4Yq1RCK0qEGtxftb4iBguwEGFS1OLh/2hoZjBQOVO5L5TvEJBCfB32y+t/ApAX\nHZHHp8/1iqZpW3vR3Zl6KFjOWTQpPSIZajYwAeC34Xuezq4Xo3DZiNc5UEJMTjbf\nKGBrilbK57MZrdho82r7vqgjTA0y18ISpaH7Hk0CgYAAu10BqrNwuJDlnldelmVi\nmoRmF24JKJAaNOW75u3MKIqQYbv8XZlbvIU22i8hDuAjv05HV7KLNbzW54M44KXI\nDy/VEWprQWV2EPrd4Efo2+/TTaKoNm1N/0uTk5uSLUB2jVvBlotBdGJQIytV+79c\nOIcRhOBth38pUZ2MBfwM6wKBgQCumHgZ17Q2TkaBxMuVHc40Dhjb53n3aS2Eu1KR\nmhEMuk7Mu3D9by4kRm/1g99UmPlPF+yz5UVP0sNDyGkAedlrS4V83JASFmcHe9zK\nhdhz22/ivFBC6bXmlevOsrTun6UomaWIcOopgp5baPiMPSSAT0RPfUianwQ2jlHI\nY31uiQKBgC5wZbpsNgIgwnpY8sXfLfxOz3nXAY6QCw0ikxQxJEBIazhM8XBV9v75\nbhPJ2Dn6OXtVvCEECoSVCWlhV88LGOzttrZCV+KWiHxaWbFSvRPTzrEnv2LBuXO+\nmzcj5DAAGcFgQ+pMPZe9jTrapmrxhZHqcWkruXeLHusDPzSp0jph\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"}} 2019-01-09 08:16:20,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-c1a8db02-ed10-4db7-a814-b225c5875a3e 2019-01-09 08:16:20,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:20,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:20 GMT Server: Apache x-openstack-request-id: req-70fbe509-1063-4f59-98e4-f468f98dda23 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:20,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:16:20 GMT Server: Apache x-openstack-request-id: req-5f1fbe60-95c5-40ee-9025-de4b57b478b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:16:20,794 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-5f1fbe60-95c5-40ee-9025-de4b57b478b4 2019-01-09 08:16:20,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:21,070 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:20 GMT Server: Apache x-openstack-request-id: req-3ff4e561-ceca-4109-9db1-c992e860b609 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:21,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:21 GMT Server: Apache x-openstack-request-id: req-be5a2198-5302-49d6-af3d-10f2aed7534c 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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "tags": null, "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-09T08:16:20Z", "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "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"}} 2019-01-09 08:16:21,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-be5a2198-5302-49d6-af3d-10f2aed7534c 2019-01-09 08:16:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:24,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:24 GMT Server: Apache x-openstack-request-id: req-edc97188-4aa0-4095-828e-9d07abecb992 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:24,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:24 GMT Server: Apache x-openstack-request-id: req-8b44ab0c-6ebe-49dd-a2f8-3772f3ea58c8 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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "tags": null, "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-09T08:16:20Z", "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "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"}} 2019-01-09 08:16:24,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-8b44ab0c-6ebe-49dd-a2f8-3772f3ea58c8 2019-01-09 08:16:27,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:27,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:27 GMT Server: Apache x-openstack-request-id: req-a3888aa7-41de-4f08-b7be-6a39cdc2d771 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:27,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:27 GMT Server: Apache x-openstack-request-id: req-06886b4f-563e-47f2-a2fe-95d1a4a5241b 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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "tags": null, "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-09T08:16:20Z", "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "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"}} 2019-01-09 08:16:27,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-06886b4f-563e-47f2-a2fe-95d1a4a5241b 2019-01-09 08:16:30,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/e4a73ef2-c938-443c-9068-cfa3f647c45d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f761f487bba32552f535bcfecee410e072eaf70" 2019-01-09 08:16:30,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:30 GMT Server: Apache x-openstack-request-id: req-1d800652-a1aa-49c6-9670-d685db64068f Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:31,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:30 GMT Server: Apache x-openstack-request-id: req-e4adac10-c343-45d1-9bac-4887cc7ac2c7 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-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor2", "OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack", "stack_user_project_id": "c0aa26d137db499fa558725fe08bb381", "tags": null, "creation_time": "2019-01-09T08:15:51Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-09T08:16:20Z", "id": "e4a73ef2-c938-443c-9068-cfa3f647c45d", "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"}} 2019-01-09 08:16:31,021 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-stack/e4a73ef2-c938-443c-9068-cfa3f647c45d used request id req-e4adac10-c343-45d1-9bac-4887cc7ac2c7 2019-01-09 08:16:31,022 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image1 2019-01-09 08:16:31,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1f9bed38695cf66355ee23c927b8dc51f38717f" 2019-01-09 08:16:32,422 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf659743-52ed-420c-a93b-0cbbe0235df9 Date: Wed, 09 Jan 2019 08:16:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:16:32,422 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d863bc68-0811-4a9b-af95-7487fcd19359 used request id req-bf659743-52ed-420c-a93b-0cbbe0235df9 2019-01-09 08:16:32,423 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-c93e4346-ae2b-49fc-ace5-473a6b11d027-image2 2019-01-09 08:16:32,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9b51d75b405096b6c79f8da9e010eec98e1802a" 2019-01-09 08:16:33,818 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1b7dfa56-03ab-4beb-b679-1ac94a1fd0ac Date: Wed, 09 Jan 2019 08:16:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:16:33,818 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/ccb0e2e2-e0fb-43a4-94b3-7d633fc21144 used request id req-1b7dfa56-03ab-4beb-b679-1ac94a1fd0ac 2019-01-09 08:16:33,820 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-09 08:16:33,820 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:16:33,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:16:34,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:16:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["fsSxpvyQSzS55o6Mv54UWA"], "issued_at": "2019-01-09T08:16:34.000000Z"}} 2019-01-09 08:16:34,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6254140ae188bef3bb24191b09babd9759e63c65" -d '{"stack_name": "HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-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}}}}}' 2019-01-09 08:16:35,937 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:16:34 GMT Server: Apache x-openstack-request-id: req-bca30b54-27b4-4647-afc3-1898a4084551 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "99905560-8997-439b-a9ea-a9b7f0d5a742", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742", "rel": "self"}]}} 2019-01-09 08:16:35,937 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks used request id req-bca30b54-27b4-4647-afc3-1898a4084551 2019-01-09 08:16:35,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/99905560-8997-439b-a9ea-a9b7f0d5a742 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6254140ae188bef3bb24191b09babd9759e63c65" 2019-01-09 08:16:36,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:35 GMT Server: Apache x-openstack-request-id: req-6b018bd2-6cda-4656-acc5-7e835397a2d5 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:36,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:36 GMT Server: Apache x-openstack-request-id: req-819bec47-e624-416b-a61b-70ac9d2fc210 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 505 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "99905560-8997-439b-a9ea-a9b7f0d5a742", "OS::stack_name": "HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack", "stack_user_project_id": "1e503256a5d04e7e892f2b4a3635ba61", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:16:35Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "99905560-8997-439b-a9ea-a9b7f0d5a742", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-09 08:16:36,301 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742 used request id req-819bec47-e624-416b-a61b-70ac9d2fc210 2019-01-09 08:16:36,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/99905560-8997-439b-a9ea-a9b7f0d5a742 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6254140ae188bef3bb24191b09babd9759e63c65" 2019-01-09 08:16:36,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:36 GMT Server: Apache x-openstack-request-id: req-f0cb838a-368f-4355-a07d-89bfb72c4d40 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:36,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:36 GMT Server: Apache x-openstack-request-id: req-5290c460-724c-4969-839a-fcc6d799ec26 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "99905560-8997-439b-a9ea-a9b7f0d5a742", "OS::stack_name": "HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack", "stack_user_project_id": "1e503256a5d04e7e892f2b4a3635ba61", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:16:35Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "99905560-8997-439b-a9ea-a9b7f0d5a742", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-09 08:16:36,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742 used request id req-5290c460-724c-4969-839a-fcc6d799ec26 2019-01-09 08:16:36,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/99905560-8997-439b-a9ea-a9b7f0d5a742/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6254140ae188bef3bb24191b09babd9759e63c65" 2019-01-09 08:16:36,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:36 GMT Server: Apache x-openstack-request-id: req-0833d083-0dc8-4e3c-84ff-c5e0d7c929e1 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:37,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:36 GMT Server: Apache x-openstack-request-id: req-4d885e3f-89e4-49b0-af51-584f14046959 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2019-01-09T08:16:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:16:35Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3573866b-173f-4709-88ab-6330dc3d083b", "resource_type": "OS::Nova::Flavor"}]} 2019-01-09 08:16:37,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742/resources used request id req-4d885e3f-89e4-49b0-af51-584f14046959 2019-01-09 08:16:37,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/3573866b-173f-4709-88ab-6330dc3d083b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6254140ae188bef3bb24191b09babd9759e63c65" 2019-01-09 08:16:37,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-c787c089-d2b1-4246-8a19-2c2258678120 x-compute-request-id: req-c787c089-d2b1-4246-8a19-2c2258678120 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3573866b-173f-4709-88ab-6330dc3d083b", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3573866b-173f-4709-88ab-6330dc3d083b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "3573866b-173f-4709-88ab-6330dc3d083b", "name": "HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack-flavor-cozie2eixpej", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:16:37,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/3573866b-173f-4709-88ab-6330dc3d083b used request id req-c787c089-d2b1-4246-8a19-2c2258678120 2019-01-09 08:16:37,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/99905560-8997-439b-a9ea-a9b7f0d5a742 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6254140ae188bef3bb24191b09babd9759e63c65" 2019-01-09 08:16:37,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:37 GMT Server: Apache x-openstack-request-id: req-12debe4c-c479-44de-8dac-ac97bc2c7f77 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:37,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:16:37 GMT Server: Apache x-openstack-request-id: req-0f30fc4b-63ed-4553-bc1c-6d46911d6c51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:16:37,453 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsFlavorTests-046bf4c6-7cf7-4bc6-b7e0-ebd90e000199-stack/99905560-8997-439b-a9ea-a9b7f0d5a742 used request id req-0f30fc4b-63ed-4553-bc1c-6d46911d6c51 2019-01-09 08:16:37,454 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-09 08:16:37,454 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:16:37,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:16:37,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:16:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["SCCTX-r1SCGmTgsSWsqzAg"], "issued_at": "2019-01-09T08:16:37.000000Z"}} 2019-01-09 08:16:37,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39b6eb071a96f5dffe0f91b04c8152735ab6fa6" -d '{"stack_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-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-0275617c-ab75-40fe-b719-190ccc0b9f57-kp"}}' 2019-01-09 08:16:39,494 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:16:37 GMT Server: Apache x-openstack-request-id: req-f2337d4b-7766-41ff-874a-986d5550749b Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "rel": "self"}]}} 2019-01-09 08:16:39,494 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks used request id req-f2337d4b-7766-41ff-874a-986d5550749b 2019-01-09 08:16:39,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39b6eb071a96f5dffe0f91b04c8152735ab6fa6" 2019-01-09 08:16:39,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:39 GMT Server: Apache x-openstack-request-id: req-7e5156bb-97e3-49d8-bfd1-d622700e4146 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:39,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:39 GMT Server: Apache x-openstack-request-id: req-23131eab-5e64-4f4f-b717-ec5c065d9afa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "OS::stack_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack", "keypair_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack", "stack_user_project_id": "96f60bd552ff45b39de1c2cc8544572f", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:16:38Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "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"}} 2019-01-09 08:16:39,866 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd used request id req-23131eab-5e64-4f4f-b717-ec5c065d9afa 2019-01-09 08:16:39,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39b6eb071a96f5dffe0f91b04c8152735ab6fa6" 2019-01-09 08:16:40,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:39 GMT Server: Apache x-openstack-request-id: req-82af08c5-8d86-429f-ba27-57b64507d762 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:40,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:40 GMT Server: Apache x-openstack-request-id: req-86cf5b23-86e5-448c-8c77-9391703235d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1910 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "OS::stack_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack", "keypair_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack", "stack_user_project_id": "96f60bd552ff45b39de1c2cc8544572f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:16:38Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4tcoYkPLt5Btb23v8O5afplvHOp2ErWsW8ZJhKH07JyQ+TVl\neblOef0c1TvOAPFOYp715MeOpfFkqx7jaodiF1fQw02YHiKnghy+Cd0o6T0I0sXT\nOyfGhRC2ViIYUKeuKpBV3CpJqOo/Ah5ypBWYNCuQdL0pXi6Y7aSgyuB16vTh2DBK\nVzuH0teTEtc3a7c1RlqQBh07WjEy9++n7R8NJRotzBAQoa4EzAT3ZZ8WPXjuDLre\nyoU+ILYcmdOBAjUxXn5xgl7tvlujrrK0QU10lPSYAv9q+GWJX39MqQ5jnt7dSjZF\n9t5YmS64U377G/odQLGTjbSSbjambl+M5EpUPwIDAQABAoIBAD8r4hAzhykQrJlK\niXaUOlllS19HICintV89gj3QiI/YLjtolmDmrSclyQDNDdqPWN/4GsxikqQ97GYH\nTRfeqf+MMhQhqMpDpliCvp2qnHkPyURBWUjxE8T82Xp1NkZH3CX4WiDdGfRTf8aM\nSirN5LwqoakRANM8sNQFc83r4orSr1Qah6PD4z2EjYPcsTlZTf+4o31JHrHljSql\nuyzDDWU2PMqKvlwQgdn7gp945PQjStY/qH8pIC8ctNvVej78ZuhbjiWJWrqxAagb\n8ba36sQwB2OL6CTmnKlOL88DlXwbWefGTpzAIMwMGzWeeQE7NfdYGxI10dlaedsQ\ntSy2AgkCgYEA854K6ipwUz/95UQ5/2FKOkOnb8HY8SoaRv8scoREhd0nD4Tk1NsH\nYLQwqgYxB5cPxkoZe8QHPYiRyXy299vQA7eA55aSg6v+lE7gPRfCs4V+CrzLYcOx\n1zmu+sUAPZrRSWIZcUxUEEld7/6Y+EioKd/ZkKWatSDHvEu9xCXy/QsCgYEA7l7Q\nR5w2wvAvt8KavCguy6uZdFC2v1LxN6DqShBbP6Sy6xkR44Xrf7cVI4utOikCXlgl\nt7Tnk2+M5MI21aUL7aqL8ay95J8qoSMtNMsB+UN9oJEZ785sVaSsNrfsB1ujOknu\nbNqyfTe/Sak3jZhVyo2S3kdX50Xh40+NJcpRPh0CgYAR671Xznlm1l1CAUvW6nxA\nXvuxL+xaiUNXl6vYXLyBsGwQKzF+KwKW7Ypq53ux2D3z0z2eqiPyNdqrnL4E66mY\nrGYSIzRx9TQMCuVZ+SZ8eER2W78GWRP7BiZGEjnbTkk5AbtnZzsD27HKVss/8HBW\nbD4f8t63lkq7IkM6a6Q9UwKBgQDIIuE7DsTHvYRDBGiIjDBmHsiz6UTWtJwE+d1c\nnAkREYaLb7weTQWicKSV+KNUDrSHY/kfGgvJNUKVmx8RGAdA4A2pt0CkoKLZMkC1\nb7FTiMAEvW+KccVxztYtBxVsRBtzSDmgOardCZ5ZCXO0Ne/qJh3m9P2wF3OGN/ep\ngAngXQKBgQDDIcC9wBgnUathQP+xmhXxsVgZoNNou47NNHmZETnaM1Kc1E9IXSpn\nNGIhCu4Ov9v9QCnoHIrfmHXWnlLARaesnrV+xlzN8HMqaw4slSnYp9hDLeE5g6yY\nxEf912MoSaEcc8dGh2gm27RcxN6t/w7xvj5r21FEn+8DJELfnSLykQ==\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"}} 2019-01-09 08:16:40,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd used request id req-86cf5b23-86e5-448c-8c77-9391703235d0 2019-01-09 08:16:40,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39b6eb071a96f5dffe0f91b04c8152735ab6fa6" 2019-01-09 08:16:40,545 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:40 GMT Server: Apache x-openstack-request-id: req-060bcb0e-1d2a-4335-83ce-7987a7d0e42d Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:40,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:40 GMT Server: Apache x-openstack-request-id: req-b2791db1-f6bd-4fd4-823a-5dcfbb980404 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-09T08:16:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:16:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp", "resource_type": "OS::Nova::KeyPair"}]} 2019-01-09 08:16:40,588 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd/resources used request id req-b2791db1-f6bd-4fd4-823a-5dcfbb980404 2019-01-09 08:16:40,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39b6eb071a96f5dffe0f91b04c8152735ab6fa6" 2019-01-09 08:16:40,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16: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-d16ea68b-0529-49b6-98b5-8ad194c4001f x-compute-request-id: req-d16ea68b-0529-49b6-98b5-8ad194c4001f Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDi1yhiQ8u3kG1vbe/w7lp+mW8c6nYStaxbxkmEofTsnJD5NWV5uU55/RzVO84A8U5invXkx46l8WSrHuNqh2IXV9DDTZgeIqeCHL4J3SjpPQjSxdM7J8aFELZWIhhQp64qkFXcKkmo6j8CHnKkFZg0K5B0vSleLpjtpKDK4HXq9OHYMEpXO4fS15MS1zdrtzVGWpAGHTtaMTL376ftHw0lGi3MEBChrgTMBPdlnxY9eO4Mut7KhT4gthyZ04ECNTFefnGCXu2+W6OusrRBTXSU9JgC/2r4ZYlff0ypDmOe3t1KNkX23liZLrhTfvsb+h1AsZONtJJuNqZuX4zkSlQ/ Generated-by-Nova", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp", "deleted": false, "created_at": "2019-01-09T08:16:39.000000", "updated_at": null, "fingerprint": "ab:b7:8b:04:04:35:52:d9:60:44:21:7f:89:fa:a3:62", "deleted_at": null, "id": 14}} 2019-01-09 08:16:40,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp used request id req-d16ea68b-0529-49b6-98b5-8ad194c4001f 2019-01-09 08:16:40,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39b6eb071a96f5dffe0f91b04c8152735ab6fa6" 2019-01-09 08:16:40,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:40 GMT Server: Apache x-openstack-request-id: req-ff0f1970-677c-4098-84d5-ee033f4bc2a9 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:41,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:40 GMT Server: Apache x-openstack-request-id: req-22674ef0-406b-4b4c-9b30-0673a2ae3a94 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1910 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": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "OS::stack_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack", "keypair_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack", "stack_user_project_id": "96f60bd552ff45b39de1c2cc8544572f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:16:38Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fa936194-0b8b-44ea-a4f1-d0ad00ad93dd", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4tcoYkPLt5Btb23v8O5afplvHOp2ErWsW8ZJhKH07JyQ+TVl\neblOef0c1TvOAPFOYp715MeOpfFkqx7jaodiF1fQw02YHiKnghy+Cd0o6T0I0sXT\nOyfGhRC2ViIYUKeuKpBV3CpJqOo/Ah5ypBWYNCuQdL0pXi6Y7aSgyuB16vTh2DBK\nVzuH0teTEtc3a7c1RlqQBh07WjEy9++n7R8NJRotzBAQoa4EzAT3ZZ8WPXjuDLre\nyoU+ILYcmdOBAjUxXn5xgl7tvlujrrK0QU10lPSYAv9q+GWJX39MqQ5jnt7dSjZF\n9t5YmS64U377G/odQLGTjbSSbjambl+M5EpUPwIDAQABAoIBAD8r4hAzhykQrJlK\niXaUOlllS19HICintV89gj3QiI/YLjtolmDmrSclyQDNDdqPWN/4GsxikqQ97GYH\nTRfeqf+MMhQhqMpDpliCvp2qnHkPyURBWUjxE8T82Xp1NkZH3CX4WiDdGfRTf8aM\nSirN5LwqoakRANM8sNQFc83r4orSr1Qah6PD4z2EjYPcsTlZTf+4o31JHrHljSql\nuyzDDWU2PMqKvlwQgdn7gp945PQjStY/qH8pIC8ctNvVej78ZuhbjiWJWrqxAagb\n8ba36sQwB2OL6CTmnKlOL88DlXwbWefGTpzAIMwMGzWeeQE7NfdYGxI10dlaedsQ\ntSy2AgkCgYEA854K6ipwUz/95UQ5/2FKOkOnb8HY8SoaRv8scoREhd0nD4Tk1NsH\nYLQwqgYxB5cPxkoZe8QHPYiRyXy299vQA7eA55aSg6v+lE7gPRfCs4V+CrzLYcOx\n1zmu+sUAPZrRSWIZcUxUEEld7/6Y+EioKd/ZkKWatSDHvEu9xCXy/QsCgYEA7l7Q\nR5w2wvAvt8KavCguy6uZdFC2v1LxN6DqShBbP6Sy6xkR44Xrf7cVI4utOikCXlgl\nt7Tnk2+M5MI21aUL7aqL8ay95J8qoSMtNMsB+UN9oJEZ785sVaSsNrfsB1ujOknu\nbNqyfTe/Sak3jZhVyo2S3kdX50Xh40+NJcpRPh0CgYAR671Xznlm1l1CAUvW6nxA\nXvuxL+xaiUNXl6vYXLyBsGwQKzF+KwKW7Ypq53ux2D3z0z2eqiPyNdqrnL4E66mY\nrGYSIzRx9TQMCuVZ+SZ8eER2W78GWRP7BiZGEjnbTkk5AbtnZzsD27HKVss/8HBW\nbD4f8t63lkq7IkM6a6Q9UwKBgQDIIuE7DsTHvYRDBGiIjDBmHsiz6UTWtJwE+d1c\nnAkREYaLb7weTQWicKSV+KNUDrSHY/kfGgvJNUKVmx8RGAdA4A2pt0CkoKLZMkC1\nb7FTiMAEvW+KccVxztYtBxVsRBtzSDmgOardCZ5ZCXO0Ne/qJh3m9P2wF3OGN/ep\ngAngXQKBgQDDIcC9wBgnUathQP+xmhXxsVgZoNNou47NNHmZETnaM1Kc1E9IXSpn\nNGIhCu4Ov9v9QCnoHIrfmHXWnlLARaesnrV+xlzN8HMqaw4slSnYp9hDLeE5g6yY\nxEf912MoSaEcc8dGh2gm27RcxN6t/w7xvj5r21FEn+8DJELfnSLykQ==\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"}} 2019-01-09 08:16:41,080 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd used request id req-22674ef0-406b-4b4c-9b30-0673a2ae3a94 2019-01-09 08:16:41,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39b6eb071a96f5dffe0f91b04c8152735ab6fa6" 2019-01-09 08:16:41,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-9f467f6e-eba0-454e-a494-8eda865c3da4 x-compute-request-id: req-9f467f6e-eba0-454e-a494-8eda865c3da4 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDi1yhiQ8u3kG1vbe/w7lp+mW8c6nYStaxbxkmEofTsnJD5NWV5uU55/RzVO84A8U5invXkx46l8WSrHuNqh2IXV9DDTZgeIqeCHL4J3SjpPQjSxdM7J8aFELZWIhhQp64qkFXcKkmo6j8CHnKkFZg0K5B0vSleLpjtpKDK4HXq9OHYMEpXO4fS15MS1zdrtzVGWpAGHTtaMTL376ftHw0lGi3MEBChrgTMBPdlnxY9eO4Mut7KhT4gthyZ04ECNTFefnGCXu2+W6OusrRBTXSU9JgC/2r4ZYlff0ypDmOe3t1KNkX23liZLrhTfvsb+h1AsZONtJJuNqZuX4zkSlQ/ Generated-by-Nova", "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "name": "HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp", "deleted": false, "created_at": "2019-01-09T08:16:39.000000", "updated_at": null, "fingerprint": "ab:b7:8b:04:04:35:52:d9:60:44:21:7f:89:fa:a3:62", "deleted_at": null, "id": 14}} 2019-01-09 08:16:41,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-kp used request id req-9f467f6e-eba0-454e-a494-8eda865c3da4 2019-01-09 08:16:41,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e39b6eb071a96f5dffe0f91b04c8152735ab6fa6" 2019-01-09 08:16:41,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:41 GMT Server: Apache x-openstack-request-id: req-587017b4-0de9-4fd3-8d93-be0341460c4d Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:41,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:16:41 GMT Server: Apache x-openstack-request-id: req-d1e71f3a-ccdb-4650-9053-1d0a0b098d42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:16:41,474 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsKeypairTests-0275617c-ab75-40fe-b719-190ccc0b9f57-stack/fa936194-0b8b-44ea-a4f1-d0ad00ad93dd used request id req-d1e71f3a-ccdb-4650-9053-1d0a0b098d42 2019-01-09 08:16:41,476 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-09 08:16:41,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:16:41,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:16:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["RNYX4BxUSvWaiqdtylx6zQ"], "issued_at": "2019-01-09T08:16:41.000000Z"}} 2019-01-09 08:16:41,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fda7f32829707c006628a87dd9e235f5c57c956" -d '{"stack_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-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-9fa826eb-da26-423e-b754-fe0a7ef4060e-sec-grp"}}' 2019-01-09 08:16:43,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:16:41 GMT Server: Apache x-openstack-request-id: req-e4f4f7f9-6a83-4bf4-8c43-2abb4caf334b Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "rel": "self"}]}} 2019-01-09 08:16:43,358 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks used request id req-e4f4f7f9-6a83-4bf4-8c43-2abb4caf334b 2019-01-09 08:16:43,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fda7f32829707c006628a87dd9e235f5c57c956" 2019-01-09 08:16:43,540 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:43 GMT Server: Apache x-openstack-request-id: req-dd76e2f4-c479-4f51-a52d-2c587fd1c69e Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:43,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:43 GMT Server: Apache x-openstack-request-id: req-7ca92384-eb11-4be1-a534-39866bdf13dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "OS::stack_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack", "stack_user_project_id": "674dd89d91fa4b2a9f4b5fb36b558a6a", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:16:42Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-09 08:16:43,728 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 used request id req-7ca92384-eb11-4be1-a534-39866bdf13dd 2019-01-09 08:16:43,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fda7f32829707c006628a87dd9e235f5c57c956" 2019-01-09 08:16:43,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:43 GMT Server: Apache x-openstack-request-id: req-e9e01258-e3a7-425e-88e4-dbc7de72f7d1 Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:44,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:43 GMT Server: Apache x-openstack-request-id: req-93ed691d-1516-47b0-afd5-b14ce96d6955 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "OS::stack_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack", "stack_user_project_id": "674dd89d91fa4b2a9f4b5fb36b558a6a", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-09T08:16:42Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-09 08:16:44,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 used request id req-93ed691d-1516-47b0-afd5-b14ce96d6955 2019-01-09 08:16:47,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fda7f32829707c006628a87dd9e235f5c57c956" 2019-01-09 08:16:47,141 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:47 GMT Server: Apache x-openstack-request-id: req-47f23bba-ca1a-4b28-a202-fda412d2b7bc Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:47,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:47 GMT Server: Apache x-openstack-request-id: req-93bce6ad-fbe1-4215-8d86-53724998b13f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "88d6c71a30ca41f6a882b86c51b3b026", "OS::stack_id": "0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "OS::stack_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack", "stack_user_project_id": "674dd89d91fa4b2a9f4b5fb36b558a6a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-09T08:16:42Z", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-09 08:16:47,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 used request id req-93bce6ad-fbe1-4215-8d86-53724998b13f 2019-01-09 08:16:47,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/0acb7fe7-235f-4cf5-b9f1-542c41af1f01/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fda7f32829707c006628a87dd9e235f5c57c956" 2019-01-09 08:16:47,370 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:47 GMT Server: Apache x-openstack-request-id: req-56809725-7234-42b2-8725-a352b471463f Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:47,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:47 GMT Server: Apache x-openstack-request-id: req-e7a8155a-69a6-4c39-9561-3dc5e64bef21 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-09T08:16:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-09T08:16:43Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2df099b2-9cec-4108-af9c-5cf5d782eada", "resource_type": "OS::Neutron::SecurityGroup"}]} 2019-01-09 08:16:47,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01/resources used request id req-e7a8155a-69a6-4c39-9561-3dc5e64bef21 2019-01-09 08:16:47,556 - neutron_utils - INFO - Retrieving security group with ID - 2df099b2-9cec-4108-af9c-5cf5d782eada 2019-01-09 08:16:47,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?id=2df099b2-9cec-4108-af9c-5cf5d782eada -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fda7f32829707c006628a87dd9e235f5c57c956" 2019-01-09 08:16:47,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-3814b1e5-e12e-4a37-8d8f-4905870c4967 Date: Wed, 09 Jan 2019 08:16:47 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:16:43Z", "updated_at": "2019-01-09T08:16:45Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T08:16:44Z", "revision_number": 0, "id": "50350790-6c4d-4241-b530-6850f9df17df", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-09T08:16:44Z", "security_group_id": "2df099b2-9cec-4108-af9c-5cf5d782eada", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": 22, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:16:45Z", "revision_number": 0, "id": "87e960b4-4a1d-49c7-b2ec-a2213c49373d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-09T08:16:45Z", "security_group_id": "2df099b2-9cec-4108-af9c-5cf5d782eada", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 6, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "2df099b2-9cec-4108-af9c-5cf5d782eada", "name": "HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-sec-grp"}]} 2019-01-09 08:16:47,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?id=2df099b2-9cec-4108-af9c-5cf5d782eada used request id req-3814b1e5-e12e-4a37-8d8f-4905870c4967 2019-01-09 08:16:47,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2df099b2-9cec-4108-af9c-5cf5d782eada 2019-01-09 08:16:47,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=2df099b2-9cec-4108-af9c-5cf5d782eada -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fda7f32829707c006628a87dd9e235f5c57c956" 2019-01-09 08:16:47,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-8b3d6a2e-441b-4da5-ab3b-3d1efbda0726 Date: Wed, 09 Jan 2019 08:16:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2019-01-09T08:16:44Z", "security_group_id": "2df099b2-9cec-4108-af9c-5cf5d782eada", "port_range_min": 22, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:16:44Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "50350790-6c4d-4241-b530-6850f9df17df"}, {"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": "2019-01-09T08:16:45Z", "security_group_id": "2df099b2-9cec-4108-af9c-5cf5d782eada", "port_range_min": null, "revision_number": 0, "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:16:45Z", "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "87e960b4-4a1d-49c7-b2ec-a2213c49373d"}]} 2019-01-09 08:16:47,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=2df099b2-9cec-4108-af9c-5cf5d782eada used request id req-8b3d6a2e-441b-4da5-ab3b-3d1efbda0726 2019-01-09 08:16:47,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fda7f32829707c006628a87dd9e235f5c57c956" 2019-01-09 08:16:47,987 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 09 Jan 2019 08:16:47 GMT Server: Apache x-openstack-request-id: req-7be0ad11-afce-4a3f-ae10-679f43d11c2f Location: http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-09 08:16:48,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:16:47 GMT Server: Apache x-openstack-request-id: req-89cbe138-71da-4284-810f-ab7d4c4aa3ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:16:48,169 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026/stacks/HeatUtilsSecurityGroupTests-9fa826eb-da26-423e-b754-fe0a7ef4060e-stack/0acb7fe7-235f-4cf5-b9f1-542c41af1f01 used request id req-89cbe138-71da-4284-810f-ab7d4c4aa3ee 2019-01-09 08:16:48,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:16:48,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:16:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["mK1owW8AT1yF677blGPwDw"], "issued_at": "2019-01-09T08:16:48.000000Z"}} 2019-01-09 08:16:48,550 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a45f14beed831d176d5a99c335ef9c7c605401" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-9892fb7b-6e15-4c3c-8e0b-9e67274b2527"}}' 2019-01-09 08:16:49,322 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:48 GMT Server: Apache x-compute-request-id: req-c7e78c86-d92e-441a-89a2-9ec32818b50f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7e78c86-d92e-441a-89a2-9ec32818b50f Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "9697e982-1c33-4565-8eed-56c8160a3cc7", "name": "CinderUtilsQoSTests-9892fb7b-6e15-4c3c-8e0b-9e67274b2527"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/9697e982-1c33-4565-8eed-56c8160a3cc7", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/9697e982-1c33-4565-8eed-56c8160a3cc7", "rel": "bookmark"}]} 2019-01-09 08:16:49,322 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-c7e78c86-d92e-441a-89a2-9ec32818b50f 2019-01-09 08:16:49,326 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7e78c86-d92e-441a-89a2-9ec32818b50f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a45f14beed831d176d5a99c335ef9c7c605401" 2019-01-09 08:16:49,498 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:49 GMT Server: Apache x-compute-request-id: req-856aeb63-d563-4b1d-8b42-8255736b07c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-856aeb63-d563-4b1d-8b42-8255736b07c1 Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "9697e982-1c33-4565-8eed-56c8160a3cc7", "name": "CinderUtilsQoSTests-9892fb7b-6e15-4c3c-8e0b-9e67274b2527"}]} 2019-01-09 08:16:49,498 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-856aeb63-d563-4b1d-8b42-8255736b07c1 2019-01-09 08:16:49,498 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9892fb7b-6e15-4c3c-8e0b-9e67274b2527 2019-01-09 08:16:49,501 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/9697e982-1c33-4565-8eed-56c8160a3cc7?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7e78c86-d92e-441a-89a2-9ec32818b50f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a45f14beed831d176d5a99c335ef9c7c605401" 2019-01-09 08:16:50,263 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:16:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b44f1690-6f87-4d45-85fd-14b8333adb58 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. 2019-01-09 08:16:50,264 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/9697e982-1c33-4565-8eed-56c8160a3cc7?force=False used request id req-b44f1690-6f87-4d45-85fd-14b8333adb58 2019-01-09 08:16:50,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7e78c86-d92e-441a-89a2-9ec32818b50f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a45f14beed831d176d5a99c335ef9c7c605401" 2019-01-09 08:16:50,992 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:50 GMT Server: Apache x-compute-request-id: req-e99240f0-3914-4d8f-b5a6-e9a50e48f10a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e99240f0-3914-4d8f-b5a6-e9a50e48f10a Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-09 08:16:50,992 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-e99240f0-3914-4d8f-b5a6-e9a50e48f10a 2019-01-09 08:16:50,993 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-9892fb7b-6e15-4c3c-8e0b-9e67274b2527 2019-01-09 08:16:50,996 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/9697e982-1c33-4565-8eed-56c8160a3cc7?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7e78c86-d92e-441a-89a2-9ec32818b50f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20a45f14beed831d176d5a99c335ef9c7c605401" 2019-01-09 08:16:51,737 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:16:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-866a3416-8a81-4a30-9b68-bcf1dcb061f3 x-openstack-request-id: req-866a3416-8a81-4a30-9b68-bcf1dcb061f3 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 9697e982-1c33-4565-8eed-56c8160a3cc7.", "code": 404}} 2019-01-09 08:16:51,737 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/9697e982-1c33-4565-8eed-56c8160a3cc7?force=False used request id req-866a3416-8a81-4a30-9b68-bcf1dcb061f3 2019-01-09 08:16:51,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:16:52,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:16:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["xXurPyzmS-6FtNDuIR06Lw"], "issued_at": "2019-01-09T08:16:52.000000Z"}} 2019-01-09 08:16:52,138 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e47980b08d67f33e1e1cf43f63640b4eec88e6" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-08083299-81ec-4cf0-8769-5a2e0991ac40"}}' 2019-01-09 08:16:52,878 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:52 GMT Server: Apache x-compute-request-id: req-0e95f2a6-1416-4bb6-8e15-8de058b07187 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e95f2a6-1416-4bb6-8e15-8de058b07187 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "4b822c79-ef9b-498f-9305-0e0e0ee554ff", "name": "CinderUtilsQoSTests-08083299-81ec-4cf0-8769-5a2e0991ac40"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/4b822c79-ef9b-498f-9305-0e0e0ee554ff", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/4b822c79-ef9b-498f-9305-0e0e0ee554ff", "rel": "bookmark"}]} 2019-01-09 08:16:52,879 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-0e95f2a6-1416-4bb6-8e15-8de058b07187 2019-01-09 08:16:52,882 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0e95f2a6-1416-4bb6-8e15-8de058b07187" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e47980b08d67f33e1e1cf43f63640b4eec88e6" 2019-01-09 08:16:53,720 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:52 GMT Server: Apache x-compute-request-id: req-acf89a2d-5e6b-43fa-9fed-cfba88fccfb5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-acf89a2d-5e6b-43fa-9fed-cfba88fccfb5 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "4b822c79-ef9b-498f-9305-0e0e0ee554ff", "name": "CinderUtilsQoSTests-08083299-81ec-4cf0-8769-5a2e0991ac40"}]} 2019-01-09 08:16:53,720 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-acf89a2d-5e6b-43fa-9fed-cfba88fccfb5 2019-01-09 08:16:53,723 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/4b822c79-ef9b-498f-9305-0e0e0ee554ff -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0e95f2a6-1416-4bb6-8e15-8de058b07187" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e47980b08d67f33e1e1cf43f63640b4eec88e6" 2019-01-09 08:16:53,881 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:53 GMT Server: Apache x-compute-request-id: req-87582b65-512f-4edf-b160-c4a692f83b5c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-87582b65-512f-4edf-b160-c4a692f83b5c Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "4b822c79-ef9b-498f-9305-0e0e0ee554ff", "name": "CinderUtilsQoSTests-08083299-81ec-4cf0-8769-5a2e0991ac40"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/4b822c79-ef9b-498f-9305-0e0e0ee554ff", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/4b822c79-ef9b-498f-9305-0e0e0ee554ff", "rel": "bookmark"}]} 2019-01-09 08:16:53,881 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/4b822c79-ef9b-498f-9305-0e0e0ee554ff used request id req-87582b65-512f-4edf-b160-c4a692f83b5c 2019-01-09 08:16:53,882 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-08083299-81ec-4cf0-8769-5a2e0991ac40 2019-01-09 08:16:53,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/4b822c79-ef9b-498f-9305-0e0e0ee554ff?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0e95f2a6-1416-4bb6-8e15-8de058b07187" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72e47980b08d67f33e1e1cf43f63640b4eec88e6" 2019-01-09 08:16:54,081 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:16:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ce61d852-0689-48df-9f11-d3c1fd4fadd6 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. 2019-01-09 08:16:54,082 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/4b822c79-ef9b-498f-9305-0e0e0ee554ff?force=False used request id req-ce61d852-0689-48df-9f11-d3c1fd4fadd6 2019-01-09 08:16:54,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:16:54,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:16:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Tcr3E2-aRNeua-IOmnlqDA"], "issued_at": "2019-01-09T08:16:54.000000Z"}} 2019-01-09 08:16:54,473 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77ec496f4b10dca7d7a3f1a31773ab4d1f2192c" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-a81efcf5-5325-45c5-b235-73d252c1ee2b"}}' 2019-01-09 08:16:54,712 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:54 GMT Server: Apache x-compute-request-id: req-b9f77517-6dfa-4ec1-a7c0-e1427082e345 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b9f77517-6dfa-4ec1-a7c0-e1427082e345 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "20b768f5-3f13-42fc-b78c-989076f99040", "name": "CinderUtilsQoSTests-a81efcf5-5325-45c5-b235-73d252c1ee2b"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/20b768f5-3f13-42fc-b78c-989076f99040", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/20b768f5-3f13-42fc-b78c-989076f99040", "rel": "bookmark"}]} 2019-01-09 08:16:54,712 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-b9f77517-6dfa-4ec1-a7c0-e1427082e345 2019-01-09 08:16:54,716 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b9f77517-6dfa-4ec1-a7c0-e1427082e345" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77ec496f4b10dca7d7a3f1a31773ab4d1f2192c" 2019-01-09 08:16:55,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:54 GMT Server: Apache x-compute-request-id: req-6c5ee9a0-559a-4f72-9d6d-659f10e3d461 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c5ee9a0-559a-4f72-9d6d-659f10e3d461 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "20b768f5-3f13-42fc-b78c-989076f99040", "name": "CinderUtilsQoSTests-a81efcf5-5325-45c5-b235-73d252c1ee2b"}]} 2019-01-09 08:16:55,429 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-6c5ee9a0-559a-4f72-9d6d-659f10e3d461 2019-01-09 08:16:55,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/20b768f5-3f13-42fc-b78c-989076f99040 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b9f77517-6dfa-4ec1-a7c0-e1427082e345" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77ec496f4b10dca7d7a3f1a31773ab4d1f2192c" 2019-01-09 08:16:56,129 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:55 GMT Server: Apache x-compute-request-id: req-8b8078ec-453f-41af-9c04-8a0e037894c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b8078ec-453f-41af-9c04-8a0e037894c2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "20b768f5-3f13-42fc-b78c-989076f99040", "name": "CinderUtilsQoSTests-a81efcf5-5325-45c5-b235-73d252c1ee2b"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/20b768f5-3f13-42fc-b78c-989076f99040", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/20b768f5-3f13-42fc-b78c-989076f99040", "rel": "bookmark"}]} 2019-01-09 08:16:56,129 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/20b768f5-3f13-42fc-b78c-989076f99040 used request id req-8b8078ec-453f-41af-9c04-8a0e037894c2 2019-01-09 08:16:56,130 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-a81efcf5-5325-45c5-b235-73d252c1ee2b 2019-01-09 08:16:56,133 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/20b768f5-3f13-42fc-b78c-989076f99040?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b9f77517-6dfa-4ec1-a7c0-e1427082e345" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77ec496f4b10dca7d7a3f1a31773ab4d1f2192c" 2019-01-09 08:16:56,183 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:16:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-af2550ba-5acf-441f-92e8-12ba52db4e62 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. 2019-01-09 08:16:56,184 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/20b768f5-3f13-42fc-b78c-989076f99040?force=False used request id req-af2550ba-5acf-441f-92e8-12ba52db4e62 2019-01-09 08:16:56,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:16:56,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:16:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["pSJJPLCuT6qfUNNQoIO6_w"], "issued_at": "2019-01-09T08:16:56.000000Z"}} 2019-01-09 08:16:56,568 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d994daf51e486feac41230b6673caa97e684b89" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-7b982229-ecbc-4209-ac68-cb5a41cc6c13"}}' 2019-01-09 08:16:56,771 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:56 GMT Server: Apache x-compute-request-id: req-f04884fd-0dfe-4e3d-99b3-e83536e58e64 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f04884fd-0dfe-4e3d-99b3-e83536e58e64 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "35696a5c-ed9f-4660-9b7b-1bd006d4c4cd", "name": "CinderUtilsQoSTests-7b982229-ecbc-4209-ac68-cb5a41cc6c13"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/35696a5c-ed9f-4660-9b7b-1bd006d4c4cd", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/35696a5c-ed9f-4660-9b7b-1bd006d4c4cd", "rel": "bookmark"}]} 2019-01-09 08:16:56,771 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-f04884fd-0dfe-4e3d-99b3-e83536e58e64 2019-01-09 08:16:56,774 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f04884fd-0dfe-4e3d-99b3-e83536e58e64" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d994daf51e486feac41230b6673caa97e684b89" 2019-01-09 08:16:56,951 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:56 GMT Server: Apache x-compute-request-id: req-11dbdeb1-49bb-4443-a17b-b1ebc23e68c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11dbdeb1-49bb-4443-a17b-b1ebc23e68c0 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "35696a5c-ed9f-4660-9b7b-1bd006d4c4cd", "name": "CinderUtilsQoSTests-7b982229-ecbc-4209-ac68-cb5a41cc6c13"}]} 2019-01-09 08:16:56,951 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-11dbdeb1-49bb-4443-a17b-b1ebc23e68c0 2019-01-09 08:16:56,954 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/35696a5c-ed9f-4660-9b7b-1bd006d4c4cd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f04884fd-0dfe-4e3d-99b3-e83536e58e64" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d994daf51e486feac41230b6673caa97e684b89" 2019-01-09 08:16:57,107 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:56 GMT Server: Apache x-compute-request-id: req-93a3fef2-bc2a-44a4-87df-09efc6e6f619 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93a3fef2-bc2a-44a4-87df-09efc6e6f619 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "35696a5c-ed9f-4660-9b7b-1bd006d4c4cd", "name": "CinderUtilsQoSTests-7b982229-ecbc-4209-ac68-cb5a41cc6c13"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/35696a5c-ed9f-4660-9b7b-1bd006d4c4cd", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/35696a5c-ed9f-4660-9b7b-1bd006d4c4cd", "rel": "bookmark"}]} 2019-01-09 08:16:57,107 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/35696a5c-ed9f-4660-9b7b-1bd006d4c4cd used request id req-93a3fef2-bc2a-44a4-87df-09efc6e6f619 2019-01-09 08:16:57,107 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-7b982229-ecbc-4209-ac68-cb5a41cc6c13 2019-01-09 08:16:57,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/35696a5c-ed9f-4660-9b7b-1bd006d4c4cd?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f04884fd-0dfe-4e3d-99b3-e83536e58e64" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d994daf51e486feac41230b6673caa97e684b89" 2019-01-09 08:16:57,336 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:16:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f0bdd385-08b5-485d-9db5-a427dcdd5401 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. 2019-01-09 08:16:57,336 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/35696a5c-ed9f-4660-9b7b-1bd006d4c4cd?force=False used request id req-f0bdd385-08b5-485d-9db5-a427dcdd5401 2019-01-09 08:16:57,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:16:57,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["N1Nm4gk-RDq9HsJ3dLmfFw"], "issued_at": "2019-01-09T08:16:57.000000Z"}} 2019-01-09 08:16:57,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:16:57,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-babdd821-3ad9-44b2-ad35-63d6f8b1b370 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:16:57,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-babdd821-3ad9-44b2-ad35-63d6f8b1b370 2019-01-09 08:16:57,809 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-549c5409-e107-446c-8e5d-f6c9a765a0d0", "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}}' 2019-01-09 08:16:58,290 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:16:57 GMT Server: Apache x-compute-request-id: req-cf447d5a-8f2a-45f7-9373-22478217a969 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf447d5a-8f2a-45f7-9373-22478217a969 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-09T08:16:58.148328", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-549c5409-e107-446c-8e5d-f6c9a765a0d0", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "aff909f1-37d7-4636-9b65-590b19b905ad", "size": 1}} 2019-01-09 08:16:58,290 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes used request id req-cf447d5a-8f2a-45f7-9373-22478217a969 2019-01-09 08:16:58,294 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:16:58,492 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:58 GMT Server: Apache x-compute-request-id: req-19f622b3-94d7-43cf-80f0-7abe1f7253ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19f622b3-94d7-43cf-80f0-7abe1f7253ca Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:16:58.000000", "replication_status": null, "snapshot_id": null, "id": "aff909f1-37d7-4636-9b65-590b19b905ad", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-549c5409-e107-446c-8e5d-f6c9a765a0d0", "bootable": "false", "created_at": "2019-01-09T08:16:58.000000", "volume_type": null}} 2019-01-09 08:16:58,492 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad used request id req-19f622b3-94d7-43cf-80f0-7abe1f7253ca 2019-01-09 08:16:58,495 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:16:58,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:58 GMT Server: Apache x-compute-request-id: req-e4ae32ca-1598-4ae1-8f88-e0bdefc8e39b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4ae32ca-1598-4ae1-8f88-e0bdefc8e39b Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:16:58.000000", "replication_status": null, "snapshot_id": null, "id": "aff909f1-37d7-4636-9b65-590b19b905ad", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-549c5409-e107-446c-8e5d-f6c9a765a0d0", "bootable": "false", "created_at": "2019-01-09T08:16:58.000000", "volume_type": null}} 2019-01-09 08:16:58,730 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad used request id req-e4ae32ca-1598-4ae1-8f88-e0bdefc8e39b 2019-01-09 08:16:58,733 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:16:58,917 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:58 GMT Server: Apache x-compute-request-id: req-66a914e4-2855-43cf-8570-069aef89a51b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66a914e4-2855-43cf-8570-069aef89a51b Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:16:58.000000", "replication_status": null, "snapshot_id": null, "id": "aff909f1-37d7-4636-9b65-590b19b905ad", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-549c5409-e107-446c-8e5d-f6c9a765a0d0", "bootable": "false", "created_at": "2019-01-09T08:16:58.000000", "volume_type": null}]} 2019-01-09 08:16:58,918 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail used request id req-66a914e4-2855-43cf-8570-069aef89a51b 2019-01-09 08:16:58,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:16:58,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:16:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:16:58,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:16:59,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd4aee5-0b37-4de9-8405-827dc6ddf2cd Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:16:59,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-fcd4aee5-0b37-4de9-8405-827dc6ddf2cd 2019-01-09 08:16:59,015 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-549c5409-e107-446c-8e5d-f6c9a765a0d0 2019-01-09 08:16:59,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:16:59,262 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:16:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f337dfe7-8878-4e54-960c-fd6e8d89ee7a 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. 2019-01-09 08:16:59,262 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad used request id req-f337dfe7-8878-4e54-960c-fd6e8d89ee7a 2019-01-09 08:16:59,265 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:16:59,482 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:16:59 GMT Server: Apache x-compute-request-id: req-a3c81825-f7df-4b35-bf43-a7fd06d21bbe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a3c81825-f7df-4b35-bf43-a7fd06d21bbe Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:16:59.000000", "replication_status": null, "snapshot_id": null, "id": "aff909f1-37d7-4636-9b65-590b19b905ad", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-549c5409-e107-446c-8e5d-f6c9a765a0d0", "bootable": "false", "created_at": "2019-01-09T08:16:58.000000", "volume_type": null}} 2019-01-09 08:16:59,482 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad used request id req-a3c81825-f7df-4b35-bf43-a7fd06d21bbe 2019-01-09 08:17:02,488 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:17:02,523 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:17:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-124543bd-c5c2-4115-87fb-ca7683ae3c7a x-openstack-request-id: req-124543bd-c5c2-4115-87fb-ca7683ae3c7a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume aff909f1-37d7-4636-9b65-590b19b905ad could not be found.", "code": 404}} 2019-01-09 08:17:02,523 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad used request id req-124543bd-c5c2-4115-87fb-ca7683ae3c7a 2019-01-09 08:17:02,526 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:17:02,743 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:02 GMT Server: Apache x-compute-request-id: req-e40c8fac-1c54-41a8-9aac-68aecfa3ef5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e40c8fac-1c54-41a8-9aac-68aecfa3ef5a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-09 08:17:02,743 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail used request id req-e40c8fac-1c54-41a8-9aac-68aecfa3ef5a 2019-01-09 08:17:02,744 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-549c5409-e107-446c-8e5d-f6c9a765a0d0 2019-01-09 08:17:02,746 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:17:03,484 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:17:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-090660cf-3699-4cc8-a7a2-9ced3aa6bbf1 x-openstack-request-id: req-090660cf-3699-4cc8-a7a2-9ced3aa6bbf1 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume aff909f1-37d7-4636-9b65-590b19b905ad could not be found.", "code": 404}} 2019-01-09 08:17:03,484 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad used request id req-090660cf-3699-4cc8-a7a2-9ced3aa6bbf1 2019-01-09 08:17:03,487 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cf447d5a-8f2a-45f7-9373-22478217a969" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790664dcf97e2dc4a935e053b8af5951058a954a" 2019-01-09 08:17:03,674 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:17:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-371ea43c-03e3-4615-9ea8-182bdff3675f x-openstack-request-id: req-371ea43c-03e3-4615-9ea8-182bdff3675f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume aff909f1-37d7-4636-9b65-590b19b905ad could not be found.", "code": 404}} 2019-01-09 08:17:03,674 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/aff909f1-37d7-4636-9b65-590b19b905ad used request id req-371ea43c-03e3-4615-9ea8-182bdff3675f 2019-01-09 08:17:03,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:04,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["rnXCLPmZQFuxgWxHndisYQ"], "issued_at": "2019-01-09T08:17:04.000000Z"}} 2019-01-09 08:17:04,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:04,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c76f537-a84e-4f5e-b6b9-d3931706df26 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:04,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5c76f537-a84e-4f5e-b6b9-d3931706df26 2019-01-09 08:17:04,144 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-0bc08fd4-7245-4f0c-ac4b-8f4615f3587b", "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}}' 2019-01-09 08:17:04,440 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:04 GMT Server: Apache x-compute-request-id: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-09T08:17:04.360927", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-0bc08fd4-7245-4f0c-ac4b-8f4615f3587b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "de9a4ee7-0dca-45e0-a199-35a174d484a4", "size": 1}} 2019-01-09 08:17:04,440 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes used request id req-efc852c6-a6a9-46a1-86c6-2c20f1904b85 2019-01-09 08:17:04,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:04,649 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:04 GMT Server: Apache x-compute-request-id: req-86b042b9-10f4-4873-98e9-8c7375335481 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-86b042b9-10f4-4873-98e9-8c7375335481 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "de9a4ee7-0dca-45e0-a199-35a174d484a4", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-0bc08fd4-7245-4f0c-ac4b-8f4615f3587b", "bootable": "false", "created_at": "2019-01-09T08:17:04.000000", "volume_type": null}} 2019-01-09 08:17:04,649 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 used request id req-86b042b9-10f4-4873-98e9-8c7375335481 2019-01-09 08:17:04,652 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:04,857 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:04 GMT Server: Apache x-compute-request-id: req-1815e681-99f1-4ade-b201-d521373b63f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1815e681-99f1-4ade-b201-d521373b63f4 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:17:04.000000", "replication_status": null, "snapshot_id": null, "id": "de9a4ee7-0dca-45e0-a199-35a174d484a4", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-0bc08fd4-7245-4f0c-ac4b-8f4615f3587b", "bootable": "false", "created_at": "2019-01-09T08:17:04.000000", "volume_type": null}} 2019-01-09 08:17:04,857 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 used request id req-1815e681-99f1-4ade-b201-d521373b63f4 2019-01-09 08:17:07,863 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:08,693 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:07 GMT Server: Apache x-compute-request-id: req-05e361b6-0e5e-474e-bd3f-89fb9d952f8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05e361b6-0e5e-474e-bd3f-89fb9d952f8a Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:17:04.000000", "replication_status": null, "snapshot_id": null, "id": "de9a4ee7-0dca-45e0-a199-35a174d484a4", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-0bc08fd4-7245-4f0c-ac4b-8f4615f3587b", "bootable": "false", "created_at": "2019-01-09T08:17:04.000000", "volume_type": null}} 2019-01-09 08:17:08,693 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 used request id req-05e361b6-0e5e-474e-bd3f-89fb9d952f8a 2019-01-09 08:17:08,696 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:08,889 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:08 GMT Server: Apache x-compute-request-id: req-ba3be043-095e-43ee-91e8-635af2cf7bcd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ba3be043-095e-43ee-91e8-635af2cf7bcd Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:17:04.000000", "replication_status": null, "snapshot_id": null, "id": "de9a4ee7-0dca-45e0-a199-35a174d484a4", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-0bc08fd4-7245-4f0c-ac4b-8f4615f3587b", "bootable": "false", "created_at": "2019-01-09T08:17:04.000000", "volume_type": null}]} 2019-01-09 08:17:08,889 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/detail used request id req-ba3be043-095e-43ee-91e8-635af2cf7bcd 2019-01-09 08:17:08,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:17:08,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:17:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:17:08,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:08,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df6f601d-5edf-47d8-aeba-55280753b8ef Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:17:08,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-df6f601d-5edf-47d8-aeba-55280753b8ef 2019-01-09 08:17:08,989 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-0bc08fd4-7245-4f0c-ac4b-8f4615f3587b 2019-01-09 08:17:08,992 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:09,220 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-abc35163-a0e1-4190-9783-c3cf940ee09a 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. 2019-01-09 08:17:09,220 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 used request id req-abc35163-a0e1-4190-9783-c3cf940ee09a 2019-01-09 08:17:09,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:09,411 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:09 GMT Server: Apache x-compute-request-id: req-27952811-dd0e-4cce-8ae8-feb0181bb012 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27952811-dd0e-4cce-8ae8-feb0181bb012 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-09T08:17:09.000000", "replication_status": null, "snapshot_id": null, "id": "de9a4ee7-0dca-45e0-a199-35a174d484a4", "size": 1, "user_id": "7143c923a73d4fe4b7a5094cdd0b8db6", "os-vol-tenant-attr:tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "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-0bc08fd4-7245-4f0c-ac4b-8f4615f3587b", "bootable": "false", "created_at": "2019-01-09T08:17:04.000000", "volume_type": null}} 2019-01-09 08:17:09,412 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 used request id req-27952811-dd0e-4cce-8ae8-feb0181bb012 2019-01-09 08:17:12,418 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-efc852c6-a6a9-46a1-86c6-2c20f1904b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a63204275d64b514167663d9ff10186be52b932" 2019-01-09 08:17:13,265 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:17:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-213a75c8-d0a3-4502-9644-ce38d04677e8 x-openstack-request-id: req-213a75c8-d0a3-4502-9644-ce38d04677e8 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume de9a4ee7-0dca-45e0-a199-35a174d484a4 could not be found.", "code": 404}} 2019-01-09 08:17:13,265 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/volumes/de9a4ee7-0dca-45e0-a199-35a174d484a4 used request id req-213a75c8-d0a3-4502-9644-ce38d04677e8 2019-01-09 08:17:13,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:13,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["4QMVf7kDSOmuee6Y127jzA"], "issued_at": "2019-01-09T08:17:13.000000Z"}} 2019-01-09 08:17:13,648 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ed8d40343e9f9b926218fad4bb8aa4d3a4e799" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-cbf603d2-5943-46e3-8cea-d078e3b51bfb", "description": null}}' 2019-01-09 08:17:13,884 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:13 GMT Server: Apache x-compute-request-id: req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-cbf603d2-5943-46e3-8cea-d078e3b51bfb", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "adb72dda-dfc9-4521-97b9-82ef6ad24e69", "description": null}} 2019-01-09 08:17:13,884 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c 2019-01-09 08:17:13,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ed8d40343e9f9b926218fad4bb8aa4d3a4e799" 2019-01-09 08:17:14,603 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:13 GMT Server: Apache x-compute-request-id: req-e7f963b3-88a0-400d-b67a-bb5ddf765558 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7f963b3-88a0-400d-b67a-bb5ddf765558 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-cbf603d2-5943-46e3-8cea-d078e3b51bfb", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "adb72dda-dfc9-4521-97b9-82ef6ad24e69", "description": null}]} 2019-01-09 08:17:14,603 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types?is_public=None used request id req-e7f963b3-88a0-400d-b67a-bb5ddf765558 2019-01-09 08:17:14,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ed8d40343e9f9b926218fad4bb8aa4d3a4e799" 2019-01-09 08:17:14,787 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:14 GMT Server: Apache x-compute-request-id: req-045373c8-8c5e-47ae-a2fc-702e408a2cb3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-045373c8-8c5e-47ae-a2fc-702e408a2cb3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-cbf603d2-5943-46e3-8cea-d078e3b51bfb", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "adb72dda-dfc9-4521-97b9-82ef6ad24e69", "description": null}} 2019-01-09 08:17:14,787 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69 used request id req-045373c8-8c5e-47ae-a2fc-702e408a2cb3 2019-01-09 08:17:14,790 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ed8d40343e9f9b926218fad4bb8aa4d3a4e799" 2019-01-09 08:17:14,991 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:14 GMT Server: Apache x-compute-request-id: req-fc87f33f-da6f-4de6-996d-0e62105a9962 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc87f33f-da6f-4de6-996d-0e62105a9962 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-09 08:17:14,992 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69/encryption used request id req-fc87f33f-da6f-4de6-996d-0e62105a9962 2019-01-09 08:17:14,992 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-cbf603d2-5943-46e3-8cea-d078e3b51bfb 2019-01-09 08:17:14,995 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ed8d40343e9f9b926218fad4bb8aa4d3a4e799" 2019-01-09 08:17:15,225 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7722ae65-6ddc-4ade-bd42-a3f347d7ce4a 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. 2019-01-09 08:17:15,225 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69 used request id req-7722ae65-6ddc-4ade-bd42-a3f347d7ce4a 2019-01-09 08:17:15,228 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ed8d40343e9f9b926218fad4bb8aa4d3a4e799" 2019-01-09 08:17:15,402 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:17:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-21d6db22-76dc-44dd-835a-cd7391f95af1 x-openstack-request-id: req-21d6db22-76dc-44dd-835a-cd7391f95af1 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type adb72dda-dfc9-4521-97b9-82ef6ad24e69 could not be found.", "code": 404}} 2019-01-09 08:17:15,402 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69 used request id req-21d6db22-76dc-44dd-835a-cd7391f95af1 2019-01-09 08:17:15,402 - cinder_utils - INFO - Volume with ID [adb72dda-dfc9-4521-97b9-82ef6ad24e69] does not exist 2019-01-09 08:17:15,402 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-cbf603d2-5943-46e3-8cea-d078e3b51bfb 2019-01-09 08:17:15,405 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dd95e15-d45e-48bf-b5c3-b99e21f8a64c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17ed8d40343e9f9b926218fad4bb8aa4d3a4e799" 2019-01-09 08:17:15,587 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:17:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1a884037-e90f-4107-94e2-93e738aee421 x-openstack-request-id: req-1a884037-e90f-4107-94e2-93e738aee421 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type adb72dda-dfc9-4521-97b9-82ef6ad24e69 could not be found.", "code": 404}} 2019-01-09 08:17:15,587 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/adb72dda-dfc9-4521-97b9-82ef6ad24e69 used request id req-1a884037-e90f-4107-94e2-93e738aee421 2019-01-09 08:17:15,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:15,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["F8RAka39RySejcm9cQ3UHw"], "issued_at": "2019-01-09T08:17:15.000000Z"}} 2019-01-09 08:17:15,976 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900217cc5d72f46d857e5ce3f961824cb23d6bc8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-978e405d-ab9f-4457-b1c1-d2dd989b0b01", "description": null}}' 2019-01-09 08:17:16,175 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:15 GMT Server: Apache x-compute-request-id: req-9fbe9ce2-6e04-49a3-84b6-793520435739 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9fbe9ce2-6e04-49a3-84b6-793520435739 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-978e405d-ab9f-4457-b1c1-d2dd989b0b01", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06d046e2-8bbe-4aa4-980d-e2df6a890d67", "description": null}} 2019-01-09 08:17:16,175 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-9fbe9ce2-6e04-49a3-84b6-793520435739 2019-01-09 08:17:16,179 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9fbe9ce2-6e04-49a3-84b6-793520435739" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900217cc5d72f46d857e5ce3f961824cb23d6bc8" 2019-01-09 08:17:16,456 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:16 GMT Server: Apache x-compute-request-id: req-17a5bac1-db81-49bd-9088-27808803c74f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17a5bac1-db81-49bd-9088-27808803c74f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-978e405d-ab9f-4457-b1c1-d2dd989b0b01", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06d046e2-8bbe-4aa4-980d-e2df6a890d67", "description": null}]} 2019-01-09 08:17:16,456 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types?is_public=None used request id req-17a5bac1-db81-49bd-9088-27808803c74f 2019-01-09 08:17:16,460 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9fbe9ce2-6e04-49a3-84b6-793520435739" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900217cc5d72f46d857e5ce3f961824cb23d6bc8" 2019-01-09 08:17:17,158 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:16 GMT Server: Apache x-compute-request-id: req-003d6ff2-8c20-4539-8d74-b74b8400c048 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-003d6ff2-8c20-4539-8d74-b74b8400c048 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-978e405d-ab9f-4457-b1c1-d2dd989b0b01", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06d046e2-8bbe-4aa4-980d-e2df6a890d67", "description": null}} 2019-01-09 08:17:17,158 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67 used request id req-003d6ff2-8c20-4539-8d74-b74b8400c048 2019-01-09 08:17:17,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9fbe9ce2-6e04-49a3-84b6-793520435739" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900217cc5d72f46d857e5ce3f961824cb23d6bc8" 2019-01-09 08:17:17,340 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:17 GMT Server: Apache x-compute-request-id: req-a7391653-1d5e-47ae-acf1-9f5409cb18c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a7391653-1d5e-47ae-acf1-9f5409cb18c8 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-09 08:17:17,340 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67/encryption used request id req-a7391653-1d5e-47ae-acf1-9f5409cb18c8 2019-01-09 08:17:17,343 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9fbe9ce2-6e04-49a3-84b6-793520435739" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900217cc5d72f46d857e5ce3f961824cb23d6bc8" 2019-01-09 08:17:17,510 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:17 GMT Server: Apache x-compute-request-id: req-f7d24186-f1c5-4646-aca0-da1758ad6bcc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f7d24186-f1c5-4646-aca0-da1758ad6bcc Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-978e405d-ab9f-4457-b1c1-d2dd989b0b01", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06d046e2-8bbe-4aa4-980d-e2df6a890d67", "description": null}} 2019-01-09 08:17:17,510 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67 used request id req-f7d24186-f1c5-4646-aca0-da1758ad6bcc 2019-01-09 08:17:17,513 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9fbe9ce2-6e04-49a3-84b6-793520435739" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900217cc5d72f46d857e5ce3f961824cb23d6bc8" 2019-01-09 08:17:17,707 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:17 GMT Server: Apache x-compute-request-id: req-e6966071-d001-40ec-8eb2-f456198aafe7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6966071-d001-40ec-8eb2-f456198aafe7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-978e405d-ab9f-4457-b1c1-d2dd989b0b01", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06d046e2-8bbe-4aa4-980d-e2df6a890d67", "description": null}} 2019-01-09 08:17:17,707 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67 used request id req-e6966071-d001-40ec-8eb2-f456198aafe7 2019-01-09 08:17:17,710 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9fbe9ce2-6e04-49a3-84b6-793520435739" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900217cc5d72f46d857e5ce3f961824cb23d6bc8" 2019-01-09 08:17:17,899 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:17 GMT Server: Apache x-compute-request-id: req-62131fc1-1a8f-4140-bcd9-8ed5c70f83d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-62131fc1-1a8f-4140-bcd9-8ed5c70f83d3 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-09 08:17:17,899 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67/encryption used request id req-62131fc1-1a8f-4140-bcd9-8ed5c70f83d3 2019-01-09 08:17:17,899 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-978e405d-ab9f-4457-b1c1-d2dd989b0b01 2019-01-09 08:17:17,902 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9fbe9ce2-6e04-49a3-84b6-793520435739" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900217cc5d72f46d857e5ce3f961824cb23d6bc8" 2019-01-09 08:17:18,113 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2cc9f8e4-ae27-4965-961c-81d75bc94b44 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. 2019-01-09 08:17:18,113 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/06d046e2-8bbe-4aa4-980d-e2df6a890d67 used request id req-2cc9f8e4-ae27-4965-961c-81d75bc94b44 2019-01-09 08:17:18,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:18,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["u5rSAbi3TEut5vP-iKXt5Q"], "issued_at": "2019-01-09T08:17:18.000000Z"}} 2019-01-09 08:17:18,506 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dc2c2675bfad8a475e30e474a953c273d80d243" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-4ae2d82b-338f-4127-84dd-90f7e445893d-type", "description": null}}' 2019-01-09 08:17:18,726 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:18 GMT Server: Apache x-compute-request-id: req-36b2fc92-b0b4-4186-bd94-35f2b4f9c62d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36b2fc92-b0b4-4186-bd94-35f2b4f9c62d Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-4ae2d82b-338f-4127-84dd-90f7e445893d-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4fcd23e8-4d01-46ad-b2f0-18a44ff2c78c", "description": null}} 2019-01-09 08:17:18,726 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-36b2fc92-b0b4-4186-bd94-35f2b4f9c62d 2019-01-09 08:17:18,729 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/4fcd23e8-4d01-46ad-b2f0-18a44ff2c78c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-36b2fc92-b0b4-4186-bd94-35f2b4f9c62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dc2c2675bfad8a475e30e474a953c273d80d243" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-4ae2d82b-338f-4127-84dd-90f7e445893d", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2019-01-09 08:17:18,935 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Wed, 09 Jan 2019 08:17:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-bfab706d-16c5-4e43-8de2-ccffe4a4d5e7 x-openstack-request-id: req-bfab706d-16c5-4e43-8de2-ccffe4a4d5e7 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2019-01-09 08:17:18,935 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/4fcd23e8-4d01-46ad-b2f0-18a44ff2c78c/encryption used request id req-bfab706d-16c5-4e43-8de2-ccffe4a4d5e7 2019-01-09 08:17:18,936 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-4ae2d82b-338f-4127-84dd-90f7e445893d-type 2019-01-09 08:17:18,938 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/4fcd23e8-4d01-46ad-b2f0-18a44ff2c78c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36b2fc92-b0b4-4186-bd94-35f2b4f9c62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dc2c2675bfad8a475e30e474a953c273d80d243" 2019-01-09 08:17:19,147 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3067af8a-51d4-407d-bab4-dd2b917d1008 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. 2019-01-09 08:17:19,147 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/4fcd23e8-4d01-46ad-b2f0-18a44ff2c78c used request id req-3067af8a-51d4-407d-bab4-dd2b917d1008 2019-01-09 08:17:19,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:19,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["krmoe1Q6Q1a1mLQJCmyz_Q"], "issued_at": "2019-01-09T08:17:19.000000Z"}} 2019-01-09 08:17:19,528 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type", "description": null}}' 2019-01-09 08:17:19,738 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:19 GMT Server: Apache x-compute-request-id: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f31688d9-38bd-478a-97ea-f0255e571207", "description": null}} 2019-01-09 08:17:19,738 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-a2ffb525-ca6a-4c8c-b652-7bca18b85259 2019-01-09 08:17:19,741 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2", "provider": "LuksEncryptor"}}' 2019-01-09 08:17:19,956 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:19 GMT Server: Apache x-compute-request-id: req-e866fb0a-e54d-45b6-871f-74482b8b665e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e866fb0a-e54d-45b6-871f-74482b8b665e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "f31688d9-38bd-478a-97ea-f0255e571207", "name": "CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2", "control_location": "back-end", "encryption_id": "9a7f6177-531d-4bdf-88a3-b01e31b62242", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2019-01-09 08:17:19,957 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption used request id req-e866fb0a-e54d-45b6-871f-74482b8b665e 2019-01-09 08:17:19,960 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:20,135 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:19 GMT Server: Apache x-compute-request-id: req-6f372920-4264-4f68-b1f0-cf341541857a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6f372920-4264-4f68-b1f0-cf341541857a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f31688d9-38bd-478a-97ea-f0255e571207", "description": null}} 2019-01-09 08:17:20,136 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 used request id req-6f372920-4264-4f68-b1f0-cf341541857a 2019-01-09 08:17:20,139 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:20,406 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:20 GMT Server: Apache x-compute-request-id: req-58c5eede-ad4e-4344-b3f9-ba342e300a86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-58c5eede-ad4e-4344-b3f9-ba342e300a86 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "f31688d9-38bd-478a-97ea-f0255e571207", "control_location": "back-end", "deleted": false, "created_at": "2019-01-09T08:17:19.000000", "updated_at": null, "encryption_id": "9a7f6177-531d-4bdf-88a3-b01e31b62242", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2019-01-09 08:17:20,406 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption used request id req-58c5eede-ad4e-4344-b3f9-ba342e300a86 2019-01-09 08:17:20,406 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type 2019-01-09 08:17:20,409 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:20,584 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:20 GMT Server: Apache x-compute-request-id: req-fa04dbd3-3b01-4048-a73d-0b2b537ce2cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa04dbd3-3b01-4048-a73d-0b2b537ce2cd Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f31688d9-38bd-478a-97ea-f0255e571207", "description": null}} 2019-01-09 08:17:20,584 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 used request id req-fa04dbd3-3b01-4048-a73d-0b2b537ce2cd 2019-01-09 08:17:20,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:20,799 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-63afb60e-1e71-4bfb-9b66-f6735eefa1aa 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. 2019-01-09 08:17:20,799 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption/provider used request id req-63afb60e-1e71-4bfb-9b66-f6735eefa1aa 2019-01-09 08:17:20,802 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:20,974 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:20 GMT Server: Apache x-compute-request-id: req-103e62b1-2689-49f0-a102-2ef6be0e3b99 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-103e62b1-2689-49f0-a102-2ef6be0e3b99 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f31688d9-38bd-478a-97ea-f0255e571207", "description": null}} 2019-01-09 08:17:20,974 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 used request id req-103e62b1-2689-49f0-a102-2ef6be0e3b99 2019-01-09 08:17:20,977 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:21,722 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:20 GMT Server: Apache x-compute-request-id: req-bc3a3d5d-e216-44a5-b1b0-96615c5630f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bc3a3d5d-e216-44a5-b1b0-96615c5630f9 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-09 08:17:21,722 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption used request id req-bc3a3d5d-e216-44a5-b1b0-96615c5630f9 2019-01-09 08:17:21,723 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type 2019-01-09 08:17:21,725 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:21,747 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:21 GMT Server: Apache x-compute-request-id: req-ee15d233-9868-40ae-9b85-9c8df0ef03a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee15d233-9868-40ae-9b85-9c8df0ef03a8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f31688d9-38bd-478a-97ea-f0255e571207", "description": null}} 2019-01-09 08:17:21,747 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 used request id req-ee15d233-9868-40ae-9b85-9c8df0ef03a8 2019-01-09 08:17:21,750 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:21,935 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:17:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7972e42a-f5d8-4cc4-8818-163d3ba46b69 x-openstack-request-id: req-7972e42a-f5d8-4cc4-8818-163d3ba46b69 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type f31688d9-38bd-478a-97ea-f0255e571207 does not exist.", "code": 404}} 2019-01-09 08:17:21,935 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207/encryption/provider used request id req-7972e42a-f5d8-4cc4-8818-163d3ba46b69 2019-01-09 08:17:21,935 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-fadc8955-04bb-402e-b84a-d755b078bfd2-type 2019-01-09 08:17:21,938 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a2ffb525-ca6a-4c8c-b652-7bca18b85259" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f8704d8e9558aad9fccaebb64b7be86c4d5c504" 2019-01-09 08:17:22,160 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-723f60b7-dc0c-4a04-8afa-9f5bf7f484c1 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. 2019-01-09 08:17:22,160 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f31688d9-38bd-478a-97ea-f0255e571207 used request id req-723f60b7-dc0c-4a04-8afa-9f5bf7f484c1 2019-01-09 08:17:22,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:22,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["TJWb81xUSIO1G1_BxmA2uQ"], "issued_at": "2019-01-09T08:17:22.000000Z"}} 2019-01-09 08:17:22,550 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92df7602f7107ab53a364e1a524154c9ec687cba" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-2a1b5f45-086a-4a94-94d2-bba8a54df471-type", "description": null}}' 2019-01-09 08:17:22,772 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:22 GMT Server: Apache x-compute-request-id: req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2a1b5f45-086a-4a94-94d2-bba8a54df471-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "182f8b26-cc4a-45de-adc8-2ddce7676747", "description": null}} 2019-01-09 08:17:22,772 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6 2019-01-09 08:17:22,775 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92df7602f7107ab53a364e1a524154c9ec687cba" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-2a1b5f45-086a-4a94-94d2-bba8a54df471", "provider": "foo"}}' 2019-01-09 08:17:23,002 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:22 GMT Server: Apache x-compute-request-id: req-db93ce6e-4f67-4406-8d1a-007acb312c6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db93ce6e-4f67-4406-8d1a-007acb312c6e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "182f8b26-cc4a-45de-adc8-2ddce7676747", "name": "CinderUtilsAddEncryptionTests-2a1b5f45-086a-4a94-94d2-bba8a54df471", "control_location": "front-end", "encryption_id": "e93d27d0-3ffd-4c13-b134-b9dd72eb682c", "provider": "foo", "provider_class": "foo"}} 2019-01-09 08:17:23,002 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747/encryption used request id req-db93ce6e-4f67-4406-8d1a-007acb312c6e 2019-01-09 08:17:23,005 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92df7602f7107ab53a364e1a524154c9ec687cba" 2019-01-09 08:17:23,188 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:23 GMT Server: Apache x-compute-request-id: req-04399a8b-6a33-441a-9a06-5062be7a0f78 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-04399a8b-6a33-441a-9a06-5062be7a0f78 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2a1b5f45-086a-4a94-94d2-bba8a54df471-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "182f8b26-cc4a-45de-adc8-2ddce7676747", "description": null}} 2019-01-09 08:17:23,188 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747 used request id req-04399a8b-6a33-441a-9a06-5062be7a0f78 2019-01-09 08:17:23,191 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92df7602f7107ab53a364e1a524154c9ec687cba" 2019-01-09 08:17:23,370 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:23 GMT Server: Apache x-compute-request-id: req-bf813750-6a1a-4b88-ae49-d2e1860765bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf813750-6a1a-4b88-ae49-d2e1860765bb Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "182f8b26-cc4a-45de-adc8-2ddce7676747", "control_location": "front-end", "deleted": false, "created_at": "2019-01-09T08:17:22.000000", "updated_at": null, "encryption_id": "e93d27d0-3ffd-4c13-b134-b9dd72eb682c", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2019-01-09 08:17:23,370 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747/encryption used request id req-bf813750-6a1a-4b88-ae49-d2e1860765bb 2019-01-09 08:17:23,371 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-2a1b5f45-086a-4a94-94d2-bba8a54df471-type 2019-01-09 08:17:23,373 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92df7602f7107ab53a364e1a524154c9ec687cba" 2019-01-09 08:17:23,553 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:23 GMT Server: Apache x-compute-request-id: req-7f069c9b-0bc7-4d09-b655-a090c5617b99 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f069c9b-0bc7-4d09-b655-a090c5617b99 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2a1b5f45-086a-4a94-94d2-bba8a54df471-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "182f8b26-cc4a-45de-adc8-2ddce7676747", "description": null}} 2019-01-09 08:17:23,553 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747 used request id req-7f069c9b-0bc7-4d09-b655-a090c5617b99 2019-01-09 08:17:23,555 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92df7602f7107ab53a364e1a524154c9ec687cba" 2019-01-09 08:17:23,744 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e7f8b2f1-e5e6-48ed-bf37-81f8261c514a 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. 2019-01-09 08:17:23,745 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747/encryption/provider used request id req-e7f8b2f1-e5e6-48ed-bf37-81f8261c514a 2019-01-09 08:17:23,745 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-2a1b5f45-086a-4a94-94d2-bba8a54df471-type 2019-01-09 08:17:23,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b5444e07-8e89-4a3a-8a65-9d7f3969bce6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92df7602f7107ab53a364e1a524154c9ec687cba" 2019-01-09 08:17:23,800 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5185f14f-c0e7-4bfe-b93c-68dfeb1a7b66 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. 2019-01-09 08:17:23,800 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/182f8b26-cc4a-45de-adc8-2ddce7676747 used request id req-5185f14f-c0e7-4bfe-b93c-68dfeb1a7b66 2019-01-09 08:17:23,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:24,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["GUGTzXpTTR2HmDTtoQLc1g"], "issued_at": "2019-01-09T08:17:24.000000Z"}} 2019-01-09 08:17:24,192 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7060bc6fa6eb499d7c36498b2679ebc46c8a989" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-7e6c3745-46f1-43f7-9d1d-03bbaf3f89d0-type", "description": null}}' 2019-01-09 08:17:24,373 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:24 GMT Server: Apache x-compute-request-id: req-4c16e30c-4f18-436e-b186-c0ff8782836e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c16e30c-4f18-436e-b186-c0ff8782836e Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7e6c3745-46f1-43f7-9d1d-03bbaf3f89d0-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2bcf249c-60d5-4f41-bfbc-6738a6adf582", "description": null}} 2019-01-09 08:17:24,374 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-4c16e30c-4f18-436e-b186-c0ff8782836e 2019-01-09 08:17:24,377 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4c16e30c-4f18-436e-b186-c0ff8782836e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7060bc6fa6eb499d7c36498b2679ebc46c8a989" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-7e6c3745-46f1-43f7-9d1d-03bbaf3f89d0", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2019-01-09 08:17:24,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:24 GMT Server: Apache x-compute-request-id: req-31e66175-6c25-4350-8f96-73eabb7c856d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31e66175-6c25-4350-8f96-73eabb7c856d Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "2bcf249c-60d5-4f41-bfbc-6738a6adf582", "name": "CinderUtilsAddEncryptionTests-7e6c3745-46f1-43f7-9d1d-03bbaf3f89d0", "control_location": "back-end", "encryption_id": "0ad29bda-5b9b-4420-9ebd-6c35c6328cc1", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2019-01-09 08:17:24,628 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582/encryption used request id req-31e66175-6c25-4350-8f96-73eabb7c856d 2019-01-09 08:17:24,631 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c16e30c-4f18-436e-b186-c0ff8782836e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7060bc6fa6eb499d7c36498b2679ebc46c8a989" 2019-01-09 08:17:24,809 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:24 GMT Server: Apache x-compute-request-id: req-5ddd8ea4-e916-4f96-8eab-0a7d7468efc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ddd8ea4-e916-4f96-8eab-0a7d7468efc4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7e6c3745-46f1-43f7-9d1d-03bbaf3f89d0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2bcf249c-60d5-4f41-bfbc-6738a6adf582", "description": null}} 2019-01-09 08:17:24,809 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582 used request id req-5ddd8ea4-e916-4f96-8eab-0a7d7468efc4 2019-01-09 08:17:24,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c16e30c-4f18-436e-b186-c0ff8782836e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7060bc6fa6eb499d7c36498b2679ebc46c8a989" 2019-01-09 08:17:24,969 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:24 GMT Server: Apache x-compute-request-id: req-056f74f5-58c7-462a-b2f1-44e58a6b9697 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-056f74f5-58c7-462a-b2f1-44e58a6b9697 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"volume_type_id": "2bcf249c-60d5-4f41-bfbc-6738a6adf582", "control_location": "back-end", "deleted": false, "created_at": "2019-01-09T08:17:24.000000", "updated_at": null, "encryption_id": "0ad29bda-5b9b-4420-9ebd-6c35c6328cc1", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2019-01-09 08:17:24,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582/encryption used request id req-056f74f5-58c7-462a-b2f1-44e58a6b9697 2019-01-09 08:17:24,970 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-7e6c3745-46f1-43f7-9d1d-03bbaf3f89d0-type 2019-01-09 08:17:24,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c16e30c-4f18-436e-b186-c0ff8782836e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7060bc6fa6eb499d7c36498b2679ebc46c8a989" 2019-01-09 08:17:25,147 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:24 GMT Server: Apache x-compute-request-id: req-a8d87530-2234-4560-96a0-779c46b4f4d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8d87530-2234-4560-96a0-779c46b4f4d1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7e6c3745-46f1-43f7-9d1d-03bbaf3f89d0-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2bcf249c-60d5-4f41-bfbc-6738a6adf582", "description": null}} 2019-01-09 08:17:25,148 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582 used request id req-a8d87530-2234-4560-96a0-779c46b4f4d1 2019-01-09 08:17:25,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c16e30c-4f18-436e-b186-c0ff8782836e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7060bc6fa6eb499d7c36498b2679ebc46c8a989" 2019-01-09 08:17:25,355 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae7aaf8a-f1e9-403a-b65f-942d81e4fe87 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. 2019-01-09 08:17:25,356 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582/encryption/provider used request id req-ae7aaf8a-f1e9-403a-b65f-942d81e4fe87 2019-01-09 08:17:25,356 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-7e6c3745-46f1-43f7-9d1d-03bbaf3f89d0-type 2019-01-09 08:17:25,359 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4c16e30c-4f18-436e-b186-c0ff8782836e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7060bc6fa6eb499d7c36498b2679ebc46c8a989" 2019-01-09 08:17:25,593 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f538b325-e828-4feb-b248-1575356aaf9f 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. 2019-01-09 08:17:25,593 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2bcf249c-60d5-4f41-bfbc-6738a6adf582 used request id req-f538b325-e828-4feb-b248-1575356aaf9f 2019-01-09 08:17:25,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:25,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["XcycWwOLQ6yd8STbv-iivw"], "issued_at": "2019-01-09T08:17:25.000000Z"}} 2019-01-09 08:17:25,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa-qos"}}' 2019-01-09 08:17:26,186 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:25 GMT Server: Apache x-compute-request-id: req-977fe195-e3e2-4a88-9410-624b3bca8263 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-977fe195-e3e2-4a88-9410-624b3bca8263 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "a261dde3-4e7b-4e9e-b68b-99c13414fe60", "name": "CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/a261dde3-4e7b-4e9e-b68b-99c13414fe60", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/a261dde3-4e7b-4e9e-b68b-99c13414fe60", "rel": "bookmark"}]} 2019-01-09 08:17:26,187 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-977fe195-e3e2-4a88-9410-624b3bca8263 2019-01-09 08:17:26,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-977fe195-e3e2-4a88-9410-624b3bca8263" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa", "description": null}}' 2019-01-09 08:17:26,403 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:26 GMT Server: Apache x-compute-request-id: req-719ec278-8fb2-44d5-ba53-cca25db946a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-719ec278-8fb2-44d5-ba53-cca25db946a8 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9822d285-847d-4b11-b908-d8785e953828", "description": null}} 2019-01-09 08:17:26,403 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-719ec278-8fb2-44d5-ba53-cca25db946a8 2019-01-09 08:17:26,407 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-977fe195-e3e2-4a88-9410-624b3bca8263" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-09 08:17:26,603 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:26 GMT Server: Apache x-compute-request-id: req-4642bdc8-b9f3-423d-9b88-ec66bce5f096 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4642bdc8-b9f3-423d-9b88-ec66bce5f096 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "9822d285-847d-4b11-b908-d8785e953828", "name": "foo", "control_location": "back-end", "encryption_id": "14d28c14-bc17-4080-8e4c-b903d1e19752", "provider": "bar", "provider_class": "bar"}} 2019-01-09 08:17:26,603 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828/encryption used request id req-4642bdc8-b9f3-423d-9b88-ec66bce5f096 2019-01-09 08:17:26,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-977fe195-e3e2-4a88-9410-624b3bca8263" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" 2019-01-09 08:17:26,775 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:26 GMT Server: Apache x-compute-request-id: req-32b151be-0257-4cee-a6bc-af8519da403f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-32b151be-0257-4cee-a6bc-af8519da403f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9822d285-847d-4b11-b908-d8785e953828", "description": null}} 2019-01-09 08:17:26,775 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828 used request id req-32b151be-0257-4cee-a6bc-af8519da403f 2019-01-09 08:17:26,778 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-977fe195-e3e2-4a88-9410-624b3bca8263" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" 2019-01-09 08:17:26,955 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:26 GMT Server: Apache x-compute-request-id: req-7f135f84-3bd6-4fe9-86ba-3794d559d477 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f135f84-3bd6-4fe9-86ba-3794d559d477 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "9822d285-847d-4b11-b908-d8785e953828", "control_location": "back-end", "deleted": false, "created_at": "2019-01-09T08:17:26.000000", "updated_at": null, "encryption_id": "14d28c14-bc17-4080-8e4c-b903d1e19752", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-09 08:17:26,956 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828/encryption used request id req-7f135f84-3bd6-4fe9-86ba-3794d559d477 2019-01-09 08:17:26,956 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa 2019-01-09 08:17:26,959 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-977fe195-e3e2-4a88-9410-624b3bca8263" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" 2019-01-09 08:17:27,125 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:26 GMT Server: Apache x-compute-request-id: req-b8de7440-662c-43be-9ad6-eeaef58ed8ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8de7440-662c-43be-9ad6-eeaef58ed8ea Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9822d285-847d-4b11-b908-d8785e953828", "description": null}} 2019-01-09 08:17:27,125 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828 used request id req-b8de7440-662c-43be-9ad6-eeaef58ed8ea 2019-01-09 08:17:27,128 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-977fe195-e3e2-4a88-9410-624b3bca8263" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" 2019-01-09 08:17:27,433 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-24fe4ff9-de90-473e-9430-d1a6ca20092e 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. 2019-01-09 08:17:27,433 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828/encryption/provider used request id req-24fe4ff9-de90-473e-9430-d1a6ca20092e 2019-01-09 08:17:27,433 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa 2019-01-09 08:17:27,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-977fe195-e3e2-4a88-9410-624b3bca8263" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" 2019-01-09 08:17:27,489 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dc8e36b2-abc0-4f33-a6b0-6036af62287d 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. 2019-01-09 08:17:27,489 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/9822d285-847d-4b11-b908-d8785e953828 used request id req-dc8e36b2-abc0-4f33-a6b0-6036af62287d 2019-01-09 08:17:27,489 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-0d931595-591e-4577-8011-da3102f594fa-qos 2019-01-09 08:17:27,492 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/a261dde3-4e7b-4e9e-b68b-99c13414fe60?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-977fe195-e3e2-4a88-9410-624b3bca8263" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544b73d28558ca1bcc511d9e96ce1faa278c9eea" 2019-01-09 08:17:27,686 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04235a95-5e6d-4072-b131-6102bfe250bc 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. 2019-01-09 08:17:27,687 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/a261dde3-4e7b-4e9e-b68b-99c13414fe60?force=False used request id req-04235a95-5e6d-4072-b131-6102bfe250bc 2019-01-09 08:17:27,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:28,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["Pr9TvzLvRk6A6tAkSIDT9A"], "issued_at": "2019-01-09T08:17:28.000000Z"}} 2019-01-09 08:17:28,079 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab98de7635f6726ff891a440d188f6d82bf3432d" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-e0547558-82e8-4b89-8076-6757ee9f2328-qos"}}' 2019-01-09 08:17:28,269 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:28 GMT Server: Apache x-compute-request-id: req-7b10a53d-d1e8-4d3b-b877-ec214bfb09d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7b10a53d-d1e8-4d3b-b877-ec214bfb09d3 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "fb83055e-5808-43ec-a6a1-2def72e2298d", "name": "CinderUtilsVolumeTypeCompleteTests-e0547558-82e8-4b89-8076-6757ee9f2328-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/fb83055e-5808-43ec-a6a1-2def72e2298d", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/fb83055e-5808-43ec-a6a1-2def72e2298d", "rel": "bookmark"}]} 2019-01-09 08:17:28,269 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-7b10a53d-d1e8-4d3b-b877-ec214bfb09d3 2019-01-09 08:17:28,272 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7b10a53d-d1e8-4d3b-b877-ec214bfb09d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab98de7635f6726ff891a440d188f6d82bf3432d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-e0547558-82e8-4b89-8076-6757ee9f2328", "description": null}}' 2019-01-09 08:17:28,496 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:28 GMT Server: Apache x-compute-request-id: req-9974e925-b5ca-4775-b661-e0b9c59b33a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9974e925-b5ca-4775-b661-e0b9c59b33a0 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-e0547558-82e8-4b89-8076-6757ee9f2328", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "78b920f8-4df0-4d69-a44c-fd6473280b24", "description": null}} 2019-01-09 08:17:28,497 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-9974e925-b5ca-4775-b661-e0b9c59b33a0 2019-01-09 08:17:28,500 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b10a53d-d1e8-4d3b-b877-ec214bfb09d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab98de7635f6726ff891a440d188f6d82bf3432d" 2019-01-09 08:17:28,670 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:28 GMT Server: Apache x-compute-request-id: req-14e3b38e-032c-4771-b3a6-50b81d62069d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-14e3b38e-032c-4771-b3a6-50b81d62069d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "fb83055e-5808-43ec-a6a1-2def72e2298d", "name": "CinderUtilsVolumeTypeCompleteTests-e0547558-82e8-4b89-8076-6757ee9f2328-qos"}]} 2019-01-09 08:17:28,670 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-14e3b38e-032c-4771-b3a6-50b81d62069d 2019-01-09 08:17:28,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/None/associate?vol_type_id=78b920f8-4df0-4d69-a44c-fd6473280b24 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b10a53d-d1e8-4d3b-b877-ec214bfb09d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab98de7635f6726ff891a440d188f6d82bf3432d" 2019-01-09 08:17:28,851 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:17:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fc0a6f78-a9b4-4992-b42b-4b30446a7141 x-openstack-request-id: req-fc0a6f78-a9b4-4992-b42b-4b30446a7141 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2019-01-09 08:17:28,851 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/None/associate?vol_type_id=78b920f8-4df0-4d69-a44c-fd6473280b24 used request id req-fc0a6f78-a9b4-4992-b42b-4b30446a7141 2019-01-09 08:17:28,851 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-fc0a6f78-a9b4-4992-b42b-4b30446a7141) 2019-01-09 08:17:28,851 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-e0547558-82e8-4b89-8076-6757ee9f2328 2019-01-09 08:17:28,854 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/78b920f8-4df0-4d69-a44c-fd6473280b24 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b10a53d-d1e8-4d3b-b877-ec214bfb09d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab98de7635f6726ff891a440d188f6d82bf3432d" 2019-01-09 08:17:29,064 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-12c54b33-95c8-4e7d-b4d2-caf6d076a9c2 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. 2019-01-09 08:17:29,065 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/78b920f8-4df0-4d69-a44c-fd6473280b24 used request id req-12c54b33-95c8-4e7d-b4d2-caf6d076a9c2 2019-01-09 08:17:29,065 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-e0547558-82e8-4b89-8076-6757ee9f2328-qos 2019-01-09 08:17:29,068 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/fb83055e-5808-43ec-a6a1-2def72e2298d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7b10a53d-d1e8-4d3b-b877-ec214bfb09d3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab98de7635f6726ff891a440d188f6d82bf3432d" 2019-01-09 08:17:29,262 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7b0e84d6-b2f4-4308-9e45-89f4d9126f67 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. 2019-01-09 08:17:29,262 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/fb83055e-5808-43ec-a6a1-2def72e2298d?force=False used request id req-7b0e84d6-b2f4-4308-9e45-89f4d9126f67 2019-01-09 08:17:29,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:29,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["6She784bTTGxuaL9LzVvQw"], "issued_at": "2019-01-09T08:17:29.000000Z"}} 2019-01-09 08:17:29,645 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0932664bee75b4b33efa03c0bda3625ac5aa4b1" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-ceedf6d7-aa8f-4873-aa6a-7ac737c452a3-qos"}}' 2019-01-09 08:17:29,854 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:29 GMT Server: Apache x-compute-request-id: req-fd6f5888-a46d-4c28-9f1f-54d0d561881e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fd6f5888-a46d-4c28-9f1f-54d0d561881e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "c35e2b11-eb32-4159-97d6-40fbd335b452", "name": "CinderUtilsVolumeTypeCompleteTests-ceedf6d7-aa8f-4873-aa6a-7ac737c452a3-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/c35e2b11-eb32-4159-97d6-40fbd335b452", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/c35e2b11-eb32-4159-97d6-40fbd335b452", "rel": "bookmark"}]} 2019-01-09 08:17:29,855 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-fd6f5888-a46d-4c28-9f1f-54d0d561881e 2019-01-09 08:17:29,857 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fd6f5888-a46d-4c28-9f1f-54d0d561881e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0932664bee75b4b33efa03c0bda3625ac5aa4b1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-ceedf6d7-aa8f-4873-aa6a-7ac737c452a3", "description": null}}' 2019-01-09 08:17:30,129 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:29 GMT Server: Apache x-compute-request-id: req-583be0a8-8903-4308-9e89-46681155262e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-583be0a8-8903-4308-9e89-46681155262e Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-ceedf6d7-aa8f-4873-aa6a-7ac737c452a3", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f41b2d24-b7c6-4f30-8379-567a9c4bd9ef", "description": null}} 2019-01-09 08:17:30,129 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-583be0a8-8903-4308-9e89-46681155262e 2019-01-09 08:17:30,133 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd6f5888-a46d-4c28-9f1f-54d0d561881e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0932664bee75b4b33efa03c0bda3625ac5aa4b1" 2019-01-09 08:17:30,287 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:30 GMT Server: Apache x-compute-request-id: req-0443f614-1728-4fa5-8217-206612b4cf20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0443f614-1728-4fa5-8217-206612b4cf20 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "c35e2b11-eb32-4159-97d6-40fbd335b452", "name": "CinderUtilsVolumeTypeCompleteTests-ceedf6d7-aa8f-4873-aa6a-7ac737c452a3-qos"}]} 2019-01-09 08:17:30,288 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-0443f614-1728-4fa5-8217-206612b4cf20 2019-01-09 08:17:30,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/c35e2b11-eb32-4159-97d6-40fbd335b452/associate?vol_type_id=f41b2d24-b7c6-4f30-8379-567a9c4bd9ef -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd6f5888-a46d-4c28-9f1f-54d0d561881e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0932664bee75b4b33efa03c0bda3625ac5aa4b1" 2019-01-09 08:17:30,507 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-76aacf76-51af-4fe4-94e1-d14abf5f5b7a 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. 2019-01-09 08:17:30,507 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/c35e2b11-eb32-4159-97d6-40fbd335b452/associate?vol_type_id=f41b2d24-b7c6-4f30-8379-567a9c4bd9ef used request id req-76aacf76-51af-4fe4-94e1-d14abf5f5b7a 2019-01-09 08:17:30,508 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-ceedf6d7-aa8f-4873-aa6a-7ac737c452a3 2019-01-09 08:17:30,510 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f41b2d24-b7c6-4f30-8379-567a9c4bd9ef -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd6f5888-a46d-4c28-9f1f-54d0d561881e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0932664bee75b4b33efa03c0bda3625ac5aa4b1" 2019-01-09 08:17:30,759 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9f59e744-cd98-4c9b-891c-ca2ea0728c93 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. 2019-01-09 08:17:30,759 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/f41b2d24-b7c6-4f30-8379-567a9c4bd9ef used request id req-9f59e744-cd98-4c9b-891c-ca2ea0728c93 2019-01-09 08:17:30,759 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-ceedf6d7-aa8f-4873-aa6a-7ac737c452a3-qos 2019-01-09 08:17:30,762 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/c35e2b11-eb32-4159-97d6-40fbd335b452?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fd6f5888-a46d-4c28-9f1f-54d0d561881e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0932664bee75b4b33efa03c0bda3625ac5aa4b1" 2019-01-09 08:17:30,955 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-adcae43f-6eb3-4ac3-a360-fbeb231a4ca1 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. 2019-01-09 08:17:30,955 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/c35e2b11-eb32-4159-97d6-40fbd335b452?force=False used request id req-adcae43f-6eb3-4ac3-a360-fbeb231a4ca1 2019-01-09 08:17:30,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:31,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "399d9bb657144a2dac8fd261373da638", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d0a161a8fcf242d292213ac15ef12e67", "name": "heat_stack_owner"}], "expires_at": "2019-01-09T09:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88d6c71a30ca41f6a882b86c51b3b026", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/88d6c71a30ca41f6a882b86c51b3b026", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "id": "7143c923a73d4fe4b7a5094cdd0b8db6"}, "audit_ids": ["ANWnDxYGTHmEYlDuTv9b_w"], "issued_at": "2019-01-09T08:17:31.000000Z"}} 2019-01-09 08:17:31,335 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f-qos"}}' 2019-01-09 08:17:31,532 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:31 GMT Server: Apache x-compute-request-id: req-cfc95de3-052c-4f88-b927-42b1f6f36529 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cfc95de3-052c-4f88-b927-42b1f6f36529 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "79872179-3d95-453b-bb2d-37b940ece9b8", "name": "CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f-qos"}, "links": [{"href": "http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/79872179-3d95-453b-bb2d-37b940ece9b8", "rel": "self"}, {"href": "http://172.30.9.30:8776/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/79872179-3d95-453b-bb2d-37b940ece9b8", "rel": "bookmark"}]} 2019-01-09 08:17:31,532 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-cfc95de3-052c-4f88-b927-42b1f6f36529 2019-01-09 08:17:31,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f", "description": null}}' 2019-01-09 08:17:31,745 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:31 GMT Server: Apache x-compute-request-id: req-d81c41da-68ee-42d2-ac38-9aef2e6001c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d81c41da-68ee-42d2-ac38-9aef2e6001c1 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b9c6644-f616-4c9d-80ba-aa9a9e63b80a", "description": null}} 2019-01-09 08:17:31,745 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types used request id req-d81c41da-68ee-42d2-ac38-9aef2e6001c1 2019-01-09 08:17:31,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-09 08:17:31,957 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:31 GMT Server: Apache x-compute-request-id: req-13f8f662-0cda-41b2-bfea-96be9be05610 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-13f8f662-0cda-41b2-bfea-96be9be05610 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "2b9c6644-f616-4c9d-80ba-aa9a9e63b80a", "name": "foo", "control_location": "back-end", "encryption_id": "e2b62396-555a-4da0-b790-42c35e546b62", "provider": "bar", "provider_class": "bar"}} 2019-01-09 08:17:31,957 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a/encryption used request id req-13f8f662-0cda-41b2-bfea-96be9be05610 2019-01-09 08:17:31,960 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" 2019-01-09 08:17:32,138 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:31 GMT Server: Apache x-compute-request-id: req-67cfe3b4-4fca-4d6e-9a43-39be893137e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-67cfe3b4-4fca-4d6e-9a43-39be893137e5 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "79872179-3d95-453b-bb2d-37b940ece9b8", "name": "CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f-qos"}]} 2019-01-09 08:17:32,138 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs used request id req-67cfe3b4-4fca-4d6e-9a43-39be893137e5 2019-01-09 08:17:32,141 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/79872179-3d95-453b-bb2d-37b940ece9b8/associate?vol_type_id=2b9c6644-f616-4c9d-80ba-aa9a9e63b80a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" 2019-01-09 08:17:32,357 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc52b53b-137b-47e8-ba52-46c2bddc9e0b 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. 2019-01-09 08:17:32,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/79872179-3d95-453b-bb2d-37b940ece9b8/associate?vol_type_id=2b9c6644-f616-4c9d-80ba-aa9a9e63b80a used request id req-fc52b53b-137b-47e8-ba52-46c2bddc9e0b 2019-01-09 08:17:32,360 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" 2019-01-09 08:17:32,532 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:32 GMT Server: Apache x-compute-request-id: req-269cd3ec-bcfb-4179-b8b3-58f916907bb5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-269cd3ec-bcfb-4179-b8b3-58f916907bb5 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f", "qos_specs_id": "79872179-3d95-453b-bb2d-37b940ece9b8", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b9c6644-f616-4c9d-80ba-aa9a9e63b80a", "description": null}} 2019-01-09 08:17:32,532 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a used request id req-269cd3ec-bcfb-4179-b8b3-58f916907bb5 2019-01-09 08:17:32,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" 2019-01-09 08:17:32,556 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:32 GMT Server: Apache x-compute-request-id: req-6e4ae9e3-503d-41d5-8b49-86153c0dd5f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e4ae9e3-503d-41d5-8b49-86153c0dd5f1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "2b9c6644-f616-4c9d-80ba-aa9a9e63b80a", "control_location": "back-end", "deleted": false, "created_at": "2019-01-09T08:17:31.000000", "updated_at": null, "encryption_id": "e2b62396-555a-4da0-b790-42c35e546b62", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-09 08:17:32,556 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a/encryption used request id req-6e4ae9e3-503d-41d5-8b49-86153c0dd5f1 2019-01-09 08:17:32,557 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f 2019-01-09 08:17:32,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" 2019-01-09 08:17:32,581 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:32 GMT Server: Apache x-compute-request-id: req-aeb681d0-4104-4039-91be-a326e1447d61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aeb681d0-4104-4039-91be-a326e1447d61 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f", "qos_specs_id": "79872179-3d95-453b-bb2d-37b940ece9b8", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2b9c6644-f616-4c9d-80ba-aa9a9e63b80a", "description": null}} 2019-01-09 08:17:32,581 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a used request id req-aeb681d0-4104-4039-91be-a326e1447d61 2019-01-09 08:17:32,584 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" 2019-01-09 08:17:32,787 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8cfd67b4-6060-4703-8294-be341dce04f7 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. 2019-01-09 08:17:32,787 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a/encryption/provider used request id req-8cfd67b4-6060-4703-8294-be341dce04f7 2019-01-09 08:17:32,787 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f 2019-01-09 08:17:32,790 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" 2019-01-09 08:17:33,006 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d137b6c9-910b-4920-8b44-0aeb623d2cab 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. 2019-01-09 08:17:33,007 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/types/2b9c6644-f616-4c9d-80ba-aa9a9e63b80a used request id req-d137b6c9-910b-4920-8b44-0aeb623d2cab 2019-01-09 08:17:33,007 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-7f652571-dce1-4b9f-8de5-e4b7ebbc411f-qos 2019-01-09 08:17:33,010 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/79872179-3d95-453b-bb2d-37b940ece9b8?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cfc95de3-052c-4f88-b927-42b1f6f36529" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3b83786d79225faa3e197491767617a305f1b2" 2019-01-09 08:17:33,196 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c375af87-785a-4eeb-bdae-6f9a374f771f 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. 2019-01-09 08:17:33,196 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/88d6c71a30ca41f6a882b86c51b3b026/qos-specs/79872179-3d95-453b-bb2d-37b940ece9b8?force=False used request id req-c375af87-785a-4eeb-bdae-6f9a374f771f 2019-01-09 08:17:33,197 - 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 765.466s OK 2019-01-09 08:17:33,321 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:17:33,321 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:45 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-09 08:17:33,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:33,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:33,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d73cc166-0943-4106-ac37-8a8e752c1c05 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0a161a8fcf242d292213ac15ef12e67", "links": {"self": "http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:33,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d73cc166-0943-4106-ac37-8a8e752c1c05 2019-01-09 08:17:33,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809898376465s 2019-01-09 08:17:33,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:17:33,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:33,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:17:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00fb4d78-a3ee-4fc3-89dc-c6700667760d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:17:33,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d0a161a8fcf242d292213ac15ef12e67 used request id req-00fb4d78-a3ee-4fc3-89dc-c6700667760d 2019-01-09 08:17:33,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.169842004776s 2019-01-09 08:17:33,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:17:33,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:33,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d44b88-d052-442e-880c-b8f0d0992c76 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704", "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "domain_id": "default", "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:17:33,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-78d44b88-d052-442e-880c-b8f0d0992c76 2019-01-09 08:17:33,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0862381458282s 2019-01-09 08:17:33,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-78d44b88-d052-442e-880c-b8f0d0992c76 2019-01-09 08:17:33,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:17:33,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:33,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38cc165f-58c8-49f9-9977-c1fbcdb1efb1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6"}, "enabled": true, "id": "7143c923a73d4fe4b7a5094cdd0b8db6", "options": {}, "domain_id": "default", "name": "api_check-user_992e1200-78d5-4c8b-b210-333e16ff8704"}} 2019-01-09 08:17:33,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6 used request id req-38cc165f-58c8-49f9-9977-c1fbcdb1efb1 2019-01-09 08:17:33,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0940179824829s 2019-01-09 08:17:33,767 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6 used request id req-38cc165f-58c8-49f9-9977-c1fbcdb1efb1 2019-01-09 08:17:33,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 08:17:33,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:34,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:17:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b576b159-c003-4c64-8dad-766a3635166e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:17:34,031 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6 used request id req-b576b159-c003-4c64-8dad-766a3635166e 2019-01-09 08:17:34,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.264027118683s 2019-01-09 08:17:34,032 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/7143c923a73d4fe4b7a5094cdd0b8db6 used request id req-b576b159-c003-4c64-8dad-766a3635166e 2019-01-09 08:17:34,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:17:34,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:34,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46c04eaa-873d-4e5a-ab81-c6951f5b8fd9 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026"}, "enabled": true, "id": "88d6c71a30ca41f6a882b86c51b3b026", "parent_id": "default", "domain_id": "default", "name": "api_check-project_992e1200-78d5-4c8b-b210-333e16ff8704"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:17:34,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-46c04eaa-873d-4e5a-ab81-c6951f5b8fd9 2019-01-09 08:17:34,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0750370025635s 2019-01-09 08:17:34,108 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-46c04eaa-873d-4e5a-ab81-c6951f5b8fd9 2019-01-09 08:17:34,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 08:17:34,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:34,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:17:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56e7130b-b113-44a5-ae58-1aa76ab9f608 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:17:34,265 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-56e7130b-b113-44a5-ae58-1aa76ab9f608 2019-01-09 08:17:34,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.154839992523s 2019-01-09 08:17:34,265 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/88d6c71a30ca41f6a882b86c51b3b026 used request id req-56e7130b-b113-44a5-ae58-1aa76ab9f608 2019-01-09 08:17:34,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:34,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:34,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f0f8dc5-a832-4398-aa2e-8158caadbfdc Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "399d9bb657144a2dac8fd261373da638", "links": {"self": "http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:34,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7f0f8dc5-a832-4398-aa2e-8158caadbfdc 2019-01-09 08:17:34,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825569629669s 2019-01-09 08:17:34,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:17:34,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:34,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:17:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22f61da7-e1c3-4ba2-9c05-7d31be321460 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:17:34,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/399d9bb657144a2dac8fd261373da638 used request id req-22f61da7-e1c3-4ba2-9c05-7d31be321460 2019-01-09 08:17:34,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.14394903183s 2019-01-09 08:17:34,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:17:34,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=88d6c71a30ca41f6a882b86c51b3b026&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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:34,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-5c8d256f-9efa-4b74-971c-308bd467e2aa Date: Wed, 09 Jan 2019 08:17:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}]} 2019-01-09 08:17:34,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=88d6c71a30ca41f6a882b86c51b3b026&name=default used request id req-5c8d256f-9efa-4b74-971c-308bd467e2aa 2019-01-09 08:17:34,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20086812973s 2019-01-09 08:17:34,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=88d6c71a30ca41f6a882b86c51b3b026&name=default used request id req-5c8d256f-9efa-4b74-971c-308bd467e2aa 2019-01-09 08:17:34,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:17:34,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:34,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-04c5f23a-39df-4877-b874-b171db499306 Date: Wed, 09 Jan 2019 08:17:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:05:16Z", "updated_at": "2019-01-09T08:05:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "90fc950e-6935-4a30-ae47-bf3f84eef013", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "072bfb70-8b18-43a9-958e-aa005c067608", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv6", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "3c3d3328-b294-4fcc-b945-c84a13a49139", "remote_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:05:16Z", "revision_number": 0, "id": "31b219f1-65f2-4d67-8936-8a6210a66779", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:05:16Z", "security_group_id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "port_range_min": null, "ethertype": "IPv4", "project_id": "88d6c71a30ca41f6a882b86c51b3b026"}], "revision_number": 4, "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "ca985b61-f96f-4fae-ad1e-945a29ef71ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 08:17:34,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-04c5f23a-39df-4877-b874-b171db499306 2019-01-09 08:17:34,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201804161072s 2019-01-09 08:17:34,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-04c5f23a-39df-4877-b874-b171db499306 2019-01-09 08:17:34,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-09 08:17:34,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/ca985b61-f96f-4fae-ad1e-945a29ef71ff.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}deccc438fe69bb657ac7c740ea9ab7e2df5a2ac8" 2019-01-09 08:17:35,237 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b3b82918-3b5d-4407-b21b-2494c08cd6ee Content-Length: 0 Date: Wed, 09 Jan 2019 08:17:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:17:35,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ca985b61-f96f-4fae-ad1e-945a29ef71ff.json used request id req-b3b82918-3b5d-4407-b21b-2494c08cd6ee 2019-01-09 08:17:35,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.327164888382s 2019-01-09 08:17:35,237 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/ca985b61-f96f-4fae-ad1e-945a29ef71ff.json used request id req-b3b82918-3b5d-4407-b21b-2494c08cd6ee 2019-01-09 08:17:35,257 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2019-01-09 08:17:35,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:17:35,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:17:35,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:17:35,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:17:35,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:17:35,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:17:35,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b54f82-33eb-415d-8019-389a09c96ee8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:35,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a1b54f82-33eb-415d-8019-389a09c96ee8 2019-01-09 08:17:35,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:35,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:17:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["--iKDVFOQRuWtSTY6OOVRA"], "issued_at": "2019-01-09T08:17:35.000000Z"}} 2019-01-09 08:17:35,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:35,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:17:35,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:35,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa3f8a4-d9e7-46c9-9a1a-ae8ab96f58a1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:17:35,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-6fa3f8a4-d9e7-46c9-9a1a-ae8ab96f58a1 2019-01-09 08:17:35,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.479759931564s 2019-01-09 08:17:35,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 08:17:35,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}}' 2019-01-09 08:17:35,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:17:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fb38bd5-753b-486c-852c-55307ccad1d1 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.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a"}, "enabled": true, "id": "e0c263a3ea104965958f93d08188c32a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}} 2019-01-09 08:17:35,878 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-9fb38bd5-753b-486c-852c-55307ccad1d1 2019-01-09 08:17:35,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109673023224s 2019-01-09 08:17:35,879 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-9fb38bd5-753b-486c-852c-55307ccad1d1 2019-01-09 08:17:35,880 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 'id': u'e0c263a3ea104965958f93d08188c32a', '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'})}) 2019-01-09 08:17:35,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 08:17:36,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.434903144836s 2019-01-09 08:17:36,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:36,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11696e9d-92cc-4499-bd07-d037d20a2c9b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004"}, "enabled": true, "id": "2946976fdc9a4a59bacd293add9db004", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}} 2019-01-09 08:17:36,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004 used request id req-11696e9d-92cc-4499-bd07-d037d20a2c9b 2019-01-09 08:17:36,417 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2946976fdc9a4a59bacd293add9db004', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f'}) 2019-01-09 08:17:36,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:36,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:36,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4958aee0-cd07-44f3-91c4-47e6e88bc8b0 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:36,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4958aee0-cd07-44f3-91c4-47e6e88bc8b0 2019-01-09 08:17:36,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0930960178375s 2019-01-09 08:17:36,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:36,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:36,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b37416-2933-4d44-8dbe-d1264a58afa0 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:36,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b9b37416-2933-4d44-8dbe-d1264a58afa0 2019-01-09 08:17:36,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075670003891s 2019-01-09 08:17:36,589 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:17:36,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:17:36,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" -d '{"role": {"name": "Member"}}' 2019-01-09 08:17:36,687 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:17:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05569583-e41c-431d-8e00-c5dc01dddd33 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}} 2019-01-09 08:17:36,687 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-05569583-e41c-431d-8e00-c5dc01dddd33 2019-01-09 08:17:36,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0984060764313s 2019-01-09 08:17:36,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:36,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257c0cba-6f05-42ae-8cec-575ae0ec7b83 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "domain_id": null, "name": "Member", "id": "5eec2a0fd0004fee81698cbe44c3a1c3"}} 2019-01-09 08:17:36,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3 used request id req-257c0cba-6f05-42ae-8cec-575ae0ec7b83 2019-01-09 08:17:36,772 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3'}, 'domain_id': None, 'human_id': None, 'id': u'5eec2a0fd0004fee81698cbe44c3a1c3', 'HUMAN_ID': False}) 2019-01-09 08:17:36,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:36,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:36,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50c33a30-9dbc-4e61-b911-668bdd161e93 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:36,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-50c33a30-9dbc-4e61-b911-668bdd161e93 2019-01-09 08:17:36,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757300853729s 2019-01-09 08:17:36,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:17:36,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:36,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853d9534-7147-4db8-90ea-b84e2e93cc0e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:17:36,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-853d9534-7147-4db8-90ea-b84e2e93cc0e 2019-01-09 08:17:36,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0815188884735s 2019-01-09 08:17:36,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:17:36,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c6b938-6701-4ebe-9ec2-ce0bec18d80f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "links": {"self": "http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004"}, "domain_id": "default", "enabled": true, "id": "2946976fdc9a4a59bacd293add9db004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:17:37,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-83c6b938-6701-4ebe-9ec2-ce0bec18d80f 2019-01-09 08:17:37,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985479354858s 2019-01-09 08:17:37,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-83c6b938-6701-4ebe-9ec2-ce0bec18d80f 2019-01-09 08:17:37,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:17:37,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e61f82-a18a-4d82-8f66-bfb9ae1f836b Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a"}, "enabled": true, "id": "e0c263a3ea104965958f93d08188c32a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}]} 2019-01-09 08:17:37,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-94e61f82-a18a-4d82-8f66-bfb9ae1f836b 2019-01-09 08:17:37,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0734231472015s 2019-01-09 08:17:37,111 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-94e61f82-a18a-4d82-8f66-bfb9ae1f836b 2019-01-09 08:17:37,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:17:37,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=5eec2a0fd0004fee81698cbe44c3a1c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86fbc4e9-f2dd-4973-aa67-9ce3bd9a1e06 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=5eec2a0fd0004fee81698cbe44c3a1c3", "previous": null, "next": null}} 2019-01-09 08:17:37,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=5eec2a0fd0004fee81698cbe44c3a1c3 used request id req-86fbc4e9-f2dd-4973-aa67-9ce3bd9a1e06 2019-01-09 08:17:37,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0841400623322s 2019-01-09 08:17:37,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:17:37,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a/users/2946976fdc9a4a59bacd293add9db004/roles/5eec2a0fd0004fee81698cbe44c3a1c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,324 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c04419e9-7edb-4f9c-ab74-af9c86c7c5a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:17:37,324 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a/users/2946976fdc9a4a59bacd293add9db004/roles/5eec2a0fd0004fee81698cbe44c3a1c3 used request id req-c04419e9-7edb-4f9c-ab74-af9c86c7c5a2 2019-01-09 08:17:37,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12627696991s 2019-01-09 08:17:37,325 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 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': 'd7634ed0-447f-4a96-81a9-f24536cdaafb', 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_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 'project_id': u'e0c263a3ea104965958f93d08188c32a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:17:37,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:17:37,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:17:37,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:17:37,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:17:37,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:17:37,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:17:37,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:17:37,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:17:37,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:17:37,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:17:37,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:17:37,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:17:37,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:17:37,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:17:37,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:17:37,328 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:17:37,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:17:37,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:17:37,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:17:37,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:17:37,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:17:37,329 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:17:37,331 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 'password': 'd7634ed0-447f-4a96-81a9-f24536cdaafb', 'project_name': 'snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'e0c263a3ea104965958f93d08188c32a', 'project_domain_name': 'Default'} 2019-01-09 08:17:37,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:37,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9970774-b795-4173-bfaf-a548f510f4fa Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:37,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f9970774-b795-4173-bfaf-a548f510f4fa 2019-01-09 08:17:37,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785901546478s 2019-01-09 08:17:37,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:37,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9961410f-ac23-4f79-8431-d9fc7f43c28d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:37,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9961410f-ac23-4f79-8431-d9fc7f43c28d 2019-01-09 08:17:37,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809819698334s 2019-01-09 08:17:37,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:17:37,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3680d4b6-4755-4669-b241-9ef84e8fc150 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:17:37,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-3680d4b6-4755-4669-b241-9ef84e8fc150 2019-01-09 08:17:37,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0827929973602s 2019-01-09 08:17:37,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:17:37,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76dac8b4-4c3a-4c15-9785-9fe45b576bbe Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "links": {"self": "http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004"}, "domain_id": "default", "enabled": true, "id": "2946976fdc9a4a59bacd293add9db004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:17:37,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-76dac8b4-4c3a-4c15-9785-9fe45b576bbe 2019-01-09 08:17:37,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902760028839s 2019-01-09 08:17:37,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-76dac8b4-4c3a-4c15-9785-9fe45b576bbe 2019-01-09 08:17:37,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:17:37,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88cef3eb-b4cb-4451-a1b9-7de20bbed295 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a"}, "enabled": true, "id": "e0c263a3ea104965958f93d08188c32a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}]} 2019-01-09 08:17:37,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-88cef3eb-b4cb-4451-a1b9-7de20bbed295 2019-01-09 08:17:37,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0791130065918s 2019-01-09 08:17:37,754 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-88cef3eb-b4cb-4451-a1b9-7de20bbed295 2019-01-09 08:17:37,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:17:37,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d534859e-f27b-47c4-a275-034b40e94190 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 08:17:37,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=90eb365fdb174f538db9443457456df8 used request id req-d534859e-f27b-47c4-a275-034b40e94190 2019-01-09 08:17:37,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820429325104s 2019-01-09 08:17:37,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:17:37,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a/users/2946976fdc9a4a59bacd293add9db004/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:37,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65d6a24c-3b94-40bc-bb8c-43e2f1bd64e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:17:37,952 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a/users/2946976fdc9a4a59bacd293add9db004/roles/90eb365fdb174f538db9443457456df8 used request id req-65d6a24c-3b94-40bc-bb8c-43e2f1bd64e7 2019-01-09 08:17:37,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114295959473s 2019-01-09 08:17:37,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:37,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:38,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b97570d7-cd2e-468c-9eee-f4901e0d97c2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:38,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b97570d7-cd2e-468c-9eee-f4901e0d97c2 2019-01-09 08:17:38,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777900218964s 2019-01-09 08:17:38,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:17:38,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-09 08:17:38,129 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a80ee418-1bf0-437f-9324-f752ec23513c Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "baf50cc642394fea9483f13cbf554fd3", "links": {"self": "http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3"}, "name": "heat_stack_owner"}} 2019-01-09 08:17:38,130 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a80ee418-1bf0-437f-9324-f752ec23513c 2019-01-09 08:17:38,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0974249839783s 2019-01-09 08:17:38,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:38,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85369de-0172-453f-b092-f511209fdf11 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3"}, "domain_id": null, "name": "heat_stack_owner", "id": "baf50cc642394fea9483f13cbf554fd3"}} 2019-01-09 08:17:38,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3 used request id req-f85369de-0172-453f-b092-f511209fdf11 2019-01-09 08:17:38,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:17:38,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:38,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9afe3983-6ff8-4c6f-b19d-ddeb6ed32461 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf50cc642394fea9483f13cbf554fd3", "links": {"self": "http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:38,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9afe3983-6ff8-4c6f-b19d-ddeb6ed32461 2019-01-09 08:17:38,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079980134964s 2019-01-09 08:17:38,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:17:38,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:38,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2550d0e1-b951-4a7f-92e8-7d25cbe3c938 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:17:38,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-2550d0e1-b951-4a7f-92e8-7d25cbe3c938 2019-01-09 08:17:38,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0888638496399s 2019-01-09 08:17:38,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:17:38,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:38,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee403d39-bf8b-4c8a-9925-47a7b2535c7d Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "links": {"self": "http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004"}, "domain_id": "default", "enabled": true, "id": "2946976fdc9a4a59bacd293add9db004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:17:38,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ee403d39-bf8b-4c8a-9925-47a7b2535c7d 2019-01-09 08:17:38,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947859287262s 2019-01-09 08:17:38,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ee403d39-bf8b-4c8a-9925-47a7b2535c7d 2019-01-09 08:17:38,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:17:38,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:38,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c95c4ee-7366-4ad1-abd2-bae38898b0a2 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a"}, "enabled": true, "id": "e0c263a3ea104965958f93d08188c32a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}]} 2019-01-09 08:17:38,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-9c95c4ee-7366-4ad1-abd2-bae38898b0a2 2019-01-09 08:17:38,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835201740265s 2019-01-09 08:17:38,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-9c95c4ee-7366-4ad1-abd2-bae38898b0a2 2019-01-09 08:17:38,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:17:38,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=baf50cc642394fea9483f13cbf554fd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:38,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc812f11-4ed6-40c3-97e4-d8784add303f Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=baf50cc642394fea9483f13cbf554fd3", "previous": null, "next": null}} 2019-01-09 08:17:38,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=2946976fdc9a4a59bacd293add9db004&scope.project.id=e0c263a3ea104965958f93d08188c32a&role.id=baf50cc642394fea9483f13cbf554fd3 used request id req-dc812f11-4ed6-40c3-97e4-d8784add303f 2019-01-09 08:17:38,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0792510509491s 2019-01-09 08:17:38,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:17:38,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a/users/2946976fdc9a4a59bacd293add9db004/roles/baf50cc642394fea9483f13cbf554fd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:17:38,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:17:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f5d4a8a-4f6a-4211-be2a-8a4b64d0f1a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:17:38,850 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a/users/2946976fdc9a4a59bacd293add9db004/roles/baf50cc642394fea9483f13cbf554fd3 used request id req-6f5d4a8a-4f6a-4211-be2a-8a4b64d0f1a4 2019-01-09 08:17:38,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.207265138626s 2019-01-09 08:17:38,850 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-09 08:17:38,850 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-09 08:17:38,851 - openstack_tests - INFO - OS Credentials = > 2019-01-09 08:17:38,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:38,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:39,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "baf50cc642394fea9483f13cbf554fd3", "name": "heat_stack_owner"}, {"id": "5eec2a0fd0004fee81698cbe44c3a1c3", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:17:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0c263a3ea104965958f93d08188c32a", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "id": "2946976fdc9a4a59bacd293add9db004"}, "audit_ids": ["BsgWtk9mTUC6nwOjvMNvvA"], "issued_at": "2019-01-09T08:17:39.000000Z"}} 2019-01-09 08:17:39,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c090d34eddf653fc5e377d657179820d58a2795" 2019-01-09 08:17:39,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e99ac77f-4e9d-466d-988d-b54f1a32b61b Date: Wed, 09 Jan 2019 08:17:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:17:39,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?router%3Aexternal=True used request id req-e99ac77f-4e9d-466d-988d-b54f1a32b61b 2019-01-09 08:17:39,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c090d34eddf653fc5e377d657179820d58a2795" 2019-01-09 08:17:39,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-af88dbbc-0d54-4198-aeba-0fedee22a172 Date: Wed, 09 Jan 2019 08:17:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 08:17:39,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=10b23b07-756b-4000-b2c9-9121d33fb1bd used request id req-af88dbbc-0d54-4198-aeba-0fedee22a172 2019-01-09 08:17:39,687 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-09 08:17:39,687 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2019-01-09 08:17:39,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:39,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:40,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "baf50cc642394fea9483f13cbf554fd3", "name": "heat_stack_owner"}, {"id": "5eec2a0fd0004fee81698cbe44c3a1c3", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:17:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0c263a3ea104965958f93d08188c32a", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "id": "2946976fdc9a4a59bacd293add9db004"}, "audit_ids": ["l0zyqi_nSsW0EyyYIdYJTA"], "issued_at": "2019-01-09T08:17:40.000000Z"}} 2019-01-09 08:17:40,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff001e963e1969f72eee42a70cdf91e0195026be" 2019-01-09 08:17:40,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-452fbe7b-3540-40cf-8067-6e68c099132f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:40,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-452fbe7b-3540-40cf-8067-6e68c099132f 2019-01-09 08:17:40,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:40,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:40,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "baf50cc642394fea9483f13cbf554fd3", "name": "heat_stack_owner"}, {"id": "5eec2a0fd0004fee81698cbe44c3a1c3", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:17:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0c263a3ea104965958f93d08188c32a", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "id": "2946976fdc9a4a59bacd293add9db004"}, "audit_ids": ["PC0smbF9QbCd6oLzh1Z9cg"], "issued_at": "2019-01-09T08:17:40.000000Z"}} 2019-01-09 08:17:40,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:17:40,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ea0fc50-0a14-4f03-8bc3-25df3f6e6687 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:40,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0ea0fc50-0a14-4f03-8bc3-25df3f6e6687 2019-01-09 08:17:40,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:17:40,651 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:17: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:17:40,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-11df74b6-a02d-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:17:40,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c343ae-a5aa-4b52-9e21-79e679494246 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-11df74b6-a02d-4d8-proj", "previous": null, "next": null}, "projects": []} 2019-01-09 08:17:40,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-11df74b6-a02d-4d8-proj used request id req-67c343ae-a5aa-4b52-9e21-79e679494246 2019-01-09 08:17:40,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:17:40,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6ddbf7-19b6-4cd7-880b-3ca96e3c177a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:17:40,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-4e6ddbf7-19b6-4cd7-880b-3ca96e3c177a 2019-01-09 08:17:40,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}}' 2019-01-09 08:17:40,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:17:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d05bca72-5086-4a31-a3b6-47ca2922708c Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}} 2019-01-09 08:17:40,866 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-d05bca72-5086-4a31-a3b6-47ca2922708c 2019-01-09 08:17:40,866 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-11df74b6-a02d-4d8-proj 2019-01-09 08:17:40,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:40,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:41,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "baf50cc642394fea9483f13cbf554fd3", "name": "heat_stack_owner"}, {"id": "5eec2a0fd0004fee81698cbe44c3a1c3", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:17:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0c263a3ea104965958f93d08188c32a", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "id": "2946976fdc9a4a59bacd293add9db004"}, "audit_ids": ["ZIZJKEsPSvu28A_TCvtHaA"], "issued_at": "2019-01-09T08:17:41.000000Z"}} 2019-01-09 08:17:41,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1f835faaf77040b6456498030e31cd16bdd22c5" 2019-01-09 08:17:41,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e7cbe75-a1ef-4af3-9318-e8569cf7dfcd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:41,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4e7cbe75-a1ef-4af3-9318-e8569cf7dfcd 2019-01-09 08:17:41,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:17:41,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:17:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:17:41,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1f835faaf77040b6456498030e31cd16bdd22c5" 2019-01-09 08:17:41,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70fd03e6-c65e-4edc-ac71-8c39c8612f60 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "links": {"self": "http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004"}, "domain_id": "default", "enabled": true, "id": "2946976fdc9a4a59bacd293add9db004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:17:41,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-70fd03e6-c65e-4edc-ac71-8c39c8612f60 2019-01-09 08:17:41,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-11df74b6-a02d-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1f835faaf77040b6456498030e31cd16bdd22c5" 2019-01-09 08:17:41,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2fc896-3c5b-47b9-ba6a-c2652bdd3b56 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-11df74b6-a02d-4d8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}]} 2019-01-09 08:17:41,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?name=SimpleHealthCheck-11df74b6-a02d-4d8-proj used request id req-8b2fc896-3c5b-47b9-ba6a-c2652bdd3b56 2019-01-09 08:17:41,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1f835faaf77040b6456498030e31cd16bdd22c5" 2019-01-09 08:17:41,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b754107-0d77-4f08-b320-1ac850b8cd63 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-09 08:17:41,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains?name=Default used request id req-7b754107-0d77-4f08-b320-1ac850b8cd63 2019-01-09 08:17:42,016 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-11df74b6-a02d-4d8-user 2019-01-09 08:17:42,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:42,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:17:42,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34bf8d84-c3af-473e-bbe0-0703a1287be3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf50cc642394fea9483f13cbf554fd3", "links": {"self": "http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:17:42,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-34bf8d84-c3af-473e-bbe0-0703a1287be3 2019-01-09 08:17:42,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" -d '{"role": {"name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj-role"}}' 2019-01-09 08:17:42,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:17:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-319c9fca-cee8-4cc5-98fc-f268d2f61939 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aa2d7b63bc274686af5875f1c2a9f72e", "links": {"self": "http://172.30.9.30:5000/v3/roles/aa2d7b63bc274686af5875f1c2a9f72e"}, "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj-role"}} 2019-01-09 08:17:42,282 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-319c9fca-cee8-4cc5-98fc-f268d2f61939 2019-01-09 08:17:42,282 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-11df74b6-a02d-4d8-proj-role 2019-01-09 08:17:42,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles/aa2d7b63bc274686af5875f1c2a9f72e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:17:42,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f64f4d-2973-434b-9e25-62592d1e99ee Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/aa2d7b63bc274686af5875f1c2a9f72e"}, "domain_id": null, "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj-role", "id": "aa2d7b63bc274686af5875f1c2a9f72e"}} 2019-01-09 08:17:42,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/aa2d7b63bc274686af5875f1c2a9f72e used request id req-36f64f4d-2973-434b-9e25-62592d1e99ee 2019-01-09 08:17:42,304 - keystone_utils - INFO - Granting role SimpleHealthCheck-11df74b6-a02d-4d8-proj-role to project SimpleHealthCheck-11df74b6-a02d-4d8-proj 2019-01-09 08:17:42,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8/users/52fb72eb2b454bf7a541d0d1f0126160/roles/aa2d7b63bc274686af5875f1c2a9f72e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:17:42,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:17:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f39a00b-64f5-4097-8a48-6bd93314c08f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:17:42,366 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8/users/52fb72eb2b454bf7a541d0d1f0126160/roles/aa2d7b63bc274686af5875f1c2a9f72e used request id req-0f39a00b-64f5-4097-8a48-6bd93314c08f 2019-01-09 08:17:42,366 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:17:42,368 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-09 08:17:42,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:42,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:42,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa2d7b63bc274686af5875f1c2a9f72e", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj-role"}], "expires_at": "2019-01-09T09:17:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4fcad09cada498f9c80903a4d1c98d8", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-11df74b6-a02d-4d8-user", "id": "52fb72eb2b454bf7a541d0d1f0126160"}, "audit_ids": ["-YcbkLAHRGCWiPf1p6rCVQ"], "issued_at": "2019-01-09T08:17:42.000000Z"}} 2019-01-09 08:17:42,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" 2019-01-09 08:17:42,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d2719f-c8bb-4a49-98a0-c005c6f1fdfb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:42,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-97d2719f-c8bb-4a49-98a0-c005c6f1fdfb 2019-01-09 08:17:42,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" 2019-01-09 08:17:43,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-c3c729eb-0781-4b61-bcf6-0e2e451c067b Date: Wed, 09 Jan 2019 08:17:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image"} 2019-01-09 08:17:43,005 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image used request id req-c3c729eb-0781-4b61-bcf6-0e2e451c067b 2019-01-09 08:17:43,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" 2019-01-09 08:17:43,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-61a3f5e6-5bda-4bb0-816c-cd8c85fc1bef Date: Wed, 09 Jan 2019 08:17: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"}}} 2019-01-09 08:17:43,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-61a3f5e6-5bda-4bb0-816c-cd8c85fc1bef 2019-01-09 08:17:43,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image"}' 2019-01-09 08:17:43,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981 X-Openstack-Request-Id: req-25c40d35-1eb2-49ee-8a5f-b65b1e1a7a5f Date: Wed, 09 Jan 2019 08:17:43 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:17:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T08:17:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981", "min_disk": 0, "protected": false, "id": "478f67b1-c756-42b0-a090-3e9ac2660981", "file": "/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981/file", "checksum": null, "owner": "f4fcad09cada498f9c80903a4d1c98d8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:17:43,401 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-25c40d35-1eb2-49ee-8a5f-b65b1e1a7a5f 2019-01-09 08:17:43,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" -d '' 2019-01-09 08:17:45,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22459e54-85bb-4678-bc70-df9fc833c323 Date: Wed, 09 Jan 2019 08:17:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:17:45,104 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981/file used request id req-22459e54-85bb-4678-bc70-df9fc833c323 2019-01-09 08:17:45,104 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:17:45,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" 2019-01-09 08:17:45,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-7ef79444-430a-4829-a70e-c6cd40446adb Date: Wed, 09 Jan 2019 08:17:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:17:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:17:45Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/478f67b1-c756-42b0-a090-3e9ac2660981/snap", "metadata": {}}], "self": "/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981", "min_disk": 0, "protected": false, "id": "478f67b1-c756-42b0-a090-3e9ac2660981", "file": "/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4fcad09cada498f9c80903a4d1c98d8", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/478f67b1-c756-42b0-a090-3e9ac2660981/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:17:45,278 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981 used request id req-7ef79444-430a-4829-a70e-c6cd40446adb 2019-01-09 08:17:45,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" 2019-01-09 08:17:45,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee2178bb-36a9-46c8-a78b-8dc43bf51bfe Date: Wed, 09 Jan 2019 08:17: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"}}} 2019-01-09 08:17:45,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-ee2178bb-36a9-46c8-a78b-8dc43bf51bfe 2019-01-09 08:17:45,427 - create_image - INFO - Created image with name - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image 2019-01-09 08:17:45,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" 2019-01-09 08:17:45,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2154e99d-eb85-461f-8198-8b60bf9a7045 Date: Wed, 09 Jan 2019 08:17:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:17:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:17:45Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/478f67b1-c756-42b0-a090-3e9ac2660981/snap", "metadata": {}}], "self": "/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981", "min_disk": 0, "protected": false, "id": "478f67b1-c756-42b0-a090-3e9ac2660981", "file": "/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4fcad09cada498f9c80903a4d1c98d8", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/478f67b1-c756-42b0-a090-3e9ac2660981/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 08:17:45,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981 used request id req-2154e99d-eb85-461f-8198-8b60bf9a7045 2019-01-09 08:17:45,673 - create_image - DEBUG - Instance status is - active 2019-01-09 08:17:45,673 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image 2019-01-09 08:17:45,673 - create_image - INFO - Image is now active with name - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image 2019-01-09 08:17:45,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:45,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:46,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa2d7b63bc274686af5875f1c2a9f72e", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj-role"}], "expires_at": "2019-01-09T09:17:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4fcad09cada498f9c80903a4d1c98d8", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-11df74b6-a02d-4d8-user", "id": "52fb72eb2b454bf7a541d0d1f0126160"}, "audit_ids": ["5oMw-Wf7SVC6wrWI6pBAfA"], "issued_at": "2019-01-09T08:17:46.000000Z"}} 2019-01-09 08:17:46,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" 2019-01-09 08:17:46,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab58eda7-7a95-4a4d-8bab-6050cff58f76 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:46,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ab58eda7-7a95-4a4d-8bab-6050cff58f76 2019-01-09 08:17:46,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" 2019-01-09 08:17:46,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bca27899-be13-46b7-8858-8279e2b229a2 Date: Wed, 09 Jan 2019 08:17:46 GMT RESP BODY: {"networks":[]} 2019-01-09 08:17:46,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net used request id req-bca27899-be13-46b7-8858-8279e2b229a2 2019-01-09 08:17:46,300 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net 2019-01-09 08:17:46,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" -d '{"network": {"name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net", "admin_state_up": true}}' 2019-01-09 08:17:46,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-a20c7dc3-eebc-4052-9a2d-f5f8a90457bb Date: Wed, 09 Jan 2019 08:17:46 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2019-01-09T08:17:46Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}} 2019-01-09 08:17:46,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-a20c7dc3-eebc-4052-9a2d-f5f8a90457bb 2019-01-09 08:17:46,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" 2019-01-09 08:17:47,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-6cf78a86-18b7-4aec-bb74-4e5049383f80 Date: Wed, 09 Jan 2019 08:17:47 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":"2019-01-09T08:17:46Z","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}]} 2019-01-09 08:17:47,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-6cf78a86-18b7-4aec-bb74-4e5049383f80 2019-01-09 08:17:47,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" 2019-01-09 08:17:47,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0667ed5b-e92a-4d65-b972-dbbe69b1b2d1 Date: Wed, 09 Jan 2019 08:17:47 GMT RESP BODY: {"subnets":[]} 2019-01-09 08:17:47,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-0667ed5b-e92a-4d65-b972-dbbe69b1b2d1 2019-01-09 08:17:47,390 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet 2019-01-09 08:17:47,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" -d '{"subnets": [{"ip_version": 4, "network_id": "9bcebb9b-a46b-417c-a8b4-8e8a5dc29459", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]}' 2019-01-09 08:17:48,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-373af726-b709-4f8e-a8c7-2c185447b873 Date: Wed, 09 Jan 2019 08:17:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:47Z","dns_nameservers":[],"updated_at":"2019-01-09T08:17:47Z","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":"f4fcad09cada498f9c80903a4d1c98d8","id":"37821aaa-68f1-4472-83cc-3706364db23c","subnetpool_id":null,"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]} 2019-01-09 08:17:48,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-373af726-b709-4f8e-a8c7-2c185447b873 2019-01-09 08:17:48,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" 2019-01-09 08:17:48,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-05031d16-ff30-4ab2-bc26-4467d280f76d Date: Wed, 09 Jan 2019 08:17:48 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":["37821aaa-68f1-4472-83cc-3706364db23c"],"updated_at":"2019-01-09T08:17:47Z","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}]} 2019-01-09 08:17:48,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-05031d16-ff30-4ab2-bc26-4467d280f76d 2019-01-09 08:17:48,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" 2019-01-09 08:17:48,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-57b9dc6b-b7bc-42c8-80b1-5c2188d53e05 Date: Wed, 09 Jan 2019 08:17:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:47Z","dns_nameservers":[],"updated_at":"2019-01-09T08:17:47Z","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":"f4fcad09cada498f9c80903a4d1c98d8","id":"37821aaa-68f1-4472-83cc-3706364db23c","subnetpool_id":null,"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]} 2019-01-09 08:17:48,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-57b9dc6b-b7bc-42c8-80b1-5c2188d53e05 2019-01-09 08:17:48,996 - OpenStackNetwork - DEBUG - Network [9bcebb9b-a46b-417c-a8b4-8e8a5dc29459] created successfully 2019-01-09 08:17:48,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:48,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:49,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "baf50cc642394fea9483f13cbf554fd3", "name": "heat_stack_owner"}, {"id": "5eec2a0fd0004fee81698cbe44c3a1c3", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:17:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0c263a3ea104965958f93d08188c32a", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/e0c263a3ea104965958f93d08188c32a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "id": "2946976fdc9a4a59bacd293add9db004"}, "audit_ids": ["xZvbB6lMQXS43FofRS4wfg"], "issued_at": "2019-01-09T08:17:49.000000Z"}} 2019-01-09 08:17:49,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ebfd39e2e3c6bd4285180f96bda18e9c15ce9e" 2019-01-09 08:17:49,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4993a3-332c-4ffe-a3de-73be55fbe98f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:49,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8d4993a3-332c-4ffe-a3de-73be55fbe98f 2019-01-09 08:17:49,473 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:17:49,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ebfd39e2e3c6bd4285180f96bda18e9c15ce9e" 2019-01-09 08:17:49,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f380053b-9d65-48c2-970c-f721487f9dab x-compute-request-id: req-f380053b-9d65-48c2-970c-f721487f9dab Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-09 08:17:49,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f380053b-9d65-48c2-970c-f721487f9dab 2019-01-09 08:17:49,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ebfd39e2e3c6bd4285180f96bda18e9c15ce9e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-09 08:17:49,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a23f539-bad4-4357-b6f2-f95e5ecc8c41 x-compute-request-id: req-4a23f539-bad4-4357-b6f2-f95e5ecc8c41 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b2036323-86f7-4718-9762-959791f2a61c", "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:17:49,735 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-4a23f539-bad4-4357-b6f2-f95e5ecc8c41 2019-01-09 08:17:49,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:49,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:50,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa2d7b63bc274686af5875f1c2a9f72e", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj-role"}], "expires_at": "2019-01-09T09:17:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4fcad09cada498f9c80903a4d1c98d8", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-11df74b6-a02d-4d8-user", "id": "52fb72eb2b454bf7a541d0d1f0126160"}, "audit_ids": ["KVRr_xDlR3GHGkZHjk39Mg"], "issued_at": "2019-01-09T08:17:50.000000Z"}} 2019-01-09 08:17:50,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:50,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38db0f36-b045-4f82-8064-a13a6f8ed6ac Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:50,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-38db0f36-b045-4f82-8064-a13a6f8ed6ac 2019-01-09 08:17:50,212 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-09 08:17:50,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:50,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b0de9e7-164f-43ed-acad-8c5808636c95 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:50,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8b0de9e7-164f-43ed-acad-8c5808636c95 2019-01-09 08:17:50,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:50,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5553dee4-b035-406b-8a06-27668886621c Date: Wed, 09 Jan 2019 08:17:50 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":["37821aaa-68f1-4472-83cc-3706364db23c"],"updated_at":"2019-01-09T08:17:47Z","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}]} 2019-01-09 08:17:50,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net used request id req-5553dee4-b035-406b-8a06-27668886621c 2019-01-09 08:17:50,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:17:50,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:17:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:17:50,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:50,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6017f9-c24e-4673-84c7-3933fe35ec91 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}} 2019-01-09 08:17:50,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 used request id req-4e6017f9-c24e-4673-84c7-3933fe35ec91 2019-01-09 08:17:50,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:50,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7e6112ba-ad7e-4428-a049-5705b1028223 Date: Wed, 09 Jan 2019 08:17:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:47Z","dns_nameservers":[],"updated_at":"2019-01-09T08:17:47Z","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":"f4fcad09cada498f9c80903a4d1c98d8","id":"37821aaa-68f1-4472-83cc-3706364db23c","subnetpool_id":null,"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]} 2019-01-09 08:17:50,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-7e6112ba-ad7e-4428-a049-5705b1028223 2019-01-09 08:17:50,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:51,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-791d385f-9099-4565-92b9-af2971fd7510 Date: Wed, 09 Jan 2019 08:17:51 GMT RESP BODY: {"ports":[]} 2019-01-09 08:17:51,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1&admin_state_up=True used request id req-791d385f-9099-4565-92b9-af2971fd7510 2019-01-09 08:17:51,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:51,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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 x-openstack-request-id: req-977a75fd-c22b-4fec-b4a7-6284f817d559 x-compute-request-id: req-977a75fd-c22b-4fec-b4a7-6284f817d559 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 08:17:51,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst used request id req-977a75fd-c22b-4fec-b4a7-6284f817d559 2019-01-09 08:17:51,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:51,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-197096ab-3771-4e6a-a58b-5ce48fe1e4a9 Date: Wed, 09 Jan 2019 08:17:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37821aaa-68f1-4472-83cc-3706364db23c"],"updated_at":"2019-01-09T08:17:47Z","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}]} 2019-01-09 08:17:51,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net used request id req-197096ab-3771-4e6a-a58b-5ce48fe1e4a9 2019-01-09 08:17:51,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:51,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-025747df-e6a0-4507-a293-f31e3acbddd4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}} 2019-01-09 08:17:51,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 used request id req-025747df-e6a0-4507-a293-f31e3acbddd4 2019-01-09 08:17:51,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:51,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fbcd2540-81b3-4290-91b8-b744d3a877b1 Date: Wed, 09 Jan 2019 08:17:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:47Z","dns_nameservers":[],"updated_at":"2019-01-09T08:17:47Z","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":"f4fcad09cada498f9c80903a4d1c98d8","id":"37821aaa-68f1-4472-83cc-3706364db23c","subnetpool_id":null,"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]} 2019-01-09 08:17:51,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-fbcd2540-81b3-4290-91b8-b744d3a877b1 2019-01-09 08:17:51,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:51,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-13dbf92e-d34e-4639-a3b4-535365002b98 Date: Wed, 09 Jan 2019 08:17:51 GMT RESP BODY: {"ports":[]} 2019-01-09 08:17:51,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1&admin_state_up=True used request id req-13dbf92e-d34e-4639-a3b4-535365002b98 2019-01-09 08:17:51,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-09 08:17:51,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:17:52,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa2d7b63bc274686af5875f1c2a9f72e", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj-role"}], "expires_at": "2019-01-09T09:17:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4fcad09cada498f9c80903a4d1c98d8", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/f4fcad09cada498f9c80903a4d1c98d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-11df74b6-a02d-4d8-user", "id": "52fb72eb2b454bf7a541d0d1f0126160"}, "audit_ids": ["otg2FMAkSk2SDs-KDVzung"], "issued_at": "2019-01-09T08:17:52.000000Z"}} 2019-01-09 08:17:52,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5f2f79b8cca0ff00369dd4991422eeac912f290" 2019-01-09 08:17:52,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc4b3462-32ee-4acb-bc59-f1488e25d27c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:17:52,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cc4b3462-32ee-4acb-bc59-f1488e25d27c 2019-01-09 08:17:52,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:52,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-179dcaa4-fec1-437a-b498-b279d9412a20 Date: Wed, 09 Jan 2019 08:17:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37821aaa-68f1-4472-83cc-3706364db23c"],"updated_at":"2019-01-09T08:17:47Z","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}]} 2019-01-09 08:17:52,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net used request id req-179dcaa4-fec1-437a-b498-b279d9412a20 2019-01-09 08:17:52,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:52,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9b2a1d0f-ef8c-439a-b77b-6fa7baa4e78c Date: Wed, 09 Jan 2019 08:17:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:47Z","dns_nameservers":[],"updated_at":"2019-01-09T08:17:47Z","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":"f4fcad09cada498f9c80903a4d1c98d8","id":"37821aaa-68f1-4472-83cc-3706364db23c","subnetpool_id":null,"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]} 2019-01-09 08:17:52,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-9b2a1d0f-ef8c-439a-b77b-6fa7baa4e78c 2019-01-09 08:17:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:52,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b4e5933c-5127-4868-a464-b716763183b5 Date: Wed, 09 Jan 2019 08:17:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37821aaa-68f1-4472-83cc-3706364db23c"],"updated_at":"2019-01-09T08:17:47Z","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}]} 2019-01-09 08:17:52,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net used request id req-b4e5933c-5127-4868-a464-b716763183b5 2019-01-09 08:17:52,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 08:17:52,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:17:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:17:52,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5f2f79b8cca0ff00369dd4991422eeac912f290" 2019-01-09 08:17:52,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c079c797-7899-460e-9d76-595b2039bb98 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}} 2019-01-09 08:17:52,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 used request id req-c079c797-7899-460e-9d76-595b2039bb98 2019-01-09 08:17:52,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:52,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cf1175a3-c6a2-48da-ac92-9b4a6ad5eecd Date: Wed, 09 Jan 2019 08:17:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:47Z","dns_nameservers":[],"updated_at":"2019-01-09T08:17:47Z","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":"f4fcad09cada498f9c80903a4d1c98d8","id":"37821aaa-68f1-4472-83cc-3706364db23c","subnetpool_id":null,"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]} 2019-01-09 08:17:52,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-cf1175a3-c6a2-48da-ac92-9b4a6ad5eecd 2019-01-09 08:17:52,926 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net 2019-01-09 08:17:52,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" -d '{"port": {"network_id": "9bcebb9b-a46b-417c-a8b4-8e8a5dc29459", "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1", "admin_state_up": true}}' 2019-01-09 08:17:53,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-87bba3a6-1bf5-4922-9b9b-477517c71d47 Date: Wed, 09 Jan 2019 08:17:53 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2019-01-09T08:17:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2019-01-09T08:17:53Z","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:a2:3d:2f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","fixed_ips":[{"subnet_id":"37821aaa-68f1-4472-83cc-3706364db23c","ip_address":"10.55.0.8"}],"id":"69e86a57-db76-4577-a764-c7ef10063935","security_groups":["c13d8231-8986-4a81-ae0e-e2eccd46481b"],"device_id":""}} 2019-01-09 08:17:53,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/ports used request id req-87bba3a6-1bf5-4922-9b9b-477517c71d47 2019-01-09 08:17:53,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f79464aa-878f-4159-8108-2e118dd86847 Date: Wed, 09 Jan 2019 08:17:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["37821aaa-68f1-4472-83cc-3706364db23c"],"updated_at":"2019-01-09T08:17:47Z","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}]} 2019-01-09 08:17:54,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net used request id req-f79464aa-878f-4159-8108-2e118dd86847 2019-01-09 08:17:54,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb41c3e-4b3a-44fe-9701-bdb211df3b4e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}} 2019-01-09 08:17:54,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 used request id req-4bb41c3e-4b3a-44fe-9701-bdb211df3b4e 2019-01-09 08:17:54,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-28c10a5c-3e01-4b09-b1c9-a94a0504570b Date: Wed, 09 Jan 2019 08:17:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:47Z","dns_nameservers":[],"updated_at":"2019-01-09T08:17:47Z","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":"f4fcad09cada498f9c80903a4d1c98d8","id":"37821aaa-68f1-4472-83cc-3706364db23c","subnetpool_id":null,"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]} 2019-01-09 08:17:54,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-28c10a5c-3e01-4b09-b1c9-a94a0504570b 2019-01-09 08:17:54,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-bc353cb5-26d9-4de8-90d0-1d24e772fbf9 Date: Wed, 09 Jan 2019 08:17:54 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:53Z","admin_state_up":true,"updated_at":"2019-01-09T08:17:53Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:a2:3d:2f","id":"69e86a57-db76-4577-a764-c7ef10063935","port_security_enabled":true,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","fixed_ips":[{"subnet_id":"37821aaa-68f1-4472-83cc-3706364db23c","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["c13d8231-8986-4a81-ae0e-e2eccd46481b"],"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1"}]} 2019-01-09 08:17:54,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1&admin_state_up=True used request id req-bc353cb5-26d9-4de8-90d0-1d24e772fbf9 2019-01-09 08:17:54,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-793a3a18-bdc2-440b-9567-542faf675b06 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}} 2019-01-09 08:17:54,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 used request id req-793a3a18-bdc2-440b-9567-542faf675b06 2019-01-09 08:17:54,391 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst 2019-01-09 08:17:54,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f704a190-3681-48d3-aebb-d26f879003c8 x-compute-request-id: req-f704a190-3681-48d3-aebb-d26f879003c8 Content-Encoding: gzip Content-Length: 203 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}], "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-flavor-name"}]} 2019-01-09 08:17:54,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-f704a190-3681-48d3-aebb-d26f879003c8 2019-01-09 08:17:54,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/flavors/b2036323-86f7-4718-9762-959791f2a61c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b3602c7-8991-4c48-962e-48130611a586 x-compute-request-id: req-4b3602c7-8991-4c48-962e-48130611a586 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b2036323-86f7-4718-9762-959791f2a61c", "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:17:54,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/b2036323-86f7-4718-9762-959791f2a61c used request id req-4b3602c7-8991-4c48-962e-48130611a586 2019-01-09 08:17:54,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-2a903b39-bc08-4fa7-8753-4896ea7140ae Date: Wed, 09 Jan 2019 08:17:54 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T08:17:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-09T08:17:45Z", "visibility": "shared", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/478f67b1-c756-42b0-a090-3e9ac2660981/snap", "metadata": {}}], "self": "/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981", "min_disk": 0, "protected": false, "id": "478f67b1-c756-42b0-a090-3e9ac2660981", "file": "/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f4fcad09cada498f9c80903a4d1c98d8", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/478f67b1-c756-42b0-a090-3e9ac2660981/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image"} 2019-01-09 08:17:54,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image used request id req-2a903b39-bc08-4fa7-8753-4896ea7140ae 2019-01-09 08:17:54,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:54,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-20e4c445-054e-48df-8145-97434579233c Date: Wed, 09 Jan 2019 08:17: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"}}} 2019-01-09 08:17:54,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-20e4c445-054e-48df-8145-97434579233c 2019-01-09 08:17:54,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" -d '{"server": {"name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "imageRef": "478f67b1-c756-42b0-a090-3e9ac2660981", "flavorRef": "b2036323-86f7-4718-9762-959791f2a61c", "max_count": 1, "min_count": 1, "networks": [{"port": "69e86a57-db76-4577-a764-c7ef10063935"}]}}' 2019-01-09 08:17:56,514 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7f89457-e49d-4142-81e7-b53c7d6b0f8f x-compute-request-id: req-f7f89457-e49d-4142-81e7-b53c7d6b0f8f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "adminPass": "BLLwPmAud8Rj"}} 2019-01-09 08:17:56,514 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-f7f89457-e49d-4142-81e7-b53c7d6b0f8f 2019-01-09 08:17:56,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:56,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b38bee79-2858-4b4d-bd97-ab7d8e25008f x-compute-request-id: req-b38bee79-2858-4b4d-bd97-ab7d8e25008f Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "image": {"id": "478f67b1-c756-42b0-a090-3e9ac2660981", "links": [{"href": "http://172.30.9.30:8774/images/478f67b1-c756-42b0-a090-3e9ac2660981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}]}, "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "user_id": "52fb72eb2b454bf7a541d0d1f0126160", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:17:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "created": "2019-01-09T08:17:56Z", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:17:56,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-b38bee79-2858-4b4d-bd97-ab7d8e25008f 2019-01-09 08:17:56,947 - create_instance - INFO - Created instance with name - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst 2019-01-09 08:17:56,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:17:57,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e8b1c55-831a-48df-99b9-6725c77765ec x-compute-request-id: req-3e8b1c55-831a-48df-99b9-6725c77765ec Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "image": {"id": "478f67b1-c756-42b0-a090-3e9ac2660981", "links": [{"href": "http://172.30.9.30:8774/images/478f67b1-c756-42b0-a090-3e9ac2660981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}]}, "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "user_id": "52fb72eb2b454bf7a541d0d1f0126160", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:17:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "created": "2019-01-09T08:17:56Z", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:17:57,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-3e8b1c55-831a-48df-99b9-6725c77765ec 2019-01-09 08:17:57,302 - create_instance - DEBUG - Instance status [SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst] is - BUILD 2019-01-09 08:17:57,302 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:18:00,305 - create_instance - DEBUG - VM status query timeout in 896.64212203 2019-01-09 08:18:00,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:00,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fd1c259-a17e-4fb4-8ebb-7783388a40ee x-compute-request-id: req-3fd1c259-a17e-4fb4-8ebb-7783388a40ee Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "image": {"id": "478f67b1-c756-42b0-a090-3e9ac2660981", "links": [{"href": "http://172.30.9.30:8774/images/478f67b1-c756-42b0-a090-3e9ac2660981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}]}, "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "security_groups": [{"name": "default"}], "user_id": "52fb72eb2b454bf7a541d0d1f0126160", "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": "2019-01-09T08:17:57Z", "hostId": "c26ad0d1e1b0397035b1baf324bb344fbd345d750835f10420d66595", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "created": "2019-01-09T08:17:56Z", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:18:00,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-3fd1c259-a17e-4fb4-8ebb-7783388a40ee 2019-01-09 08:18:00,761 - create_instance - DEBUG - Instance status [SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst] is - BUILD 2019-01-09 08:18:00,761 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:18:03,765 - create_instance - DEBUG - VM status query timeout in 893.182624102 2019-01-09 08:18:03,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:04,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18: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-3a57b68f-0ff6-45a7-9502-ad7c57f17bf9 x-compute-request-id: req-3a57b68f-0ff6-45a7-9502-ad7c57f17bf9 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:3d:2f", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "image": {"id": "478f67b1-c756-42b0-a090-3e9ac2660981", "links": [{"href": "http://172.30.9.30:8774/images/478f67b1-c756-42b0-a090-3e9ac2660981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:00.000000", "flavor": {"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}]}, "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "security_groups": [{"name": "default"}], "user_id": "52fb72eb2b454bf7a541d0d1f0126160", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:01Z", "hostId": "c26ad0d1e1b0397035b1baf324bb344fbd345d750835f10420d66595", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "created": "2019-01-09T08:17:56Z", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:18:04,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-3a57b68f-0ff6-45a7-9502-ad7c57f17bf9 2019-01-09 08:18:04,224 - create_instance - DEBUG - Instance status [SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst] is - ACTIVE 2019-01-09 08:18:04,225 - create_instance - INFO - VM is - ACTIVE 2019-01-09 08:18:04,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:04,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4dd3b4b2-d6f5-4859-a41d-72fae83a38d8 x-compute-request-id: req-4dd3b4b2-d6f5-4859-a41d-72fae83a38d8 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:3d:2f", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "image": {"id": "478f67b1-c756-42b0-a090-3e9ac2660981", "links": [{"href": "http://172.30.9.30:8774/images/478f67b1-c756-42b0-a090-3e9ac2660981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:00.000000", "flavor": {"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}]}, "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "security_groups": [{"name": "default"}], "user_id": "52fb72eb2b454bf7a541d0d1f0126160", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:01Z", "hostId": "c26ad0d1e1b0397035b1baf324bb344fbd345d750835f10420d66595", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "created": "2019-01-09T08:17:56Z", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:18:04,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-4dd3b4b2-d6f5-4859-a41d-72fae83a38d8 2019-01-09 08:18:04,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:04,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-771c75c1-89d2-4aba-b418-a479856324c5 Date: Wed, 09 Jan 2019 08:18:04 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":["37821aaa-68f1-4472-83cc-3706364db23c"],"updated_at":"2019-01-09T08:17:47Z","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net"}]} 2019-01-09 08:18:04,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks?name=SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net used request id req-771c75c1-89d2-4aba-b418-a479856324c5 2019-01-09 08:18:04,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:04,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ceba9a-8fc6-4914-845b-2a31498f7456 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}} 2019-01-09 08:18:04,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 used request id req-e7ceba9a-8fc6-4914-845b-2a31498f7456 2019-01-09 08:18:04,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:05,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0c7aaa48-c73f-46d9-8026-6de2e8cc5ad0 Date: Wed, 09 Jan 2019 08:18:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:47Z","dns_nameservers":[],"updated_at":"2019-01-09T08:17:47Z","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":"f4fcad09cada498f9c80903a4d1c98d8","id":"37821aaa-68f1-4472-83cc-3706364db23c","subnetpool_id":null,"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet"}]} 2019-01-09 08:18:05,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-0c7aaa48-c73f-46d9-8026-6de2e8cc5ad0 2019-01-09 08:18:05,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/ports?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:05,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3019 X-Openstack-Request-Id: req-8a05e84f-57a9-411d-97fc-d56f9c359fbd Date: Wed, 09 Jan 2019 08:18:05 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:53Z","admin_state_up":true,"updated_at":"2019-01-09T08:17:58Z","binding:vnic_type":"normal","device_id":"738e8357-5bc3-461f-92bc-572f5e73df5e","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:a2:3d:2f","id":"69e86a57-db76-4577-a764-c7ef10063935","port_security_enabled":true,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","fixed_ips":[{"subnet_id":"37821aaa-68f1-4472-83cc-3706364db23c","ip_address":"10.55.0.8"}],"extra_dhcp_opts":[],"security_groups":["c13d8231-8986-4a81-ae0e-e2eccd46481b"],"name":"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:48Z","admin_state_up":true,"updated_at":"2019-01-09T08:17:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:4d:02:03","id":"a84a2413-63cf-4cef-8ebe-dea39fa6f43c","port_security_enabled":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","fixed_ips":[{"subnet_id":"37821aaa-68f1-4472-83cc-3706364db23c","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:49Z","admin_state_up":true,"updated_at":"2019-01-09T08:17:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:e4:98:2e","id":"d2705a51-1da0-42e9-9742-2196c1616575","port_security_enabled":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","fixed_ips":[{"subnet_id":"37821aaa-68f1-4472-83cc-3706364db23c","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","tenant_id":"f4fcad09cada498f9c80903a4d1c98d8","created_at":"2019-01-09T08:17:49Z","admin_state_up":true,"updated_at":"2019-01-09T08:17:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9bcebb9b-a46b-417c-a8b4-8e8a5dc29459","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:e2:75:9b","id":"fcb441bf-6955-4b8e-9c1d-4bdf05729fa5","port_security_enabled":false,"project_id":"f4fcad09cada498f9c80903a4d1c98d8","fixed_ips":[{"subnet_id":"37821aaa-68f1-4472-83cc-3706364db23c","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2019-01-09 08:18:05,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports?network_id=9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-8a05e84f-57a9-411d-97fc-d56f9c359fbd 2019-01-09 08:18:05,357 - create_instance_tests - INFO - Looking for IP 10.55.0.8 in the console log 2019-01-09 08:18:05,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:05,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7f60fa5-b9dd-4f68-b5fc-99673ff80c16 x-compute-request-id: req-e7f60fa5-b9dd-4f68-b5fc-99673ff80c16 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:3d:2f", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "image": {"id": "478f67b1-c756-42b0-a090-3e9ac2660981", "links": [{"href": "http://172.30.9.30:8774/images/478f67b1-c756-42b0-a090-3e9ac2660981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:00.000000", "flavor": {"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}]}, "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "security_groups": [{"name": "default"}], "user_id": "52fb72eb2b454bf7a541d0d1f0126160", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:01Z", "hostId": "c26ad0d1e1b0397035b1baf324bb344fbd345d750835f10420d66595", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "created": "2019-01-09T08:17:56Z", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:18:05,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-e7f60fa5-b9dd-4f68-b5fc-99673ff80c16 2019-01-09 08:18:05,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 08:18:07,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71d31033-bf8b-490e-8b4e-a69b71a7749d x-compute-request-id: req-71d31033-bf8b-490e-8b4e-a69b71a7749d Content-Encoding: gzip Content-Length: 9456 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488691897 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.129552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131220] pid_max: default: 32768 minimum: 301\n[ 0.132127] ACPI: Core revision 20150930\n[ 0.133513] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134828] Security Framework initialized\n[ 0.135651] Yama: becoming mindful.\n[ 0.136386] AppArmor: AppArmor initialized\n[ 0.137240] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138527] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139787] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141026] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142392] Initializing cgroup subsys io\n[ 0.143212] Initializing cgroup subsys memory\n[ 0.144078] Initializing cgroup subsys devices\n[ 0.144956] Initializing cgroup subsys freezer\n[ 0.145832] Initializing cgroup subsys net_cls\n[ 0.146706] Initializing cgroup subsys perf_event\n[ 0.147624] Initializing cgroup subsys net_prio\n[ 0.148513] Initializing cgroup subsys hugetlb\n[ 0.149386] Initializing cgroup subsys pids\n[ 0.150265] CPU: Physical Processor ID: 0\n[ 0.151780] mce: CPU supports 10 MCE banks\n[ 0.152644] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165529] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171918] ftrace: allocating 31920 entries in 125 pages\n[ 0.198107] smpboot: Max logical packages: 1\n[ 0.198984] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200353] x2apic enabled\n[ 0.201186] Switched APIC routing to physical x2apic.\n[ 0.202955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204095] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206093] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207884] KVM setup paravirtual spinlock\n[ 0.209238] x86: Booted up 1 node, 1 CPUs\n[ 0.210057] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211453] devtmpfs: initialized\n[ 0.213166] evm: security.selinux\n[ 0.213871] evm: security.SMACK64\n[ 0.214564] evm: security.SMACK64EXEC\n[ 0.215320] evm: security.SMACK64TRANSMUTE\n[ 0.216132] evm: security.SMACK64MMAP\n[ 0.216880] evm: security.ima\n[ 0.217526] evm: security.capability\n[ 0.218329] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220205] pinctrl core: initialized pinctrl subsystem\n[ 0.221316] RTC time: 8:18:00, date: 01/09/19\n[ 0.222273] NET: Registered protocol family 16\n[ 0.223248] cpuidle: using governor ladder\n[ 0.224068] cpuidle: using governor menu\n[ 0.224854] PCCT header not found.\n[ 0.225618] ACPI: bus type PCI registered\n[ 0.226429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227669] PCI: Using configuration type 1 for base access\n[ 0.229432] ACPI: Added _OSI(Module Device)\n[ 0.230287] ACPI: Added _OSI(Processor Device)\n[ 0.231160] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232068] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234169] ACPI: Interpreter enabled\n[ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242408] ACPI: (supports S0 S5)\n[ 0.243115] ACPI: Using IOAPIC for interrupt routing\n[ 0.244179] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247273] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248423] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249661] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250855] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253091] acpiphp: Slot [3] registered\n[ 0.253899] acpiphp: Slot [4] registered\n[ 0.254706] acpiphp: Slot [5] registered\n[ 0.255511] acpiphp: Slot [6] registered\n[ 0.256315] acpiphp: Slot [7] registered\n[ 0.257124] acpiphp: Slot [8] registered\n[ 0.257924] acpiphp: Slot [9] registered\n[ 0.258728] acpiphp: Slot [10] registered\n[ 0.259553] acpiphp: Slot [11] registered\n[ 0.260370] acpiphp: Slot [12] registered\n[ 0.261191] acpiphp: Slot [13] registered\n[ 0.262002] acpiphp: Slot [14] registered\n[ 0.262815] acpiphp: Slot [15] registered\n[ 0.273831] acpiphp: Slot [16] registered\n[ 0.274655] acpiphp: Slot [17] registered\n[ 0.275477] acpiphp: Slot [18] registered\n[ 0.276289] acpiphp: Slot [19] registered\n[ 0.277107] acpiphp: Slot [20] registered\n[ 0.277929] acpiphp: Slot [21] registered\n[ 0.278743] acpiphp: Slot [22] registered\n[ 0.279556] acpiphp: Slot [23] registered\n[ 0.280377] acpiphp: Slot [24] registered\n[ 0.281195] acpiphp: Slot [25] registered\n[ 0.282014] acpiphp: Slot [26] registered\n[ 0.282827] acpiphp: Slot [27] registered\n[ 0.283646] acpiphp: Slot [28] registered\n[ 0.284467] acpiphp: Slot [29] registered\n[ 0.285279] acpiphp: Slot [30] registered\n[ 0.286101] acpiphp: Slot [31] registered\n[ 0.286908] PCI host bridge to bus 0000:00\n[ 0.287720] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288935] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290155] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291615] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.293072] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299210] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300517] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309260] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310706] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355368] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358292] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362345] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363503] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366255] vgaarb: loaded\n[ 0.366859] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368006] SCSI subsystem initialized\n[ 0.368828] ACPI: bus type USB registered\n[ 0.369644] usbcore: registered new interface driver usbfs\n[ 0.370682] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372740] PCI: Using ACPI for IRQ routing\n[ 0.373764] NetLabel: Initializing\n[ 0.374480] NetLabel: domain hash size = 128\n[ 0.375335] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376282] NetLabel: unlabeled traffic allowed by default\n[ 0.377367] clocksource: Switched to clocksource kvm-clock\n[ 0.382753] AppArmor: AppArmor Filesystem Enabled\n[ 0.383723] pnp: PnP ACPI init\n[ 0.384645] pnp: PnP ACPI: found 5 devices\n[ 0.390688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392410] NET: Registered protocol family 2\n[ 0.393395] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.394677] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.395856] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.397034] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398130] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399317] NET: Registered protocol family 1\n[ 0.400193] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401299] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402394] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416806] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431083] Trying to unpack rootfs image as initramfs...\n[ 0.481626] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.495786] Scanning for low memory corruption every 60 seconds\n[ 0.497121] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498294] audit: initializing netlink subsys (disabled)\n[ 0.499335] audit: type=2000 audit(1547021881.593:1): initialized\n[ 0.500665] Initialise system trusted keyring\n[ 0.501610] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502794] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504783] zbud: loaded\n[ 0.505510] VFS: Disk quotas dquot_6.6.0\n[ 0.506344] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507861] fuse init (API version 7.23)\n[ 0.508752] Key type big_key registered\n[ 0.509576] Allocating IMA MOK and blacklist keyrings.\n[ 0.510702] Key type asymmetric registered\n[ 0.511537] Asymmetric key parser 'x509' registered\n[ 0.512498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513980] io scheduler noop registered\n[ 0.514791] io scheduler deadline registered (default)\n[ 0.515792] io scheduler cfq registered\n[ 0.516643] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518989] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520448] ACPI: Power Button [PWRF]\n[ 0.521286] GHES: HEST is not enabled!\n[ 0.535028] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589098] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591359] Linux agpgart interface v0.103\n[ 0.593795] brd: module loaded\n[ 0.594970] loop: module loaded\n[ 0.598157] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599616] GPT:90111 != 20971519\n[ 0.602185] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603288] GPT:90111 != 20971519\n[ 0.603978] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604960] vda: vda1 vda15\n[ 0.606635] scsi host0: ata_piix\n[ 0.607748] scsi host1: ata_piix\n[ 0.608460] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611137] libphy: Fixed MDIO Bus: probed\n[ 0.611952] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612904] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615147] PPP generic driver version 2.4.2\n[ 0.616046] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617351] ehci-pci: EHCI PCI platform driver\n[ 0.618235] ehci-platform: EHCI generic platform driver\n[ 0.619229] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620357] ohci-pci: OHCI PCI platform driver\n[ 0.621223] ohci-platform: OHCI generic platform driver\n[ 0.622222] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636570] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639050] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640071] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642426] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643846] usb usb1: Product: UHCI Host Controller\n[ 0.644787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645943] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646978] hub 1-0:1.0: USB hub found\n[ 0.647762] hub 1-0:1.0: 2 ports detected\n[ 0.648676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650791] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651749] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652780] mousedev: PS/2 mouse device common for all mice\n[ 0.654047] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655885] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656979] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658188] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659392] i2c /dev entries driver\n[ 0.660150] device-mapper: uevent: version 1.0.3\n[ 0.661087] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.662734] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664029] NET: Registered protocol family 10\n[ 0.665032] NET: Registered protocol family 17\n[ 0.665931] Key type dns_resolver registered\n[ 0.666874] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667977] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669745] registered taskstats version 1\n[ 0.670590] Loading compiled-in X.509 certificates\n[ 0.672037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.673910] zswap: loaded using pool lzo/zbud\n[ 0.675295] Key type trusted registered\n[ 0.676856] Key type encrypted registered\n[ 0.677703] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678744] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679785] evm: HMAC attrs: 0x1\n[ 0.680728] Magic number: 3:761:320\n[ 0.681503] misc microcode: hash matches\n[ 0.682292] platform microcode: hash matches\n[ 0.683150] tty tty45: hash matches\n[ 0.683949] rtc_cmos 00:00: setting system clock to 2019-01-09 08:18:01 UTC (1547021881)\n[ 0.685568] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686683] EDD information not available.\n[ 0.770360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771953] Write protecting the kernel read-only data: 14336k\n[ 0.773733] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.775795] 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.818534] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.03\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.8...\nLease of 10.55.0.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.13. iid=i-0000001d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC1b83fcM5TfpzrRp3jH06COiThgD65cTKM5cb1hoZzHbje6juJKT1i8m9QfiblZIIYpauvwawAnASJshcmfGkOta3dlAPUZJyFsn7zWTjhNPWpF4J3djs3XkN6KWamfsRikwohTN4Saqz1YVQUOanoNosY4qgwpLpQYKzEUCjX/KM84kgJSVjHMhOezooE+F+98Mjeoc/3ny+cMlG2eYS35Ywz3faSd1J30WPHw40DSleyveR/i7WgSJ6TUZuvF/3LCQui98Dafy4xSUWf1ycWm6rMunJOu4FC8J3JjgKc6Q1/na+PaaZZ/TYGPjOvmwGbWwVOgKdf4vqopdG2xkH root@simplehealthcheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAO6m/VGirL6zu1PSwHxY9cwXrVb/zUXvUCrLrCLni4L6+Rbts9UYPi2fwrC1UZC2kks+xYesQAY/0uevl6Eiurz00nW5z8mah/iroCk25Ffokv9LWoTxpMbsCtHmzW9PPxUpuzJFtLCAPvet3ehcgTwgkacPFKrvbVA1m2+aOQ1TAAAAFQDM6rBkUUBoUo/rtR0KO9rw+QBwIQAAAIEA24iSBV/zbAYhhWdxAqnnT1VwsT/tS6heGpEH6xNdsiw90e5tJQ9ysgAD71LCGioVOaeFsmEFjhVwl3u7ZA6oYvagK78PwgDzZb70tIgrUaB+cWA5hxtyWPye1xccLJP1v+baS1K5ysCa9cJcb93Be5adLWhcFlO8X2NTSFAxoA0AAACAAntA5cDLjz5MktaHiDJafPZfn5gQ7Cudu1uSCphFsXDMsYGt/b8GpAR80hZLME3PGRlfTlbT2ilHN+kKibQVU+kYssjZoOE30OxmRxwSgq4LnYtMZmhcEaIRpSfCPLWo3VyKkrRJv8MZ0mkVhKCbqrYkmwu8nsnP4CMsoZPCg/8= root@simplehealthcheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-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.8,24,fe80::f816:3eff:fea2:3d2f/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.8 \nip-route:169.254.169.254 via 10.55.0.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-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.71 ===\n"} 2019-01-09 08:18:07,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e/action used request id req-71d31033-bf8b-490e-8b4e-a69b71a7749d 2019-01-09 08:18:07,007 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 08:18:07,007 - 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 488691897 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.129552] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131220] pid_max: default: 32768 minimum: 301 [ 0.132127] ACPI: Core revision 20150930 [ 0.133513] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134828] Security Framework initialized [ 0.135651] Yama: becoming mindful. [ 0.136386] AppArmor: AppArmor initialized [ 0.137240] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138527] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139787] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141026] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142392] Initializing cgroup subsys io [ 0.143212] Initializing cgroup subsys memory [ 0.144078] Initializing cgroup subsys devices [ 0.144956] Initializing cgroup subsys freezer [ 0.145832] Initializing cgroup subsys net_cls [ 0.146706] Initializing cgroup subsys perf_event [ 0.147624] Initializing cgroup subsys net_prio [ 0.148513] Initializing cgroup subsys hugetlb [ 0.149386] Initializing cgroup subsys pids [ 0.150265] CPU: Physical Processor ID: 0 [ 0.151780] mce: CPU supports 10 MCE banks [ 0.152644] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165529] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.171918] ftrace: allocating 31920 entries in 125 pages [ 0.198107] smpboot: Max logical packages: 1 [ 0.198984] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200353] x2apic enabled [ 0.201186] Switched APIC routing to physical x2apic. [ 0.202955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204095] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206093] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207884] KVM setup paravirtual spinlock [ 0.209238] x86: Booted up 1 node, 1 CPUs [ 0.210057] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.211453] devtmpfs: initialized [ 0.213166] evm: security.selinux [ 0.213871] evm: security.SMACK64 [ 0.214564] evm: security.SMACK64EXEC [ 0.215320] evm: security.SMACK64TRANSMUTE [ 0.216132] evm: security.SMACK64MMAP [ 0.216880] evm: security.ima [ 0.217526] evm: security.capability [ 0.218329] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220205] pinctrl core: initialized pinctrl subsystem [ 0.221316] RTC time: 8:18:00, date: 01/09/19 [ 0.222273] NET: Registered protocol family 16 [ 0.223248] cpuidle: using governor ladder [ 0.224068] cpuidle: using governor menu [ 0.224854] PCCT header not found. [ 0.225618] ACPI: bus type PCI registered [ 0.226429] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227669] PCI: Using configuration type 1 for base access [ 0.229432] ACPI: Added _OSI(Module Device) [ 0.230287] ACPI: Added _OSI(Processor Device) [ 0.231160] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.232068] ACPI: Added _OSI(Processor Aggregator Device) [ 0.234169] ACPI: Interpreter enabled [ 0.234956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242408] ACPI: (supports S0 S5) [ 0.243115] ACPI: Using IOAPIC for interrupt routing [ 0.244179] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.247273] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.248423] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249661] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250855] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.253091] acpiphp: Slot [3] registered [ 0.253899] acpiphp: Slot [4] registered [ 0.254706] acpiphp: Slot [5] registered [ 0.255511] acpiphp: Slot [6] registered [ 0.256315] acpiphp: Slot [7] registered [ 0.257124] acpiphp: Slot [8] registered [ 0.257924] acpiphp: Slot [9] registered [ 0.258728] acpiphp: Slot [10] registered [ 0.259553] acpiphp: Slot [11] registered [ 0.260370] acpiphp: Slot [12] registered [ 0.261191] acpiphp: Slot [13] registered [ 0.262002] acpiphp: Slot [14] registered [ 0.262815] acpiphp: Slot [15] registered [ 0.273831] acpiphp: Slot [16] registered [ 0.274655] acpiphp: Slot [17] registered [ 0.275477] acpiphp: Slot [18] registered [ 0.276289] acpiphp: Slot [19] registered [ 0.277107] acpiphp: Slot [20] registered [ 0.277929] acpiphp: Slot [21] registered [ 0.278743] acpiphp: Slot [22] registered [ 0.279556] acpiphp: Slot [23] registered [ 0.280377] acpiphp: Slot [24] registered [ 0.281195] acpiphp: Slot [25] registered [ 0.282014] acpiphp: Slot [26] registered [ 0.282827] acpiphp: Slot [27] registered [ 0.283646] acpiphp: Slot [28] registered [ 0.284467] acpiphp: Slot [29] registered [ 0.285279] acpiphp: Slot [30] registered [ 0.286101] acpiphp: Slot [31] registered [ 0.286908] PCI host bridge to bus 0000:00 [ 0.287720] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288935] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.290155] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.291615] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.293072] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.299210] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.300517] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.301694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309260] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310706] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355368] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356877] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358292] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359701] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362345] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363503] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364714] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366255] vgaarb: loaded [ 0.366859] vgaarb: bridge control possible 0000:00:02.0 [ 0.368006] SCSI subsystem initialized [ 0.368828] ACPI: bus type USB registered [ 0.369644] usbcore: registered new interface driver usbfs [ 0.370682] usbcore: registered new interface driver hub [ 0.371686] usbcore: registered new device driver usb [ 0.372740] PCI: Using ACPI for IRQ routing [ 0.373764] NetLabel: Initializing [ 0.374480] NetLabel: domain hash size = 128 [ 0.375335] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376282] NetLabel: unlabeled traffic allowed by default [ 0.377367] clocksource: Switched to clocksource kvm-clock [ 0.382753] AppArmor: AppArmor Filesystem Enabled [ 0.383723] pnp: PnP ACPI init [ 0.384645] pnp: PnP ACPI: found 5 devices [ 0.390688] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392410] NET: Registered protocol family 2 [ 0.393395] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.394677] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.395856] TCP: Hash tables configured (established 2048 bind 2048) [ 0.397034] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398130] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399317] NET: Registered protocol family 1 [ 0.400193] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401299] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402394] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416806] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431083] Trying to unpack rootfs image as initramfs... [ 0.481626] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.495786] Scanning for low memory corruption every 60 seconds [ 0.497121] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498294] audit: initializing netlink subsys (disabled) [ 0.499335] audit: type=2000 audit(1547021881.593:1): initialized [ 0.500665] Initialise system trusted keyring [ 0.501610] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.502794] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504783] zbud: loaded [ 0.505510] VFS: Disk quotas dquot_6.6.0 [ 0.506344] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.507861] fuse init (API version 7.23) [ 0.508752] Key type big_key registered [ 0.509576] Allocating IMA MOK and blacklist keyrings. [ 0.510702] Key type asymmetric registered [ 0.511537] Asymmetric key parser 'x509' registered [ 0.512498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513980] io scheduler noop registered [ 0.514791] io scheduler deadline registered (default) [ 0.515792] io scheduler cfq registered [ 0.516643] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.517711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518989] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520448] ACPI: Power Button [PWRF] [ 0.521286] GHES: HEST is not enabled! [ 0.535028] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.563194] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.565442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.589098] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.591359] Linux agpgart interface v0.103 [ 0.593795] brd: module loaded [ 0.594970] loop: module loaded [ 0.598157] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599616] GPT:90111 != 20971519 [ 0.602185] GPT:Alternate GPT header not at the end of the disk. [ 0.603288] GPT:90111 != 20971519 [ 0.603978] GPT: Use GNU Parted to correct GPT errors. [ 0.604960] vda: vda1 vda15 [ 0.606635] scsi host0: ata_piix [ 0.607748] scsi host1: ata_piix [ 0.608460] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.609682] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.611137] libphy: Fixed MDIO Bus: probed [ 0.611952] tun: Universal TUN/TAP device driver, 1.6 [ 0.612904] tun: (C) 1999-2004 Max Krasnyansky [ 0.615147] PPP generic driver version 2.4.2 [ 0.616046] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.617351] ehci-pci: EHCI PCI platform driver [ 0.618235] ehci-platform: EHCI generic platform driver [ 0.619229] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.620357] ohci-pci: OHCI PCI platform driver [ 0.621223] ohci-platform: OHCI generic platform driver [ 0.622222] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636570] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.637588] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.639050] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.640071] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.641193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.642426] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643846] usb usb1: Product: UHCI Host Controller [ 0.644787] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645943] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646978] hub 1-0:1.0: USB hub found [ 0.647762] hub 1-0:1.0: 2 ports detected [ 0.648676] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650791] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651749] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.652780] mousedev: PS/2 mouse device common for all mice [ 0.654047] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655885] rtc_cmos 00:00: RTC can wake from S4 [ 0.656979] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.658188] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.659392] i2c /dev entries driver [ 0.660150] device-mapper: uevent: version 1.0.3 [ 0.661087] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.662734] ledtrig-cpu: registered to indicate activity on CPUs [ 0.664029] NET: Registered protocol family 10 [ 0.665032] NET: Registered protocol family 17 [ 0.665931] Key type dns_resolver registered [ 0.666874] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667977] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669745] registered taskstats version 1 [ 0.670590] Loading compiled-in X.509 certificates [ 0.672037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.673910] zswap: loaded using pool lzo/zbud [ 0.675295] Key type trusted registered [ 0.676856] Key type encrypted registered [ 0.677703] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678744] ima: No TPM chip found, activating TPM-bypass! [ 0.679785] evm: HMAC attrs: 0x1 [ 0.680728] Magic number: 3:761:320 [ 0.681503] misc microcode: hash matches [ 0.682292] platform microcode: hash matches [ 0.683150] tty tty45: hash matches [ 0.683949] rtc_cmos 00:00: setting system clock to 2019-01-09 08:18:01 UTC (1547021881) [ 0.685568] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686683] EDD information not available. [ 0.770360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771953] Write protecting the kernel read-only data: 14336k [ 0.773733] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.775795] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.818534] 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.03 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.8... Lease of 10.55.0.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.13. iid=i-0000001d 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCC1b83fcM5TfpzrRp3jH06COiThgD65cTKM5cb1hoZzHbje6juJKT1i8m9QfiblZIIYpauvwawAnASJshcmfGkOta3dlAPUZJyFsn7zWTjhNPWpF4J3djs3XkN6KWamfsRikwohTN4Saqz1YVQUOanoNosY4qgwpLpQYKzEUCjX/KM84kgJSVjHMhOezooE+F+98Mjeoc/3ny+cMlG2eYS35Ywz3faSd1J30WPHw40DSleyveR/i7WgSJ6TUZuvF/3LCQui98Dafy4xSUWf1ycWm6rMunJOu4FC8J3JjgKc6Q1/na+PaaZZ/TYGPjOvmwGbWwVOgKdf4vqopdG2xkH root@simplehealthcheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst ssh-dss AAAAB3NzaC1kc3MAAACBAO6m/VGirL6zu1PSwHxY9cwXrVb/zUXvUCrLrCLni4L6+Rbts9UYPi2fwrC1UZC2kks+xYesQAY/0uevl6Eiurz00nW5z8mah/iroCk25Ffokv9LWoTxpMbsCtHmzW9PPxUpuzJFtLCAPvet3ehcgTwgkacPFKrvbVA1m2+aOQ1TAAAAFQDM6rBkUUBoUo/rtR0KO9rw+QBwIQAAAIEA24iSBV/zbAYhhWdxAqnnT1VwsT/tS6heGpEH6xNdsiw90e5tJQ9ysgAD71LCGioVOaeFsmEFjhVwl3u7ZA6oYvagK78PwgDzZb70tIgrUaB+cWA5hxtyWPye1xccLJP1v+baS1K5ysCa9cJcb93Be5adLWhcFlO8X2NTSFAxoA0AAACAAntA5cDLjz5MktaHiDJafPZfn5gQ7Cudu1uSCphFsXDMsYGt/b8GpAR80hZLME3PGRlfTlbT2ilHN+kKibQVU+kYssjZoOE30OxmRxwSgq4LnYtMZmhcEaIRpSfCPLWo3VyKkrRJv8MZ0mkVhKCbqrYkmwu8nsnP4CMsoZPCg/8= root@simplehealthcheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.8,24,fe80::f816:3eff:fea2:3d2f/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.8 ip-route:169.254.169.254 via 10.55.0.2 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-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.71 === 2019-01-09 08:18:07,008 - create_instance - INFO - Deleting Port with ID - 69e86a57-db76-4577-a764-c7ef10063935 2019-01-09 08:18:07,008 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5dport-1 2019-01-09 08:18:07,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/ports/69e86a57-db76-4577-a764-c7ef10063935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:07,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e26576f5-b21b-41cf-88b8-4164c8ae99cb Date: Wed, 09 Jan 2019 08:18:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:18:07,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/ports/69e86a57-db76-4577-a764-c7ef10063935 used request id req-e26576f5-b21b-41cf-88b8-4164c8ae99cb 2019-01-09 08:18:07,464 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst 2019-01-09 08:18:07,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:07,647 - novaclient.v2.client - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08: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 x-openstack-request-id: req-971b51dd-021d-406a-bd4a-5d58fd5bc2fb x-compute-request-id: req-971b51dd-021d-406a-bd4a-5d58fd5bc2fb Content-Type: application/json 2019-01-09 08:18:07,647 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-971b51dd-021d-406a-bd4a-5d58fd5bc2fb 2019-01-09 08:18:07,647 - create_instance - INFO - Checking deletion status 2019-01-09 08:18:07,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:08,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-f77524cd-27eb-4338-bb6e-9f9a64a8050e x-compute-request-id: req-f77524cd-27eb-4338-bb6e-9f9a64a8050e Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "image": {"id": "478f67b1-c756-42b0-a090-3e9ac2660981", "links": [{"href": "http://172.30.9.30:8774/images/478f67b1-c756-42b0-a090-3e9ac2660981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:00.000000", "flavor": {"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}]}, "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "user_id": "52fb72eb2b454bf7a541d0d1f0126160", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:07Z", "hostId": "c26ad0d1e1b0397035b1baf324bb344fbd345d750835f10420d66595", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "created": "2019-01-09T08:17:56Z", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:18:08,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-f77524cd-27eb-4338-bb6e-9f9a64a8050e 2019-01-09 08:18:08,038 - create_instance - DEBUG - Instance status [SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst] is - ACTIVE 2019-01-09 08:18:08,038 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:18:11,042 - create_instance - DEBUG - VM status query timeout in 296.605752945 2019-01-09 08:18:11,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:11,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1034a261-6c09-4300-a3b0-7f7364726ca0 x-compute-request-id: req-1034a261-6c09-4300-a3b0-7f7364726ca0 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/738e8357-5bc3-461f-92bc-572f5e73df5e", "rel": "bookmark"}], "image": {"id": "478f67b1-c756-42b0-a090-3e9ac2660981", "links": [{"href": "http://172.30.9.30:8774/images/478f67b1-c756-42b0-a090-3e9ac2660981", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:00.000000", "flavor": {"id": "b2036323-86f7-4718-9762-959791f2a61c", "links": [{"href": "http://172.30.9.30:8774/flavors/b2036323-86f7-4718-9762-959791f2a61c", "rel": "bookmark"}]}, "id": "738e8357-5bc3-461f-92bc-572f5e73df5e", "user_id": "52fb72eb2b454bf7a541d0d1f0126160", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:07Z", "hostId": "c26ad0d1e1b0397035b1baf324bb344fbd345d750835f10420d66595", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst", "created": "2019-01-09T08:17:56Z", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 08:18:11,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-1034a261-6c09-4300-a3b0-7f7364726ca0 2019-01-09 08:18:11,427 - create_instance - DEBUG - Instance status [SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst] is - ACTIVE 2019-01-09 08:18:11,427 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-09 08:18:14,430 - create_instance - DEBUG - VM status query timeout in 293.217189074 2019-01-09 08:18:14,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2cd9ed7b59de20157199b545f5311154443398" 2019-01-09 08:18:14,481 - novaclient.v2.client - DEBUG - RESP: [404] Date: Wed, 09 Jan 2019 08:18:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d01158e-08ae-4d29-bd74-849aed484bc7 x-compute-request-id: req-7d01158e-08ae-4d29-bd74-849aed484bc7 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 738e8357-5bc3-461f-92bc-572f5e73df5e could not be found.", "code": 404}} 2019-01-09 08:18:14,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/738e8357-5bc3-461f-92bc-572f5e73df5e used request id req-7d01158e-08ae-4d29-bd74-849aed484bc7 2019-01-09 08:18:14,482 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 738e8357-5bc3-461f-92bc-572f5e73df5e could not be found. (HTTP 404) (Request-ID: req-7d01158e-08ae-4d29-bd74-849aed484bc7) 2019-01-09 08:18:14,482 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-inst 2019-01-09 08:18:14,483 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet 2019-01-09 08:18:14,483 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-subnet 2019-01-09 08:18:14,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/subnets/37821aaa-68f1-4472-83cc-3706364db23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" 2019-01-09 08:18:16,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62cccc0c-5048-446d-963b-91143640d24f Date: Wed, 09 Jan 2019 08:18:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:18:16,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/37821aaa-68f1-4472-83cc-3706364db23c used request id req-62cccc0c-5048-446d-963b-91143640d24f 2019-01-09 08:18:16,626 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-priv-net 2019-01-09 08:18:16,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/networks/9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7622c7bd5e479a129fdcf11060b44c2b03338a" 2019-01-09 08:18:18,163 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5706de9-89a7-483e-8171-cdd028194b13 Date: Wed, 09 Jan 2019 08:18:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:18:18,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9bcebb9b-a46b-417c-a8b4-8e8a5dc29459 used request id req-c5706de9-89a7-483e-8171-cdd028194b13 2019-01-09 08:18:18,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:8774/v2.1/flavors/b2036323-86f7-4718-9762-959791f2a61c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9ebfd39e2e3c6bd4285180f96bda18e9c15ce9e" 2019-01-09 08:18:18,365 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:18: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-62cc8c75-b0c2-43fd-a947-f5b60364032b x-compute-request-id: req-62cc8c75-b0c2-43fd-a947-f5b60364032b Content-Length: 0 Content-Type: application/json 2019-01-09 08:18:18,365 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/b2036323-86f7-4718-9762-959791f2a61c used request id req-62cc8c75-b0c2-43fd-a947-f5b60364032b 2019-01-09 08:18:18,366 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-01d25c3b-74ab-464a-a6de-63b4c0638a5d-image 2019-01-09 08:18:18,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3ffa6ac15e5598af40f6493b79293f52f4c1f11" 2019-01-09 08:18:19,526 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc19392b-f661-4276-86ff-dca221d6d233 Date: Wed, 09 Jan 2019 08:18:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:18:19,526 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/478f67b1-c756-42b0-a090-3e9ac2660981 used request id req-fc19392b-f661-4276-86ff-dca221d6d233 2019-01-09 08:18:19,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:19,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b2634695-7db4-4273-8759-76ae190a3c8c Date: Wed, 09 Jan 2019 08:18:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0c263a3ea104965958f93d08188c32a", "created_at": "2019-01-09T08:18:19Z", "updated_at": "2019-01-09T08:18:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "3a2dc7ab-8311-4574-8753-9188b30ecd42", "remote_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "ceb57b12-8322-4f18-aa13-d0fbaba5bf2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "dccbeed4-00a1-4460-b1b5-69161b635d97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "f7da3792-ed9e-4772-8261-626cdfd155a9", "remote_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0c263a3ea104965958f93d08188c32a"}], "revision_number": 4, "project_id": "e0c263a3ea104965958f93d08188c32a", "id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "created_at": "2019-01-09T08:17:46Z", "updated_at": "2019-01-09T08:17:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:17:46Z", "revision_number": 0, "id": "23c57785-8941-4f52-afa9-82e44ad9c101", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:17:46Z", "security_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4fcad09cada498f9c80903a4d1c98d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:17:46Z", "revision_number": 0, "id": "38a1bc5c-352a-4ffd-b338-083e176b828e", "remote_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "remote_ip_prefix": null, "created_at": "2019-01-09T08:17:46Z", "security_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4fcad09cada498f9c80903a4d1c98d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:17:46Z", "revision_number": 0, "id": "a2f4a3d3-7940-4f9e-8094-cee8bed686c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:17:46Z", "security_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4fcad09cada498f9c80903a4d1c98d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:17:46Z", "revision_number": 0, "id": "ff53ee08-defb-46aa-8f33-31f9c5592c98", "remote_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "remote_ip_prefix": null, "created_at": "2019-01-09T08:17:46Z", "security_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4fcad09cada498f9c80903a4d1c98d8"}], "revision_number": 4, "project_id": "f4fcad09cada498f9c80903a4d1c98d8", "id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 08:18:19,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups?name=default used request id req-b2634695-7db4-4273-8759-76ae190a3c8c 2019-01-09 08:18:19,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:19,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d11fe5-3d44-477e-b736-9b5ca11bf326 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-09 08:18:19,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b used request id req-f5d11fe5-3d44-477e-b736-9b5ca11bf326 2019-01-09 08:18:19,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:20,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd725a1c-4db5-4ede-9494-e0a1961c4c31 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-09 08:18:20,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291 used request id req-fd725a1c-4db5-4ede-9494-e0a1961c4c31 2019-01-09 08:18:20,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:20,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1338484-69c7-47e1-8077-4688da39a87e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a"}, "enabled": true, "id": "e0c263a3ea104965958f93d08188c32a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}} 2019-01-09 08:18:20,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a used request id req-b1338484-69c7-47e1-8077-4688da39a87e 2019-01-09 08:18:20,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:20,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b1e3bb3-dd51-48d6-b75c-f171fdd72b3b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8"}, "enabled": true, "id": "f4fcad09cada498f9c80903a4d1c98d8", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-11df74b6-a02d-4d8-proj"}} 2019-01-09 08:18:20,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 used request id req-6b1e3bb3-dd51-48d6-b75c-f171fdd72b3b 2019-01-09 08:18:20,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c13d8231-8986-4a81-ae0e-e2eccd46481b 2019-01-09 08:18:20,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c13d8231-8986-4a81-ae0e-e2eccd46481b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:20,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-200a63b8-7b4e-4432-9df1-0dbcee76edb3 Date: Wed, 09 Jan 2019 08:18:20 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": "2019-01-09T08:17:46Z", "security_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "port_range_min": null, "revision_number": 0, "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "created_at": "2019-01-09T08:17:46Z", "project_id": "f4fcad09cada498f9c80903a4d1c98d8", "id": "23c57785-8941-4f52-afa9-82e44ad9c101"}, {"remote_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:17:46Z", "security_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "port_range_min": null, "revision_number": 0, "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "created_at": "2019-01-09T08:17:46Z", "project_id": "f4fcad09cada498f9c80903a4d1c98d8", "id": "38a1bc5c-352a-4ffd-b338-083e176b828e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:17:46Z", "security_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "port_range_min": null, "revision_number": 0, "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "created_at": "2019-01-09T08:17:46Z", "project_id": "f4fcad09cada498f9c80903a4d1c98d8", "id": "a2f4a3d3-7940-4f9e-8094-cee8bed686c4"}, {"remote_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:17:46Z", "security_group_id": "c13d8231-8986-4a81-ae0e-e2eccd46481b", "port_range_min": null, "revision_number": 0, "tenant_id": "f4fcad09cada498f9c80903a4d1c98d8", "created_at": "2019-01-09T08:17:46Z", "project_id": "f4fcad09cada498f9c80903a4d1c98d8", "id": "ff53ee08-defb-46aa-8f33-31f9c5592c98"}]} 2019-01-09 08:18:20,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules?security_group_id=c13d8231-8986-4a81-ae0e-e2eccd46481b used request id req-200a63b8-7b4e-4432-9df1-0dbcee76edb3 2019-01-09 08:18:20,448 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 08:18:20,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:9696/v2.0/security-groups/c13d8231-8986-4a81-ae0e-e2eccd46481b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:20,765 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f20761bd-3d1a-4235-8df0-3305788fabb1 Content-Length: 0 Date: Wed, 09 Jan 2019 08:18:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:18:20,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/c13d8231-8986-4a81-ae0e-e2eccd46481b used request id req-f20761bd-3d1a-4235-8df0-3305788fabb1 2019-01-09 08:18:20,766 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-11df74b6-a02d-4d8-proj 2019-01-09 08:18:20,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:21,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:18:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e432e65a-8679-4be8-8a2a-8c3ae1e372e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:18:21,034 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/f4fcad09cada498f9c80903a4d1c98d8 used request id req-e432e65a-8679-4be8-8a2a-8c3ae1e372e6 2019-01-09 08:18:21,034 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-11df74b6-a02d-4d8-proj-role 2019-01-09 08:18:21,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/roles/aa2d7b63bc274686af5875f1c2a9f72e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:21,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:18:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b3251e5-7460-409a-afb8-b8d9318984b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:18:21,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/aa2d7b63bc274686af5875f1c2a9f72e used request id req-9b3251e5-7460-409a-afb8-b8d9318984b6 2019-01-09 08:18:21,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ecf708b642534209122c20a57eb6d018325db8" 2019-01-09 08:18:21,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ee6a1ff-da8a-4314-9d47-32fd37b9f698 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf50cc642394fea9483f13cbf554fd3", "links": {"self": "http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:18:21,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4ee6a1ff-da8a-4314-9d47-32fd37b9f698 2019-01-09 08:18:21,233 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-11df74b6-a02d-4d8-user 2019-01-09 08:18:21,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.30:5000/v3/users/52fb72eb2b454bf7a541d0d1f0126160 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1f835faaf77040b6456498030e31cd16bdd22c5" 2019-01-09 08:18:21,413 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:18:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d323e95b-48da-4701-9444-b36d31ded0b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:18:21,413 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/52fb72eb2b454bf7a541d0d1f0126160 used request id req-d323e95b-48da-4701-9444-b36d31ded0b6 2019-01-09 08:18:21,414 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.725s OK 2019-01-09 08:18:21,526 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:18:21,526 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2019-01-09 08:18:21,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:18:21,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:21,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94972932-6873-456e-9b14-8d76f4855705 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf50cc642394fea9483f13cbf554fd3", "links": {"self": "http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:18:21,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-94972932-6873-456e-9b14-8d76f4855705 2019-01-09 08:18:21,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824739933014s 2019-01-09 08:18:21,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:18:21,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:21,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:18:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ba281c0-98e2-47fe-8b9f-5d6c75fec5db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:18:21,746 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/baf50cc642394fea9483f13cbf554fd3 used request id req-2ba281c0-98e2-47fe-8b9f-5d6c75fec5db 2019-01-09 08:18:21,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.130023002625s 2019-01-09 08:18:21,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:18:21,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:21,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c8e7e64-295e-4433-9f58-f5fc24a19a9d Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f", "links": {"self": "http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004"}, "domain_id": "default", "enabled": true, "id": "2946976fdc9a4a59bacd293add9db004", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:18:21,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9c8e7e64-295e-4433-9f58-f5fc24a19a9d 2019-01-09 08:18:21,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969939231873s 2019-01-09 08:18:21,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-9c8e7e64-295e-4433-9f58-f5fc24a19a9d 2019-01-09 08:18:21,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:18:21,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:21,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c4945e-bd93-46f2-977b-fb5b6e5e67e4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004"}, "enabled": true, "id": "2946976fdc9a4a59bacd293add9db004", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}} 2019-01-09 08:18:21,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004 used request id req-85c4945e-bd93-46f2-977b-fb5b6e5e67e4 2019-01-09 08:18:21,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0843229293823s 2019-01-09 08:18:21,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004 used request id req-85c4945e-bd93-46f2-977b-fb5b6e5e67e4 2019-01-09 08:18:21,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 08:18:21,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:22,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:18:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45497e9d-772b-4ba5-8a2f-ba08b995da66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:18:22,160 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004 used request id req-45497e9d-772b-4ba5-8a2f-ba08b995da66 2019-01-09 08:18:22,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.225035905838s 2019-01-09 08:18:22,160 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/2946976fdc9a4a59bacd293add9db004 used request id req-45497e9d-772b-4ba5-8a2f-ba08b995da66 2019-01-09 08:18:22,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:18:22,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:22,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d32d4a65-4d8a-4751-8b03-afbac183f474 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a"}, "enabled": true, "id": "e0c263a3ea104965958f93d08188c32a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_b8d746d6-e529-47bb-85c3-b04d23cbc20f"}]} 2019-01-09 08:18:22,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d32d4a65-4d8a-4751-8b03-afbac183f474 2019-01-09 08:18:22,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0956780910492s 2019-01-09 08:18:22,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d32d4a65-4d8a-4751-8b03-afbac183f474 2019-01-09 08:18:22,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 08:18:22,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:22,433 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:18:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b05faf6d-1399-49ef-966a-840482a8b1f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:18:22,433 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a used request id req-b05faf6d-1399-49ef-966a-840482a8b1f9 2019-01-09 08:18:22,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.17373919487s 2019-01-09 08:18:22,433 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/e0c263a3ea104965958f93d08188c32a used request id req-b05faf6d-1399-49ef-966a-840482a8b1f9 2019-01-09 08:18:22,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:18:22,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:22,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e17cb96-6817-4c13-ba3e-1c52cc9a62e1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "5eec2a0fd0004fee81698cbe44c3a1c3", "links": {"self": "http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:18:22,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7e17cb96-6817-4c13-ba3e-1c52cc9a62e1 2019-01-09 08:18:22,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815999507904s 2019-01-09 08:18:22,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:18:22,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:22,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:18:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f1d1863-aee6-4865-969b-67543f253ae1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:18:22,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/5eec2a0fd0004fee81698cbe44c3a1c3 used request id req-3f1d1863-aee6-4865-969b-67543f253ae1 2019-01-09 08:18:22,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.157427072525s 2019-01-09 08:18:22,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:18:22,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e0c263a3ea104965958f93d08188c32a&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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:22,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3578774b-0c82-4322-bff1-0dfeb31d8a11 Date: Wed, 09 Jan 2019 08:18:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e0c263a3ea104965958f93d08188c32a", "created_at": "2019-01-09T08:18:19Z", "updated_at": "2019-01-09T08:18:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "3a2dc7ab-8311-4574-8753-9188b30ecd42", "remote_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "ceb57b12-8322-4f18-aa13-d0fbaba5bf2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "dccbeed4-00a1-4460-b1b5-69161b635d97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "f7da3792-ed9e-4772-8261-626cdfd155a9", "remote_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0c263a3ea104965958f93d08188c32a"}], "revision_number": 4, "project_id": "e0c263a3ea104965958f93d08188c32a", "id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "name": "default"}]} 2019-01-09 08:18:22,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e0c263a3ea104965958f93d08188c32a&name=default used request id req-3578774b-0c82-4322-bff1-0dfeb31d8a11 2019-01-09 08:18:22,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195686817169s 2019-01-09 08:18:22,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=e0c263a3ea104965958f93d08188c32a&name=default used request id req-3578774b-0c82-4322-bff1-0dfeb31d8a11 2019-01-09 08:18:22,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:18:22,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:23,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3b0f73dc-ce80-40e3-833f-3f74a2a3858b Date: Wed, 09 Jan 2019 08:18:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0c263a3ea104965958f93d08188c32a", "created_at": "2019-01-09T08:18:19Z", "updated_at": "2019-01-09T08:18:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "f7da3792-ed9e-4772-8261-626cdfd155a9", "remote_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "3a2dc7ab-8311-4574-8753-9188b30ecd42", "remote_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "dccbeed4-00a1-4460-b1b5-69161b635d97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0c263a3ea104965958f93d08188c32a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:19Z", "revision_number": 0, "id": "ceb57b12-8322-4f18-aa13-d0fbaba5bf2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:19Z", "security_group_id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "tenant_id": "e0c263a3ea104965958f93d08188c32a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0c263a3ea104965958f93d08188c32a"}], "revision_number": 4, "project_id": "e0c263a3ea104965958f93d08188c32a", "id": "9d081902-8df7-45ff-a2d2-d00e018fc656", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 08:18:23,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-3b0f73dc-ce80-40e3-833f-3f74a2a3858b 2019-01-09 08:18:23,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196243047714s 2019-01-09 08:18:23,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-3b0f73dc-ce80-40e3-833f-3f74a2a3858b 2019-01-09 08:18:23,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-09 08:18:23,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/9d081902-8df7-45ff-a2d2-d00e018fc656.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a24c6d967c8650b24c8b679548b2b23cb64153c" 2019-01-09 08:18:23,433 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ccd81454-b722-4438-80a0-7e110f890189 Content-Length: 0 Date: Wed, 09 Jan 2019 08:18:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:18:23,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/9d081902-8df7-45ff-a2d2-d00e018fc656.json used request id req-ccd81454-b722-4438-80a0-7e110f890189 2019-01-09 08:18:23,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.353067874908s 2019-01-09 08:18:23,434 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/9d081902-8df7-45ff-a2d2-d00e018fc656.json used request id req-ccd81454-b722-4438-80a0-7e110f890189 2019-01-09 08:18:23,434 - 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:45 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2019-01-09 08:18:23,438 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-09 08:18:26,563 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 08:18:26,565 - 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=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.5 export OS_REGION_NAME=regionOne 2019-01-09 08:18:26,566 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 08:18:26,566 - 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 | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2019-01-09 08:18:26,589 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:18:27,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:18:27,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:18:27,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:18:27,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 08:18:27,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 08:18:27,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:18:27,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5529395-7589-4330-a114-bc0bce5200d0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:18:27,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b5529395-7589-4330-a114-bc0bce5200d0 2019-01-09 08:18:27,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:18:27,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:18:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["g85SlyAQQTS5sFugDGxrSA"], "issued_at": "2019-01-09T08:18:27.000000Z"}} 2019-01-09 08:18:27,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:18:27,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:28,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5e1c2042-fc70-4cc3-a1e5-ecf78f0da547 Date: Wed, 09 Jan 2019 08:18:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:18:28,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e1c2042-fc70-4cc3-a1e5-ecf78f0da547 2019-01-09 08:18:28,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.227136850357s 2019-01-09 08:18:28,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e1c2042-fc70-4cc3-a1e5-ecf78f0da547 2019-01-09 08:18:28,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:18:28,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:28,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:18: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:18:28,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:28,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d04f927a-d46f-4f39-8125-961b9460649b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:18:28,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-d04f927a-d46f-4f39-8125-961b9460649b 2019-01-09 08:18:28,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.329677820206s 2019-01-09 08:18:28,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 08:18:28,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370"}}' 2019-01-09 08:18:28,579 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07d8555f-3ff0-4dc6-a0c2-bb1a9a3e0b02 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.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885"}, "enabled": true, "id": "5748d9344d1643f7a83c04f32eb04885", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370"}} 2019-01-09 08:18:28,579 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-07d8555f-3ff0-4dc6-a0c2-bb1a9a3e0b02 2019-01-09 08:18:28,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.107952833176s 2019-01-09 08:18:28,580 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-07d8555f-3ff0-4dc6-a0c2-bb1a9a3e0b02 2019-01-09 08:18:28,580 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'id': u'5748d9344d1643f7a83c04f32eb04885', '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'})}) 2019-01-09 08:18:28,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 08:18:28,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.375174045563s 2019-01-09 08:18:28,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962c3685-be08-4f41-8f16-cbba4c87b1f6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883"}, "enabled": true, "id": "114d87669a3b481692e0824d83e8b883", "options": {}, "domain_id": "default", "name": "vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370"}} 2019-01-09 08:18:29,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883 used request id req-962c3685-be08-4f41-8f16-cbba4c87b1f6 2019-01-09 08:18:29,143 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'114d87669a3b481692e0824d83e8b883', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370'}) 2019-01-09 08:18:29,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:18:29,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beefe7ce-869c-4e1d-a6e0-d989b00ce8f2 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:18:29,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-beefe7ce-869c-4e1d-a6e0-d989b00ce8f2 2019-01-09 08:18:29,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814499855042s 2019-01-09 08:18:29,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:18:29,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3668c1b-6a8b-4504-a34f-04afeb51703b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:18:29,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e3668c1b-6a8b-4504-a34f-04afeb51703b 2019-01-09 08:18:29,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806930065155s 2019-01-09 08:18:29,309 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:18:29,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:18:29,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" -d '{"role": {"name": "Member"}}' 2019-01-09 08:18:29,399 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9424a621-cf79-43cb-bb15-15a14238469c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff9cdfa1ebe04152a35273ca637d27f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7"}, "name": "Member"}} 2019-01-09 08:18:29,399 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-9424a621-cf79-43cb-bb15-15a14238469c 2019-01-09 08:18:29,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0899438858032s 2019-01-09 08:18:29,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec3c4dc1-9b15-4181-ac84-d90a18548ee5 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7"}, "domain_id": null, "name": "Member", "id": "ff9cdfa1ebe04152a35273ca637d27f7"}} 2019-01-09 08:18:29,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7 used request id req-ec3c4dc1-9b15-4181-ac84-d90a18548ee5 2019-01-09 08:18:29,484 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7'}, 'domain_id': None, 'human_id': None, 'id': u'ff9cdfa1ebe04152a35273ca637d27f7', 'HUMAN_ID': False}) 2019-01-09 08:18:29,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:18:29,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d5469d-5b1d-48fe-84f3-bbdde98f0056 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ff9cdfa1ebe04152a35273ca637d27f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7"}, "name": "Member"}]} 2019-01-09 08:18:29,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-91d5469d-5b1d-48fe-84f3-bbdde98f0056 2019-01-09 08:18:29,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826730728149s 2019-01-09 08:18:29,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:18:29,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b367a47-7b84-4e16-bc82-928243948b4b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:18:29,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-1b367a47-7b84-4e16-bc82-928243948b4b 2019-01-09 08:18:29,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0756630897522s 2019-01-09 08:18:29,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:18:29,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e871adf-4174-40e8-acbe-2514c6310944 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370", "links": {"self": "http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883"}, "domain_id": "default", "enabled": true, "id": "114d87669a3b481692e0824d83e8b883", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:18:29,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5e871adf-4174-40e8-acbe-2514c6310944 2019-01-09 08:18:29,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0319690704346s 2019-01-09 08:18:29,677 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5e871adf-4174-40e8-acbe-2514c6310944 2019-01-09 08:18:29,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:18:29,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6dc9cf-5cb6-4fe4-a6d1-484a89d3a09b Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885"}, "enabled": true, "id": "5748d9344d1643f7a83c04f32eb04885", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:18:29,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3a6dc9cf-5cb6-4fe4-a6d1-484a89d3a09b 2019-01-09 08:18:29,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819520950317s 2019-01-09 08:18:29,764 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3a6dc9cf-5cb6-4fe4-a6d1-484a89d3a09b 2019-01-09 08:18:29,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:18:29,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=114d87669a3b481692e0824d83e8b883&scope.project.id=5748d9344d1643f7a83c04f32eb04885&role.id=ff9cdfa1ebe04152a35273ca637d27f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2282d7cd-56d8-4c99-a32f-6835e1cbece6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=114d87669a3b481692e0824d83e8b883&scope.project.id=5748d9344d1643f7a83c04f32eb04885&role.id=ff9cdfa1ebe04152a35273ca637d27f7", "previous": null, "next": null}} 2019-01-09 08:18:29,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=114d87669a3b481692e0824d83e8b883&scope.project.id=5748d9344d1643f7a83c04f32eb04885&role.id=ff9cdfa1ebe04152a35273ca637d27f7 used request id req-2282d7cd-56d8-4c99-a32f-6835e1cbece6 2019-01-09 08:18:29,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797979831696s 2019-01-09 08:18:29,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:18:29,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885/users/114d87669a3b481692e0824d83e8b883/roles/ff9cdfa1ebe04152a35273ca637d27f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:29,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92b08a9a-b3e5-415a-a613-f36cad16fefd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:18:29,965 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885/users/114d87669a3b481692e0824d83e8b883/roles/ff9cdfa1ebe04152a35273ca637d27f7 used request id req-92b08a9a-b3e5-415a-a613-f36cad16fefd 2019-01-09 08:18:29,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118134975433s 2019-01-09 08:18:29,966 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 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': '49f823d9-e0f5-45e4-8a4b-7411293cdb9c', 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_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'project_id': u'5748d9344d1643f7a83c04f32eb04885', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:18:29,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:18:29,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:18:29,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:18:29,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:18:29,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:18:29,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:18:29,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 08:18:29,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 08:18:29,972 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'password': '49f823d9-e0f5-45e4-8a4b-7411293cdb9c', 'project_name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '5748d9344d1643f7a83c04f32eb04885', 'project_domain_name': 'Default'} 2019-01-09 08:18:29,972 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2019-01-09 08:18:29,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:18:29,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:30,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510ffca4-4a5e-48ef-8336-266898a2c218 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:18:30,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-510ffca4-4a5e-48ef-8336-266898a2c218 2019-01-09 08:18:30,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.081337928772s 2019-01-09 08:18:30,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:18:30,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:18:30,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14d983b3-5e29-4f31-8e7a-d6b7260b7c41 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885"}, "enabled": true, "id": "5748d9344d1643f7a83c04f32eb04885", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:18:30,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-14d983b3-5e29-4f31-8e7a-d6b7260b7c41 2019-01-09 08:18:30,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.072851896286s 2019-01-09 08:18:30,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-14d983b3-5e29-4f31-8e7a-d6b7260b7c41 2019-01-09 08:18:30,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-09 08:18:30,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" -d '{"network": {"tenant_id": "5748d9344d1643f7a83c04f32eb04885", "name": "vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370", "admin_state_up": true}}' 2019-01-09 08:18:30,703 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e496c9d2-c3db-403b-892b-44c7413c2568 Date: Wed, 09 Jan 2019 08:18: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":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5748d9344d1643f7a83c04f32eb04885","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:18:30Z","is_default":false,"provider:segmentation_id":71,"name":"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370","admin_state_up":true,"tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:30Z","mtu":1450}} 2019-01-09 08:18:30,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e496c9d2-c3db-403b-892b-44c7413c2568 2019-01-09 08:18:30,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.570776939392s 2019-01-09 08:18:30,703 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e496c9d2-c3db-403b-892b-44c7413c2568 2019-01-09 08:18:30,704 - 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'2019-01-09T08:18:30Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6c73904a-70ad-4e6b-8856-7bdf6c82baf8', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'admin_state_up': True, u'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', u'created_at': u'2019-01-09T08:18:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5748d9344d1643f7a83c04f32eb04885'}) 2019-01-09 08:18:30,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:18:30,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78968456-7f1e-4c7c-a821-75f6f677a14c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:18:30,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-78968456-7f1e-4c7c-a821-75f6f677a14c 2019-01-09 08:18:30,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:18:31,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff9cdfa1ebe04152a35273ca637d27f7", "name": "Member"}], "expires_at": "2019-01-09T09:18:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5748d9344d1643f7a83c04f32eb04885", "name": "vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/5748d9344d1643f7a83c04f32eb04885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/5748d9344d1643f7a83c04f32eb04885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/5748d9344d1643f7a83c04f32eb04885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5748d9344d1643f7a83c04f32eb04885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/5748d9344d1643f7a83c04f32eb04885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/5748d9344d1643f7a83c04f32eb04885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5748d9344d1643f7a83c04f32eb04885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/5748d9344d1643f7a83c04f32eb04885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/5748d9344d1643f7a83c04f32eb04885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/5748d9344d1643f7a83c04f32eb04885", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/5748d9344d1643f7a83c04f32eb04885", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/5748d9344d1643f7a83c04f32eb04885", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370", "id": "114d87669a3b481692e0824d83e8b883"}, "audit_ids": ["IRpS01l_Rdaws9D2UdhiKg"], "issued_at": "2019-01-09T08:18:31.000000Z"}} 2019-01-09 08:18:31,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:18:31,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:31,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-a3c965da-a0e6-44de-bfe5-dd64ac0e8311 Date: Wed, 09 Jan 2019 08:18:31 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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-09T08:18:30Z","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5748d9344d1643f7a83c04f32eb04885","id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","name":"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:18:31,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a3c965da-a0e6-44de-bfe5-dd64ac0e8311 2019-01-09 08:18:31,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252191066742s 2019-01-09 08:18:31,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a3c965da-a0e6-44de-bfe5-dd64ac0e8311 2019-01-09 08:18:31,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-09 08:18:31,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"subnet": {"name": "vping_ssh-subnet_708bc7ee-f327-4f1f-b856-77e3ebb53370", "enable_dhcp": true, "network_id": "6c73904a-70ad-4e6b-8856-7bdf6c82baf8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-09 08:18:32,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-52eef668-919e-485b-bf31-06ebd42e3164 Date: Wed, 09 Jan 2019 08:18:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-09T08:18:31Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5748d9344d1643f7a83c04f32eb04885","id":"171945d1-cc79-4f10-a24c-e615b03e67e7","subnetpool_id":null,"name":"vping_ssh-subnet_708bc7ee-f327-4f1f-b856-77e3ebb53370"}} 2019-01-09 08:18:32,180 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-52eef668-919e-485b-bf31-06ebd42e3164 2019-01-09 08:18:32,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.835428953171s 2019-01-09 08:18:32,180 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-52eef668-919e-485b-bf31-06ebd42e3164 2019-01-09 08:18:32,181 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-09T08:18:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'171945d1-cc79-4f10-a24c-e615b03e67e7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'enable_dhcp': True, u'network_id': u'6c73904a-70ad-4e6b-8856-7bdf6c82baf8', u'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', u'created_at': u'2019-01-09T08:18:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5748d9344d1643f7a83c04f32eb04885'}) 2019-01-09 08:18:32,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-09 08:18:32,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}, "name": "vping_ssh-router_708bc7ee-f327-4f1f-b856-77e3ebb53370", "admin_state_up": true}}' 2019-01-09 08:18:33,466 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-de4c4189-d67f-4d50-8d86-130a4cc42864 Date: Wed, 09 Jan 2019 08:18:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:32Z", "admin_state_up": true, "updated_at": "2019-01-09T08:18:33Z", "revision_number": 2, "routes": [], "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "67201413-351f-4940-87ee-ac8c89bcbdc1", "name": "vping_ssh-router_708bc7ee-f327-4f1f-b856-77e3ebb53370"}} 2019-01-09 08:18:33,467 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-de4c4189-d67f-4d50-8d86-130a4cc42864 2019-01-09 08:18:33,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.28517818451s 2019-01-09 08:18:33,467 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-de4c4189-d67f-4d50-8d86-130a4cc42864 2019-01-09 08:18:33,468 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'10b23b07-756b-4000-b2c9-9121d33fb1bd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', u'created_at': u'2019-01-09T08:18:32Z', u'admin_state_up': True, u'updated_at': u'2019-01-09T08:18:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'5748d9344d1643f7a83c04f32eb04885', u'id': u'67201413-351f-4940-87ee-ac8c89bcbdc1', u'name': u'vping_ssh-router_708bc7ee-f327-4f1f-b856-77e3ebb53370'}) 2019-01-09 08:18:33,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-09 08:18:33,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1/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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"subnet_id": "171945d1-cc79-4f10-a24c-e615b03e67e7"}' 2019-01-09 08:18:35,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9c2bfa86-ac0b-47ab-abb7-29e9bcbce797 Date: Wed, 09 Jan 2019 08:18:35 GMT RESP BODY: {"network_id": "6c73904a-70ad-4e6b-8856-7bdf6c82baf8", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "subnet_id": "171945d1-cc79-4f10-a24c-e615b03e67e7", "subnet_ids": ["171945d1-cc79-4f10-a24c-e615b03e67e7"], "port_id": "e1ab35fa-c149-45a7-8df8-df9836996804", "id": "67201413-351f-4940-87ee-ac8c89bcbdc1"} 2019-01-09 08:18:35,449 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1/add_router_interface.json used request id req-9c2bfa86-ac0b-47ab-abb7-29e9bcbce797 2019-01-09 08:18:35,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98095011711s 2019-01-09 08:18:35,450 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1/add_router_interface.json used request id req-9c2bfa86-ac0b-47ab-abb7-29e9bcbce797 returning object 67201413-351f-4940-87ee-ac8c89bcbdc1 2019-01-09 08:18:35,450 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:18:35,578 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-09 08:18:35,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:35,585 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 09 Jan 2019 08:18:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2019-01-09 08:18:35,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:18:35,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:35,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1b19e090-cea3-431e-ab1b-591d8a218eff Date: Wed, 09 Jan 2019 08:18:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:18:35,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-1b19e090-cea3-431e-ab1b-591d8a218eff 2019-01-09 08:18:35,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181724071503s 2019-01-09 08:18:35,769 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-1b19e090-cea3-431e-ab1b-591d8a218eff 2019-01-09 08:18:35,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 08:18:35,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370"}' 2019-01-09 08:18:35,983 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e93c303d-a63c-4935-846a-667058d6a20c X-Openstack-Request-Id: req-f971dd44-e7ad-4688-9a69-fe2c897ba554 Date: Wed, 09 Jan 2019 08:18:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file", "owner": "5748d9344d1643f7a83c04f32eb04885", "id": "e93c303d-a63c-4935-846a-667058d6a20c", "size": null, "self": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:18:35Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "checksum": null, "created_at": "2019-01-09T08:18:35Z", "protected": false} 2019-01-09 08:18:35,983 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f971dd44-e7ad-4688-9a69-fe2c897ba554 2019-01-09 08:18:35,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.21300983429s 2019-01-09 08:18:35,984 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f971dd44-e7ad-4688-9a69-fe2c897ba554 returning object e93c303d-a63c-4935-846a-667058d6a20c 2019-01-09 08:18:35,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 08:18:35,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '' 2019-01-09 08:18:37,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b709113-a52b-4704-847c-85fd0e4d22c6 Date: Wed, 09 Jan 2019 08:18:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:18:37,944 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file used request id req-0b709113-a52b-4704-847c-85fd0e4d22c6 2019-01-09 08:18:37,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.95912909508s 2019-01-09 08:18:37,944 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file used request id req-0b709113-a52b-4704-847c-85fd0e4d22c6 2019-01-09 08:18:37,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:18:37,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:38,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f165e47e-8aa8-4e40-9df3-4ebe38e97ccc Date: Wed, 09 Jan 2019 08:18:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap", "metadata": {}}], "file": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file", "owner": "5748d9344d1643f7a83c04f32eb04885", "id": "e93c303d-a63c-4935-846a-667058d6a20c", "size": 12716032, "self": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:18:37Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:18:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:18:38,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f165e47e-8aa8-4e40-9df3-4ebe38e97ccc 2019-01-09 08:18:38,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173153162003s 2019-01-09 08:18:38,119 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f165e47e-8aa8-4e40-9df3-4ebe38e97ccc 2019-01-09 08:18:38,121 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file', 'owner': u'5748d9344d1643f7a83c04f32eb04885', 'id': u'e93c303d-a63c-4935-846a-667058d6a20c', 'size': 12716032, u'self': u'/v2/images/e93c303d-a63c-4935-846a-667058d6a20c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:18:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-09T08:18:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e93c303d-a63c-4935-846a-667058d6a20c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'created': u'2019-01-09T08:18:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:18:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e93c303d-a63c-4935-846a-667058d6a20c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:18:38,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 08:18:38,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_708bc7ee-f327-4f1f-b856-77e3ebb53370", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 08:18:38,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39bd746c-4cbe-4152-a376-6cfe9533f6a3 x-compute-request-id: req-39bd746c-4cbe-4152-a376-6cfe9533f6a3 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "name": "vping_ssh-flavor_708bc7ee-f327-4f1f-b856-77e3ebb53370", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:18:38,316 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-39bd746c-4cbe-4152-a376-6cfe9533f6a3 2019-01-09 08:18:38,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.194360017776s 2019-01-09 08:18:38,317 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-39bd746c-4cbe-4152-a376-6cfe9533f6a3 returning object 862b16ad-848c-4f6b-a00c-7cc387171db7 2019-01-09 08:18:38,318 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_708bc7ee-f327-4f1f-b856-77e3ebb53370', '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'a3475ec98a734cb2aeb418d350edd17b', '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'862b16ad-848c-4f6b-a00c-7cc387171db7', 'swap': 0}) 2019-01-09 08:18:38,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 08:18:38,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7/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}dd1aa1496864944fea93f828a746c96405270d14" -d '{"extra_specs": {}}' 2019-01-09 08:18:38,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f874069-36ad-4368-8fe1-8a1b84948d0c x-compute-request-id: req-0f874069-36ad-4368-8fe1-8a1b84948d0c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:18:38,339 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7/os-extra_specs used request id req-0f874069-36ad-4368-8fe1-8a1b84948d0c 2019-01-09 08:18:38,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213038921356s 2019-01-09 08:18:38,340 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7/os-extra_specs used request id req-0f874069-36ad-4368-8fe1-8a1b84948d0c 2019-01-09 08:18:38,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2019-01-09 08:18:38,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"keypair": {"name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370"}}' 2019-01-09 08:18:38,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7356e21f-3d44-4c8c-8d29-505403b7d8a9 x-compute-request-id: req-7356e21f-3d44-4c8c-8d29-505403b7d8a9 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ+J0O1j6sOonI1vdeMIdN0YJwGO1xFjsRyqY8Z1xDNXSrC9KHULAiroC4hal6yDANn3LmiCN60vy4Ij8clwMgffSHTrXOG6GBCJ1E8FY625fXk/0HaV3jQMOeZdWh9lcJORUIld78OmC27yzoYjHUxzqHhJz4H2xok4qAsp+kD05BO3koiP2bcD6qbeo17lWHH+U5kAnAmOZpG/K6QAIBCftqxPOBIUI7RXJ/PC0YNbuj650V0hsbyUQoqQhC4rd9crsQLSmn4CJ+xR34ZK/BTarXMEjFrkM1/x3XKptaWs3LnoETzaW5GoCpD9Ctuv+Jlhm57Ot6jQnt+w7G6Ny7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0PidDtY+rDqJyNb3XjCHTdGCcBjtcRY7EcqmPGdcQzV0qwvS\nh1CwIq6AuIWpesgwDZ9y5ogjetL8uCI/HJcDIH30h061zhuhgQidRPBWOtuX15P9\nB2ld40DDnmXVofZXCTkVCJXe/Dpgtu8s6GIx1Mc6h4Sc+B9saJOKgLKfpA9OQTt5\nKIj9m3A+qm3qNe5Vhx/lOZAJwJjmaRvyukACAQn7asTzgSFCO0VyfzwtGDW7o+ud\nFdIbG8lEKKkIQuK3fXK7EC0pp+AifsUd+GSvwU2q1zBIxa5DNf8d1yqbWlrNy56B\nE82luRqAqQ/Qrbr/iZYZuezreo0J7fsOxujcuwIDAQABAoIBAQDDPBMYYofJRyOl\nlVklEbfHt37jFhb4OanUVH19H6AuVon6qB/4NiVpMZmnS5Fs2g0zHQ4vXW+wd+CO\nc8h9AIV2XNcRdzMaLex07kRovRYDBVhWm7ehrgp+n+pjWYb/O3RTdJY3IDZldnEX\nWFuffOZLghsns3knw8v35ChZVwkZL1WMysYI6ij9bRUvdDjem2EM7G4FNVy3BmZj\ngb5MXaS0qvZKVoFXtQg1J4tkSUvAC7n1S/uOTRijSPVCsbzLk97x5kZblgip5h8/\nHwV1z2JzHevCjLTdh7lSI7L4CZhimP7QA56sifCkvSBBJHwGF0TJ53xzvm1L9Mt4\nWSbMT/hxAoGBAP2RYk6EwSCLsVSxzeukjytwYrYqgM16EhUz79BQwWIZbfXsDb61\nKOsE0NoJF0m+HIPqGF+8eXf9vIJ9E0e8rUMqic+QfWrDcP5V7ISL6NG7Il7HL0XX\nMdEXm9/ibmvnB5BzPV7iOilCRTsYjX4+rROb39JWsMYV3AYoBZBKcbazAoGBANL5\nucWfkdHqp9P0soGytL0ntkKhuEy56O+P9WjobCTqFPMOLygxuwFhMebYCSapLSpT\nWkdto2Gx/jADXZg6+yOyq88Y/7cQ0zJergrbDk+P2llLIl2uBDRMcy8OUQHWwKWg\n2fzG6VJmdg6pjfPy1s27g3PsRuQhTjT7vKTh/oXZAoGBAK4FBbOfVi9wz12xvQG4\naO1F7ujYGJdr7FcS0sVjdqRNkXKR8wjrqU5Jes/4JzxbtZQup1WksrRPtfzTu9Si\nv0H2QqfpoLkRsk1KSMzafAjb5gWnq2DCBBVcn4QyENgKsN1IyViB56qDKaIaApke\niIeJlTz0c9MuE1dCRjc1b/8TAoGAMHl0d7XMOWEjIo4snaRD5tpDBFhIEkj8/l4j\nUvFkN68ZFSeDKkcS4qREZPfqUlm4qOrx6UuFqKLO9pUvYhTbMz6QP0tNJfDVtdMP\nRitCxIEW+EFNKh0bljCinoM5laSUKvokW/IQFgC4y3GlzhFTzX1yHKaDO1NztrTI\niVHruzECgYBUYhaPvQUGgp4bvT6N/8C7WDN8vIS08c+JkQ3Sa21UafUxZouuucxh\npt16qyIh5h631cycwLHX4/Rn7DeHZUyyDaRgT5lv0GcMYzin6R/IhyqiRCbKbfdY\nzZjKSNSK1hMg1kWujMoZ9CuxzJkikV+Q9mMYXgAGr3d6wQJqSVln9g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "114d87669a3b481692e0824d83e8b883", "name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "fingerprint": "b4:12:68:d3:22:a5:c4:03:28:8c:2c:ed:b8:07:e7:60"}} 2019-01-09 08:18:38,619 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-7356e21f-3d44-4c8c-8d29-505403b7d8a9 2019-01-09 08:18:38,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.278269052505s 2019-01-09 08:18:38,619 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-7356e21f-3d44-4c8c-8d29-505403b7d8a9 2019-01-09 08:18:38,620 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ+J0O1j6sOonI1vdeMIdN0YJwGO1xFjsRyqY8Z1xDNXSrC9KHULAiroC4hal6yDANn3LmiCN60vy4Ij8clwMgffSHTrXOG6GBCJ1E8FY625fXk/0HaV3jQMOeZdWh9lcJORUIld78OmC27yzoYjHUxzqHhJz4H2xok4qAsp+kD05BO3koiP2bcD6qbeo17lWHH+U5kAnAmOZpG/K6QAIBCftqxPOBIUI7RXJ/PC0YNbuj650V0hsbyUQoqQhC4rd9crsQLSmn4CJ+xR34ZK/BTarXMEjFrkM1/x3XKptaWs3LnoETzaW5GoCpD9Ctuv+Jlhm57Ot6jQnt+w7G6Ny7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0PidDtY+rDqJyNb3XjCHTdGCcBjtcRY7EcqmPGdcQzV0qwvS\nh1CwIq6AuIWpesgwDZ9y5ogjetL8uCI/HJcDIH30h061zhuhgQidRPBWOtuX15P9\nB2ld40DDnmXVofZXCTkVCJXe/Dpgtu8s6GIx1Mc6h4Sc+B9saJOKgLKfpA9OQTt5\nKIj9m3A+qm3qNe5Vhx/lOZAJwJjmaRvyukACAQn7asTzgSFCO0VyfzwtGDW7o+ud\nFdIbG8lEKKkIQuK3fXK7EC0pp+AifsUd+GSvwU2q1zBIxa5DNf8d1yqbWlrNy56B\nE82luRqAqQ/Qrbr/iZYZuezreo0J7fsOxujcuwIDAQABAoIBAQDDPBMYYofJRyOl\nlVklEbfHt37jFhb4OanUVH19H6AuVon6qB/4NiVpMZmnS5Fs2g0zHQ4vXW+wd+CO\nc8h9AIV2XNcRdzMaLex07kRovRYDBVhWm7ehrgp+n+pjWYb/O3RTdJY3IDZldnEX\nWFuffOZLghsns3knw8v35ChZVwkZL1WMysYI6ij9bRUvdDjem2EM7G4FNVy3BmZj\ngb5MXaS0qvZKVoFXtQg1J4tkSUvAC7n1S/uOTRijSPVCsbzLk97x5kZblgip5h8/\nHwV1z2JzHevCjLTdh7lSI7L4CZhimP7QA56sifCkvSBBJHwGF0TJ53xzvm1L9Mt4\nWSbMT/hxAoGBAP2RYk6EwSCLsVSxzeukjytwYrYqgM16EhUz79BQwWIZbfXsDb61\nKOsE0NoJF0m+HIPqGF+8eXf9vIJ9E0e8rUMqic+QfWrDcP5V7ISL6NG7Il7HL0XX\nMdEXm9/ibmvnB5BzPV7iOilCRTsYjX4+rROb39JWsMYV3AYoBZBKcbazAoGBANL5\nucWfkdHqp9P0soGytL0ntkKhuEy56O+P9WjobCTqFPMOLygxuwFhMebYCSapLSpT\nWkdto2Gx/jADXZg6+yOyq88Y/7cQ0zJergrbDk+P2llLIl2uBDRMcy8OUQHWwKWg\n2fzG6VJmdg6pjfPy1s27g3PsRuQhTjT7vKTh/oXZAoGBAK4FBbOfVi9wz12xvQG4\naO1F7ujYGJdr7FcS0sVjdqRNkXKR8wjrqU5Jes/4JzxbtZQup1WksrRPtfzTu9Si\nv0H2QqfpoLkRsk1KSMzafAjb5gWnq2DCBBVcn4QyENgKsN1IyViB56qDKaIaApke\niIeJlTz0c9MuE1dCRjc1b/8TAoGAMHl0d7XMOWEjIo4snaRD5tpDBFhIEkj8/l4j\nUvFkN68ZFSeDKkcS4qREZPfqUlm4qOrx6UuFqKLO9pUvYhTbMz6QP0tNJfDVtdMP\nRitCxIEW+EFNKh0bljCinoM5laSUKvokW/IQFgC4y3GlzhFTzX1yHKaDO1NztrTI\niVHruzECgYBUYhaPvQUGgp4bvT6N/8C7WDN8vIS08c+JkQ3Sa21UafUxZouuucxh\npt16qyIh5h631cycwLHX4/Rn7DeHZUyyDaRgT5lv0GcMYzin6R/IhyqiRCbKbfdY\nzZjKSNSK1hMg1kWujMoZ9CuxzJkikV+Q9mMYXgAGr3d6wQJqSVln9g==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'114d87669a3b481692e0824d83e8b883', 'name': u'vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'created_at': '2019-01-09T08:18:38.620658', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b4:12:68:d3:22:a5:c4:03:28:8c:2c:ed:b8:07:e7:60', 'type': 'ssh', 'id': u'vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370'}) 2019-01-09 08:18:38,621 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA0PidDtY+rDqJyNb3XjCHTdGCcBjtcRY7EcqmPGdcQzV0qwvS h1CwIq6AuIWpesgwDZ9y5ogjetL8uCI/HJcDIH30h061zhuhgQidRPBWOtuX15P9 B2ld40DDnmXVofZXCTkVCJXe/Dpgtu8s6GIx1Mc6h4Sc+B9saJOKgLKfpA9OQTt5 KIj9m3A+qm3qNe5Vhx/lOZAJwJjmaRvyukACAQn7asTzgSFCO0VyfzwtGDW7o+ud FdIbG8lEKKkIQuK3fXK7EC0pp+AifsUd+GSvwU2q1zBIxa5DNf8d1yqbWlrNy56B E82luRqAqQ/Qrbr/iZYZuezreo0J7fsOxujcuwIDAQABAoIBAQDDPBMYYofJRyOl lVklEbfHt37jFhb4OanUVH19H6AuVon6qB/4NiVpMZmnS5Fs2g0zHQ4vXW+wd+CO c8h9AIV2XNcRdzMaLex07kRovRYDBVhWm7ehrgp+n+pjWYb/O3RTdJY3IDZldnEX WFuffOZLghsns3knw8v35ChZVwkZL1WMysYI6ij9bRUvdDjem2EM7G4FNVy3BmZj gb5MXaS0qvZKVoFXtQg1J4tkSUvAC7n1S/uOTRijSPVCsbzLk97x5kZblgip5h8/ HwV1z2JzHevCjLTdh7lSI7L4CZhimP7QA56sifCkvSBBJHwGF0TJ53xzvm1L9Mt4 WSbMT/hxAoGBAP2RYk6EwSCLsVSxzeukjytwYrYqgM16EhUz79BQwWIZbfXsDb61 KOsE0NoJF0m+HIPqGF+8eXf9vIJ9E0e8rUMqic+QfWrDcP5V7ISL6NG7Il7HL0XX MdEXm9/ibmvnB5BzPV7iOilCRTsYjX4+rROb39JWsMYV3AYoBZBKcbazAoGBANL5 ucWfkdHqp9P0soGytL0ntkKhuEy56O+P9WjobCTqFPMOLygxuwFhMebYCSapLSpT Wkdto2Gx/jADXZg6+yOyq88Y/7cQ0zJergrbDk+P2llLIl2uBDRMcy8OUQHWwKWg 2fzG6VJmdg6pjfPy1s27g3PsRuQhTjT7vKTh/oXZAoGBAK4FBbOfVi9wz12xvQG4 aO1F7ujYGJdr7FcS0sVjdqRNkXKR8wjrqU5Jes/4JzxbtZQup1WksrRPtfzTu9Si v0H2QqfpoLkRsk1KSMzafAjb5gWnq2DCBBVcn4QyENgKsN1IyViB56qDKaIaApke iIeJlTz0c9MuE1dCRjc1b/8TAoGAMHl0d7XMOWEjIo4snaRD5tpDBFhIEkj8/l4j UvFkN68ZFSeDKkcS4qREZPfqUlm4qOrx6UuFqKLO9pUvYhTbMz6QP0tNJfDVtdMP RitCxIEW+EFNKh0bljCinoM5laSUKvokW/IQFgC4y3GlzhFTzX1yHKaDO1NztrTI iVHruzECgYBUYhaPvQUGgp4bvT6N/8C7WDN8vIS08c+JkQ3Sa21UafUxZouuucxh pt16qyIh5h631cycwLHX4/Rn7DeHZUyyDaRgT5lv0GcMYzin6R/IhyqiRCbKbfdY zZjKSNSK1hMg1kWujMoZ9CuxzJkikV+Q9mMYXgAGr3d6wQJqSVln9g== -----END RSA PRIVATE KEY----- 2019-01-09 08:18:38,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2019-01-09 08:18:38,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"security_group": {"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370", "description": "created by OPNFV Functest (vping_ssh)"}}' 2019-01-09 08:18:38,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-678a3816-5790-4c08-b8f9-eb02ceaf081e Date: Wed, 09 Jan 2019 08:18:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:38Z", "updated_at": "2019-01-09T08:18:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:38Z", "revision_number": 0, "id": "1d9e848b-9f1d-4476-b187-2e0d53836fac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:38Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:38Z", "revision_number": 0, "id": "4bafc6aa-dae8-41d1-a7bb-0d14fcee0faf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:38Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 2, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "35facd46-9f0b-4daf-a490-0d16b3146445", "name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}} 2019-01-09 08:18:38,851 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-678a3816-5790-4c08-b8f9-eb02ceaf081e 2019-01-09 08:18:38,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.226538181305s 2019-01-09 08:18:38,851 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-678a3816-5790-4c08-b8f9-eb02ceaf081e 2019-01-09 08:18:38,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:18:38,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:39,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-159d6573-5070-4826-b245-5f0622fc048c Date: Wed, 09 Jan 2019 08:18:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:38Z", "updated_at": "2019-01-09T08:18:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:38Z", "revision_number": 0, "id": "1d9e848b-9f1d-4476-b187-2e0d53836fac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:38Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:38Z", "revision_number": 0, "id": "4bafc6aa-dae8-41d1-a7bb-0d14fcee0faf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:38Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 2, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "35facd46-9f0b-4daf-a490-0d16b3146445", "name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}, {"description": "Default security group", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:30Z", "updated_at": "2019-01-09T08:18:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "57a99d3b-9ba6-4f55-be67-a5152fd89ae1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "663293a7-4c83-4d3f-b3d7-8c1554b5afda", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "73128366-b864-43f0-a520-a838cbdc7402", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "fdf57b0f-eb38-421c-9c42-4e6b27842510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 4, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "name": "default"}]} 2019-01-09 08:18:39,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-159d6573-5070-4826-b245-5f0622fc048c 2019-01-09 08:18:39,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208698987961s 2019-01-09 08:18:39,064 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-159d6573-5070-4826-b245-5f0622fc048c 2019-01-09 08:18:39,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-09 08:18:39,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -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": "35facd46-9f0b-4daf-a490-0d16b3146445"}}' 2019-01-09 08:18:39,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-803eaf2f-e49a-48f0-8f41-5c406a5d677c Date: Wed, 09 Jan 2019 08:18:39 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": "2019-01-09T08:18:39Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "port_range_min": 22, "revision_number": 0, "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:39Z", "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "4ed369bd-770a-446a-944e-454bb948a448"}} 2019-01-09 08:18:39,244 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-803eaf2f-e49a-48f0-8f41-5c406a5d677c 2019-01-09 08:18:39,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.176045894623s 2019-01-09 08:18:39,245 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-803eaf2f-e49a-48f0-8f41-5c406a5d677c 2019-01-09 08:18:39,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:18:39,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:39,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-103b64c0-a502-442f-ab4c-ff1e90e4fdc0 Date: Wed, 09 Jan 2019 08:18:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:38Z", "updated_at": "2019-01-09T08:18:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:38Z", "revision_number": 0, "id": "1d9e848b-9f1d-4476-b187-2e0d53836fac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:38Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:38Z", "revision_number": 0, "id": "4bafc6aa-dae8-41d1-a7bb-0d14fcee0faf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:38Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T08:18:39Z", "revision_number": 0, "id": "4ed369bd-770a-446a-944e-454bb948a448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:39Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 3, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "35facd46-9f0b-4daf-a490-0d16b3146445", "name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}, {"description": "Default security group", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:30Z", "updated_at": "2019-01-09T08:18:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "57a99d3b-9ba6-4f55-be67-a5152fd89ae1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "663293a7-4c83-4d3f-b3d7-8c1554b5afda", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "73128366-b864-43f0-a520-a838cbdc7402", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "fdf57b0f-eb38-421c-9c42-4e6b27842510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 4, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "name": "default"}]} 2019-01-09 08:18:39,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-103b64c0-a502-442f-ab4c-ff1e90e4fdc0 2019-01-09 08:18:39,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191427946091s 2019-01-09 08:18:39,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-103b64c0-a502-442f-ab4c-ff1e90e4fdc0 2019-01-09 08:18:39,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-09 08:18:39,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -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": "35facd46-9f0b-4daf-a490-0d16b3146445"}}' 2019-01-09 08:18:39,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b66f3713-cff9-465a-b867-885e45b66e49 Date: Wed, 09 Jan 2019 08:18:39 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": "2019-01-09T08:18:39Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "port_range_min": null, "revision_number": 0, "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:39Z", "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "7083c86d-73ae-49e7-8498-40914bdc3108"}} 2019-01-09 08:18:39,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-b66f3713-cff9-465a-b867-885e45b66e49 2019-01-09 08:18:39,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.358297109604s 2019-01-09 08:18:39,802 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-b66f3713-cff9-465a-b867-885e45b66e49 2019-01-09 08:18:39,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:18:39,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:40,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-70d26865-2fe0-4171-acea-0afc85a6e681 Date: Wed, 09 Jan 2019 08:18:40 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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["171945d1-cc79-4f10-a24c-e615b03e67e7"],"updated_at":"2019-01-09T08:18:31Z","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5748d9344d1643f7a83c04f32eb04885","id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","name":"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:18:40,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-70d26865-2fe0-4171-acea-0afc85a6e681 2019-01-09 08:18:40,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249284029007s 2019-01-09 08:18:40,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-70d26865-2fe0-4171-acea-0afc85a6e681 2019-01-09 08:18:40,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:18:40,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:40,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f2e2c9b5-4d5a-431b-a7ca-13c90b8e9f22 Date: Wed, 09 Jan 2019 08:18:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap", "metadata": {}}], "file": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file", "owner": "5748d9344d1643f7a83c04f32eb04885", "id": "e93c303d-a63c-4935-846a-667058d6a20c", "size": 12716032, "self": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:18:37Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:18:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:18:40,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f2e2c9b5-4d5a-431b-a7ca-13c90b8e9f22 2019-01-09 08:18:40,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168458938599s 2019-01-09 08:18:40,223 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f2e2c9b5-4d5a-431b-a7ca-13c90b8e9f22 2019-01-09 08:18:40,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 08:18:40,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:40,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18: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-6707f7aa-ff08-457b-a143-85de060c0ce1 x-compute-request-id: req-6707f7aa-ff08-457b-a143-85de060c0ce1 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "name": "vping_ssh-flavor_708bc7ee-f327-4f1f-b856-77e3ebb53370", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 08:18:40,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-6707f7aa-ff08-457b-a143-85de060c0ce1 2019-01-09 08:18:40,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0337710380554s 2019-01-09 08:18:40,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-6707f7aa-ff08-457b-a143-85de060c0ce1 2019-01-09 08:18:40,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-09 08:18:40,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"server": {"name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "imageRef": "e93c303d-a63c-4935-846a-667058d6a20c", "flavorRef": "862b16ad-848c-4f6b-a00c-7cc387171db7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6c73904a-70ad-4e6b-8856-7bdf6c82baf8"}], "security_groups": [{"name": "35facd46-9f0b-4daf-a490-0d16b3146445"}]}}' 2019-01-09 08:18:42,311 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:18: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-7b9cc977-2825-48a1-9ce5-dfa274bcbea6 x-compute-request-id: req-7b9cc977-2825-48a1-9ce5-dfa274bcbea6 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "35facd46-9f0b-4daf-a490-0d16b3146445"}], "OS-DCF:diskConfig": "MANUAL", "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "adminPass": "f76nhaPnQhVC"}} 2019-01-09 08:18:42,311 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-7b9cc977-2825-48a1-9ce5-dfa274bcbea6 2019-01-09 08:18:42,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.05034995079s 2019-01-09 08:18:42,312 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-7b9cc977-2825-48a1-9ce5-dfa274bcbea6 2019-01-09 08:18:42,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:18:42,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:42,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-8f052cd7-13a9-4ee7-b0bd-bb9cb92e99e5 x-compute-request-id: req-8f052cd7-13a9-4ee7-b0bd-bb9cb92e99e5 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:18:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:18:42,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8f052cd7-13a9-4ee7-b0bd-bb9cb92e99e5 2019-01-09 08:18:42,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.272620201111s 2019-01-09 08:18:42,586 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8f052cd7-13a9-4ee7-b0bd-bb9cb92e99e5 2019-01-09 08:18:42,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:18:42,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:42,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9435ff34-df40-4917-a2db-bbfc97be23f5 Date: Wed, 09 Jan 2019 08:18:42 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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["171945d1-cc79-4f10-a24c-e615b03e67e7"],"updated_at":"2019-01-09T08:18:31Z","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5748d9344d1643f7a83c04f32eb04885","id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","name":"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:18:42,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9435ff34-df40-4917-a2db-bbfc97be23f5 2019-01-09 08:18:42,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255879878998s 2019-01-09 08:18:42,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9435ff34-df40-4917-a2db-bbfc97be23f5 2019-01-09 08:18:42,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-09 08:18:42,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:42,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c7c1184b-c8d0-4bb1-8595-8d04d6d302e1 Date: Wed, 09 Jan 2019 08:18:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-09T08:18:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5748d9344d1643f7a83c04f32eb04885","id":"171945d1-cc79-4f10-a24c-e615b03e67e7","subnetpool_id":null,"name":"vping_ssh-subnet_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:18:42,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-c7c1184b-c8d0-4bb1-8595-8d04d6d302e1 2019-01-09 08:18:42,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.055985212326s 2019-01-09 08:18:42,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-c7c1184b-c8d0-4bb1-8595-8d04d6d302e1 2019-01-09 08:18:42,906 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:18:44,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:18:44,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:45,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-3b946ff9-f0f7-48c1-9792-3cd97c47a1f8 x-compute-request-id: req-3b946ff9-f0f7-48c1-9792-3cd97c47a1f8 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "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": "2019-01-09T08:18:43Z", "hostId": "c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:18:45,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3b946ff9-f0f7-48c1-9792-3cd97c47a1f8 2019-01-09 08:18:45,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640151977539s 2019-01-09 08:18:45,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3b946ff9-f0f7-48c1-9792-3cd97c47a1f8 2019-01-09 08:18:45,554 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:18:47,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:18:47,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:48,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c62229d9-2bf0-4137-95c8-1f550a3a9806 x-compute-request-id: req-c62229d9-2bf0-4137-95c8-1f550a3a9806 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:c1:93", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:46.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:47Z", "hostId": "c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:18:48,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c62229d9-2bf0-4137-95c8-1f550a3a9806 2019-01-09 08:18:48,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585882902145s 2019-01-09 08:18:48,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c62229d9-2bf0-4137-95c8-1f550a3a9806 2019-01-09 08:18:48,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-09 08:18:48,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=05756358-ce5f-4ac3-951b-eb23f249735d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:48,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2ef1ac5b-13bf-4e54-8818-c122dd08d89a Date: Wed, 09 Jan 2019 08:18:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:44Z","admin_state_up":true,"updated_at":"2019-01-09T08:18:45Z","binding:vnic_type":"normal","device_id":"05756358-ce5f-4ac3-951b-eb23f249735d","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:63:c1:93","id":"667c3f24-aeff-4a4f-9af5-3146f1baad98","port_security_enabled":true,"project_id":"5748d9344d1643f7a83c04f32eb04885","fixed_ips":[{"subnet_id":"171945d1-cc79-4f10-a24c-e615b03e67e7","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["35facd46-9f0b-4daf-a490-0d16b3146445"],"name":""}]} 2019-01-09 08:18:48,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=05756358-ce5f-4ac3-951b-eb23f249735d used request id req-2ef1ac5b-13bf-4e54-8818-c122dd08d89a 2019-01-09 08:18:48,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.212366104126s 2019-01-09 08:18:48,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=05756358-ce5f-4ac3-951b-eb23f249735d used request id req-2ef1ac5b-13bf-4e54-8818-c122dd08d89a 2019-01-09 08:18:48,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-09 08:18:48,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=667c3f24-aeff-4a4f-9af5-3146f1baad98" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:48,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9d494b40-d820-463c-9b35-991c1997afae Date: Wed, 09 Jan 2019 08:18:48 GMT RESP BODY: {"floatingips": []} 2019-01-09 08:18:48,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=667c3f24-aeff-4a4f-9af5-3146f1baad98 used request id req-9d494b40-d820-463c-9b35-991c1997afae 2019-01-09 08:18:48,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.018082857132s 2019-01-09 08:18:48,383 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=667c3f24-aeff-4a4f-9af5-3146f1baad98 used request id req-9d494b40-d820-463c-9b35-991c1997afae 2019-01-09 08:18:48,383 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:63:c1:93', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e93c303d-a63c-4935-846a-667058d6a20c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-09T08:18:46.000000', 'flavor': Munch({u'id': u'862b16ad-848c-4f6b-a00c-7cc387171db7'}), 'az': u'nova', 'id': u'05756358-ce5f-4ac3-951b-eb23f249735d', 'security_groups': [Munch({u'name': u'vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'114d87669a3b481692e0824d83e8b883', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', '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'2019-01-09T08:18:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-09T08:18:47Z', 'hostId': u'c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9', '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'2019-01-09T08:18:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5748d9344d1643f7a83c04f32eb04885', 'name': u'vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'adminPass': u'f76nhaPnQhVC', 'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', 'region': 'regionOne', 'created': u'2019-01-09T08:18:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-09 08:18:48,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:18:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:48,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-3c79e53d-0ac1-42c1-9f33-b5e44c145ee5 Date: Wed, 09 Jan 2019 08:18:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["171945d1-cc79-4f10-a24c-e615b03e67e7"],"updated_at":"2019-01-09T08:18:31Z","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5748d9344d1643f7a83c04f32eb04885","id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","name":"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:18:48,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3c79e53d-0ac1-42c1-9f33-b5e44c145ee5 2019-01-09 08:18:48,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116056919098s 2019-01-09 08:18:48,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3c79e53d-0ac1-42c1-9f33-b5e44c145ee5 2019-01-09 08:18:48,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:18:48,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:48,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-53d4cf18-b548-4216-a535-d3f843606ba3 Date: Wed, 09 Jan 2019 08:18:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap", "metadata": {}}], "file": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file", "owner": "5748d9344d1643f7a83c04f32eb04885", "id": "e93c303d-a63c-4935-846a-667058d6a20c", "size": 12716032, "self": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:18:37Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:18:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:18:48,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-53d4cf18-b548-4216-a535-d3f843606ba3 2019-01-09 08:18:48,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178360939026s 2019-01-09 08:18:48,681 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-53d4cf18-b548-4216-a535-d3f843606ba3 2019-01-09 08:18:48,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 08:18:48,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:48,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18: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-64c92977-95ff-45d6-bdbf-b62fec83a1ba x-compute-request-id: req-64c92977-95ff-45d6-bdbf-b62fec83a1ba Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "name": "vping_ssh-flavor_708bc7ee-f327-4f1f-b856-77e3ebb53370", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 08:18:48,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-64c92977-95ff-45d6-bdbf-b62fec83a1ba 2019-01-09 08:18:48,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0392858982086s 2019-01-09 08:18:48,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-64c92977-95ff-45d6-bdbf-b62fec83a1ba 2019-01-09 08:18:48,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-09 08:18:48,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"server": {"name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "imageRef": "e93c303d-a63c-4935-846a-667058d6a20c", "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "flavorRef": "862b16ad-848c-4f6b-a00c-7cc387171db7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6c73904a-70ad-4e6b-8856-7bdf6c82baf8"}], "security_groups": [{"name": "35facd46-9f0b-4daf-a490-0d16b3146445"}]}}' 2019-01-09 08:18:50,754 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:18: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-593bbca2-72f2-424a-8e39-a105c835d7e5 x-compute-request-id: req-593bbca2-72f2-424a-8e39-a105c835d7e5 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "35facd46-9f0b-4daf-a490-0d16b3146445"}], "OS-DCF:diskConfig": "MANUAL", "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "adminPass": "9ivSTWnBcygs"}} 2019-01-09 08:18:50,754 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-593bbca2-72f2-424a-8e39-a105c835d7e5 2019-01-09 08:18:50,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.03071594238s 2019-01-09 08:18:50,755 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-593bbca2-72f2-424a-8e39-a105c835d7e5 2019-01-09 08:18:50,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:18:50,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:51,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-feef4760-6dd3-4c33-ae73-4a6a94a22534 x-compute-request-id: req-feef4760-6dd3-4c33-ae73-4a6a94a22534 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:18:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:50Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:c1:93", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:46.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:47Z", "hostId": "c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:18:51,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-feef4760-6dd3-4c33-ae73-4a6a94a22534 2019-01-09 08:18:51,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524333953857s 2019-01-09 08:18:51,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-feef4760-6dd3-4c33-ae73-4a6a94a22534 2019-01-09 08:18:51,286 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:18:53,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:18:53,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:54,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e5b7cb0-2568-48ca-8f18-ec93f7c0ea9e x-compute-request-id: req-6e5b7cb0-2568-48ca-8f18-ec93f7c0ea9e Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "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": "2019-01-09T08:18:52Z", "hostId": "2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:50Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:c1:93", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:46.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:47Z", "hostId": "c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:18:54,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e5b7cb0-2568-48ca-8f18-ec93f7c0ea9e 2019-01-09 08:18:54,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80846786499s 2019-01-09 08:18:54,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6e5b7cb0-2568-48ca-8f18-ec93f7c0ea9e 2019-01-09 08:18:54,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:18:56,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:18:56,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:56,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18: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-f387fca5-bf84-4c38-a7e6-640139d6cc82 x-compute-request-id: req-f387fca5-bf84-4c38-a7e6-640139d6cc82 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "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": "2019-01-09T08:18:52Z", "hostId": "2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:50Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:c1:93", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:46.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:47Z", "hostId": "c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:18:56,766 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f387fca5-bf84-4c38-a7e6-640139d6cc82 2019-01-09 08:18:56,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662515163422s 2019-01-09 08:18:56,767 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f387fca5-bf84-4c38-a7e6-640139d6cc82 2019-01-09 08:18:56,770 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:18:58,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:18:58,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:18:59,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:18: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-5a17b33f-41d6-499b-8ed7-045fa4ac41ff x-compute-request-id: req-5a17b33f-41d6-499b-8ed7-045fa4ac41ff Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "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": "2019-01-09T08:18:52Z", "hostId": "2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:50Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:c1:93", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:46.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:47Z", "hostId": "c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:18:59,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5a17b33f-41d6-499b-8ed7-045fa4ac41ff 2019-01-09 08:18:59,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447222948074s 2019-01-09 08:18:59,221 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5a17b33f-41d6-499b-8ed7-045fa4ac41ff 2019-01-09 08:18:59,226 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:19:01,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:01,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:01,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-23cd1ebf-5e27-4047-996a-a436fc8bfe06 x-compute-request-id: req-23cd1ebf-5e27-4047-996a-a436fc8bfe06 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:6d:06", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:58.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:59Z", "hostId": "2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:50Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:c1:93", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:46.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:47Z", "hostId": "c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:01,866 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-23cd1ebf-5e27-4047-996a-a436fc8bfe06 2019-01-09 08:19:01,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.638226032257s 2019-01-09 08:19:01,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-23cd1ebf-5e27-4047-996a-a436fc8bfe06 2019-01-09 08:19:01,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-09 08:19:01,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=09147a52-1324-4e8d-8add-39ebf3f14b07" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:01,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cce88f2e-4dae-4735-996f-b669986508c1 Date: Wed, 09 Jan 2019 08:19:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:52Z","admin_state_up":true,"updated_at":"2019-01-09T08:18:55Z","binding:vnic_type":"normal","device_id":"09147a52-1324-4e8d-8add-39ebf3f14b07","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:38:6d:06","id":"07311341-52c8-4f63-99dc-db73989e0289","port_security_enabled":true,"project_id":"5748d9344d1643f7a83c04f32eb04885","fixed_ips":[{"subnet_id":"171945d1-cc79-4f10-a24c-e615b03e67e7","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["35facd46-9f0b-4daf-a490-0d16b3146445"],"name":""}]} 2019-01-09 08:19:01,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=09147a52-1324-4e8d-8add-39ebf3f14b07 used request id req-cce88f2e-4dae-4735-996f-b669986508c1 2019-01-09 08:19:01,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0885419845581s 2019-01-09 08:19:01,961 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=09147a52-1324-4e8d-8add-39ebf3f14b07 used request id req-cce88f2e-4dae-4735-996f-b669986508c1 2019-01-09 08:19:01,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-09 08:19:01,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=07311341-52c8-4f63-99dc-db73989e0289" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:02,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a261a35e-4224-4a92-a822-493b029fee94 Date: Wed, 09 Jan 2019 08:19:02 GMT RESP BODY: {"floatingips": []} 2019-01-09 08:19:02,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=07311341-52c8-4f63-99dc-db73989e0289 used request id req-a261a35e-4224-4a92-a822-493b029fee94 2019-01-09 08:19:02,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.258330106735s 2019-01-09 08:19:02,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=07311341-52c8-4f63-99dc-db73989e0289 used request id req-a261a35e-4224-4a92-a822-493b029fee94 2019-01-09 08:19:02,225 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:38:6d:06', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e93c303d-a63c-4935-846a-667058d6a20c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-09T08:18:58.000000', 'flavor': Munch({u'id': u'862b16ad-848c-4f6b-a00c-7cc387171db7'}), 'az': u'nova', 'id': u'09147a52-1324-4e8d-8add-39ebf3f14b07', 'security_groups': [Munch({u'name': u'vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'114d87669a3b481692e0824d83e8b883', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', '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'2019-01-09T08:18:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-09T08:18:59Z', 'hostId': u'2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12', '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'2019-01-09T08:18:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5748d9344d1643f7a83c04f32eb04885', 'name': u'vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'adminPass': u'9ivSTWnBcygs', 'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', 'region': 'regionOne', 'created': u'2019-01-09T08:18:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-09 08:19:02,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:19:02,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:02,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-6d97dd31-c750-422d-92f3-42a641699697 Date: Wed, 09 Jan 2019 08:19:02 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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["171945d1-cc79-4f10-a24c-e615b03e67e7"],"updated_at":"2019-01-09T08:18:31Z","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5748d9344d1643f7a83c04f32eb04885","id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","name":"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:19:02,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6d97dd31-c750-422d-92f3-42a641699697 2019-01-09 08:19:02,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25147986412s 2019-01-09 08:19:02,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6d97dd31-c750-422d-92f3-42a641699697 2019-01-09 08:19:02,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-09 08:19:02,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=09147a52-1324-4e8d-8add-39ebf3f14b07" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:02,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7f2819dd-4595-4a58-bfec-5a9b956f98f4 Date: Wed, 09 Jan 2019 08:19:02 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:52Z","admin_state_up":true,"updated_at":"2019-01-09T08:18:55Z","binding:vnic_type":"normal","device_id":"09147a52-1324-4e8d-8add-39ebf3f14b07","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:38:6d:06","id":"07311341-52c8-4f63-99dc-db73989e0289","port_security_enabled":true,"project_id":"5748d9344d1643f7a83c04f32eb04885","fixed_ips":[{"subnet_id":"171945d1-cc79-4f10-a24c-e615b03e67e7","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["35facd46-9f0b-4daf-a490-0d16b3146445"],"name":""}]} 2019-01-09 08:19:02,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=09147a52-1324-4e8d-8add-39ebf3f14b07 used request id req-7f2819dd-4595-4a58-bfec-5a9b956f98f4 2019-01-09 08:19:02,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0558378696442s 2019-01-09 08:19:02,538 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=09147a52-1324-4e8d-8add-39ebf3f14b07 used request id req-7f2819dd-4595-4a58-bfec-5a9b956f98f4 2019-01-09 08:19:02,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2019-01-09 08:19:02,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"floatingip": {"floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": "192.168.120.8", "port_id": "07311341-52c8-4f63-99dc-db73989e0289"}}' 2019-01-09 08:19:04,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-524ea19b-2e47-42a5-95fd-3a1d0e93bdd7 Date: Wed, 09 Jan 2019 08:19:04 GMT RESP BODY: {"floatingip": {"router_id": "67201413-351f-4940-87ee-ac8c89bcbdc1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2019-01-09T08:19:03Z", "floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "07311341-52c8-4f63-99dc-db73989e0289", "id": "9b6abae9-8635-48d7-9ec9-3ea7464954f9", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:19:03Z", "project_id": "5748d9344d1643f7a83c04f32eb04885"}} 2019-01-09 08:19:04,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-524ea19b-2e47-42a5-95fd-3a1d0e93bdd7 2019-01-09 08:19:04,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.51028895378s 2019-01-09 08:19:04,049 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-524ea19b-2e47-42a5-95fd-3a1d0e93bdd7 2019-01-09 08:19:04,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-09 08:19:04,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:04,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-4ce7e2b8-9081-4f30-94b3-00f79d30ffb8 Date: Wed, 09 Jan 2019 08:19:04 GMT RESP BODY: {"floatingips": [{"router_id": "67201413-351f-4940-87ee-ac8c89bcbdc1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2019-01-09T08:19:03Z", "floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "07311341-52c8-4f63-99dc-db73989e0289", "id": "9b6abae9-8635-48d7-9ec9-3ea7464954f9", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:19:03Z", "project_id": "5748d9344d1643f7a83c04f32eb04885"}]} 2019-01-09 08:19:04,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-4ce7e2b8-9081-4f30-94b3-00f79d30ffb8 2019-01-09 08:19:04,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0221929550171s 2019-01-09 08:19:04,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-4ce7e2b8-9081-4f30-94b3-00f79d30ffb8 2019-01-09 08:19:04,084 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'67201413-351f-4940-87ee-ac8c89bcbdc1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5748d9344d1643f7a83c04f32eb04885', 'created_at': u'2019-01-09T08:19:03Z', 'attached': True, 'updated_at': u'2019-01-09T08:19:03Z', 'id': u'9b6abae9-8635-48d7-9ec9-3ea7464954f9', 'floating_network_id': u'10b23b07-756b-4000-b2c9-9121d33fb1bd', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5748d9344d1643f7a83c04f32eb04885', 'name': 'vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'67201413-351f-4940-87ee-ac8c89bcbdc1', 'project_id': u'5748d9344d1643f7a83c04f32eb04885', 'port_id': u'07311341-52c8-4f63-99dc-db73989e0289', 'port': u'07311341-52c8-4f63-99dc-db73989e0289', 'network': u'10b23b07-756b-4000-b2c9-9121d33fb1bd'}) 2019-01-09 08:19:04,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-09 08:19:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07/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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 08:19:05,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-da57a026-c9d1-4741-85ba-d8042fdf879e x-compute-request-id: req-da57a026-c9d1-4741-85ba-d8042fdf879e Content-Encoding: gzip Content-Length: 9589 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 593369157 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.174653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.177099] pid_max: default: 32768 minimum: 301\n[ 0.178443] ACPI: Core revision 20150930\n[ 0.180138] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.182081] Security Framework initialized\n[ 0.183269] Yama: becoming mindful.\n[ 0.184313] AppArmor: AppArmor initialized\n[ 0.185560] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.187520] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.189474] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191286] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193318] Initializing cgroup subsys io\n[ 0.194485] Initializing cgroup subsys memory\n[ 0.195740] Initializing cgroup subsys devices\n[ 0.197009] Initializing cgroup subsys freezer\n[ 0.198262] Initializing cgroup subsys net_cls\n[ 0.199517] Initializing cgroup subsys perf_event\n[ 0.200841] Initializing cgroup subsys net_prio\n[ 0.202132] Initializing cgroup subsys hugetlb\n[ 0.203395] Initializing cgroup subsys pids\n[ 0.204640] CPU: Physical Processor ID: 0\n[ 0.206494] mce: CPU supports 10 MCE banks\n[ 0.207712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209204] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.220349] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.227452] ftrace: allocating 31920 entries in 125 pages\n[ 0.254078] smpboot: Max logical packages: 1\n[ 0.255312] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.257262] x2apic enabled\n[ 0.258315] Switched APIC routing to physical x2apic.\n[ 0.260497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.262126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.264982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.267555] KVM setup paravirtual spinlock\n[ 0.269210] x86: Booted up 1 node, 1 CPUs\n[ 0.270365] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.272343] devtmpfs: initialized\n[ 0.274330] evm: security.selinux\n[ 0.275310] evm: security.SMACK64\n[ 0.276304] evm: security.SMACK64EXEC\n[ 0.277373] evm: security.SMACK64TRANSMUTE\n[ 0.278548] evm: security.SMACK64MMAP\n[ 0.279618] evm: security.ima\n[ 0.280521] evm: security.capability\n[ 0.281639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.284358] pinctrl core: initialized pinctrl subsystem\n[ 0.285919] RTC time: 8:18:58, date: 01/09/19\n[ 0.287257] NET: Registered protocol family 16\n[ 0.288615] cpuidle: using governor ladder\n[ 0.289785] cpuidle: using governor menu\n[ 0.290938] PCCT header not found.\n[ 0.292000] ACPI: bus type PCI registered\n[ 0.293159] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.295012] PCI: Using configuration type 1 for base access\n[ 0.297299] ACPI: Added _OSI(Module Device)\n[ 0.298490] ACPI: Added _OSI(Processor Device)\n[ 0.299762] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.301071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.303667] ACPI: Interpreter enabled\n[ 0.304762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.307466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315508] ACPI: (supports S0 S5)\n[ 0.316504] ACPI: Using IOAPIC for interrupt routing\n[ 0.317909] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.323477] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.325327] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.327106] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330338] acpiphp: Slot [3] registered\n[ 0.331472] acpiphp: Slot [4] registered\n[ 0.332602] acpiphp: Slot [5] registered\n[ 0.333738] acpiphp: Slot [6] registered\n[ 0.334877] acpiphp: Slot [7] registered\n[ 0.336014] acpiphp: Slot [8] registered\n[ 0.337160] acpiphp: Slot [9] registered\n[ 0.338335] acpiphp: Slot [10] registered\n[ 0.339479] acpiphp: Slot [11] registered\n[ 0.340630] acpiphp: Slot [12] registered\n[ 0.341781] acpiphp: Slot [13] registered\n[ 0.342973] acpiphp: Slot [14] registered\n[ 0.344158] acpiphp: Slot [15] registered\n[ 0.355557] acpiphp: Slot [16] registered\n[ 0.356742] acpiphp: Slot [17] registered\n[ 0.357928] acpiphp: Slot [18] registered\n[ 0.359098] acpiphp: Slot [19] registered\n[ 0.360286] acpiphp: Slot [20] registered\n[ 0.361464] acpiphp: Slot [21] registered\n[ 0.362635] acpiphp: Slot [22] registered\n[ 0.363803] acpiphp: Slot [23] registered\n[ 0.364998] acpiphp: Slot [24] registered\n[ 0.366178] acpiphp: Slot [25] registered\n[ 0.367368] acpiphp: Slot [26] registered\n[ 0.368549] acpiphp: Slot [27] registered\n[ 0.369709] acpiphp: Slot [28] registered\n[ 0.370882] acpiphp: Slot [29] registered\n[ 0.372095] acpiphp: Slot [30] registered\n[ 0.373270] acpiphp: Slot [31] registered\n[ 0.374434] PCI host bridge to bus 0000:00\n[ 0.375619] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.377449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.379300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.381430] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.383559] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.390268] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.392177] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.393949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.395825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404707] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454259] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456158] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459683] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461319] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462862] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.465121] vgaarb: loaded\n[ 0.465954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467535] SCSI subsystem initialized\n[ 0.468670] ACPI: bus type USB registered\n[ 0.469827] usbcore: registered new interface driver usbfs\n[ 0.471312] usbcore: registered new interface driver hub\n[ 0.472792] usbcore: registered new device driver usb\n[ 0.474333] PCI: Using ACPI for IRQ routing\n[ 0.475725] NetLabel: Initializing\n[ 0.476743] NetLabel: domain hash size = 128\n[ 0.478006] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479411] NetLabel: unlabeled traffic allowed by default\n[ 0.481017] clocksource: Switched to clocksource kvm-clock\n[ 0.486874] AppArmor: AppArmor Filesystem Enabled\n[ 0.488054] pnp: PnP ACPI init\n[ 0.489123] pnp: PnP ACPI: found 5 devices\n[ 0.495790] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497902] NET: Registered protocol family 2\n[ 0.499048] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.500712] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.502152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.503615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504984] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506487] NET: Registered protocol family 1\n[ 0.507532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.510216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538688] Trying to unpack rootfs image as initramfs...\n[ 0.588433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.602825] Scanning for low memory corruption every 60 seconds\n[ 0.604426] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.605862] audit: initializing netlink subsys (disabled)\n[ 0.607182] audit: type=2000 audit(1547021939.145:1): initialized\n[ 0.608792] Initialise system trusted keyring\n[ 0.609984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.613745] zbud: loaded\n[ 0.614589] VFS: Disk quotas dquot_6.6.0\n[ 0.615597] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.617461] fuse init (API version 7.23)\n[ 0.618562] Key type big_key registered\n[ 0.619606] Allocating IMA MOK and blacklist keyrings.\n[ 0.621371] Key type asymmetric registered\n[ 0.622407] Asymmetric key parser 'x509' registered\n[ 0.623623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.627376] io scheduler noop registered\n[ 0.628374] io scheduler deadline registered (default)\n[ 0.629620] io scheduler cfq registered\n[ 0.630643] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631989] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.633560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635396] ACPI: Power Button [PWRF]\n[ 0.636391] GHES: HEST is not enabled!\n[ 0.650383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682483] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.710104] Linux agpgart interface v0.103\n[ 0.713274] brd: module loaded\n[ 0.715329] loop: module loaded\n[ 0.727988] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729820] GPT:90111 != 2097151\n[ 0.730705] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732191] GPT:90111 != 2097151\n[ 0.733103] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734416] vda: vda1 vda15\n[ 0.736045] scsi host0: ata_piix\n[ 0.736983] scsi host1: ata_piix\n[ 0.737775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.739090] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.740849] libphy: Fixed MDIO Bus: probed\n[ 0.741970] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.745366] PPP generic driver version 2.4.2\n[ 0.746618] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.748135] ehci-pci: EHCI PCI platform driver\n[ 0.749280] ehci-platform: EHCI generic platform driver\n[ 0.750466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751930] ohci-pci: OHCI PCI platform driver\n[ 0.753097] ohci-platform: OHCI generic platform driver\n[ 0.754411] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769124] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770471] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772383] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.775203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776921] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778840] usb usb1: Product: UHCI Host Controller\n[ 0.780185] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781804] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.783068] hub 1-0:1.0: USB hub found\n[ 0.784098] hub 1-0:1.0: 2 ports detected\n[ 0.785284] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789214] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790622] mousedev: PS/2 mouse device common for all mice\n[ 0.792318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.794708] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.797765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.799449] i2c /dev entries driver\n[ 0.800465] device-mapper: uevent: version 1.0.3\n[ 0.801740] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.804004] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805757] NET: Registered protocol family 10\n[ 0.807075] NET: Registered protocol family 17\n[ 0.808277] Key type dns_resolver registered\n[ 0.809478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810968] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813315] registered taskstats version 1\n[ 0.814438] Loading compiled-in X.509 certificates\n[ 0.816139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818707] zswap: loaded using pool lzo/zbud\n[ 0.820349] Key type trusted registered\n[ 0.822184] Key type encrypted registered\n[ 0.823188] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826038] evm: HMAC attrs: 0x1\n[ 0.827198] Magic number: 3:761:320\n[ 0.828241] misc microcode: hash matches\n[ 0.829318] platform microcode: hash matches\n[ 0.830464] tty tty45: hash matches\n[ 0.831497] rtc_cmos 00:00: setting system clock to 2019-01-09 08:18:59 UTC (1547021939)\n[ 0.833717] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.835223] EDD information not available.\n[ 0.897995] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.900124] Write protecting the kernel read-only data: 14336k\n[ 0.902139] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904326] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.70\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.959169] 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.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.80. iid=i-00000023\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPMoYOfZhjBclMgrObiTVBkP7Nl3gGadFUbjdBQE/OYK1EMnZ8yYJnWD7IFAkiLx28aSugemUrsfE7YyTBX37L9V5GmJyuSpJYYpnM7eB0G3nhn0tsosNCyvFYfHbzzVVrO0ANSUMUNCM9itt+vDQIpFZDhTs+imNaBXPMhJ/pQERyriAnA9W5JO1CdOOALZcGxVKyXAU6/5MJly4t/bw/QsZsKe/qEFcbtJ3/vLxk7Yy7FxIuiquws2PYy7zfTelFitpJMGGddD0wkaipoiMc5p0rdCc7BPrDcfUfqatkLhFKU4PP6mvDRVHFDj2FgckYzFJm8FHjpBEXCe6YXRFb root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370\nssh-dss AAAAB3NzaC1kc3MAAACBAOuZHkFOpUieHncwZbzs2YFYDuJzq1wDuXkGqys6MtBTuhlhQroqUfnm817HYaMhi9XtK7hLj97PDdJ6ejzgy9tbM5E+rBpLhTritZvanZSPqfI3ub+RC5/Ka284SD106sAXiLpzucgbHjDceVv00nh2sjDYjTYPhEUXllYYhTUnAAAAFQC2qCi4Dc9ji+q2AnmUp11VMu5g0wAAAIEAiOmyhQG4mA0Ku5cMnKpM/BUi2L6wiyVqf4J3UlMdmZVwid6McMU12b9P5kDa4tytJxwAXugXpOT2fLuD+P2HhBXRz6cUfTwn3Ysh7SP0lwDW7EHCu4U7gzVpCCFVlASZLy015dG0gOmgLVuRLYAXhWTcL7fvkhPQjVJbULdbbdoAAACAFm1jT/TBPgLIXjgnKvLf7MOB4gNupckRgfYjMOr/TaXsXxc2Sou/jrc8ALzvZyc23dJwQ435BnEHz+RFZVGNjZGHB4nLKWXz8GNjO3Xqy0SGJylbwSFTSH/xvaBSCu7Z8tA4y2xdBkGzp+vhiKLRysU0fmZAUIkfwa85NPaiPEI= root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe38:6d06/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.45 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 login: "} 2019-01-09 08:19:05,194 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07/action used request id req-da57a026-c9d1-4741-85ba-d8042fdf879e 2019-01-09 08:19:05,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10937786102s 2019-01-09 08:19:05,195 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07/action used request id req-da57a026-c9d1-4741-85ba-d8042fdf879e 2019-01-09 08:19:05,195 - 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 593369157 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.174653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.177099] pid_max: default: 32768 minimum: 301 [ 0.178443] ACPI: Core revision 20150930 [ 0.180138] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.182081] Security Framework initialized [ 0.183269] Yama: becoming mindful. [ 0.184313] AppArmor: AppArmor initialized [ 0.185560] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.187520] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.189474] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191286] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193318] Initializing cgroup subsys io [ 0.194485] Initializing cgroup subsys memory [ 0.195740] Initializing cgroup subsys devices [ 0.197009] Initializing cgroup subsys freezer [ 0.198262] Initializing cgroup subsys net_cls [ 0.199517] Initializing cgroup subsys perf_event [ 0.200841] Initializing cgroup subsys net_prio [ 0.202132] Initializing cgroup subsys hugetlb [ 0.203395] Initializing cgroup subsys pids [ 0.204640] CPU: Physical Processor ID: 0 [ 0.206494] mce: CPU supports 10 MCE banks [ 0.207712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209204] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.220349] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.227452] ftrace: allocating 31920 entries in 125 pages [ 0.254078] smpboot: Max logical packages: 1 [ 0.255312] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.257262] x2apic enabled [ 0.258315] Switched APIC routing to physical x2apic. [ 0.260497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.262126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.264982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.267555] KVM setup paravirtual spinlock [ 0.269210] x86: Booted up 1 node, 1 CPUs [ 0.270365] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.272343] devtmpfs: initialized [ 0.274330] evm: security.selinux [ 0.275310] evm: security.SMACK64 [ 0.276304] evm: security.SMACK64EXEC [ 0.277373] evm: security.SMACK64TRANSMUTE [ 0.278548] evm: security.SMACK64MMAP [ 0.279618] evm: security.ima [ 0.280521] evm: security.capability [ 0.281639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.284358] pinctrl core: initialized pinctrl subsystem [ 0.285919] RTC time: 8:18:58, date: 01/09/19 [ 0.287257] NET: Registered protocol family 16 [ 0.288615] cpuidle: using governor ladder [ 0.289785] cpuidle: using governor menu [ 0.290938] PCCT header not found. [ 0.292000] ACPI: bus type PCI registered [ 0.293159] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.295012] PCI: Using configuration type 1 for base access [ 0.297299] ACPI: Added _OSI(Module Device) [ 0.298490] ACPI: Added _OSI(Processor Device) [ 0.299762] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301071] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303667] ACPI: Interpreter enabled [ 0.304762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.307466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315508] ACPI: (supports S0 S5) [ 0.316504] ACPI: Using IOAPIC for interrupt routing [ 0.317909] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323477] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325327] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.327106] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330338] acpiphp: Slot [3] registered [ 0.331472] acpiphp: Slot [4] registered [ 0.332602] acpiphp: Slot [5] registered [ 0.333738] acpiphp: Slot [6] registered [ 0.334877] acpiphp: Slot [7] registered [ 0.336014] acpiphp: Slot [8] registered [ 0.337160] acpiphp: Slot [9] registered [ 0.338335] acpiphp: Slot [10] registered [ 0.339479] acpiphp: Slot [11] registered [ 0.340630] acpiphp: Slot [12] registered [ 0.341781] acpiphp: Slot [13] registered [ 0.342973] acpiphp: Slot [14] registered [ 0.344158] acpiphp: Slot [15] registered [ 0.355557] acpiphp: Slot [16] registered [ 0.356742] acpiphp: Slot [17] registered [ 0.357928] acpiphp: Slot [18] registered [ 0.359098] acpiphp: Slot [19] registered [ 0.360286] acpiphp: Slot [20] registered [ 0.361464] acpiphp: Slot [21] registered [ 0.362635] acpiphp: Slot [22] registered [ 0.363803] acpiphp: Slot [23] registered [ 0.364998] acpiphp: Slot [24] registered [ 0.366178] acpiphp: Slot [25] registered [ 0.367368] acpiphp: Slot [26] registered [ 0.368549] acpiphp: Slot [27] registered [ 0.369709] acpiphp: Slot [28] registered [ 0.370882] acpiphp: Slot [29] registered [ 0.372095] acpiphp: Slot [30] registered [ 0.373270] acpiphp: Slot [31] registered [ 0.374434] PCI host bridge to bus 0000:00 [ 0.375619] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.377449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381430] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383559] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.390268] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.392177] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.393949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404707] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451350] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454259] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456158] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459683] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461319] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462862] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465121] vgaarb: loaded [ 0.465954] vgaarb: bridge control possible 0000:00:02.0 [ 0.467535] SCSI subsystem initialized [ 0.468670] ACPI: bus type USB registered [ 0.469827] usbcore: registered new interface driver usbfs [ 0.471312] usbcore: registered new interface driver hub [ 0.472792] usbcore: registered new device driver usb [ 0.474333] PCI: Using ACPI for IRQ routing [ 0.475725] NetLabel: Initializing [ 0.476743] NetLabel: domain hash size = 128 [ 0.478006] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479411] NetLabel: unlabeled traffic allowed by default [ 0.481017] clocksource: Switched to clocksource kvm-clock [ 0.486874] AppArmor: AppArmor Filesystem Enabled [ 0.488054] pnp: PnP ACPI init [ 0.489123] pnp: PnP ACPI: found 5 devices [ 0.495790] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497902] NET: Registered protocol family 2 [ 0.499048] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.500712] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.502152] TCP: Hash tables configured (established 4096 bind 4096) [ 0.503615] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504984] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.506487] NET: Registered protocol family 1 [ 0.507532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.510216] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.538688] Trying to unpack rootfs image as initramfs... [ 0.588433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.602825] Scanning for low memory corruption every 60 seconds [ 0.604426] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.605862] audit: initializing netlink subsys (disabled) [ 0.607182] audit: type=2000 audit(1547021939.145:1): initialized [ 0.608792] Initialise system trusted keyring [ 0.609984] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611473] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.613745] zbud: loaded [ 0.614589] VFS: Disk quotas dquot_6.6.0 [ 0.615597] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617461] fuse init (API version 7.23) [ 0.618562] Key type big_key registered [ 0.619606] Allocating IMA MOK and blacklist keyrings. [ 0.621371] Key type asymmetric registered [ 0.622407] Asymmetric key parser 'x509' registered [ 0.623623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.627376] io scheduler noop registered [ 0.628374] io scheduler deadline registered (default) [ 0.629620] io scheduler cfq registered [ 0.630643] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631989] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635396] ACPI: Power Button [PWRF] [ 0.636391] GHES: HEST is not enabled! [ 0.650383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682483] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.710104] Linux agpgart interface v0.103 [ 0.713274] brd: module loaded [ 0.715329] loop: module loaded [ 0.727988] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729820] GPT:90111 != 2097151 [ 0.730705] GPT:Alternate GPT header not at the end of the disk. [ 0.732191] GPT:90111 != 2097151 [ 0.733103] GPT: Use GNU Parted to correct GPT errors. [ 0.734416] vda: vda1 vda15 [ 0.736045] scsi host0: ata_piix [ 0.736983] scsi host1: ata_piix [ 0.737775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.739090] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.740849] libphy: Fixed MDIO Bus: probed [ 0.741970] tun: Universal TUN/TAP device driver, 1.6 [ 0.743131] tun: (C) 1999-2004 Max Krasnyansky [ 0.745366] PPP generic driver version 2.4.2 [ 0.746618] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.748135] ehci-pci: EHCI PCI platform driver [ 0.749280] ehci-platform: EHCI generic platform driver [ 0.750466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751930] ohci-pci: OHCI PCI platform driver [ 0.753097] ohci-platform: OHCI generic platform driver [ 0.754411] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769124] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770471] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772383] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.773664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.775203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.776921] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.778840] usb usb1: Product: UHCI Host Controller [ 0.780185] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.781804] usb usb1: SerialNumber: 0000:00:01.2 [ 0.783068] hub 1-0:1.0: USB hub found [ 0.784098] hub 1-0:1.0: 2 ports detected [ 0.785284] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789214] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790622] mousedev: PS/2 mouse device common for all mice [ 0.792318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.794708] rtc_cmos 00:00: RTC can wake from S4 [ 0.796121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.799449] i2c /dev entries driver [ 0.800465] device-mapper: uevent: version 1.0.3 [ 0.801740] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.804004] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805757] NET: Registered protocol family 10 [ 0.807075] NET: Registered protocol family 17 [ 0.808277] Key type dns_resolver registered [ 0.809478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810968] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813315] registered taskstats version 1 [ 0.814438] Loading compiled-in X.509 certificates [ 0.816139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818707] zswap: loaded using pool lzo/zbud [ 0.820349] Key type trusted registered [ 0.822184] Key type encrypted registered [ 0.823188] AppArmor: AppArmor sha1 policy hashing enabled [ 0.824598] ima: No TPM chip found, activating TPM-bypass! [ 0.826038] evm: HMAC attrs: 0x1 [ 0.827198] Magic number: 3:761:320 [ 0.828241] misc microcode: hash matches [ 0.829318] platform microcode: hash matches [ 0.830464] tty tty45: hash matches [ 0.831497] rtc_cmos 00:00: setting system clock to 2019-01-09 08:18:59 UTC (1547021939) [ 0.833717] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.835223] EDD information not available. [ 0.897995] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900124] Write protecting the kernel read-only data: 14336k [ 0.902139] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904326] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.70 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.959169] 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.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.80. iid=i-00000023 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPMoYOfZhjBclMgrObiTVBkP7Nl3gGadFUbjdBQE/OYK1EMnZ8yYJnWD7IFAkiLx28aSugemUrsfE7YyTBX37L9V5GmJyuSpJYYpnM7eB0G3nhn0tsosNCyvFYfHbzzVVrO0ANSUMUNCM9itt+vDQIpFZDhTs+imNaBXPMhJ/pQERyriAnA9W5JO1CdOOALZcGxVKyXAU6/5MJly4t/bw/QsZsKe/qEFcbtJ3/vLxk7Yy7FxIuiquws2PYy7zfTelFitpJMGGddD0wkaipoiMc5p0rdCc7BPrDcfUfqatkLhFKU4PP6mvDRVHFDj2FgckYzFJm8FHjpBEXCe6YXRFb root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 ssh-dss AAAAB3NzaC1kc3MAAACBAOuZHkFOpUieHncwZbzs2YFYDuJzq1wDuXkGqys6MtBTuhlhQroqUfnm817HYaMhi9XtK7hLj97PDdJ6ejzgy9tbM5E+rBpLhTritZvanZSPqfI3ub+RC5/Ka284SD106sAXiLpzucgbHjDceVv00nh2sjDYjTYPhEUXllYYhTUnAAAAFQC2qCi4Dc9ji+q2AnmUp11VMu5g0wAAAIEAiOmyhQG4mA0Ku5cMnKpM/BUi2L6wiyVqf4J3UlMdmZVwid6McMU12b9P5kDa4tytJxwAXugXpOT2fLuD+P2HhBXRz6cUfTwn3Ysh7SP0lwDW7EHCu4U7gzVpCCFVlASZLy015dG0gOmgLVuRLYAXhWTcL7fvkhPQjVJbULdbbdoAAACAFm1jT/TBPgLIXjgnKvLf7MOB4gNupckRgfYjMOr/TaXsXxc2Sou/jrc8ALzvZyc23dJwQ435BnEHz+RFZVGNjZGHB4nLKWXz8GNjO3Xqy0SGJylbwSFTSH/xvaBSCu7Z8tA4y2xdBkGzp+vhiKLRysU0fmZAUIkfwa85NPaiPEI= root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe38:6d06/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 launch-index: 0 === cirros: current=0.4.0 uptime=3.45 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 login: 2019-01-09 08:19:06,198 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2019-01-09 08:19:15,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-09 08:19:15,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07/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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 08:19:16,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-a47b3e8f-25a8-47ec-8a92-e749b094557c x-compute-request-id: req-a47b3e8f-25a8-47ec-8a92-e749b094557c Content-Encoding: gzip Content-Length: 9614 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 593369157 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.174653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.177099] pid_max: default: 32768 minimum: 301\n[ 0.178443] ACPI: Core revision 20150930\n[ 0.180138] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.182081] Security Framework initialized\n[ 0.183269] Yama: becoming mindful.\n[ 0.184313] AppArmor: AppArmor initialized\n[ 0.185560] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.187520] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.189474] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191286] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.193318] Initializing cgroup subsys io\n[ 0.194485] Initializing cgroup subsys memory\n[ 0.195740] Initializing cgroup subsys devices\n[ 0.197009] Initializing cgroup subsys freezer\n[ 0.198262] Initializing cgroup subsys net_cls\n[ 0.199517] Initializing cgroup subsys perf_event\n[ 0.200841] Initializing cgroup subsys net_prio\n[ 0.202132] Initializing cgroup subsys hugetlb\n[ 0.203395] Initializing cgroup subsys pids\n[ 0.204640] CPU: Physical Processor ID: 0\n[ 0.206494] mce: CPU supports 10 MCE banks\n[ 0.207712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.209204] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.220349] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.227452] ftrace: allocating 31920 entries in 125 pages\n[ 0.254078] smpboot: Max logical packages: 1\n[ 0.255312] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.257262] x2apic enabled\n[ 0.258315] Switched APIC routing to physical x2apic.\n[ 0.260497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.262126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.264982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.267555] KVM setup paravirtual spinlock\n[ 0.269210] x86: Booted up 1 node, 1 CPUs\n[ 0.270365] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.272343] devtmpfs: initialized\n[ 0.274330] evm: security.selinux\n[ 0.275310] evm: security.SMACK64\n[ 0.276304] evm: security.SMACK64EXEC\n[ 0.277373] evm: security.SMACK64TRANSMUTE\n[ 0.278548] evm: security.SMACK64MMAP\n[ 0.279618] evm: security.ima\n[ 0.280521] evm: security.capability\n[ 0.281639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.284358] pinctrl core: initialized pinctrl subsystem\n[ 0.285919] RTC time: 8:18:58, date: 01/09/19\n[ 0.287257] NET: Registered protocol family 16\n[ 0.288615] cpuidle: using governor ladder\n[ 0.289785] cpuidle: using governor menu\n[ 0.290938] PCCT header not found.\n[ 0.292000] ACPI: bus type PCI registered\n[ 0.293159] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.295012] PCI: Using configuration type 1 for base access\n[ 0.297299] ACPI: Added _OSI(Module Device)\n[ 0.298490] ACPI: Added _OSI(Processor Device)\n[ 0.299762] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.301071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.303667] ACPI: Interpreter enabled\n[ 0.304762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.307466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315508] ACPI: (supports S0 S5)\n[ 0.316504] ACPI: Using IOAPIC for interrupt routing\n[ 0.317909] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.323477] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.325327] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.327106] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330338] acpiphp: Slot [3] registered\n[ 0.331472] acpiphp: Slot [4] registered\n[ 0.332602] acpiphp: Slot [5] registered\n[ 0.333738] acpiphp: Slot [6] registered\n[ 0.334877] acpiphp: Slot [7] registered\n[ 0.336014] acpiphp: Slot [8] registered\n[ 0.337160] acpiphp: Slot [9] registered\n[ 0.338335] acpiphp: Slot [10] registered\n[ 0.339479] acpiphp: Slot [11] registered\n[ 0.340630] acpiphp: Slot [12] registered\n[ 0.341781] acpiphp: Slot [13] registered\n[ 0.342973] acpiphp: Slot [14] registered\n[ 0.344158] acpiphp: Slot [15] registered\n[ 0.355557] acpiphp: Slot [16] registered\n[ 0.356742] acpiphp: Slot [17] registered\n[ 0.357928] acpiphp: Slot [18] registered\n[ 0.359098] acpiphp: Slot [19] registered\n[ 0.360286] acpiphp: Slot [20] registered\n[ 0.361464] acpiphp: Slot [21] registered\n[ 0.362635] acpiphp: Slot [22] registered\n[ 0.363803] acpiphp: Slot [23] registered\n[ 0.364998] acpiphp: Slot [24] registered\n[ 0.366178] acpiphp: Slot [25] registered\n[ 0.367368] acpiphp: Slot [26] registered\n[ 0.368549] acpiphp: Slot [27] registered\n[ 0.369709] acpiphp: Slot [28] registered\n[ 0.370882] acpiphp: Slot [29] registered\n[ 0.372095] acpiphp: Slot [30] registered\n[ 0.373270] acpiphp: Slot [31] registered\n[ 0.374434] PCI host bridge to bus 0000:00\n[ 0.375619] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.377449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.379300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.381430] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.383559] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.390268] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.392177] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.393949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.395825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404707] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451350] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454259] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456158] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459683] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461319] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462862] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.465121] vgaarb: loaded\n[ 0.465954] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467535] SCSI subsystem initialized\n[ 0.468670] ACPI: bus type USB registered\n[ 0.469827] usbcore: registered new interface driver usbfs\n[ 0.471312] usbcore: registered new interface driver hub\n[ 0.472792] usbcore: registered new device driver usb\n[ 0.474333] PCI: Using ACPI for IRQ routing\n[ 0.475725] NetLabel: Initializing\n[ 0.476743] NetLabel: domain hash size = 128\n[ 0.478006] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479411] NetLabel: unlabeled traffic allowed by default\n[ 0.481017] clocksource: Switched to clocksource kvm-clock\n[ 0.486874] AppArmor: AppArmor Filesystem Enabled\n[ 0.488054] pnp: PnP ACPI init\n[ 0.489123] pnp: PnP ACPI: found 5 devices\n[ 0.495790] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497902] NET: Registered protocol family 2\n[ 0.499048] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.500712] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.502152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.503615] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504984] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506487] NET: Registered protocol family 1\n[ 0.507532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.510216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.538688] Trying to unpack rootfs image as initramfs...\n[ 0.588433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.602825] Scanning for low memory corruption every 60 seconds\n[ 0.604426] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.605862] audit: initializing netlink subsys (disabled)\n[ 0.607182] audit: type=2000 audit(1547021939.145:1): initialized\n[ 0.608792] Initialise system trusted keyring\n[ 0.609984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611473] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.613745] zbud: loaded\n[ 0.614589] VFS: Disk quotas dquot_6.6.0\n[ 0.615597] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.617461] fuse init (API version 7.23)\n[ 0.618562] Key type big_key registered\n[ 0.619606] Allocating IMA MOK and blacklist keyrings.\n[ 0.621371] Key type asymmetric registered\n[ 0.622407] Asymmetric key parser 'x509' registered\n[ 0.623623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.627376] io scheduler noop registered\n[ 0.628374] io scheduler deadline registered (default)\n[ 0.629620] io scheduler cfq registered\n[ 0.630643] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.631989] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.633560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635396] ACPI: Power Button [PWRF]\n[ 0.636391] GHES: HEST is not enabled!\n[ 0.650383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682483] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.710104] Linux agpgart interface v0.103\n[ 0.713274] brd: module loaded\n[ 0.715329] loop: module loaded\n[ 0.727988] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729820] GPT:90111 != 2097151\n[ 0.730705] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732191] GPT:90111 != 2097151\n[ 0.733103] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734416] vda: vda1 vda15\n[ 0.736045] scsi host0: ata_piix\n[ 0.736983] scsi host1: ata_piix\n[ 0.737775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.739090] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.740849] libphy: Fixed MDIO Bus: probed\n[ 0.741970] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743131] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.745366] PPP generic driver version 2.4.2\n[ 0.746618] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.748135] ehci-pci: EHCI PCI platform driver\n[ 0.749280] ehci-platform: EHCI generic platform driver\n[ 0.750466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751930] ohci-pci: OHCI PCI platform driver\n[ 0.753097] ohci-platform: OHCI generic platform driver\n[ 0.754411] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769124] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770471] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772383] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.773664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.775203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.776921] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.778840] usb usb1: Product: UHCI Host Controller\n[ 0.780185] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.781804] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.783068] hub 1-0:1.0: USB hub found\n[ 0.784098] hub 1-0:1.0: 2 ports detected\n[ 0.785284] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787892] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789214] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790622] mousedev: PS/2 mouse device common for all mice\n[ 0.792318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.794708] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.797765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.799449] i2c /dev entries driver\n[ 0.800465] device-mapper: uevent: version 1.0.3\n[ 0.801740] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.804004] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805757] NET: Registered protocol family 10\n[ 0.807075] NET: Registered protocol family 17\n[ 0.808277] Key type dns_resolver registered\n[ 0.809478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810968] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813315] registered taskstats version 1\n[ 0.814438] Loading compiled-in X.509 certificates\n[ 0.816139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.818707] zswap: loaded using pool lzo/zbud\n[ 0.820349] Key type trusted registered\n[ 0.822184] Key type encrypted registered\n[ 0.823188] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824598] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826038] evm: HMAC attrs: 0x1\n[ 0.827198] Magic number: 3:761:320\n[ 0.828241] misc microcode: hash matches\n[ 0.829318] platform microcode: hash matches\n[ 0.830464] tty tty45: hash matches\n[ 0.831497] rtc_cmos 00:00: setting system clock to 2019-01-09 08:18:59 UTC (1547021939)\n[ 0.833717] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.835223] EDD information not available.\n[ 0.897995] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.900124] Write protecting the kernel read-only data: 14336k\n[ 0.902139] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904326] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.70\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.959169] 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.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.80. iid=i-00000023\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPMoYOfZhjBclMgrObiTVBkP7Nl3gGadFUbjdBQE/OYK1EMnZ8yYJnWD7IFAkiLx28aSugemUrsfE7YyTBX37L9V5GmJyuSpJYYpnM7eB0G3nhn0tsosNCyvFYfHbzzVVrO0ANSUMUNCM9itt+vDQIpFZDhTs+imNaBXPMhJ/pQERyriAnA9W5JO1CdOOALZcGxVKyXAU6/5MJly4t/bw/QsZsKe/qEFcbtJ3/vLxk7Yy7FxIuiquws2PYy7zfTelFitpJMGGddD0wkaipoiMc5p0rdCc7BPrDcfUfqatkLhFKU4PP6mvDRVHFDj2FgckYzFJm8FHjpBEXCe6YXRFb root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370\nssh-dss AAAAB3NzaC1kc3MAAACBAOuZHkFOpUieHncwZbzs2YFYDuJzq1wDuXkGqys6MtBTuhlhQroqUfnm817HYaMhi9XtK7hLj97PDdJ6ejzgy9tbM5E+rBpLhTritZvanZSPqfI3ub+RC5/Ka284SD106sAXiLpzucgbHjDceVv00nh2sjDYjTYPhEUXllYYhTUnAAAAFQC2qCi4Dc9ji+q2AnmUp11VMu5g0wAAAIEAiOmyhQG4mA0Ku5cMnKpM/BUi2L6wiyVqf4J3UlMdmZVwid6McMU12b9P5kDa4tytJxwAXugXpOT2fLuD+P2HhBXRz6cUfTwn3Ysh7SP0lwDW7EHCu4U7gzVpCCFVlASZLy015dG0gOmgLVuRLYAXhWTcL7fvkhPQjVJbULdbbdoAAACAFm1jT/TBPgLIXjgnKvLf7MOB4gNupckRgfYjMOr/TaXsXxc2Sou/jrc8ALzvZyc23dJwQ435BnEHz+RFZVGNjZGHB4nLKWXz8GNjO3Xqy0SGJylbwSFTSH/xvaBSCu7Z8tA4y2xdBkGzp+vhiKLRysU0fmZAUIkfwa85NPaiPEI= root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe38:6d06/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.45 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 login: /dev/root resized successfully [took 4.68s]\n"} 2019-01-09 08:19:16,314 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07/action used request id req-a47b3e8f-25a8-47ec-8a92-e749b094557c 2019-01-09 08:19:16,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10576701164s 2019-01-09 08:19:16,315 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07/action used request id req-a47b3e8f-25a8-47ec-8a92-e749b094557c 2019-01-09 08:19:16,315 - 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 593369157 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.174653] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.177099] pid_max: default: 32768 minimum: 301 [ 0.178443] ACPI: Core revision 20150930 [ 0.180138] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.182081] Security Framework initialized [ 0.183269] Yama: becoming mindful. [ 0.184313] AppArmor: AppArmor initialized [ 0.185560] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.187520] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.189474] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191286] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.193318] Initializing cgroup subsys io [ 0.194485] Initializing cgroup subsys memory [ 0.195740] Initializing cgroup subsys devices [ 0.197009] Initializing cgroup subsys freezer [ 0.198262] Initializing cgroup subsys net_cls [ 0.199517] Initializing cgroup subsys perf_event [ 0.200841] Initializing cgroup subsys net_prio [ 0.202132] Initializing cgroup subsys hugetlb [ 0.203395] Initializing cgroup subsys pids [ 0.204640] CPU: Physical Processor ID: 0 [ 0.206494] mce: CPU supports 10 MCE banks [ 0.207712] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.209204] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.220349] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.227452] ftrace: allocating 31920 entries in 125 pages [ 0.254078] smpboot: Max logical packages: 1 [ 0.255312] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.257262] x2apic enabled [ 0.258315] Switched APIC routing to physical x2apic. [ 0.260497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.262126] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.264982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.267555] KVM setup paravirtual spinlock [ 0.269210] x86: Booted up 1 node, 1 CPUs [ 0.270365] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.272343] devtmpfs: initialized [ 0.274330] evm: security.selinux [ 0.275310] evm: security.SMACK64 [ 0.276304] evm: security.SMACK64EXEC [ 0.277373] evm: security.SMACK64TRANSMUTE [ 0.278548] evm: security.SMACK64MMAP [ 0.279618] evm: security.ima [ 0.280521] evm: security.capability [ 0.281639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.284358] pinctrl core: initialized pinctrl subsystem [ 0.285919] RTC time: 8:18:58, date: 01/09/19 [ 0.287257] NET: Registered protocol family 16 [ 0.288615] cpuidle: using governor ladder [ 0.289785] cpuidle: using governor menu [ 0.290938] PCCT header not found. [ 0.292000] ACPI: bus type PCI registered [ 0.293159] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.295012] PCI: Using configuration type 1 for base access [ 0.297299] ACPI: Added _OSI(Module Device) [ 0.298490] ACPI: Added _OSI(Processor Device) [ 0.299762] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.301071] ACPI: Added _OSI(Processor Aggregator Device) [ 0.303667] ACPI: Interpreter enabled [ 0.304762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.307466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315508] ACPI: (supports S0 S5) [ 0.316504] ACPI: Using IOAPIC for interrupt routing [ 0.317909] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323477] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.325327] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.327106] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330338] acpiphp: Slot [3] registered [ 0.331472] acpiphp: Slot [4] registered [ 0.332602] acpiphp: Slot [5] registered [ 0.333738] acpiphp: Slot [6] registered [ 0.334877] acpiphp: Slot [7] registered [ 0.336014] acpiphp: Slot [8] registered [ 0.337160] acpiphp: Slot [9] registered [ 0.338335] acpiphp: Slot [10] registered [ 0.339479] acpiphp: Slot [11] registered [ 0.340630] acpiphp: Slot [12] registered [ 0.341781] acpiphp: Slot [13] registered [ 0.342973] acpiphp: Slot [14] registered [ 0.344158] acpiphp: Slot [15] registered [ 0.355557] acpiphp: Slot [16] registered [ 0.356742] acpiphp: Slot [17] registered [ 0.357928] acpiphp: Slot [18] registered [ 0.359098] acpiphp: Slot [19] registered [ 0.360286] acpiphp: Slot [20] registered [ 0.361464] acpiphp: Slot [21] registered [ 0.362635] acpiphp: Slot [22] registered [ 0.363803] acpiphp: Slot [23] registered [ 0.364998] acpiphp: Slot [24] registered [ 0.366178] acpiphp: Slot [25] registered [ 0.367368] acpiphp: Slot [26] registered [ 0.368549] acpiphp: Slot [27] registered [ 0.369709] acpiphp: Slot [28] registered [ 0.370882] acpiphp: Slot [29] registered [ 0.372095] acpiphp: Slot [30] registered [ 0.373270] acpiphp: Slot [31] registered [ 0.374434] PCI host bridge to bus 0000:00 [ 0.375619] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.377449] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.379300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.381430] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.383559] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.390268] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.392177] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.393949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395825] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404707] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451350] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454259] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456158] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459683] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461319] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462862] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465121] vgaarb: loaded [ 0.465954] vgaarb: bridge control possible 0000:00:02.0 [ 0.467535] SCSI subsystem initialized [ 0.468670] ACPI: bus type USB registered [ 0.469827] usbcore: registered new interface driver usbfs [ 0.471312] usbcore: registered new interface driver hub [ 0.472792] usbcore: registered new device driver usb [ 0.474333] PCI: Using ACPI for IRQ routing [ 0.475725] NetLabel: Initializing [ 0.476743] NetLabel: domain hash size = 128 [ 0.478006] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479411] NetLabel: unlabeled traffic allowed by default [ 0.481017] clocksource: Switched to clocksource kvm-clock [ 0.486874] AppArmor: AppArmor Filesystem Enabled [ 0.488054] pnp: PnP ACPI init [ 0.489123] pnp: PnP ACPI: found 5 devices [ 0.495790] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497902] NET: Registered protocol family 2 [ 0.499048] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.500712] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.502152] TCP: Hash tables configured (established 4096 bind 4096) [ 0.503615] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504984] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.506487] NET: Registered protocol family 1 [ 0.507532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.510216] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524436] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.538688] Trying to unpack rootfs image as initramfs... [ 0.588433] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.602825] Scanning for low memory corruption every 60 seconds [ 0.604426] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.605862] audit: initializing netlink subsys (disabled) [ 0.607182] audit: type=2000 audit(1547021939.145:1): initialized [ 0.608792] Initialise system trusted keyring [ 0.609984] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611473] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.613745] zbud: loaded [ 0.614589] VFS: Disk quotas dquot_6.6.0 [ 0.615597] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.617461] fuse init (API version 7.23) [ 0.618562] Key type big_key registered [ 0.619606] Allocating IMA MOK and blacklist keyrings. [ 0.621371] Key type asymmetric registered [ 0.622407] Asymmetric key parser 'x509' registered [ 0.623623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.627376] io scheduler noop registered [ 0.628374] io scheduler deadline registered (default) [ 0.629620] io scheduler cfq registered [ 0.630643] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.631989] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.633560] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635396] ACPI: Power Button [PWRF] [ 0.636391] GHES: HEST is not enabled! [ 0.650383] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679561] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682483] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706631] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.710104] Linux agpgart interface v0.103 [ 0.713274] brd: module loaded [ 0.715329] loop: module loaded [ 0.727988] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729820] GPT:90111 != 2097151 [ 0.730705] GPT:Alternate GPT header not at the end of the disk. [ 0.732191] GPT:90111 != 2097151 [ 0.733103] GPT: Use GNU Parted to correct GPT errors. [ 0.734416] vda: vda1 vda15 [ 0.736045] scsi host0: ata_piix [ 0.736983] scsi host1: ata_piix [ 0.737775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.739090] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.740849] libphy: Fixed MDIO Bus: probed [ 0.741970] tun: Universal TUN/TAP device driver, 1.6 [ 0.743131] tun: (C) 1999-2004 Max Krasnyansky [ 0.745366] PPP generic driver version 2.4.2 [ 0.746618] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.748135] ehci-pci: EHCI PCI platform driver [ 0.749280] ehci-platform: EHCI generic platform driver [ 0.750466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751930] ohci-pci: OHCI PCI platform driver [ 0.753097] ohci-platform: OHCI generic platform driver [ 0.754411] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769124] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770471] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772383] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.773664] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.775203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.776921] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.778840] usb usb1: Product: UHCI Host Controller [ 0.780185] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.781804] usb usb1: SerialNumber: 0000:00:01.2 [ 0.783068] hub 1-0:1.0: USB hub found [ 0.784098] hub 1-0:1.0: 2 ports detected [ 0.785284] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787892] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789214] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790622] mousedev: PS/2 mouse device common for all mice [ 0.792318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.794708] rtc_cmos 00:00: RTC can wake from S4 [ 0.796121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.797765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.799449] i2c /dev entries driver [ 0.800465] device-mapper: uevent: version 1.0.3 [ 0.801740] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.804004] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805757] NET: Registered protocol family 10 [ 0.807075] NET: Registered protocol family 17 [ 0.808277] Key type dns_resolver registered [ 0.809478] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810968] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813315] registered taskstats version 1 [ 0.814438] Loading compiled-in X.509 certificates [ 0.816139] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.818707] zswap: loaded using pool lzo/zbud [ 0.820349] Key type trusted registered [ 0.822184] Key type encrypted registered [ 0.823188] AppArmor: AppArmor sha1 policy hashing enabled [ 0.824598] ima: No TPM chip found, activating TPM-bypass! [ 0.826038] evm: HMAC attrs: 0x1 [ 0.827198] Magic number: 3:761:320 [ 0.828241] misc microcode: hash matches [ 0.829318] platform microcode: hash matches [ 0.830464] tty tty45: hash matches [ 0.831497] rtc_cmos 00:00: setting system clock to 2019-01-09 08:18:59 UTC (1547021939) [ 0.833717] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.835223] EDD information not available. [ 0.897995] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.900124] Write protecting the kernel read-only data: 14336k [ 0.902139] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904326] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.70 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.959169] 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.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.80. iid=i-00000023 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPMoYOfZhjBclMgrObiTVBkP7Nl3gGadFUbjdBQE/OYK1EMnZ8yYJnWD7IFAkiLx28aSugemUrsfE7YyTBX37L9V5GmJyuSpJYYpnM7eB0G3nhn0tsosNCyvFYfHbzzVVrO0ANSUMUNCM9itt+vDQIpFZDhTs+imNaBXPMhJ/pQERyriAnA9W5JO1CdOOALZcGxVKyXAU6/5MJly4t/bw/QsZsKe/qEFcbtJ3/vLxk7Yy7FxIuiquws2PYy7zfTelFitpJMGGddD0wkaipoiMc5p0rdCc7BPrDcfUfqatkLhFKU4PP6mvDRVHFDj2FgckYzFJm8FHjpBEXCe6YXRFb root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 ssh-dss AAAAB3NzaC1kc3MAAACBAOuZHkFOpUieHncwZbzs2YFYDuJzq1wDuXkGqys6MtBTuhlhQroqUfnm817HYaMhi9XtK7hLj97PDdJ6ejzgy9tbM5E+rBpLhTritZvanZSPqfI3ub+RC5/Ka284SD106sAXiLpzucgbHjDceVv00nh2sjDYjTYPhEUXllYYhTUnAAAAFQC2qCi4Dc9ji+q2AnmUp11VMu5g0wAAAIEAiOmyhQG4mA0Ku5cMnKpM/BUi2L6wiyVqf4J3UlMdmZVwid6McMU12b9P5kDa4tytJxwAXugXpOT2fLuD+P2HhBXRz6cUfTwn3Ysh7SP0lwDW7EHCu4U7gzVpCCFVlASZLy015dG0gOmgLVuRLYAXhWTcL7fvkhPQjVJbULdbbdoAAACAFm1jT/TBPgLIXjgnKvLf7MOB4gNupckRgfYjMOr/TaXsXxc2Sou/jrc8ALzvZyc23dJwQ435BnEHz+RFZVGNjZGHB4nLKWXz8GNjO3Xqy0SGJylbwSFTSH/xvaBSCu7Z8tA4y2xdBkGzp+vhiKLRysU0fmZAUIkfwa85NPaiPEI= root@vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe38:6d06/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 launch-index: 0 === cirros: current=0.4.0 uptime=3.45 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-708bc7ee-f327-4f1f-b856-77e3ebb53370 login: /dev/root resized successfully [took 4.68s] 2019-01-09 08:19:16,318 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0b56a90L 2019-01-09 08:19:16,319 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 08:19:16,319 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-09 08:19:16,319 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 08:19:16,321 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 08:19:16,321 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 08:19:16,321 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-09 08:19:16,322 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 08:19:16,322 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 08:19:16,322 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 08:19:16,343 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 08:19:16,344 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 08:19:16,351 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: fd7ef19fb31c1db44708c558364865fb 2019-01-09 08:19:16,352 - paramiko.transport - DEBUG - Trying key b41268d322a5c403288c2cedb807e760 from /tmp/tmplp215q 2019-01-09 08:19:16,381 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 08:19:16,386 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 08:19:16,417 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 08:19:16,417 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-09 08:19:16,418 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 08:19:16,419 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 08:19:16,422 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 08:19:16,422 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.13 (192.168.120.13): 56 data bytes 64 bytes from 192.168.120.13: seq=0 ttl=64 time=1.407 ms --- 192.168.120.13 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.407/1.407/1.407 ms 2019-01-09 08:19:16,423 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2019-01-09 08:19:16,429 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 08:19:16,532 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:19:16,533 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:46 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-09 08:19:16,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-09 08:19:16,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:16,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08: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-02e37ad6-5190-4713-8970-04eae69049bc x-compute-request-id: req-02e37ad6-5190-4713-8970-04eae69049bc Content-Type: application/json 2019-01-09 08:19:16,731 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d used request id req-02e37ad6-5190-4713-8970-04eae69049bc 2019-01-09 08:19:16,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.192629098892s 2019-01-09 08:19:16,731 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d used request id req-02e37ad6-5190-4713-8970-04eae69049bc 2019-01-09 08:19:16,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:16,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:17,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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,Accept-Encoding x-openstack-request-id: req-e0380c56-ef43-4933-8dc9-a1acdae6767d x-compute-request-id: req-e0380c56-ef43-4933-8dc9-a1acdae6767d Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:6d:06", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:6d:06", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:58.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:59Z", "hostId": "2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:50Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:c1:93", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05756358-ce5f-4ac3-951b-eb23f249735d", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:46.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "05756358-ce5f-4ac3-951b-eb23f249735d", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:16Z", "hostId": "c2afeb949ab5b3c41c71a79554c3bdad79d567368e8302ae962799e9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:42Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:17,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e0380c56-ef43-4933-8dc9-a1acdae6767d 2019-01-09 08:19:17,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.818216085434s 2019-01-09 08:19:17,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e0380c56-ef43-4933-8dc9-a1acdae6767d 2019-01-09 08:19:17,553 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:19:19,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:19,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:20,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-b99753c0-58d6-4cfa-8b1d-97fb73b66942 x-compute-request-id: req-b99753c0-58d6-4cfa-8b1d-97fb73b66942 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:6d:06", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:6d:06", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:58.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:18:59Z", "hostId": "2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:50Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:20,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b99753c0-58d6-4cfa-8b1d-97fb73b66942 2019-01-09 08:19:20,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.644623994827s 2019-01-09 08:19:20,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b99753c0-58d6-4cfa-8b1d-97fb73b66942 2019-01-09 08:19:20,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-09 08:19:20,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/9b6abae9-8635-48d7-9ec9-3ea7464954f9.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:20,989 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76cb4485-4251-4f72-b933-6b4bb7898fb8 Content-Length: 0 Date: Wed, 09 Jan 2019 08:19:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:19:20,989 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/9b6abae9-8635-48d7-9ec9-3ea7464954f9.json used request id req-76cb4485-4251-4f72-b933-6b4bb7898fb8 2019-01-09 08:19:20,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.784343957901s 2019-01-09 08:19:20,989 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/9b6abae9-8635-48d7-9ec9-3ea7464954f9.json used request id req-76cb4485-4251-4f72-b933-6b4bb7898fb8 2019-01-09 08:19:20,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-09 08:19:20,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:21,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-60c63e2a-3a75-4c0b-9b83-1a3608b4276f Date: Wed, 09 Jan 2019 08:19:21 GMT RESP BODY: {"floatingips": []} 2019-01-09 08:19:21,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-60c63e2a-3a75-4c0b-9b83-1a3608b4276f 2019-01-09 08:19:21,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0262129306793s 2019-01-09 08:19:21,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-60c63e2a-3a75-4c0b-9b83-1a3608b4276f 2019-01-09 08:19:21,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-09 08:19:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:21,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08: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-36df5ed1-838d-4970-ad7f-6833b8a13bb8 x-compute-request-id: req-36df5ed1-838d-4970-ad7f-6833b8a13bb8 Content-Type: application/json 2019-01-09 08:19:21,197 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07 used request id req-36df5ed1-838d-4970-ad7f-6833b8a13bb8 2019-01-09 08:19:21,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.175943851471s 2019-01-09 08:19:21,198 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07 used request id req-36df5ed1-838d-4970-ad7f-6833b8a13bb8 2019-01-09 08:19:21,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:21,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:21,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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,Accept-Encoding x-openstack-request-id: req-fb8fc846-1a73-4e56-acdf-35ec1d2cb90d x-compute-request-id: req-fb8fc846-1a73-4e56-acdf-35ec1d2cb90d Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:6d:06", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:6d:06", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/09147a52-1324-4e8d-8add-39ebf3f14b07", "rel": "bookmark"}], "image": {"id": "e93c303d-a63c-4935-846a-667058d6a20c", "links": [{"href": "http://172.30.9.30:8774/images/e93c303d-a63c-4935-846a-667058d6a20c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:18:58.000000", "flavor": {"id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "links": [{"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}]}, "id": "09147a52-1324-4e8d-8add-39ebf3f14b07", "security_groups": [{"name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}], "user_id": "114d87669a3b481692e0824d83e8b883", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:21Z", "hostId": "2e2686a52cf84351b51140fc6c7325f86228973e7298b40592bcbc12", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370", "name": "vping_ssh-vm_708bc7ee-f327-4f1f-b856-77e3ebb53370", "created": "2019-01-09T08:18:50Z", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:21,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fb8fc846-1a73-4e56-acdf-35ec1d2cb90d 2019-01-09 08:19:21,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563275098801s 2019-01-09 08:19:21,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-fb8fc846-1a73-4e56-acdf-35ec1d2cb90d 2019-01-09 08:19:21,763 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:19:23,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:23,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:23,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-d0e51e84-3be6-432b-9194-01c1e0b17ce8 x-compute-request-id: req-d0e51e84-3be6-432b-9194-01c1e0b17ce8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 08:19:23,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d0e51e84-3be6-432b-9194-01c1e0b17ce8 2019-01-09 08:19:23,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0885660648346s 2019-01-09 08:19:23,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d0e51e84-3be6-432b-9194-01c1e0b17ce8 2019-01-09 08:19:23,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:19:23,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:24,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-e7c0007c-4c33-415a-8f72-eaeeb91eaf82 Date: Wed, 09 Jan 2019 08:19:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:38Z", "updated_at": "2019-01-09T08:18:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:38Z", "revision_number": 0, "id": "1d9e848b-9f1d-4476-b187-2e0d53836fac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:38Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:38Z", "revision_number": 0, "id": "4bafc6aa-dae8-41d1-a7bb-0d14fcee0faf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:38Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T08:18:39Z", "revision_number": 0, "id": "4ed369bd-770a-446a-944e-454bb948a448", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:39Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:39Z", "revision_number": 0, "id": "7083c86d-73ae-49e7-8498-40914bdc3108", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:39Z", "security_group_id": "35facd46-9f0b-4daf-a490-0d16b3146445", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 4, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "35facd46-9f0b-4daf-a490-0d16b3146445", "name": "vping_ssh-sg_708bc7ee-f327-4f1f-b856-77e3ebb53370"}, {"description": "Default security group", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:30Z", "updated_at": "2019-01-09T08:18:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "57a99d3b-9ba6-4f55-be67-a5152fd89ae1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "663293a7-4c83-4d3f-b3d7-8c1554b5afda", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "73128366-b864-43f0-a520-a838cbdc7402", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "fdf57b0f-eb38-421c-9c42-4e6b27842510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 4, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "name": "default"}]} 2019-01-09 08:19:24,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-e7c0007c-4c33-415a-8f72-eaeeb91eaf82 2019-01-09 08:19:24,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19492316246s 2019-01-09 08:19:24,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-e7c0007c-4c33-415a-8f72-eaeeb91eaf82 2019-01-09 08:19:24,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-09 08:19:24,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/35facd46-9f0b-4daf-a490-0d16b3146445.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:24,263 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e3dead6-3276-46d8-a67d-44321857ab44 Content-Length: 0 Date: Wed, 09 Jan 2019 08:19:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:19:24,263 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/35facd46-9f0b-4daf-a490-0d16b3146445.json used request id req-4e3dead6-3276-46d8-a67d-44321857ab44 2019-01-09 08:19:24,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.206726074219s 2019-01-09 08:19:24,264 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/35facd46-9f0b-4daf-a490-0d16b3146445.json used request id req-4e3dead6-3276-46d8-a67d-44321857ab44 2019-01-09 08:19:24,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2019-01-09 08:19:24,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:24,310 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:19: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-4788f4ee-42b0-4cc5-8f38-1db4906948f1 x-compute-request-id: req-4788f4ee-42b0-4cc5-8f38-1db4906948f1 Content-Length: 0 Content-Type: application/json 2019-01-09 08:19:24,310 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370 used request id req-4788f4ee-42b0-4cc5-8f38-1db4906948f1 2019-01-09 08:19:24,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0457758903503s 2019-01-09 08:19:24,310 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_708bc7ee-f327-4f1f-b856-77e3ebb53370 used request id req-4788f4ee-42b0-4cc5-8f38-1db4906948f1 2019-01-09 08:19:24,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-09 08:19:24,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1/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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" -d '{"subnet_id": "171945d1-cc79-4f10-a24c-e615b03e67e7"}' 2019-01-09 08:19:25,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7a1316de-9b10-4cf4-9db0-1add5d2cf0b5 Date: Wed, 09 Jan 2019 08:19:25 GMT RESP BODY: {"network_id": "6c73904a-70ad-4e6b-8856-7bdf6c82baf8", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "subnet_id": "171945d1-cc79-4f10-a24c-e615b03e67e7", "subnet_ids": ["171945d1-cc79-4f10-a24c-e615b03e67e7"], "port_id": "e1ab35fa-c149-45a7-8df8-df9836996804", "id": "67201413-351f-4940-87ee-ac8c89bcbdc1"} 2019-01-09 08:19:25,397 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1/remove_router_interface.json used request id req-7a1316de-9b10-4cf4-9db0-1add5d2cf0b5 2019-01-09 08:19:25,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.08642315865s 2019-01-09 08:19:25,397 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1/remove_router_interface.json used request id req-7a1316de-9b10-4cf4-9db0-1add5d2cf0b5 returning object 67201413-351f-4940-87ee-ac8c89bcbdc1 2019-01-09 08:19:25,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-09 08:19:25,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:25,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-6164b943-4c45-4d77-ae42-5136bc9abfc5 Date: Wed, 09 Jan 2019 08:19:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:32Z", "admin_state_up": true, "updated_at": "2019-01-09T08:19:24Z", "revision_number": 4, "routes": [], "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "67201413-351f-4940-87ee-ac8c89bcbdc1", "name": "vping_ssh-router_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:19:25,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6164b943-4c45-4d77-ae42-5136bc9abfc5 2019-01-09 08:19:25,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0838100910187s 2019-01-09 08:19:25,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6164b943-4c45-4d77-ae42-5136bc9abfc5 2019-01-09 08:19:25,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-09 08:19:25,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:26,838 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f15e689c-9663-438c-9d80-58319f49ff30 Content-Length: 0 Date: Wed, 09 Jan 2019 08:19:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:19:26,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1.json used request id req-f15e689c-9663-438c-9d80-58319f49ff30 2019-01-09 08:19:26,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35429310799s 2019-01-09 08:19:26,838 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/67201413-351f-4940-87ee-ac8c89bcbdc1.json used request id req-f15e689c-9663-438c-9d80-58319f49ff30 2019-01-09 08:19:26,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-09 08:19:26,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:27,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-927bdd43-ea27-44f9-940d-fbbff324dbf3 Date: Wed, 09 Jan 2019 08:19:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-09T08:18:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5748d9344d1643f7a83c04f32eb04885","id":"171945d1-cc79-4f10-a24c-e615b03e67e7","subnetpool_id":null,"name":"vping_ssh-subnet_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:19:27,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-927bdd43-ea27-44f9-940d-fbbff324dbf3 2019-01-09 08:19:27,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.211669206619s 2019-01-09 08:19:27,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-927bdd43-ea27-44f9-940d-fbbff324dbf3 2019-01-09 08:19:27,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-09 08:19:27,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/171945d1-cc79-4f10-a24c-e615b03e67e7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:29,474 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-173a459d-9edf-407e-8a4e-0f6a08c801ba Date: Wed, 09 Jan 2019 08:19:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:19:29,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/171945d1-cc79-4f10-a24c-e615b03e67e7.json used request id req-173a459d-9edf-407e-8a4e-0f6a08c801ba 2019-01-09 08:19:29,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42256093025s 2019-01-09 08:19:29,475 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/171945d1-cc79-4f10-a24c-e615b03e67e7.json used request id req-173a459d-9edf-407e-8a4e-0f6a08c801ba 2019-01-09 08:19:29,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:19:29,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:29,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c7a99258-c467-4144-8680-635f815ffcd1 Date: Wed, 09 Jan 2019 08:19:29 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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","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":"2019-01-09T08:19:29Z","tenant_id":"5748d9344d1643f7a83c04f32eb04885","created_at":"2019-01-09T08:18:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5748d9344d1643f7a83c04f32eb04885","id":"6c73904a-70ad-4e6b-8856-7bdf6c82baf8","name":"vping_ssh-net_708bc7ee-f327-4f1f-b856-77e3ebb53370"}]} 2019-01-09 08:19:29,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c7a99258-c467-4144-8680-635f815ffcd1 2019-01-09 08:19:29,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108278036118s 2019-01-09 08:19:29,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c7a99258-c467-4144-8680-635f815ffcd1 2019-01-09 08:19:29,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-09 08:19:29,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/6c73904a-70ad-4e6b-8856-7bdf6c82baf8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:31,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca2479e9-c689-4c9e-a23d-4127a5778c24 Date: Wed, 09 Jan 2019 08:19:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:19:31,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6c73904a-70ad-4e6b-8856-7bdf6c82baf8.json used request id req-ca2479e9-c689-4c9e-a23d-4127a5778c24 2019-01-09 08:19:31,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41581201553s 2019-01-09 08:19:31,002 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6c73904a-70ad-4e6b-8856-7bdf6c82baf8.json used request id req-ca2479e9-c689-4c9e-a23d-4127a5778c24 2019-01-09 08:19:31,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:19:31,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:31,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-9356d6f9-dfaa-4b9b-805f-35c415988ffe Date: Wed, 09 Jan 2019 08:19:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap", "metadata": {}}], "file": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c/file", "owner": "5748d9344d1643f7a83c04f32eb04885", "id": "e93c303d-a63c-4935-846a-667058d6a20c", "size": 12716032, "self": "/v2/images/e93c303d-a63c-4935-846a-667058d6a20c", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e93c303d-a63c-4935-846a-667058d6a20c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:18:37Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_708bc7ee-f327-4f1f-b856-77e3ebb53370", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:18:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:19:31,183 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9356d6f9-dfaa-4b9b-805f-35c415988ffe 2019-01-09 08:19:31,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180985927582s 2019-01-09 08:19:31,184 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-9356d6f9-dfaa-4b9b-805f-35c415988ffe 2019-01-09 08:19:31,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 08:19:31,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e93c303d-a63c-4935-846a-667058d6a20c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5123dd31d7d3cd1ff13989bedc0189a10cb1699" 2019-01-09 08:19:32,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-116d6e4e-4882-4484-8ef3-b7c75575ece6 Date: Wed, 09 Jan 2019 08:19:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:19:32,515 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e93c303d-a63c-4935-846a-667058d6a20c used request id req-116d6e4e-4882-4484-8ef3-b7c75575ece6 2019-01-09 08:19:32,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.32982110977s 2019-01-09 08:19:32,516 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e93c303d-a63c-4935-846a-667058d6a20c used request id req-116d6e4e-4882-4484-8ef3-b7c75575ece6 2019-01-09 08:19:32,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 08:19:32,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:32,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-bd3d3e48-75c3-45b7-83d5-b9e89c8aba0f x-compute-request-id: req-bd3d3e48-75c3-45b7-83d5-b9e89c8aba0f Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "862b16ad-848c-4f6b-a00c-7cc387171db7", "name": "vping_ssh-flavor_708bc7ee-f327-4f1f-b856-77e3ebb53370", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 08:19:32,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-bd3d3e48-75c3-45b7-83d5-b9e89c8aba0f 2019-01-09 08:19:32,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0307428836823s 2019-01-09 08:19:32,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-bd3d3e48-75c3-45b7-83d5-b9e89c8aba0f 2019-01-09 08:19:32,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 08:19:32,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:32,593 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:19: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-00cbd22c-fb01-4011-930e-c78ce3104314 x-compute-request-id: req-00cbd22c-fb01-4011-930e-c78ce3104314 Content-Length: 0 Content-Type: application/json 2019-01-09 08:19:32,593 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7 used request id req-00cbd22c-fb01-4011-930e-c78ce3104314 2019-01-09 08:19:32,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0447468757629s 2019-01-09 08:19:32,594 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/862b16ad-848c-4f6b-a00c-7cc387171db7 used request id req-00cbd22c-fb01-4011-930e-c78ce3104314 2019-01-09 08:19:32,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:19:32,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:32,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6548b47e-b82a-42ca-b0bf-d711122cf3e7 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370", "links": {"self": "http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883"}, "domain_id": "default", "enabled": true, "id": "114d87669a3b481692e0824d83e8b883", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:19:32,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6548b47e-b82a-42ca-b0bf-d711122cf3e7 2019-01-09 08:19:32,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.091304063797s 2019-01-09 08:19:32,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6548b47e-b82a-42ca-b0bf-d711122cf3e7 2019-01-09 08:19:32,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:19:32,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:32,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a80ef7b-4d15-493c-8c33-f9f3d809818b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883"}, "enabled": true, "id": "114d87669a3b481692e0824d83e8b883", "options": {}, "domain_id": "default", "name": "vping_ssh-user_708bc7ee-f327-4f1f-b856-77e3ebb53370"}} 2019-01-09 08:19:32,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883 used request id req-7a80ef7b-4d15-493c-8c33-f9f3d809818b 2019-01-09 08:19:32,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0923941135406s 2019-01-09 08:19:32,785 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883 used request id req-7a80ef7b-4d15-493c-8c33-f9f3d809818b 2019-01-09 08:19:32,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 08:19:32,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:32,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c31128b-c020-4f84-a819-b189874ef6ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:19:32,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883 used request id req-4c31128b-c020-4f84-a819-b189874ef6ee 2019-01-09 08:19:32,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.202908992767s 2019-01-09 08:19:32,989 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/114d87669a3b481692e0824d83e8b883 used request id req-4c31128b-c020-4f84-a819-b189874ef6ee 2019-01-09 08:19:32,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:19:32,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:33,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b37dde9-5b92-44ec-a5c4-88f8c1b5872e Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885"}, "enabled": true, "id": "5748d9344d1643f7a83c04f32eb04885", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_708bc7ee-f327-4f1f-b856-77e3ebb53370"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:19:33,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-5b37dde9-5b92-44ec-a5c4-88f8c1b5872e 2019-01-09 08:19:33,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0727159976959s 2019-01-09 08:19:33,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-5b37dde9-5b92-44ec-a5c4-88f8c1b5872e 2019-01-09 08:19:33,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 08:19:33,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:33,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f65eead-7507-4b8d-b1d2-39a9792667c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:19:33,223 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885 used request id req-1f65eead-7507-4b8d-b1d2-39a9792667c9 2019-01-09 08:19:33,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158267021179s 2019-01-09 08:19:33,223 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/5748d9344d1643f7a83c04f32eb04885 used request id req-1f65eead-7507-4b8d-b1d2-39a9792667c9 2019-01-09 08:19:33,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:19:33,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:33,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83f96a4d-ba1d-4384-b7b4-db4ec39eb6dc Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ff9cdfa1ebe04152a35273ca637d27f7", "links": {"self": "http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7"}, "name": "Member"}]} 2019-01-09 08:19:33,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-83f96a4d-ba1d-4384-b7b4-db4ec39eb6dc 2019-01-09 08:19:33,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814878940582s 2019-01-09 08:19:33,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:19:33,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:33,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f4192f1-83f5-4afb-b730-ae91cedc41af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:19:33,399 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/ff9cdfa1ebe04152a35273ca637d27f7 used request id req-7f4192f1-83f5-4afb-b730-ae91cedc41af 2019-01-09 08:19:33,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0925939083099s 2019-01-09 08:19:33,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:19:33,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=5748d9344d1643f7a83c04f32eb04885&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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:33,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-1f0802f0-31bd-4323-80a6-959db589992b Date: Wed, 09 Jan 2019 08:19:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:30Z", "updated_at": "2019-01-09T08:18:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "57a99d3b-9ba6-4f55-be67-a5152fd89ae1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "663293a7-4c83-4d3f-b3d7-8c1554b5afda", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "73128366-b864-43f0-a520-a838cbdc7402", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "fdf57b0f-eb38-421c-9c42-4e6b27842510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 4, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "name": "default"}]} 2019-01-09 08:19:33,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=5748d9344d1643f7a83c04f32eb04885&name=default used request id req-1f0802f0-31bd-4323-80a6-959db589992b 2019-01-09 08:19:33,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.181663990021s 2019-01-09 08:19:33,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=5748d9344d1643f7a83c04f32eb04885&name=default used request id req-1f0802f0-31bd-4323-80a6-959db589992b 2019-01-09 08:19:33,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:19:33,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:33,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-15e75a88-d444-4200-969b-01a6aa0e85dc Date: Wed, 09 Jan 2019 08:19:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "created_at": "2019-01-09T08:18:30Z", "updated_at": "2019-01-09T08:18:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "57a99d3b-9ba6-4f55-be67-a5152fd89ae1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "73128366-b864-43f0-a520-a838cbdc7402", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv4", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "fdf57b0f-eb38-421c-9c42-4e6b27842510", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:18:30Z", "revision_number": 0, "id": "663293a7-4c83-4d3f-b3d7-8c1554b5afda", "remote_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "remote_ip_prefix": null, "created_at": "2019-01-09T08:18:30Z", "security_group_id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "tenant_id": "5748d9344d1643f7a83c04f32eb04885", "port_range_min": null, "ethertype": "IPv6", "project_id": "5748d9344d1643f7a83c04f32eb04885"}], "revision_number": 4, "project_id": "5748d9344d1643f7a83c04f32eb04885", "id": "f59fa13d-8b8f-4b66-93bf-6f27f39d57ba", "name": "default"}]} 2019-01-09 08:19:33,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-15e75a88-d444-4200-969b-01a6aa0e85dc 2019-01-09 08:19:33,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202950000763s 2019-01-09 08:19:33,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-15e75a88-d444-4200-969b-01a6aa0e85dc 2019-01-09 08:19:33,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-09 08:19:33,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/f59fa13d-8b8f-4b66-93bf-6f27f39d57ba.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dd1aa1496864944fea93f828a746c96405270d14" 2019-01-09 08:19:34,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38d3aeaa-2260-4de8-864c-441b9d846b39 Content-Length: 0 Date: Wed, 09 Jan 2019 08:19:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:19:34,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f59fa13d-8b8f-4b66-93bf-6f27f39d57ba.json used request id req-38d3aeaa-2260-4de8-864c-441b9d846b39 2019-01-09 08:19:34,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.326185941696s 2019-01-09 08:19:34,122 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/f59fa13d-8b8f-4b66-93bf-6f27f39d57ba.json used request id req-38d3aeaa-2260-4de8-864c-441b9d846b39 2019-01-09 08:19:34,178 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2019-01-09 08:19:34,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:19:34,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:19:34,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:19:34,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:19:34,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:19:34,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:19:34,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:19:34,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:19:34,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:19:34,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:19:34,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:19:34,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:19:34,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 08:19:34,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 08:19:34,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:19:34,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54826dac-1f4a-4b44-b1ee-d98206fd9106 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:19:34,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-54826dac-1f4a-4b44-b1ee-d98206fd9106 2019-01-09 08:19:34,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:19:34,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["XHxig2QdTjeLt6l0LLjjLw"], "issued_at": "2019-01-09T08:19:34.000000Z"}} 2019-01-09 08:19:34,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:19:34,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:34,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f33dbb41-e8c3-42d3-8cca-0605ab396d79 Date: Wed, 09 Jan 2019 08:19:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:19:34,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f33dbb41-e8c3-42d3-8cca-0605ab396d79 2019-01-09 08:19:34,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231261014938s 2019-01-09 08:19:34,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f33dbb41-e8c3-42d3-8cca-0605ab396d79 2019-01-09 08:19:34,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:19:34,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:34,888 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:19: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:19:34,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:34,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b172ad3-9518-4bd5-a5d7-ae23e98097d1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:19:34,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-1b172ad3-9518-4bd5-a5d7-ae23e98097d1 2019-01-09 08:19:34,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0963299274445s 2019-01-09 08:19:34,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 08:19:34,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}}' 2019-01-09 08:19:35,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57a2e85a-de12-436f-9c03-2cceea6627d5 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.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8"}, "enabled": true, "id": "708b0315780e4aa5adbcd210592961b8", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}} 2019-01-09 08:19:35,145 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-57a2e85a-de12-436f-9c03-2cceea6627d5 2019-01-09 08:19:35,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.167850017548s 2019-01-09 08:19:35,146 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-57a2e85a-de12-436f-9c03-2cceea6627d5 2019-01-09 08:19:35,147 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'id': u'708b0315780e4aa5adbcd210592961b8', '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'})}) 2019-01-09 08:19:35,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 08:19:35,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.348373174667s 2019-01-09 08:19:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:35,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4479dc1d-ffb3-4f1e-b7a5-42818f6ab4a9 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902"}, "enabled": true, "id": "29f2bd33c1634c2bbfbe0dad8820a902", "options": {}, "domain_id": "default", "name": "vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}} 2019-01-09 08:19:35,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902 used request id req-4479dc1d-ffb3-4f1e-b7a5-42818f6ab4a9 2019-01-09 08:19:35,592 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'29f2bd33c1634c2bbfbe0dad8820a902', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd'}) 2019-01-09 08:19:35,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:19:35,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:35,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67341dd0-68a1-4fc5-add7-a73b52314de0 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:19:35,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-67341dd0-68a1-4fc5-add7-a73b52314de0 2019-01-09 08:19:35,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0904989242554s 2019-01-09 08:19:35,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:19:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:35,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d327b3-efb5-4022-babc-303d271be573 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:19:35,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-20d327b3-efb5-4022-babc-303d271be573 2019-01-09 08:19:35,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746281147003s 2019-01-09 08:19:35,760 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:19:35,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:19:35,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" -d '{"role": {"name": "Member"}}' 2019-01-09 08:19:35,873 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:19:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de360306-e260-4126-b730-e4b498a670f0 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cb1cc41bdd0b48bfa50a199a749d5637", "links": {"self": "http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637"}, "name": "Member"}} 2019-01-09 08:19:35,873 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-de360306-e260-4126-b730-e4b498a670f0 2019-01-09 08:19:35,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.112791061401s 2019-01-09 08:19:35,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:35,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ef48f3-7c0c-4ece-8380-f3a3695e09f9 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637"}, "domain_id": null, "name": "Member", "id": "cb1cc41bdd0b48bfa50a199a749d5637"}} 2019-01-09 08:19:35,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637 used request id req-d9ef48f3-7c0c-4ece-8380-f3a3695e09f9 2019-01-09 08:19:35,891 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637'}, 'domain_id': None, 'human_id': None, 'id': u'cb1cc41bdd0b48bfa50a199a749d5637', 'HUMAN_ID': False}) 2019-01-09 08:19:35,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:19:35,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:35,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72f31c36-e4b4-4098-9176-f0813ca18705 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "cb1cc41bdd0b48bfa50a199a749d5637", "links": {"self": "http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637"}, "name": "Member"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:19:35,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-72f31c36-e4b4-4098-9176-f0813ca18705 2019-01-09 08:19:35,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0747430324554s 2019-01-09 08:19:35,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:19:35,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:36,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e728a67a-6b6b-4964-998b-47a65c41a060 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:19:36,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-e728a67a-6b6b-4964-998b-47a65c41a060 2019-01-09 08:19:36,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0808069705963s 2019-01-09 08:19:36,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:19:36,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:36,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19eb7a2-8dae-411f-a329-460979434961 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "links": {"self": "http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902"}, "domain_id": "default", "enabled": true, "id": "29f2bd33c1634c2bbfbe0dad8820a902", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:19:36,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e19eb7a2-8dae-411f-a329-460979434961 2019-01-09 08:19:36,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979361534119s 2019-01-09 08:19:36,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e19eb7a2-8dae-411f-a329-460979434961 2019-01-09 08:19:36,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:19:36,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:36,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cefe8ffa-51cc-4c59-90a1-916576e02d1c Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8"}, "enabled": true, "id": "708b0315780e4aa5adbcd210592961b8", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:19:36,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-cefe8ffa-51cc-4c59-90a1-916576e02d1c 2019-01-09 08:19:36,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.073558807373s 2019-01-09 08:19:36,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-cefe8ffa-51cc-4c59-90a1-916576e02d1c 2019-01-09 08:19:36,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:19:36,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=29f2bd33c1634c2bbfbe0dad8820a902&scope.project.id=708b0315780e4aa5adbcd210592961b8&role.id=cb1cc41bdd0b48bfa50a199a749d5637 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:36,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0163914d-e850-4496-9edf-3d14bd183665 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=29f2bd33c1634c2bbfbe0dad8820a902&scope.project.id=708b0315780e4aa5adbcd210592961b8&role.id=cb1cc41bdd0b48bfa50a199a749d5637", "previous": null, "next": null}} 2019-01-09 08:19:36,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=29f2bd33c1634c2bbfbe0dad8820a902&scope.project.id=708b0315780e4aa5adbcd210592961b8&role.id=cb1cc41bdd0b48bfa50a199a749d5637 used request id req-0163914d-e850-4496-9edf-3d14bd183665 2019-01-09 08:19:36,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0830450057983s 2019-01-09 08:19:36,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:19:36,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8/users/29f2bd33c1634c2bbfbe0dad8820a902/roles/cb1cc41bdd0b48bfa50a199a749d5637 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:36,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-278a635c-8019-4f29-83d1-8dbc5dbd35b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:19:36,439 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8/users/29f2bd33c1634c2bbfbe0dad8820a902/roles/cb1cc41bdd0b48bfa50a199a749d5637 used request id req-278a635c-8019-4f29-83d1-8dbc5dbd35b2 2019-01-09 08:19:36,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125334978104s 2019-01-09 08:19:36,440 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 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': '0c6c8203-5afb-4216-bcfb-2d92d4a46f33', 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_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'project_id': u'708b0315780e4aa5adbcd210592961b8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:19:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:19:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:19:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:19:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:19:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:19:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:19:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:19:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:19:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:19:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:19:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:19:36,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:19:36,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:19:36,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 08:19:36,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 08:19:36,445 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'password': '0c6c8203-5afb-4216-bcfb-2d92d4a46f33', 'project_name': 'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '708b0315780e4aa5adbcd210592961b8', 'project_domain_name': 'Default'} 2019-01-09 08:19:36,446 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2019-01-09 08:19:36,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:19:36,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:36,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96b6af85-cc4c-45b9-8dac-35852ab7dc7a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:19:36,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-96b6af85-cc4c-45b9-8dac-35852ab7dc7a 2019-01-09 08:19:36,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0731339454651s 2019-01-09 08:19:36,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:19:36,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:19:36,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-041d3d41-1984-452c-a788-0d84495177bc Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8"}, "enabled": true, "id": "708b0315780e4aa5adbcd210592961b8", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:19:36,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-041d3d41-1984-452c-a788-0d84495177bc 2019-01-09 08:19:36,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0807001590729s 2019-01-09 08:19:36,602 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-041d3d41-1984-452c-a788-0d84495177bc 2019-01-09 08:19:36,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-09 08:19:36,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" -d '{"network": {"tenant_id": "708b0315780e4aa5adbcd210592961b8", "name": "vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "admin_state_up": true}}' 2019-01-09 08:19:37,146 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d3c8469f-7f1e-42a6-bc11-dcd14c649ae8 Date: Wed, 09 Jan 2019 08:19: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":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"708b0315780e4aa5adbcd210592961b8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:19:37Z","is_default":false,"provider:segmentation_id":64,"name":"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd","admin_state_up":true,"tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:36Z","mtu":1450}} 2019-01-09 08:19:37,146 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d3c8469f-7f1e-42a6-bc11-dcd14c649ae8 2019-01-09 08:19:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.541241168976s 2019-01-09 08:19:37,147 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d3c8469f-7f1e-42a6-bc11-dcd14c649ae8 2019-01-09 08:19:37,147 - 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'2019-01-09T08:19:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7b9821b7-0056-4eb3-bf62-0f65444b18b3', u'provider:segmentation_id': 64, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'admin_state_up': True, u'tenant_id': u'708b0315780e4aa5adbcd210592961b8', u'created_at': u'2019-01-09T08:19:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'708b0315780e4aa5adbcd210592961b8'}) 2019-01-09 08:19:37,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:19:37,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cae46e1-ae21-44ab-a30b-38c53c15a409 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:19:37,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5cae46e1-ae21-44ab-a30b-38c53c15a409 2019-01-09 08:19:37,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:19:37,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb1cc41bdd0b48bfa50a199a749d5637", "name": "Member"}], "expires_at": "2019-01-09T09:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "708b0315780e4aa5adbcd210592961b8", "name": "vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/708b0315780e4aa5adbcd210592961b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/708b0315780e4aa5adbcd210592961b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/708b0315780e4aa5adbcd210592961b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/708b0315780e4aa5adbcd210592961b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/708b0315780e4aa5adbcd210592961b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/708b0315780e4aa5adbcd210592961b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/708b0315780e4aa5adbcd210592961b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/708b0315780e4aa5adbcd210592961b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/708b0315780e4aa5adbcd210592961b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/708b0315780e4aa5adbcd210592961b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/708b0315780e4aa5adbcd210592961b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/708b0315780e4aa5adbcd210592961b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "id": "29f2bd33c1634c2bbfbe0dad8820a902"}, "audit_ids": ["v57u4DWWSDyLWVk1RgsGjw"], "issued_at": "2019-01-09T08:19:37.000000Z"}} 2019-01-09 08:19:37,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:19:37,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:37,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-552c9d82-bef9-48d7-ae83-753d6abe6f4b Date: Wed, 09 Jan 2019 08:19:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-09T08:19:37Z","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"708b0315780e4aa5adbcd210592961b8","id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","name":"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}]} 2019-01-09 08:19:37,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-552c9d82-bef9-48d7-ae83-753d6abe6f4b 2019-01-09 08:19:37,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257853984833s 2019-01-09 08:19:37,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-552c9d82-bef9-48d7-ae83-753d6abe6f4b 2019-01-09 08:19:37,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-09 08:19:37,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"subnet": {"name": "vping_userdata-subnet_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "enable_dhcp": true, "network_id": "7b9821b7-0056-4eb3-bf62-0f65444b18b3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-09 08:19:38,703 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-46848cce-ca1a-4751-b0c9-428a884c9202 Date: Wed, 09 Jan 2019 08:19:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-09T08:19: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":"708b0315780e4aa5adbcd210592961b8","id":"7d673859-190c-4f45-a2d3-2e70529ad1b8","subnetpool_id":null,"name":"vping_userdata-subnet_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}} 2019-01-09 08:19:38,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-46848cce-ca1a-4751-b0c9-428a884c9202 2019-01-09 08:19:38,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.912405967712s 2019-01-09 08:19:38,704 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-46848cce-ca1a-4751-b0c9-428a884c9202 2019-01-09 08:19:38,704 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-09T08:19: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'7d673859-190c-4f45-a2d3-2e70529ad1b8', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'enable_dhcp': True, u'network_id': u'7b9821b7-0056-4eb3-bf62-0f65444b18b3', u'tenant_id': u'708b0315780e4aa5adbcd210592961b8', u'created_at': u'2019-01-09T08:19: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'708b0315780e4aa5adbcd210592961b8'}) 2019-01-09 08:19:38,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-09 08:19:38,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}, "name": "vping_userdata-router_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "admin_state_up": true}}' 2019-01-09 08:19:39,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-29c484aa-b300-4d89-ac1f-dd13bcd1d7ff Date: Wed, 09 Jan 2019 08:19:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "708b0315780e4aa5adbcd210592961b8", "created_at": "2019-01-09T08:19:38Z", "admin_state_up": true, "updated_at": "2019-01-09T08:19:39Z", "revision_number": 2, "routes": [], "project_id": "708b0315780e4aa5adbcd210592961b8", "id": "480ea507-50ae-4943-9aed-183f4182eb55", "name": "vping_userdata-router_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}} 2019-01-09 08:19:39,922 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-29c484aa-b300-4d89-ac1f-dd13bcd1d7ff 2019-01-09 08:19:39,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.21756386757s 2019-01-09 08:19:39,923 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-29c484aa-b300-4d89-ac1f-dd13bcd1d7ff 2019-01-09 08:19:39,923 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'10b23b07-756b-4000-b2c9-9121d33fb1bd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'708b0315780e4aa5adbcd210592961b8', u'created_at': u'2019-01-09T08:19:38Z', u'admin_state_up': True, u'updated_at': u'2019-01-09T08:19:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'708b0315780e4aa5adbcd210592961b8', u'id': u'480ea507-50ae-4943-9aed-183f4182eb55', u'name': u'vping_userdata-router_d2ec6891-a1cf-46a1-b439-3094dd3b49fd'}) 2019-01-09 08:19:39,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-09 08:19:39,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55/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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"subnet_id": "7d673859-190c-4f45-a2d3-2e70529ad1b8"}' 2019-01-09 08:19:41,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ec8c9783-fead-48eb-8b19-07ceca2ec59e Date: Wed, 09 Jan 2019 08:19:41 GMT RESP BODY: {"network_id": "7b9821b7-0056-4eb3-bf62-0f65444b18b3", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "subnet_id": "7d673859-190c-4f45-a2d3-2e70529ad1b8", "subnet_ids": ["7d673859-190c-4f45-a2d3-2e70529ad1b8"], "port_id": "356c3dd1-75d3-4cfb-947f-94b30e389db0", "id": "480ea507-50ae-4943-9aed-183f4182eb55"} 2019-01-09 08:19:41,532 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55/add_router_interface.json used request id req-ec8c9783-fead-48eb-8b19-07ceca2ec59e 2019-01-09 08:19:41,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.60822296143s 2019-01-09 08:19:41,532 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55/add_router_interface.json used request id req-ec8c9783-fead-48eb-8b19-07ceca2ec59e returning object 480ea507-50ae-4943-9aed-183f4182eb55 2019-01-09 08:19:41,533 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:19:41,666 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-09 08:19:41,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:41,672 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 09 Jan 2019 08:19:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2019-01-09 08:19:41,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:19:41,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:41,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-07bed18f-55d3-44cd-b29a-b78b3e92e24c Date: Wed, 09 Jan 2019 08:19:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:19:41,851 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-07bed18f-55d3-44cd-b29a-b78b3e92e24c 2019-01-09 08:19:41,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177407979965s 2019-01-09 08:19:41,851 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-07bed18f-55d3-44cd-b29a-b78b3e92e24c 2019-01-09 08:19:41,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 08:19:41,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}' 2019-01-09 08:19:42,067 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa X-Openstack-Request-Id: req-dbbd6e80-6cfe-4530-ad87-33fe76de4333 Date: Wed, 09 Jan 2019 08:19:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file", "owner": "708b0315780e4aa5adbcd210592961b8", "id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "size": null, "self": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:19:41Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "checksum": null, "created_at": "2019-01-09T08:19:41Z", "protected": false} 2019-01-09 08:19:42,067 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-dbbd6e80-6cfe-4530-ad87-33fe76de4333 2019-01-09 08:19:42,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.21456694603s 2019-01-09 08:19:42,068 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-dbbd6e80-6cfe-4530-ad87-33fe76de4333 returning object 6292c325-b121-4778-94a0-cfffe8e7d9aa 2019-01-09 08:19:42,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 08:19:42,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '' 2019-01-09 08:19:43,247 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1bfbe8bf-ca88-467b-afea-b03110ff75f5 Date: Wed, 09 Jan 2019 08:19:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:19:43,247 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file used request id req-1bfbe8bf-ca88-467b-afea-b03110ff75f5 2019-01-09 08:19:43,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.17863702774s 2019-01-09 08:19:43,248 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file used request id req-1bfbe8bf-ca88-467b-afea-b03110ff75f5 2019-01-09 08:19:43,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:19:43,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:43,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-87234241-8aa9-4a86-beea-0c171b513a9a Date: Wed, 09 Jan 2019 08:19:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap", "metadata": {}}], "file": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file", "owner": "708b0315780e4aa5adbcd210592961b8", "id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "size": 12716032, "self": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:19:43Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:19:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:19:43,439 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-87234241-8aa9-4a86-beea-0c171b513a9a 2019-01-09 08:19:43,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.191006183624s 2019-01-09 08:19:43,440 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-87234241-8aa9-4a86-beea-0c171b513a9a 2019-01-09 08:19:43,442 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file', 'owner': u'708b0315780e4aa5adbcd210592961b8', 'id': u'6292c325-b121-4778-94a0-cfffe8e7d9aa', 'size': 12716032, u'self': u'/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'708b0315780e4aa5adbcd210592961b8', 'name': 'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:19:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-09T08:19:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'created': u'2019-01-09T08:19:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:19:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:19:43,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 08:19:43,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 08:19:43,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-5bf63658-410c-4f0d-8401-5c61c638187f x-compute-request-id: req-5bf63658-410c-4f0d-8401-5c61c638187f Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "name": "vping_userdata-flavor_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:19:43,684 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5bf63658-410c-4f0d-8401-5c61c638187f 2019-01-09 08:19:43,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.241470098495s 2019-01-09 08:19:43,684 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5bf63658-410c-4f0d-8401-5c61c638187f returning object ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54 2019-01-09 08:19:43,685 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', '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'a3475ec98a734cb2aeb418d350edd17b', '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'ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54', 'swap': 0}) 2019-01-09 08:19:43,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 08:19:43,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54/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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" -d '{"extra_specs": {}}' 2019-01-09 08:19:43,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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 x-openstack-request-id: req-83209086-75a3-4a59-ad31-a525219ba435 x-compute-request-id: req-83209086-75a3-4a59-ad31-a525219ba435 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:19:43,707 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54/os-extra_specs used request id req-83209086-75a3-4a59-ad31-a525219ba435 2019-01-09 08:19:43,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209119319916s 2019-01-09 08:19:43,707 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54/os-extra_specs used request id req-83209086-75a3-4a59-ad31-a525219ba435 2019-01-09 08:19:43,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:19:43,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:43,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-01369e48-3ed4-4e65-8461-dea9334acde6 Date: Wed, 09 Jan 2019 08:19: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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7d673859-190c-4f45-a2d3-2e70529ad1b8"],"updated_at":"2019-01-09T08:19:38Z","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"708b0315780e4aa5adbcd210592961b8","id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","name":"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}]} 2019-01-09 08:19:43,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-01369e48-3ed4-4e65-8461-dea9334acde6 2019-01-09 08:19:43,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252210855484s 2019-01-09 08:19:43,961 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-01369e48-3ed4-4e65-8461-dea9334acde6 2019-01-09 08:19:43,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:19:43,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:44,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-ea9665fb-d5ff-4645-9eab-abea10e15a21 Date: Wed, 09 Jan 2019 08:19:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap", "metadata": {}}], "file": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file", "owner": "708b0315780e4aa5adbcd210592961b8", "id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "size": 12716032, "self": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:19:43Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:19:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:19:44,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ea9665fb-d5ff-4645-9eab-abea10e15a21 2019-01-09 08:19:44,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175707101822s 2019-01-09 08:19:44,138 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ea9665fb-d5ff-4645-9eab-abea10e15a21 2019-01-09 08:19:44,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 08:19:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:44,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-4ac3393e-1232-4b76-924f-cbc082fc1ef8 x-compute-request-id: req-4ac3393e-1232-4b76-924f-cbc082fc1ef8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "name": "vping_userdata-flavor_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 08:19:44,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4ac3393e-1232-4b76-924f-cbc082fc1ef8 2019-01-09 08:19:44,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.182169914246s 2019-01-09 08:19:44,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4ac3393e-1232-4b76-924f-cbc082fc1ef8 2019-01-09 08:19:44,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-09 08:19:44,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"server": {"name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "imageRef": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "flavorRef": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7b9821b7-0056-4eb3-bf62-0f65444b18b3"}]}}' 2019-01-09 08:19:46,119 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08: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 x-openstack-request-id: req-6a74a760-6ea9-4a3d-86e8-c88b39d8bb67 x-compute-request-id: req-6a74a760-6ea9-4a3d-86e8-c88b39d8bb67 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "adminPass": "avX7iH9fkJkD"}} 2019-01-09 08:19:46,119 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-6a74a760-6ea9-4a3d-86e8-c88b39d8bb67 2019-01-09 08:19:46,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.79439711571s 2019-01-09 08:19:46,119 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-6a74a760-6ea9-4a3d-86e8-c88b39d8bb67 2019-01-09 08:19:46,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:46,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:46,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-87c62021-344b-43c1-8832-1f8005b3ce08 x-compute-request-id: req-87c62021-344b-43c1-8832-1f8005b3ce08 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.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:19:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:46,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-87c62021-344b-43c1-8832-1f8005b3ce08 2019-01-09 08:19:46,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419933795929s 2019-01-09 08:19:46,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-87c62021-344b-43c1-8832-1f8005b3ce08 2019-01-09 08:19:46,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:19:46,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:46,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-0a10fc1c-e120-4d38-bec8-48446915176b Date: Wed, 09 Jan 2019 08:19:46 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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7d673859-190c-4f45-a2d3-2e70529ad1b8"],"updated_at":"2019-01-09T08:19:38Z","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"708b0315780e4aa5adbcd210592961b8","id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","name":"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}]} 2019-01-09 08:19:46,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0a10fc1c-e120-4d38-bec8-48446915176b 2019-01-09 08:19:46,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253886938095s 2019-01-09 08:19:46,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0a10fc1c-e120-4d38-bec8-48446915176b 2019-01-09 08:19:46,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-09 08:19:46,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:46,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-08a02021-53b0-48cf-904f-b38f62b27208 Date: Wed, 09 Jan 2019 08:19:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-09T08:19: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":"708b0315780e4aa5adbcd210592961b8","id":"7d673859-190c-4f45-a2d3-2e70529ad1b8","subnetpool_id":null,"name":"vping_userdata-subnet_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}]} 2019-01-09 08:19:46,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-08a02021-53b0-48cf-904f-b38f62b27208 2019-01-09 08:19:46,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.19670009613s 2019-01-09 08:19:47,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-08a02021-53b0-48cf-904f-b38f62b27208 2019-01-09 08:19:47,000 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:19:49,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:49,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:49,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-b4b424ff-f3ec-41af-8cee-2019667310cc x-compute-request-id: req-b4b424ff-f3ec-41af-8cee-2019667310cc 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.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "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": "2019-01-09T08:19:47Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:49,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b4b424ff-f3ec-41af-8cee-2019667310cc 2019-01-09 08:19:49,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504443883896s 2019-01-09 08:19:49,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b4b424ff-f3ec-41af-8cee-2019667310cc 2019-01-09 08:19:49,511 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:19:51,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:51,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:52,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7125886a-05b3-47db-9460-7dca35615887 x-compute-request-id: req-7125886a-05b3-47db-9460-7dca35615887 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:50Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:52,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7125886a-05b3-47db-9460-7dca35615887 2019-01-09 08:19:52,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504187822342s 2019-01-09 08:19:52,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7125886a-05b3-47db-9460-7dca35615887 2019-01-09 08:19:52,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-09 08:19:52,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=2160fd9b-158a-438e-916d-f45d4ec87aba" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:52,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b104593a-740f-4ca4-984a-c1f6f37f47cb Date: Wed, 09 Jan 2019 08:19:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:48Z","admin_state_up":true,"updated_at":"2019-01-09T08:19:49Z","binding:vnic_type":"normal","device_id":"2160fd9b-158a-438e-916d-f45d4ec87aba","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:7a:2a:4e","id":"9c34f13d-baba-4cfc-ad98-da1a09c965b4","port_security_enabled":true,"project_id":"708b0315780e4aa5adbcd210592961b8","fixed_ips":[{"subnet_id":"7d673859-190c-4f45-a2d3-2e70529ad1b8","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["89e3cec0-c6e1-476c-a4ce-49661a6126cd"],"name":""}]} 2019-01-09 08:19:52,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=2160fd9b-158a-438e-916d-f45d4ec87aba used request id req-b104593a-740f-4ca4-984a-c1f6f37f47cb 2019-01-09 08:19:52,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0582840442657s 2019-01-09 08:19:52,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=2160fd9b-158a-438e-916d-f45d4ec87aba used request id req-b104593a-740f-4ca4-984a-c1f6f37f47cb 2019-01-09 08:19:52,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-09 08:19:52,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=9c34f13d-baba-4cfc-ad98-da1a09c965b4" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:52,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-841d1d10-7ee0-4b16-b4c8-fb21d3a8ad38 Date: Wed, 09 Jan 2019 08:19:52 GMT RESP BODY: {"floatingips": []} 2019-01-09 08:19:52,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=9c34f13d-baba-4cfc-ad98-da1a09c965b4 used request id req-841d1d10-7ee0-4b16-b4c8-fb21d3a8ad38 2019-01-09 08:19:52,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.017678976059s 2019-01-09 08:19:52,105 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=9c34f13d-baba-4cfc-ad98-da1a09c965b4 used request id req-841d1d10-7ee0-4b16-b4c8-fb21d3a8ad38 2019-01-09 08:19:52,105 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7a:2a:4e', 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'6292c325-b121-4778-94a0-cfffe8e7d9aa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-09T08:19:49.000000', 'flavor': Munch({u'id': u'ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54'}), 'az': u'nova', 'id': u'2160fd9b-158a-438e-916d-f45d4ec87aba', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'29f2bd33c1634c2bbfbe0dad8820a902', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'708b0315780e4aa5adbcd210592961b8', 'name': 'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', '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'2019-01-09T08:19:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-09T08:19:50Z', 'hostId': u'd7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'd7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1', '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'2019-01-09T08:19:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'708b0315780e4aa5adbcd210592961b8', 'name': u'vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'adminPass': u'avX7iH9fkJkD', 'tenant_id': u'708b0315780e4aa5adbcd210592961b8', 'region': 'regionOne', 'created': u'2019-01-09T08:19:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-09 08:19:52,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:19:52,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:52,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-90eff67a-e965-4dab-8df5-44ac8d89ce4a Date: Wed, 09 Jan 2019 08:19:52 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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7d673859-190c-4f45-a2d3-2e70529ad1b8"],"updated_at":"2019-01-09T08:19:38Z","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"708b0315780e4aa5adbcd210592961b8","id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","name":"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}]} 2019-01-09 08:19:52,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-90eff67a-e965-4dab-8df5-44ac8d89ce4a 2019-01-09 08:19:52,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241405963898s 2019-01-09 08:19:52,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-90eff67a-e965-4dab-8df5-44ac8d89ce4a 2019-01-09 08:19:52,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:19:52,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:52,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-0b29730f-0848-4223-8342-7b3dbf8aaaad Date: Wed, 09 Jan 2019 08:19:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap", "metadata": {}}], "file": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file", "owner": "708b0315780e4aa5adbcd210592961b8", "id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "size": 12716032, "self": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:19:43Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:19:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:19:52,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0b29730f-0848-4223-8342-7b3dbf8aaaad 2019-01-09 08:19:52,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174111127853s 2019-01-09 08:19:52,524 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0b29730f-0848-4223-8342-7b3dbf8aaaad 2019-01-09 08:19:52,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 08:19:52,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:52,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-cbffcb3f-5ee2-4272-b1a7-70fc2bb4bc69 x-compute-request-id: req-cbffcb3f-5ee2-4272-b1a7-70fc2bb4bc69 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "name": "vping_userdata-flavor_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 08:19:52,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-cbffcb3f-5ee2-4272-b1a7-70fc2bb4bc69 2019-01-09 08:19:52,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0330638885498s 2019-01-09 08:19:52,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-cbffcb3f-5ee2-4272-b1a7-70fc2bb4bc69 2019-01-09 08:19:52,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-09 08:19:52,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"server": {"name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "imageRef": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "flavorRef": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE0IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7b9821b7-0056-4eb3-bf62-0f65444b18b3"}]}}' 2019-01-09 08:19:53,688 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:19: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-ace10d9b-68f2-4d46-aff0-a04f56290ccb x-compute-request-id: req-ace10d9b-68f2-4d46-aff0-a04f56290ccb Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "adminPass": "Jgb64cU7Kf4x"}} 2019-01-09 08:19:53,688 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ace10d9b-68f2-4d46-aff0-a04f56290ccb 2019-01-09 08:19:53,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.12725496292s 2019-01-09 08:19:53,689 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ace10d9b-68f2-4d46-aff0-a04f56290ccb 2019-01-09 08:19:53,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:53,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:54,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-f452185f-c553-41c5-abd9-7972c4332342 x-compute-request-id: req-f452185f-c553-41c5-abd9-7972c4332342 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-09T08:19:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:50Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:54,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f452185f-c553-41c5-abd9-7972c4332342 2019-01-09 08:19:54,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428862094879s 2019-01-09 08:19:54,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f452185f-c553-41c5-abd9-7972c4332342 2019-01-09 08:19:54,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:19:56,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:56,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:56,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:19: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-b279970b-e251-4a63-bf5e-c6123592b961 x-compute-request-id: req-b279970b-e251-4a63-bf5e-c6123592b961 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "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": "2019-01-09T08:19:54Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:50Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:56,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b279970b-e251-4a63-bf5e-c6123592b961 2019-01-09 08:19:56,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.749142169952s 2019-01-09 08:19:56,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b279970b-e251-4a63-bf5e-c6123592b961 2019-01-09 08:19:56,881 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:19:58,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:19:58,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:19:59,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-133243c6-390a-477d-a63f-fff6acc6bf82 x-compute-request-id: req-133243c6-390a-477d-a63f-fff6acc6bf82 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "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": "2019-01-09T08:19:54Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:50Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:19:59,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-133243c6-390a-477d-a63f-fff6acc6bf82 2019-01-09 08:19:59,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.460858821869s 2019-01-09 08:19:59,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-133243c6-390a-477d-a63f-fff6acc6bf82 2019-01-09 08:19:59,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:20:01,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:01,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:01,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-6af44c6e-b877-45a1-ac57-7d898b06a8b5 x-compute-request-id: req-6af44c6e-b877-45a1-ac57-7d898b06a8b5 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:5a:9b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:20:00.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:01Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:50Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:20:01,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6af44c6e-b877-45a1-ac57-7d898b06a8b5 2019-01-09 08:20:01,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381856918335s 2019-01-09 08:20:01,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6af44c6e-b877-45a1-ac57-7d898b06a8b5 2019-01-09 08:20:01,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-09 08:20:01,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=88f54d1b-48b9-4d4c-b09d-7b192f283017" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:01,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d5bea28a-fe20-4c41-ae2c-5c50ed7d6e18 Date: Wed, 09 Jan 2019 08:20:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:55Z","admin_state_up":true,"updated_at":"2019-01-09T08:19:56Z","binding:vnic_type":"normal","device_id":"88f54d1b-48b9-4d4c-b09d-7b192f283017","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:ae:5a:9b","id":"fa51279b-8545-447c-9494-ce15b9c5d959","port_security_enabled":true,"project_id":"708b0315780e4aa5adbcd210592961b8","fixed_ips":[{"subnet_id":"7d673859-190c-4f45-a2d3-2e70529ad1b8","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["89e3cec0-c6e1-476c-a4ce-49661a6126cd"],"name":""}]} 2019-01-09 08:20:01,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=88f54d1b-48b9-4d4c-b09d-7b192f283017 used request id req-d5bea28a-fe20-4c41-ae2c-5c50ed7d6e18 2019-01-09 08:20:01,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0562250614166s 2019-01-09 08:20:01,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=88f54d1b-48b9-4d4c-b09d-7b192f283017 used request id req-d5bea28a-fe20-4c41-ae2c-5c50ed7d6e18 2019-01-09 08:20:01,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-09 08:20:01,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=fa51279b-8545-447c-9494-ce15b9c5d959" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:01,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e1d93791-cbcb-485c-9293-d4b662073fe2 Date: Wed, 09 Jan 2019 08:20:01 GMT RESP BODY: {"floatingips": []} 2019-01-09 08:20:01,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=fa51279b-8545-447c-9494-ce15b9c5d959 used request id req-e1d93791-cbcb-485c-9293-d4b662073fe2 2019-01-09 08:20:01,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.160037994385s 2019-01-09 08:20:01,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=fa51279b-8545-447c-9494-ce15b9c5d959 used request id req-e1d93791-cbcb-485c-9293-d4b662073fe2 2019-01-09 08:20:01,963 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ae:5a:9b', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6292c325-b121-4778-94a0-cfffe8e7d9aa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-09T08:20:00.000000', 'flavor': Munch({u'id': u'ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54'}), 'az': u'nova', 'id': u'88f54d1b-48b9-4d4c-b09d-7b192f283017', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'29f2bd33c1634c2bbfbe0dad8820a902', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'708b0315780e4aa5adbcd210592961b8', 'name': 'vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', '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'2019-01-09T08:20:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-09T08:20:01Z', 'hostId': u'49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894', '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'2019-01-09T08:20:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'708b0315780e4aa5adbcd210592961b8', 'name': u'vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd', 'adminPass': u'Jgb64cU7Kf4x', 'tenant_id': u'708b0315780e4aa5adbcd210592961b8', 'region': 'regionOne', 'created': u'2019-01-09T08:19:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-09 08:20:01,963 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2019-01-09 08:20:02,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:02,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:03,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20: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-e74e96e0-eb3c-47c1-a97b-59e7e5545c6f x-compute-request-id: req-e74e96e0-eb3c-47c1-a97b-59e7e5545c6f Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:5a:9b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:20:00.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:01Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:50Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:20:03,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e74e96e0-eb3c-47c1-a97b-59e7e5545c6f 2019-01-09 08:20:03,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.81205701828s 2019-01-09 08:20:03,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e74e96e0-eb3c-47c1-a97b-59e7e5545c6f 2019-01-09 08:20:03,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-09 08:20:03,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017/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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 08:20:04,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20: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-eedec5bf-28d9-4659-b6b9-f66138f835ec x-compute-request-id: req-eedec5bf-28d9-4659-b6b9-f66138f835ec Content-Encoding: gzip Content-Length: 7858 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528071456 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129765] pid_max: default: 32768 minimum: 301\n[ 0.130633] ACPI: Core revision 20150930\n[ 0.131994] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133271] Security Framework initialized\n[ 0.134066] Yama: becoming mindful.\n[ 0.134780] AppArmor: AppArmor initialized\n[ 0.135626] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138163] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139346] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140697] Initializing cgroup subsys io\n[ 0.141496] Initializing cgroup subsys memory\n[ 0.142329] Initializing cgroup subsys devices\n[ 0.143178] Initializing cgroup subsys freezer\n[ 0.144028] Initializing cgroup subsys net_cls\n[ 0.144874] Initializing cgroup subsys perf_event\n[ 0.145756] Initializing cgroup subsys net_prio\n[ 0.146612] Initializing cgroup subsys hugetlb\n[ 0.147461] Initializing cgroup subsys pids\n[ 0.148309] CPU: Physical Processor ID: 0\n[ 0.149789] mce: CPU supports 10 MCE banks\n[ 0.150616] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162194] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168522] ftrace: allocating 31920 entries in 125 pages\n[ 0.194686] smpboot: Max logical packages: 1\n[ 0.195530] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196845] x2apic enabled\n[ 0.197638] Switched APIC routing to physical x2apic.\n[ 0.199356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202385] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204148] KVM setup paravirtual spinlock\n[ 0.205437] x86: Booted up 1 node, 1 CPUs\n[ 0.206229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207595] devtmpfs: initialized\n[ 0.209295] evm: security.selinux\n[ 0.209987] evm: security.SMACK64\n[ 0.210671] evm: security.SMACK64EXEC\n[ 0.211405] evm: security.SMACK64TRANSMUTE\n[ 0.212204] evm: security.SMACK64MMAP\n[ 0.212950] evm: security.ima\n[ 0.213592] evm: security.capability\n[ 0.214385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216210] pinctrl core: initialized pinctrl subsystem\n[ 0.217290] RTC time: 8:20:00, date: 01/09/19\n[ 0.218237] NET: Registered protocol family 16\n[ 0.219202] cpuidle: using governor ladder\n[ 0.220008] cpuidle: using governor menu\n[ 0.220788] PCCT header not found.\n[ 0.221526] ACPI: bus type PCI registered\n[ 0.222313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223534] PCI: Using configuration type 1 for base access\n[ 0.225265] ACPI: Added _OSI(Module Device)\n[ 0.226095] ACPI: Added _OSI(Processor Device)\n[ 0.226960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227854] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229974] ACPI: Interpreter enabled\n[ 0.230737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237995] ACPI: (supports S0 S5)\n[ 0.238692] ACPI: Using IOAPIC for interrupt routing\n[ 0.239623] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242702] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243827] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245037] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246212] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248400] acpiphp: Slot [3] registered\n[ 0.249192] acpiphp: Slot [4] registered\n[ 0.249991] acpiphp: Slot [5] registered\n[ 0.250783] acpiphp: Slot [6] registered\n[ 0.251568] acpiphp: Slot [7] registered\n[ 0.252349] acpiphp: Slot [8] registered\n[ 0.253136] acpiphp: Slot [9] registered\n[ 0.253921] acpiphp: Slot [10] registered\n[ 0.254718] acpiphp: Slot [11] registered\n[ 0.255527] acpiphp: Slot [12] registered\n[ 0.256322] acpiphp: Slot [13] registered\n[ 0.257124] acpiphp: Slot [14] registered\n[ 0.257923] acpiphp: Slot [15] registered\n[ 0.268788] acpiphp: Slot [16] registered\n[ 0.269591] acpiphp: Slot [17] registered\n[ 0.270388] acpiphp: Slot [18] registered\n[ 0.271200] acpiphp: Slot [19] registered\n[ 0.271999] acpiphp: Slot [20] registered\n[ 0.272805] acpiphp: Slot [21] registered\n[ 0.273607] acpiphp: Slot [22] registered\n[ 0.274405] acpiphp: Slot [23] registered\n[ 0.275204] acpiphp: Slot [24] registered\n[ 0.276005] acpiphp: Slot [25] registered\n[ 0.276811] acpiphp: Slot [26] registered\n[ 0.277611] acpiphp: Slot [27] registered\n[ 0.278410] acpiphp: Slot [28] registered\n[ 0.279214] acpiphp: Slot [29] registered\n[ 0.280011] acpiphp: Slot [30] registered\n[ 0.280816] acpiphp: Slot [31] registered\n[ 0.281614] PCI host bridge to bus 0000:00\n[ 0.282408] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286219] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287656] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293875] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303954] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352707] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358156] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359536] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360597] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362117] vgaarb: loaded\n[ 0.362714] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363835] SCSI subsystem initialized\n[ 0.364646] ACPI: bus type USB registered\n[ 0.365445] usbcore: registered new interface driver usbfs\n[ 0.366465] usbcore: registered new interface driver hub\n[ 0.367455] usbcore: registered new device driver usb\n[ 0.368507] PCI: Using ACPI for IRQ routing\n[ 0.369520] NetLabel: Initializing\n[ 0.370220] NetLabel: domain hash size = 128\n[ 0.371064] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372005] NetLabel: unlabeled traffic allowed by default\n[ 0.373088] clocksource: Switched to clocksource kvm-clock\n[ 0.378505] AppArmor: AppArmor Filesystem Enabled\n[ 0.379458] pnp: PnP ACPI init\n[ 0.380359] pnp: PnP ACPI: found 5 devices\n[ 0.386720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388394] NET: Registered protocol family 2\n[ 0.389340] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390594] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392883] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393949] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395110] NET: Registered protocol family 1\n[ 0.395971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398118] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426307] Trying to unpack rootfs image as initramfs...\n[ 0.475448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489624] Scanning for low memory corruption every 60 seconds\n[ 0.490942] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492067] audit: initializing netlink subsys (disabled)\n[ 0.493071] audit: type=2000 audit(1547022001.273:1): initialized\n[ 0.494372] Initialise system trusted keyring\n[ 0.495280] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496425] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498368] zbud: loaded\n[ 0.499066] VFS: Disk quotas dquot_6.6.0\n[ 0.499878] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501366] fuse init (API version 7.23)\n[ 0.502254] Key type big_key registered\n[ 0.503052] Allocating IMA MOK and blacklist keyrings.\n[ 0.504541] Key type asymmetric registered\n[ 0.505359] Asymmetric key parser 'x509' registered\n[ 0.506303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507747] io scheduler noop registered\n[ 0.508535] io scheduler deadline registered (default)\n[ 0.509515] io scheduler cfq registered\n[ 0.510338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511366] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512631] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514076] ACPI: Power Button [PWRF]\n[ 0.514900] GHES: HEST is not enabled!\n[ 0.528447] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558612] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587031] Linux agpgart interface v0.103\n[ 0.589114] brd: module loaded\n[ 0.590316] loop: module loaded\n[ 0.595140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596568] GPT:90111 != 2097151\n[ 0.597234] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598296] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599893] vda: vda1 vda15\n[ 0.601643] scsi host0: ata_piix\n[ 0.602357] scsi host1: ata_piix\n[ 0.603049] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605643] libphy: Fixed MDIO Bus: probed\n[ 0.606438] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607362] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609577] PPP generic driver version 2.4.2\n[ 0.610445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611774] ehci-pci: EHCI PCI platform driver\n[ 0.612626] ehci-platform: EHCI generic platform driver\n[ 0.613606] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614708] ohci-pci: OHCI PCI platform driver\n[ 0.615560] ohci-platform: OHCI generic platform driver\n[ 0.616524] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630976] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631959] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633388] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636648] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638043] usb usb1: Product: UHCI Host Controller\n[ 0.638962] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640075] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641075] hub 1-0:1.0: USB hub found\n[ 0.641854] hub 1-0:1.0: 2 ports detected\n[ 0.642741] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645740] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646743] mousedev: PS/2 mouse device common for all mice\n[ 0.647977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649782] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650845] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652012] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653185] i2c /dev entries driver\n[ 0.653938] device-mapper: uevent: version 1.0.3\n[ 0.654857] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656445] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657730] NET: Registered protocol family 10\n[ 0.658711] NET: Registered protocol family 17\n[ 0.659598] Key type dns_resolver registered\n[ 0.660514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661605] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663316] registered taskstats version 1\n[ 0.664136] Loading compiled-in X.509 certificates\n[ 0.665574] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667388] zswap: loaded using pool lzo/zbud\n[ 0.668743] Key type trusted registered\n[ 0.670751] Key type encrypted registered\n[ 0.671591] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673628] evm: HMAC attrs: 0x1\n[ 0.674918] Magic number: 3:761:320\n[ 0.675679] misc microcode: hash matches\n[ 0.676443] platform microcode: hash matches\n[ 0.677292] tty tty45: hash matches\n[ 0.678095] rtc_cmos 00:00: setting system clock to 2019-01-09 08:20:01 UTC (1547022001)\n[ 0.679660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680749] EDD information not available.\n[ 0.762145] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763686] Write protecting the kernel read-only data: 14336k\n[ 0.765217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766991] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.56\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780053] 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.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2019-01-09 08:20:04,878 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017/action used request id req-eedec5bf-28d9-4659-b6b9-f66138f835ec 2019-01-09 08:20:04,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09806013107s 2019-01-09 08:20:04,879 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017/action used request id req-eedec5bf-28d9-4659-b6b9-f66138f835ec 2019-01-09 08:20:04,880 - 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 528071456 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129765] pid_max: default: 32768 minimum: 301 [ 0.130633] ACPI: Core revision 20150930 [ 0.131994] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133271] Security Framework initialized [ 0.134066] Yama: becoming mindful. [ 0.134780] AppArmor: AppArmor initialized [ 0.135626] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138163] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139346] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140697] Initializing cgroup subsys io [ 0.141496] Initializing cgroup subsys memory [ 0.142329] Initializing cgroup subsys devices [ 0.143178] Initializing cgroup subsys freezer [ 0.144028] Initializing cgroup subsys net_cls [ 0.144874] Initializing cgroup subsys perf_event [ 0.145756] Initializing cgroup subsys net_prio [ 0.146612] Initializing cgroup subsys hugetlb [ 0.147461] Initializing cgroup subsys pids [ 0.148309] CPU: Physical Processor ID: 0 [ 0.149789] mce: CPU supports 10 MCE banks [ 0.150616] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162194] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168522] ftrace: allocating 31920 entries in 125 pages [ 0.194686] smpboot: Max logical packages: 1 [ 0.195530] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196845] x2apic enabled [ 0.197638] Switched APIC routing to physical x2apic. [ 0.199356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202385] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204148] KVM setup paravirtual spinlock [ 0.205437] x86: Booted up 1 node, 1 CPUs [ 0.206229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207595] devtmpfs: initialized [ 0.209295] evm: security.selinux [ 0.209987] evm: security.SMACK64 [ 0.210671] evm: security.SMACK64EXEC [ 0.211405] evm: security.SMACK64TRANSMUTE [ 0.212204] evm: security.SMACK64MMAP [ 0.212950] evm: security.ima [ 0.213592] evm: security.capability [ 0.214385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216210] pinctrl core: initialized pinctrl subsystem [ 0.217290] RTC time: 8:20:00, date: 01/09/19 [ 0.218237] NET: Registered protocol family 16 [ 0.219202] cpuidle: using governor ladder [ 0.220008] cpuidle: using governor menu [ 0.220788] PCCT header not found. [ 0.221526] ACPI: bus type PCI registered [ 0.222313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223534] PCI: Using configuration type 1 for base access [ 0.225265] ACPI: Added _OSI(Module Device) [ 0.226095] ACPI: Added _OSI(Processor Device) [ 0.226960] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227854] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229974] ACPI: Interpreter enabled [ 0.230737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237995] ACPI: (supports S0 S5) [ 0.238692] ACPI: Using IOAPIC for interrupt routing [ 0.239623] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242702] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243827] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245037] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246212] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.248400] acpiphp: Slot [3] registered [ 0.249192] acpiphp: Slot [4] registered [ 0.249991] acpiphp: Slot [5] registered [ 0.250783] acpiphp: Slot [6] registered [ 0.251568] acpiphp: Slot [7] registered [ 0.252349] acpiphp: Slot [8] registered [ 0.253136] acpiphp: Slot [9] registered [ 0.253921] acpiphp: Slot [10] registered [ 0.254718] acpiphp: Slot [11] registered [ 0.255527] acpiphp: Slot [12] registered [ 0.256322] acpiphp: Slot [13] registered [ 0.257124] acpiphp: Slot [14] registered [ 0.257923] acpiphp: Slot [15] registered [ 0.268788] acpiphp: Slot [16] registered [ 0.269591] acpiphp: Slot [17] registered [ 0.270388] acpiphp: Slot [18] registered [ 0.271200] acpiphp: Slot [19] registered [ 0.271999] acpiphp: Slot [20] registered [ 0.272805] acpiphp: Slot [21] registered [ 0.273607] acpiphp: Slot [22] registered [ 0.274405] acpiphp: Slot [23] registered [ 0.275204] acpiphp: Slot [24] registered [ 0.276005] acpiphp: Slot [25] registered [ 0.276811] acpiphp: Slot [26] registered [ 0.277611] acpiphp: Slot [27] registered [ 0.278410] acpiphp: Slot [28] registered [ 0.279214] acpiphp: Slot [29] registered [ 0.280011] acpiphp: Slot [30] registered [ 0.280816] acpiphp: Slot [31] registered [ 0.281614] PCI host bridge to bus 0000:00 [ 0.282408] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.284794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286219] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287656] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.293875] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.303954] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352707] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358156] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359536] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360597] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362117] vgaarb: loaded [ 0.362714] vgaarb: bridge control possible 0000:00:02.0 [ 0.363835] SCSI subsystem initialized [ 0.364646] ACPI: bus type USB registered [ 0.365445] usbcore: registered new interface driver usbfs [ 0.366465] usbcore: registered new interface driver hub [ 0.367455] usbcore: registered new device driver usb [ 0.368507] PCI: Using ACPI for IRQ routing [ 0.369520] NetLabel: Initializing [ 0.370220] NetLabel: domain hash size = 128 [ 0.371064] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372005] NetLabel: unlabeled traffic allowed by default [ 0.373088] clocksource: Switched to clocksource kvm-clock [ 0.378505] AppArmor: AppArmor Filesystem Enabled [ 0.379458] pnp: PnP ACPI init [ 0.380359] pnp: PnP ACPI: found 5 devices [ 0.386720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.388394] NET: Registered protocol family 2 [ 0.389340] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.390594] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392883] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393949] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.395110] NET: Registered protocol family 1 [ 0.395971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.398118] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426307] Trying to unpack rootfs image as initramfs... [ 0.475448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489624] Scanning for low memory corruption every 60 seconds [ 0.490942] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492067] audit: initializing netlink subsys (disabled) [ 0.493071] audit: type=2000 audit(1547022001.273:1): initialized [ 0.494372] Initialise system trusted keyring [ 0.495280] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496425] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498368] zbud: loaded [ 0.499066] VFS: Disk quotas dquot_6.6.0 [ 0.499878] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501366] fuse init (API version 7.23) [ 0.502254] Key type big_key registered [ 0.503052] Allocating IMA MOK and blacklist keyrings. [ 0.504541] Key type asymmetric registered [ 0.505359] Asymmetric key parser 'x509' registered [ 0.506303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507747] io scheduler noop registered [ 0.508535] io scheduler deadline registered (default) [ 0.509515] io scheduler cfq registered [ 0.510338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511366] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512631] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514076] ACPI: Power Button [PWRF] [ 0.514900] GHES: HEST is not enabled! [ 0.528447] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558612] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587031] Linux agpgart interface v0.103 [ 0.589114] brd: module loaded [ 0.590316] loop: module loaded [ 0.595140] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596568] GPT:90111 != 2097151 [ 0.597234] GPT:Alternate GPT header not at the end of the disk. [ 0.598296] GPT:90111 != 2097151 [ 0.598955] GPT: Use GNU Parted to correct GPT errors. [ 0.599893] vda: vda1 vda15 [ 0.601643] scsi host0: ata_piix [ 0.602357] scsi host1: ata_piix [ 0.603049] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.604230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605643] libphy: Fixed MDIO Bus: probed [ 0.606438] tun: Universal TUN/TAP device driver, 1.6 [ 0.607362] tun: (C) 1999-2004 Max Krasnyansky [ 0.609577] PPP generic driver version 2.4.2 [ 0.610445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611774] ehci-pci: EHCI PCI platform driver [ 0.612626] ehci-platform: EHCI generic platform driver [ 0.613606] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.614708] ohci-pci: OHCI PCI platform driver [ 0.615560] ohci-platform: OHCI generic platform driver [ 0.616524] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630976] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631959] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.633388] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.634371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.635456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.636648] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.638043] usb usb1: Product: UHCI Host Controller [ 0.638962] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.640075] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641075] hub 1-0:1.0: USB hub found [ 0.641854] hub 1-0:1.0: 2 ports detected [ 0.642741] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644805] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.645740] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.646743] mousedev: PS/2 mouse device common for all mice [ 0.647977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.649782] rtc_cmos 00:00: RTC can wake from S4 [ 0.650845] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.652012] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653185] i2c /dev entries driver [ 0.653938] device-mapper: uevent: version 1.0.3 [ 0.654857] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.656445] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657730] NET: Registered protocol family 10 [ 0.658711] NET: Registered protocol family 17 [ 0.659598] Key type dns_resolver registered [ 0.660514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.661605] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.663316] registered taskstats version 1 [ 0.664136] Loading compiled-in X.509 certificates [ 0.665574] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.667388] zswap: loaded using pool lzo/zbud [ 0.668743] Key type trusted registered [ 0.670751] Key type encrypted registered [ 0.671591] AppArmor: AppArmor sha1 policy hashing enabled [ 0.672600] ima: No TPM chip found, activating TPM-bypass! [ 0.673628] evm: HMAC attrs: 0x1 [ 0.674918] Magic number: 3:761:320 [ 0.675679] misc microcode: hash matches [ 0.676443] platform microcode: hash matches [ 0.677292] tty tty45: hash matches [ 0.678095] rtc_cmos 00:00: setting system clock to 2019-01-09 08:20:01 UTC (1547022001) [ 0.679660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680749] EDD information not available. [ 0.762145] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.763686] Write protecting the kernel read-only data: 14336k [ 0.765217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.766991] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.56 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.780053] 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.6... Lease of 192.168.120.6 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 2019-01-09 08:20:04,881 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.14. Waiting for response... 2019-01-09 08:20:05,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:05,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:06,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-5e2357c3-d783-4fa4-9428-4b86c137e90c x-compute-request-id: req-5e2357c3-d783-4fa4-9428-4b86c137e90c Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:5a:9b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:20:00.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:01Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:19:50Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:20:06,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5e2357c3-d783-4fa4-9428-4b86c137e90c 2019-01-09 08:20:06,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50710606575s 2019-01-09 08:20:06,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5e2357c3-d783-4fa4-9428-4b86c137e90c 2019-01-09 08:20:06,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-09 08:20:06,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017/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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 08:20:07,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20: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-d89c152c-c678-49f0-b2f7-830c537afba7 x-compute-request-id: req-d89c152c-c678-49f0-b2f7-830c537afba7 Content-Encoding: gzip Content-Length: 9403 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 528071456 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129765] pid_max: default: 32768 minimum: 301\n[ 0.130633] ACPI: Core revision 20150930\n[ 0.131994] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133271] Security Framework initialized\n[ 0.134066] Yama: becoming mindful.\n[ 0.134780] AppArmor: AppArmor initialized\n[ 0.135626] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138163] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139346] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140697] Initializing cgroup subsys io\n[ 0.141496] Initializing cgroup subsys memory\n[ 0.142329] Initializing cgroup subsys devices\n[ 0.143178] Initializing cgroup subsys freezer\n[ 0.144028] Initializing cgroup subsys net_cls\n[ 0.144874] Initializing cgroup subsys perf_event\n[ 0.145756] Initializing cgroup subsys net_prio\n[ 0.146612] Initializing cgroup subsys hugetlb\n[ 0.147461] Initializing cgroup subsys pids\n[ 0.148309] CPU: Physical Processor ID: 0\n[ 0.149789] mce: CPU supports 10 MCE banks\n[ 0.150616] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162194] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168522] ftrace: allocating 31920 entries in 125 pages\n[ 0.194686] smpboot: Max logical packages: 1\n[ 0.195530] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196845] x2apic enabled\n[ 0.197638] Switched APIC routing to physical x2apic.\n[ 0.199356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202385] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204148] KVM setup paravirtual spinlock\n[ 0.205437] x86: Booted up 1 node, 1 CPUs\n[ 0.206229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207595] devtmpfs: initialized\n[ 0.209295] evm: security.selinux\n[ 0.209987] evm: security.SMACK64\n[ 0.210671] evm: security.SMACK64EXEC\n[ 0.211405] evm: security.SMACK64TRANSMUTE\n[ 0.212204] evm: security.SMACK64MMAP\n[ 0.212950] evm: security.ima\n[ 0.213592] evm: security.capability\n[ 0.214385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216210] pinctrl core: initialized pinctrl subsystem\n[ 0.217290] RTC time: 8:20:00, date: 01/09/19\n[ 0.218237] NET: Registered protocol family 16\n[ 0.219202] cpuidle: using governor ladder\n[ 0.220008] cpuidle: using governor menu\n[ 0.220788] PCCT header not found.\n[ 0.221526] ACPI: bus type PCI registered\n[ 0.222313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223534] PCI: Using configuration type 1 for base access\n[ 0.225265] ACPI: Added _OSI(Module Device)\n[ 0.226095] ACPI: Added _OSI(Processor Device)\n[ 0.226960] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227854] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.229974] ACPI: Interpreter enabled\n[ 0.230737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.237995] ACPI: (supports S0 S5)\n[ 0.238692] ACPI: Using IOAPIC for interrupt routing\n[ 0.239623] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242702] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243827] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245037] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246212] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248400] acpiphp: Slot [3] registered\n[ 0.249192] acpiphp: Slot [4] registered\n[ 0.249991] acpiphp: Slot [5] registered\n[ 0.250783] acpiphp: Slot [6] registered\n[ 0.251568] acpiphp: Slot [7] registered\n[ 0.252349] acpiphp: Slot [8] registered\n[ 0.253136] acpiphp: Slot [9] registered\n[ 0.253921] acpiphp: Slot [10] registered\n[ 0.254718] acpiphp: Slot [11] registered\n[ 0.255527] acpiphp: Slot [12] registered\n[ 0.256322] acpiphp: Slot [13] registered\n[ 0.257124] acpiphp: Slot [14] registered\n[ 0.257923] acpiphp: Slot [15] registered\n[ 0.268788] acpiphp: Slot [16] registered\n[ 0.269591] acpiphp: Slot [17] registered\n[ 0.270388] acpiphp: Slot [18] registered\n[ 0.271200] acpiphp: Slot [19] registered\n[ 0.271999] acpiphp: Slot [20] registered\n[ 0.272805] acpiphp: Slot [21] registered\n[ 0.273607] acpiphp: Slot [22] registered\n[ 0.274405] acpiphp: Slot [23] registered\n[ 0.275204] acpiphp: Slot [24] registered\n[ 0.276005] acpiphp: Slot [25] registered\n[ 0.276811] acpiphp: Slot [26] registered\n[ 0.277611] acpiphp: Slot [27] registered\n[ 0.278410] acpiphp: Slot [28] registered\n[ 0.279214] acpiphp: Slot [29] registered\n[ 0.280011] acpiphp: Slot [30] registered\n[ 0.280816] acpiphp: Slot [31] registered\n[ 0.281614] PCI host bridge to bus 0000:00\n[ 0.282408] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286219] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287656] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293875] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303954] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352707] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358156] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359536] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360597] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362117] vgaarb: loaded\n[ 0.362714] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363835] SCSI subsystem initialized\n[ 0.364646] ACPI: bus type USB registered\n[ 0.365445] usbcore: registered new interface driver usbfs\n[ 0.366465] usbcore: registered new interface driver hub\n[ 0.367455] usbcore: registered new device driver usb\n[ 0.368507] PCI: Using ACPI for IRQ routing\n[ 0.369520] NetLabel: Initializing\n[ 0.370220] NetLabel: domain hash size = 128\n[ 0.371064] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372005] NetLabel: unlabeled traffic allowed by default\n[ 0.373088] clocksource: Switched to clocksource kvm-clock\n[ 0.378505] AppArmor: AppArmor Filesystem Enabled\n[ 0.379458] pnp: PnP ACPI init\n[ 0.380359] pnp: PnP ACPI: found 5 devices\n[ 0.386720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.388394] NET: Registered protocol family 2\n[ 0.389340] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390594] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391742] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392883] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393949] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395110] NET: Registered protocol family 1\n[ 0.395971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.398118] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.412110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426307] Trying to unpack rootfs image as initramfs...\n[ 0.475448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489624] Scanning for low memory corruption every 60 seconds\n[ 0.490942] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492067] audit: initializing netlink subsys (disabled)\n[ 0.493071] audit: type=2000 audit(1547022001.273:1): initialized\n[ 0.494372] Initialise system trusted keyring\n[ 0.495280] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496425] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498368] zbud: loaded\n[ 0.499066] VFS: Disk quotas dquot_6.6.0\n[ 0.499878] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501366] fuse init (API version 7.23)\n[ 0.502254] Key type big_key registered\n[ 0.503052] Allocating IMA MOK and blacklist keyrings.\n[ 0.504541] Key type asymmetric registered\n[ 0.505359] Asymmetric key parser 'x509' registered\n[ 0.506303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507747] io scheduler noop registered\n[ 0.508535] io scheduler deadline registered (default)\n[ 0.509515] io scheduler cfq registered\n[ 0.510338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511366] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512631] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514076] ACPI: Power Button [PWRF]\n[ 0.514900] GHES: HEST is not enabled!\n[ 0.528447] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558612] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587031] Linux agpgart interface v0.103\n[ 0.589114] brd: module loaded\n[ 0.590316] loop: module loaded\n[ 0.595140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596568] GPT:90111 != 2097151\n[ 0.597234] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598296] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599893] vda: vda1 vda15\n[ 0.601643] scsi host0: ata_piix\n[ 0.602357] scsi host1: ata_piix\n[ 0.603049] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.604230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.605643] libphy: Fixed MDIO Bus: probed\n[ 0.606438] tun: Universal TUN/TAP device driver, 1.6\n[ 0.607362] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609577] PPP generic driver version 2.4.2\n[ 0.610445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611774] ehci-pci: EHCI PCI platform driver\n[ 0.612626] ehci-platform: EHCI generic platform driver\n[ 0.613606] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614708] ohci-pci: OHCI PCI platform driver\n[ 0.615560] ohci-platform: OHCI generic platform driver\n[ 0.616524] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630976] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631959] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.633388] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.634371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636648] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638043] usb usb1: Product: UHCI Host Controller\n[ 0.638962] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640075] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641075] hub 1-0:1.0: USB hub found\n[ 0.641854] hub 1-0:1.0: 2 ports detected\n[ 0.642741] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645740] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646743] mousedev: PS/2 mouse device common for all mice\n[ 0.647977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649782] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650845] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652012] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653185] i2c /dev entries driver\n[ 0.653938] device-mapper: uevent: version 1.0.3\n[ 0.654857] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656445] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657730] NET: Registered protocol family 10\n[ 0.658711] NET: Registered protocol family 17\n[ 0.659598] Key type dns_resolver registered\n[ 0.660514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.661605] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663316] registered taskstats version 1\n[ 0.664136] Loading compiled-in X.509 certificates\n[ 0.665574] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667388] zswap: loaded using pool lzo/zbud\n[ 0.668743] Key type trusted registered\n[ 0.670751] Key type encrypted registered\n[ 0.671591] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672600] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673628] evm: HMAC attrs: 0x1\n[ 0.674918] Magic number: 3:761:320\n[ 0.675679] misc microcode: hash matches\n[ 0.676443] platform microcode: hash matches\n[ 0.677292] tty tty45: hash matches\n[ 0.678095] rtc_cmos 00:00: setting system clock to 2019-01-09 08:20:01 UTC (1547022001)\n[ 0.679660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680749] EDD information not available.\n[ 0.762145] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763686] Write protecting the kernel read-only data: 14336k\n[ 0.765217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766991] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.56\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.780053] 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.6...\nLease of 192.168.120.6 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.69. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD05CJgX3PCkU+TK2CAD8c4hEWzGETobdw3haEIJZTQL73S9ws7Q2evGtHG8GE5HISERVnZW2vZp9P0uTztewG1kH75KDweI4+QxRNCm3bQsoFYNMuf1AGdLpire0JOxXfa3M4dL3sXinYTF0y8KWBuXri1O2oRzP5+/saNv7mcx+TzKU6c9iUVHIXy42OHOYKwH2bavitjubRCzaKrvmYLT84wzAxtme6S0ITGOMt/wCJGzbXv8eYxLNnSPmyupypn9Dp28EuCtrN8J19iLobYru0H+Vc6BuKqa88gP0UPEMyJ6TVDnoiGnOc6UIe13OyEt1QnVqxhUhQFRkKiTvXl root@vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd\nssh-dss AAAAB3NzaC1kc3MAAACBAM7fFU2W3hTWGOLcQD0BCjomkVm4mRCWKadB4GhN6TTf3iSJn4Kntet+4asuBVybD4y+WxJm5NktL2JJGntc8g4xP7Kp2ZkSluuP1i7lXx33xMx1rJpLV9t/Yy23SG2frMuZe6CuNtX1ODiEiYDI3qRsYHxpACMTUD1CbHGC2MddAAAAFQCAsDByWYfzQ5Heu9ogk8aKtA2V/QAAAIBfWx8ZTYvnCi1yE6cMovbhbhsSD729vZsQaOWjEYQ8sUPL947ezPeI1WLOoZU83GkTGz4Kn4NEanhzP+5lK61PzkYnisRU+4s1lgmfD1XORUtwBgQnJYRJM721WRMWB/txei7vYH/WTRezIfEK2d8goHu/PMyQu3zZZLf4yhj5UQAAAIEArks0WG5tKoLsMnZyuptyQJH5CHdTHS4dW0og1Ly/nf1y+bZ81ozLoYmEmITrylR6s7AbTOfmgE/irnGyj9LZGRRWmHB9uiVNkkYL/si5CpJAL2jrVVYlLZAOQlQS8k7jmyzqea6h6hleMgYYM5FSCk/RAobq52NCVUW9+BSVh5I= root@vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd\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.6,24,fe80::f816:3eff:feae:5a9b/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.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.05 ===\n"} 2019-01-09 08:20:07,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017/action used request id req-d89c152c-c678-49f0-b2f7-830c537afba7 2019-01-09 08:20:07,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10909700394s 2019-01-09 08:20:07,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017/action used request id req-d89c152c-c678-49f0-b2f7-830c537afba7 2019-01-09 08:20:07,503 - 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 528071456 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129765] pid_max: default: 32768 minimum: 301 [ 0.130633] ACPI: Core revision 20150930 [ 0.131994] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133271] Security Framework initialized [ 0.134066] Yama: becoming mindful. [ 0.134780] AppArmor: AppArmor initialized [ 0.135626] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138163] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139346] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140697] Initializing cgroup subsys io [ 0.141496] Initializing cgroup subsys memory [ 0.142329] Initializing cgroup subsys devices [ 0.143178] Initializing cgroup subsys freezer [ 0.144028] Initializing cgroup subsys net_cls [ 0.144874] Initializing cgroup subsys perf_event [ 0.145756] Initializing cgroup subsys net_prio [ 0.146612] Initializing cgroup subsys hugetlb [ 0.147461] Initializing cgroup subsys pids [ 0.148309] CPU: Physical Processor ID: 0 [ 0.149789] mce: CPU supports 10 MCE banks [ 0.150616] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162194] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.168522] ftrace: allocating 31920 entries in 125 pages [ 0.194686] smpboot: Max logical packages: 1 [ 0.195530] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196845] x2apic enabled [ 0.197638] Switched APIC routing to physical x2apic. [ 0.199356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200443] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202385] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204148] KVM setup paravirtual spinlock [ 0.205437] x86: Booted up 1 node, 1 CPUs [ 0.206229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.207595] devtmpfs: initialized [ 0.209295] evm: security.selinux [ 0.209987] evm: security.SMACK64 [ 0.210671] evm: security.SMACK64EXEC [ 0.211405] evm: security.SMACK64TRANSMUTE [ 0.212204] evm: security.SMACK64MMAP [ 0.212950] evm: security.ima [ 0.213592] evm: security.capability [ 0.214385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.216210] pinctrl core: initialized pinctrl subsystem [ 0.217290] RTC time: 8:20:00, date: 01/09/19 [ 0.218237] NET: Registered protocol family 16 [ 0.219202] cpuidle: using governor ladder [ 0.220008] cpuidle: using governor menu [ 0.220788] PCCT header not found. [ 0.221526] ACPI: bus type PCI registered [ 0.222313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.223534] PCI: Using configuration type 1 for base access [ 0.225265] ACPI: Added _OSI(Module Device) [ 0.226095] ACPI: Added _OSI(Processor Device) [ 0.226960] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.227854] ACPI: Added _OSI(Processor Aggregator Device) [ 0.229974] ACPI: Interpreter enabled [ 0.230737] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.232558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.234365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.236182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.237995] ACPI: (supports S0 S5) [ 0.238692] ACPI: Using IOAPIC for interrupt routing [ 0.239623] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.242702] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.243827] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.245037] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.246212] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.248400] acpiphp: Slot [3] registered [ 0.249192] acpiphp: Slot [4] registered [ 0.249991] acpiphp: Slot [5] registered [ 0.250783] acpiphp: Slot [6] registered [ 0.251568] acpiphp: Slot [7] registered [ 0.252349] acpiphp: Slot [8] registered [ 0.253136] acpiphp: Slot [9] registered [ 0.253921] acpiphp: Slot [10] registered [ 0.254718] acpiphp: Slot [11] registered [ 0.255527] acpiphp: Slot [12] registered [ 0.256322] acpiphp: Slot [13] registered [ 0.257124] acpiphp: Slot [14] registered [ 0.257923] acpiphp: Slot [15] registered [ 0.268788] acpiphp: Slot [16] registered [ 0.269591] acpiphp: Slot [17] registered [ 0.270388] acpiphp: Slot [18] registered [ 0.271200] acpiphp: Slot [19] registered [ 0.271999] acpiphp: Slot [20] registered [ 0.272805] acpiphp: Slot [21] registered [ 0.273607] acpiphp: Slot [22] registered [ 0.274405] acpiphp: Slot [23] registered [ 0.275204] acpiphp: Slot [24] registered [ 0.276005] acpiphp: Slot [25] registered [ 0.276811] acpiphp: Slot [26] registered [ 0.277611] acpiphp: Slot [27] registered [ 0.278410] acpiphp: Slot [28] registered [ 0.279214] acpiphp: Slot [29] registered [ 0.280011] acpiphp: Slot [30] registered [ 0.280816] acpiphp: Slot [31] registered [ 0.281614] PCI host bridge to bus 0000:00 [ 0.282408] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.283603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.284794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286219] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.287656] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.293875] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.295160] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.296319] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.297566] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.303954] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.305385] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351239] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352707] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358156] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359536] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360597] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362117] vgaarb: loaded [ 0.362714] vgaarb: bridge control possible 0000:00:02.0 [ 0.363835] SCSI subsystem initialized [ 0.364646] ACPI: bus type USB registered [ 0.365445] usbcore: registered new interface driver usbfs [ 0.366465] usbcore: registered new interface driver hub [ 0.367455] usbcore: registered new device driver usb [ 0.368507] PCI: Using ACPI for IRQ routing [ 0.369520] NetLabel: Initializing [ 0.370220] NetLabel: domain hash size = 128 [ 0.371064] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372005] NetLabel: unlabeled traffic allowed by default [ 0.373088] clocksource: Switched to clocksource kvm-clock [ 0.378505] AppArmor: AppArmor Filesystem Enabled [ 0.379458] pnp: PnP ACPI init [ 0.380359] pnp: PnP ACPI: found 5 devices [ 0.386720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.388394] NET: Registered protocol family 2 [ 0.389340] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.390594] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391742] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392883] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393949] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.395110] NET: Registered protocol family 1 [ 0.395971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.397059] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.398118] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.412110] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426307] Trying to unpack rootfs image as initramfs... [ 0.475448] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489624] Scanning for low memory corruption every 60 seconds [ 0.490942] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492067] audit: initializing netlink subsys (disabled) [ 0.493071] audit: type=2000 audit(1547022001.273:1): initialized [ 0.494372] Initialise system trusted keyring [ 0.495280] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496425] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498368] zbud: loaded [ 0.499066] VFS: Disk quotas dquot_6.6.0 [ 0.499878] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501366] fuse init (API version 7.23) [ 0.502254] Key type big_key registered [ 0.503052] Allocating IMA MOK and blacklist keyrings. [ 0.504541] Key type asymmetric registered [ 0.505359] Asymmetric key parser 'x509' registered [ 0.506303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507747] io scheduler noop registered [ 0.508535] io scheduler deadline registered (default) [ 0.509515] io scheduler cfq registered [ 0.510338] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511366] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512631] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514076] ACPI: Power Button [PWRF] [ 0.514900] GHES: HEST is not enabled! [ 0.528447] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556380] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558612] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587031] Linux agpgart interface v0.103 [ 0.589114] brd: module loaded [ 0.590316] loop: module loaded [ 0.595140] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.596568] GPT:90111 != 2097151 [ 0.597234] GPT:Alternate GPT header not at the end of the disk. [ 0.598296] GPT:90111 != 2097151 [ 0.598955] GPT: Use GNU Parted to correct GPT errors. [ 0.599893] vda: vda1 vda15 [ 0.601643] scsi host0: ata_piix [ 0.602357] scsi host1: ata_piix [ 0.603049] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.604230] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.605643] libphy: Fixed MDIO Bus: probed [ 0.606438] tun: Universal TUN/TAP device driver, 1.6 [ 0.607362] tun: (C) 1999-2004 Max Krasnyansky [ 0.609577] PPP generic driver version 2.4.2 [ 0.610445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611774] ehci-pci: EHCI PCI platform driver [ 0.612626] ehci-platform: EHCI generic platform driver [ 0.613606] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.614708] ohci-pci: OHCI PCI platform driver [ 0.615560] ohci-platform: OHCI generic platform driver [ 0.616524] uhci_hcd: USB Universal Host Controller Interface driver [ 0.630976] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.631959] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.633388] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.634371] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.635456] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.636648] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.638043] usb usb1: Product: UHCI Host Controller [ 0.638962] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.640075] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641075] hub 1-0:1.0: USB hub found [ 0.641854] hub 1-0:1.0: 2 ports detected [ 0.642741] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.644805] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.645740] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.646743] mousedev: PS/2 mouse device common for all mice [ 0.647977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.649782] rtc_cmos 00:00: RTC can wake from S4 [ 0.650845] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.652012] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.653185] i2c /dev entries driver [ 0.653938] device-mapper: uevent: version 1.0.3 [ 0.654857] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.656445] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657730] NET: Registered protocol family 10 [ 0.658711] NET: Registered protocol family 17 [ 0.659598] Key type dns_resolver registered [ 0.660514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.661605] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.663316] registered taskstats version 1 [ 0.664136] Loading compiled-in X.509 certificates [ 0.665574] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.667388] zswap: loaded using pool lzo/zbud [ 0.668743] Key type trusted registered [ 0.670751] Key type encrypted registered [ 0.671591] AppArmor: AppArmor sha1 policy hashing enabled [ 0.672600] ima: No TPM chip found, activating TPM-bypass! [ 0.673628] evm: HMAC attrs: 0x1 [ 0.674918] Magic number: 3:761:320 [ 0.675679] misc microcode: hash matches [ 0.676443] platform microcode: hash matches [ 0.677292] tty tty45: hash matches [ 0.678095] rtc_cmos 00:00: setting system clock to 2019-01-09 08:20:01 UTC (1547022001) [ 0.679660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680749] EDD information not available. [ 0.762145] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.763686] Write protecting the kernel read-only data: 14336k [ 0.765217] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.766991] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.56 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.780053] 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.6... Lease of 192.168.120.6 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.69. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD05CJgX3PCkU+TK2CAD8c4hEWzGETobdw3haEIJZTQL73S9ws7Q2evGtHG8GE5HISERVnZW2vZp9P0uTztewG1kH75KDweI4+QxRNCm3bQsoFYNMuf1AGdLpire0JOxXfa3M4dL3sXinYTF0y8KWBuXri1O2oRzP5+/saNv7mcx+TzKU6c9iUVHIXy42OHOYKwH2bavitjubRCzaKrvmYLT84wzAxtme6S0ITGOMt/wCJGzbXv8eYxLNnSPmyupypn9Dp28EuCtrN8J19iLobYru0H+Vc6BuKqa88gP0UPEMyJ6TVDnoiGnOc6UIe13OyEt1QnVqxhUhQFRkKiTvXl root@vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd ssh-dss AAAAB3NzaC1kc3MAAACBAM7fFU2W3hTWGOLcQD0BCjomkVm4mRCWKadB4GhN6TTf3iSJn4Kntet+4asuBVybD4y+WxJm5NktL2JJGntc8g4xP7Kp2ZkSluuP1i7lXx33xMx1rJpLV9t/Yy23SG2frMuZe6CuNtX1ODiEiYDI3qRsYHxpACMTUD1CbHGC2MddAAAAFQCAsDByWYfzQ5Heu9ogk8aKtA2V/QAAAIBfWx8ZTYvnCi1yE6cMovbhbhsSD729vZsQaOWjEYQ8sUPL947ezPeI1WLOoZU83GkTGz4Kn4NEanhzP+5lK61PzkYnisRU+4s1lgmfD1XORUtwBgQnJYRJM721WRMWB/txei7vYH/WTRezIfEK2d8goHu/PMyQu3zZZLf4yhj5UQAAAIEArks0WG5tKoLsMnZyuptyQJH5CHdTHS4dW0og1Ly/nf1y+bZ81ozLoYmEmITrylR6s7AbTOfmgE/irnGyj9LZGRRWmHB9uiVNkkYL/si5CpJAL2jrVVYlLZAOQlQS8k7jmyzqea6h6hleMgYYM5FSCk/RAobq52NCVUW9+BSVh5I= root@vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:feae:5a9b/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.6 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-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-d2ec6891-a1cf-46a1-b439-3094dd3b49fd launch-index: 0 === cirros: current=0.4.0 uptime=5.05 === 2019-01-09 08:20:07,504 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2019-01-09 08:20:07,615 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:20:07,616 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:31 | PASS | +------------------------+------------------+------------------+----------------+ 2019-01-09 08:20:07,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-09 08:20:07,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:07,773 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:20: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-1dfbf937-31f1-46b2-bf6b-4cf2126fda71 x-compute-request-id: req-1dfbf937-31f1-46b2-bf6b-4cf2126fda71 Content-Type: application/json 2019-01-09 08:20:07,773 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba used request id req-1dfbf937-31f1-46b2-bf6b-4cf2126fda71 2019-01-09 08:20:07,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.151730060577s 2019-01-09 08:20:07,773 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba used request id req-1dfbf937-31f1-46b2-bf6b-4cf2126fda71 2019-01-09 08:20:07,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:07,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:08,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20: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-c251e596-da88-4a11-bb21-2e9544f7874b x-compute-request-id: req-c251e596-da88-4a11-bb21-2e9544f7874b Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:5a:9b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:20:00.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:01Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:07Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:20:08,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c251e596-da88-4a11-bb21-2e9544f7874b 2019-01-09 08:20:08,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54072022438s 2019-01-09 08:20:08,315 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c251e596-da88-4a11-bb21-2e9544f7874b 2019-01-09 08:20:08,318 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:20:10,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:10,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:10,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-b2cd638c-566e-4370-be41-4288389987bf x-compute-request-id: req-b2cd638c-566e-4370-be41-4288389987bf Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:5a:9b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:20:00.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:01Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:2a:4e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2160fd9b-158a-438e-916d-f45d4ec87aba", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:19:49.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "2160fd9b-158a-438e-916d-f45d4ec87aba", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:10Z", "hostId": "d7b53ecb723394b5586d09cb99bc5cd814e2de6dd478bf5e22e5f7f1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:46Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:20:10,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2cd638c-566e-4370-be41-4288389987bf 2019-01-09 08:20:10,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348778009415s 2019-01-09 08:20:10,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b2cd638c-566e-4370-be41-4288389987bf 2019-01-09 08:20:10,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:20:12,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:12,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:13,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-c3ea6466-9d67-4bb0-bbfe-d29075c26d0a x-compute-request-id: req-c3ea6466-9d67-4bb0-bbfe-d29075c26d0a Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:5a:9b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:20:00.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:01Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:20:13,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c3ea6466-9d67-4bb0-bbfe-d29075c26d0a 2019-01-09 08:20:13,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398301839828s 2019-01-09 08:20:13,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c3ea6466-9d67-4bb0-bbfe-d29075c26d0a 2019-01-09 08:20:13,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-09 08:20:13,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:13,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:20: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-fbc77e35-70db-4d90-b55d-9acb475540c4 x-compute-request-id: req-fbc77e35-70db-4d90-b55d-9acb475540c4 Content-Type: application/json 2019-01-09 08:20:13,295 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017 used request id req-fbc77e35-70db-4d90-b55d-9acb475540c4 2019-01-09 08:20:13,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.219856977463s 2019-01-09 08:20:13,295 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017 used request id req-fbc77e35-70db-4d90-b55d-9acb475540c4 2019-01-09 08:20:13,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:13,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:13,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20: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-2ac790db-6dcf-439d-bd5e-db1cc563096d x-compute-request-id: req-2ac790db-6dcf-439d-bd5e-db1cc563096d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:5a:9b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:20:00.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "security_groups": [{"name": "default"}], "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:13Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:20:13,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2ac790db-6dcf-439d-bd5e-db1cc563096d 2019-01-09 08:20:13,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530009031296s 2019-01-09 08:20:13,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2ac790db-6dcf-439d-bd5e-db1cc563096d 2019-01-09 08:20:13,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:20:15,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:15,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:16,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20: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-5da2e8c9-acaa-4864-a8fe-71849ab34cf7 x-compute-request-id: req-5da2e8c9-acaa-4864-a8fe-71849ab34cf7 Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:5a:9b", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/88f54d1b-48b9-4d4c-b09d-7b192f283017", "rel": "bookmark"}], "image": {"id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "links": [{"href": "http://172.30.9.30:8774/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-09T08:20:00.000000", "flavor": {"id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "links": [{"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}]}, "id": "88f54d1b-48b9-4d4c-b09d-7b192f283017", "user_id": "29f2bd33c1634c2bbfbe0dad8820a902", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T08:20:14Z", "hostId": "49c00bc1762f1a56488b34a102a95bcbd07df74bac4361565d8d1894", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "created": "2019-01-09T08:19:53Z", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 08:20:16,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5da2e8c9-acaa-4864-a8fe-71849ab34cf7 2019-01-09 08:20:16,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.301250934601s 2019-01-09 08:20:16,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5da2e8c9-acaa-4864-a8fe-71849ab34cf7 2019-01-09 08:20:16,134 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-09 08:20:18,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-09 08:20:18,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:18,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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 x-openstack-request-id: req-ce905f35-51a2-4043-89eb-9ee8ac6b89c3 x-compute-request-id: req-ce905f35-51a2-4043-89eb-9ee8ac6b89c3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 08:20:18,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ce905f35-51a2-4043-89eb-9ee8ac6b89c3 2019-01-09 08:20:18,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0899300575256s 2019-01-09 08:20:18,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ce905f35-51a2-4043-89eb-9ee8ac6b89c3 2019-01-09 08:20:18,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-09 08:20:18,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55/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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" -d '{"subnet_id": "7d673859-190c-4f45-a2d3-2e70529ad1b8"}' 2019-01-09 08:20:19,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b2c0a372-795d-458e-aebf-d5d61980fd87 Date: Wed, 09 Jan 2019 08:20:19 GMT RESP BODY: {"network_id": "7b9821b7-0056-4eb3-bf62-0f65444b18b3", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "subnet_id": "7d673859-190c-4f45-a2d3-2e70529ad1b8", "subnet_ids": ["7d673859-190c-4f45-a2d3-2e70529ad1b8"], "port_id": "356c3dd1-75d3-4cfb-947f-94b30e389db0", "id": "480ea507-50ae-4943-9aed-183f4182eb55"} 2019-01-09 08:20:19,289 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55/remove_router_interface.json used request id req-b2c0a372-795d-458e-aebf-d5d61980fd87 2019-01-09 08:20:19,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.06127405167s 2019-01-09 08:20:19,289 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55/remove_router_interface.json used request id req-b2c0a372-795d-458e-aebf-d5d61980fd87 returning object 480ea507-50ae-4943-9aed-183f4182eb55 2019-01-09 08:20:19,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-09 08:20:19,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:19,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-dfa04e90-72aa-4766-a578-646ff4d0feae Date: Wed, 09 Jan 2019 08:20:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "708b0315780e4aa5adbcd210592961b8", "created_at": "2019-01-09T08:19:38Z", "admin_state_up": true, "updated_at": "2019-01-09T08:20:18Z", "revision_number": 4, "routes": [], "project_id": "708b0315780e4aa5adbcd210592961b8", "id": "480ea507-50ae-4943-9aed-183f4182eb55", "name": "vping_userdata-router_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}]} 2019-01-09 08:20:19,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-dfa04e90-72aa-4766-a578-646ff4d0feae 2019-01-09 08:20:19,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0916228294373s 2019-01-09 08:20:19,382 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-dfa04e90-72aa-4766-a578-646ff4d0feae 2019-01-09 08:20:19,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-09 08:20:19,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:20,653 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e9a1db0-75b4-4ea7-8caf-67275d5f1275 Content-Length: 0 Date: Wed, 09 Jan 2019 08:20:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:20:20,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55.json used request id req-0e9a1db0-75b4-4ea7-8caf-67275d5f1275 2019-01-09 08:20:20,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.27018713951s 2019-01-09 08:20:20,654 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/480ea507-50ae-4943-9aed-183f4182eb55.json used request id req-0e9a1db0-75b4-4ea7-8caf-67275d5f1275 2019-01-09 08:20:20,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-09 08:20:20,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:20,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e1f9d5a0-459f-48dd-a7ee-67e6c43eea80 Date: Wed, 09 Jan 2019 08:20:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-09T08:19: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":"708b0315780e4aa5adbcd210592961b8","id":"7d673859-190c-4f45-a2d3-2e70529ad1b8","subnetpool_id":null,"name":"vping_userdata-subnet_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}]} 2019-01-09 08:20:20,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-e1f9d5a0-459f-48dd-a7ee-67e6c43eea80 2019-01-09 08:20:20,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0561630725861s 2019-01-09 08:20:20,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-e1f9d5a0-459f-48dd-a7ee-67e6c43eea80 2019-01-09 08:20:20,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-09 08:20:20,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/7d673859-190c-4f45-a2d3-2e70529ad1b8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:23,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5705aad2-b87f-4585-9b64-f87cd4c52446 Date: Wed, 09 Jan 2019 08:20:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:20:23,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7d673859-190c-4f45-a2d3-2e70529ad1b8.json used request id req-5705aad2-b87f-4585-9b64-f87cd4c52446 2019-01-09 08:20:23,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37833213806s 2019-01-09 08:20:23,090 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/7d673859-190c-4f45-a2d3-2e70529ad1b8.json used request id req-5705aad2-b87f-4585-9b64-f87cd4c52446 2019-01-09 08:20:23,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:20:23,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:23,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-9919f101-c4d2-4e12-9d1d-6e4fc228cb1d Date: Wed, 09 Jan 2019 08:20:23 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":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"updated_at":"2019-01-09T07:54:10Z","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","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":"2019-01-09T08:20:22Z","tenant_id":"708b0315780e4aa5adbcd210592961b8","created_at":"2019-01-09T08:19:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"708b0315780e4aa5adbcd210592961b8","id":"7b9821b7-0056-4eb3-bf62-0f65444b18b3","name":"vping_userdata-net_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}]} 2019-01-09 08:20:23,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9919f101-c4d2-4e12-9d1d-6e4fc228cb1d 2019-01-09 08:20:23,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110806941986s 2019-01-09 08:20:23,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9919f101-c4d2-4e12-9d1d-6e4fc228cb1d 2019-01-09 08:20:23,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-09 08:20:23,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/7b9821b7-0056-4eb3-bf62-0f65444b18b3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:24,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a6d9e7c-4cf1-47a1-98cf-a2a7cfa12e05 Date: Wed, 09 Jan 2019 08:20:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:20:24,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/7b9821b7-0056-4eb3-bf62-0f65444b18b3.json used request id req-3a6d9e7c-4cf1-47a1-98cf-a2a7cfa12e05 2019-01-09 08:20:24,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.17626905441s 2019-01-09 08:20:24,380 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/7b9821b7-0056-4eb3-bf62-0f65444b18b3.json used request id req-3a6d9e7c-4cf1-47a1-98cf-a2a7cfa12e05 2019-01-09 08:20:24,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:20:24,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:24,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-d8b8eae7-4f72-49cf-ad6d-a68497756e5c Date: Wed, 09 Jan 2019 08:20:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap", "metadata": {}}], "file": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/file", "owner": "708b0315780e4aa5adbcd210592961b8", "id": "6292c325-b121-4778-94a0-cfffe8e7d9aa", "size": 12716032, "self": "/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/6292c325-b121-4778-94a0-cfffe8e7d9aa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:19:43Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:19:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:20:24,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d8b8eae7-4f72-49cf-ad6d-a68497756e5c 2019-01-09 08:20:24,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172110080719s 2019-01-09 08:20:24,553 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d8b8eae7-4f72-49cf-ad6d-a68497756e5c 2019-01-09 08:20:24,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 08:20:24,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8b09f01ab6aece96f0fe000e05aebb90dfde4751" 2019-01-09 08:20:26,861 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-458def3e-1758-41fd-ab91-b2b1dd35b30f Date: Wed, 09 Jan 2019 08:20:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:20:26,861 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa used request id req-458def3e-1758-41fd-ab91-b2b1dd35b30f 2019-01-09 08:20:26,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.30583906174s 2019-01-09 08:20:26,861 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/6292c325-b121-4778-94a0-cfffe8e7d9aa used request id req-458def3e-1758-41fd-ab91-b2b1dd35b30f 2019-01-09 08:20:26,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 08:20:26,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:26,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-2b825ecd-0063-4d07-89cc-1b46b0a195f8 x-compute-request-id: req-2b825ecd-0063-4d07-89cc-1b46b0a195f8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54", "name": "vping_userdata-flavor_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 08:20:26,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-2b825ecd-0063-4d07-89cc-1b46b0a195f8 2019-01-09 08:20:26,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0371699333191s 2019-01-09 08:20:26,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-2b825ecd-0063-4d07-89cc-1b46b0a195f8 2019-01-09 08:20:26,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 08:20:26,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:26,940 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08: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 x-openstack-request-id: req-43402e5c-8a17-4c69-bde3-0cac5dfc528f x-compute-request-id: req-43402e5c-8a17-4c69-bde3-0cac5dfc528f Content-Length: 0 Content-Type: application/json 2019-01-09 08:20:26,941 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54 used request id req-43402e5c-8a17-4c69-bde3-0cac5dfc528f 2019-01-09 08:20:26,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0398499965668s 2019-01-09 08:20:26,941 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/ee77e02c-4ca4-4aaa-bc48-9181ff8f9c54 used request id req-43402e5c-8a17-4c69-bde3-0cac5dfc528f 2019-01-09 08:20:26,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:20:26,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:27,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a3bcaf4-0326-4a25-98a6-5c0125fdf16a Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd", "links": {"self": "http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902"}, "domain_id": "default", "enabled": true, "id": "29f2bd33c1634c2bbfbe0dad8820a902", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:20:27,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4a3bcaf4-0326-4a25-98a6-5c0125fdf16a 2019-01-09 08:20:27,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981168746948s 2019-01-09 08:20:27,040 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-4a3bcaf4-0326-4a25-98a6-5c0125fdf16a 2019-01-09 08:20:27,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:20:27,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:27,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fd8c861-685c-45fe-b348-5771d9e170e3 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902"}, "enabled": true, "id": "29f2bd33c1634c2bbfbe0dad8820a902", "options": {}, "domain_id": "default", "name": "vping_userdata-user_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}} 2019-01-09 08:20:27,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902 used request id req-0fd8c861-685c-45fe-b348-5771d9e170e3 2019-01-09 08:20:27,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.093710899353s 2019-01-09 08:20:27,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902 used request id req-0fd8c861-685c-45fe-b348-5771d9e170e3 2019-01-09 08:20:27,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 08:20:27,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:27,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:20:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-574f5d0e-c2a3-40ba-b921-fade74ea5d62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:20:27,351 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902 used request id req-574f5d0e-c2a3-40ba-b921-fade74ea5d62 2019-01-09 08:20:27,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.211189985275s 2019-01-09 08:20:27,352 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/29f2bd33c1634c2bbfbe0dad8820a902 used request id req-574f5d0e-c2a3-40ba-b921-fade74ea5d62 2019-01-09 08:20:27,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:20:27,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:27,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-603ed482-6fc9-4736-8ece-08bc1060f775 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8"}, "enabled": true, "id": "708b0315780e4aa5adbcd210592961b8", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_d2ec6891-a1cf-46a1-b439-3094dd3b49fd"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:20:27,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-603ed482-6fc9-4736-8ece-08bc1060f775 2019-01-09 08:20:27,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0779728889465s 2019-01-09 08:20:27,431 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-603ed482-6fc9-4736-8ece-08bc1060f775 2019-01-09 08:20:27,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 08:20:27,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:27,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:20:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75d24afc-7eb5-4604-ae42-c85390bcd625 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:20:27,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8 used request id req-75d24afc-7eb5-4604-ae42-c85390bcd625 2019-01-09 08:20:27,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.162129163742s 2019-01-09 08:20:27,595 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/708b0315780e4aa5adbcd210592961b8 used request id req-75d24afc-7eb5-4604-ae42-c85390bcd625 2019-01-09 08:20:27,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:20:27,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:27,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63f7910-e7ef-40f5-b0e5-e262a840d036 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "cb1cc41bdd0b48bfa50a199a749d5637", "links": {"self": "http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637"}, "name": "Member"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:20:27,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b63f7910-e7ef-40f5-b0e5-e262a840d036 2019-01-09 08:20:27,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766949653625s 2019-01-09 08:20:27,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:20:27,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:27,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:20:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33b61314-c752-4f33-ad4b-522d9c00798d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:20:27,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/cb1cc41bdd0b48bfa50a199a749d5637 used request id req-33b61314-c752-4f33-ad4b-522d9c00798d 2019-01-09 08:20:27,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0963139533997s 2019-01-09 08:20:27,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:20:27,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=708b0315780e4aa5adbcd210592961b8&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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:27,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-99174f18-f610-4ceb-a3e5-7ea1d1ae1043 Date: Wed, 09 Jan 2019 08:20:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "708b0315780e4aa5adbcd210592961b8", "created_at": "2019-01-09T08:19:36Z", "updated_at": "2019-01-09T08:19:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:19:36Z", "revision_number": 0, "id": "347fd623-3249-4ce4-aff3-4b71afb35733", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:19:36Z", "security_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "port_range_min": null, "ethertype": "IPv6", "project_id": "708b0315780e4aa5adbcd210592961b8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:19:36Z", "revision_number": 0, "id": "64aaa1c5-7c77-4983-876b-7c9a94a94406", "remote_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "remote_ip_prefix": null, "created_at": "2019-01-09T08:19:36Z", "security_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "port_range_min": null, "ethertype": "IPv6", "project_id": "708b0315780e4aa5adbcd210592961b8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:19:36Z", "revision_number": 0, "id": "7e22d87c-386e-458a-b09b-74ae7e9f9790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:19:36Z", "security_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "port_range_min": null, "ethertype": "IPv4", "project_id": "708b0315780e4aa5adbcd210592961b8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:19:36Z", "revision_number": 0, "id": "d5c942f9-73d9-4cf9-985e-da9eba1faddd", "remote_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "remote_ip_prefix": null, "created_at": "2019-01-09T08:19:36Z", "security_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "port_range_min": null, "ethertype": "IPv4", "project_id": "708b0315780e4aa5adbcd210592961b8"}], "revision_number": 4, "project_id": "708b0315780e4aa5adbcd210592961b8", "id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "name": "default"}]} 2019-01-09 08:20:27,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=708b0315780e4aa5adbcd210592961b8&name=default used request id req-99174f18-f610-4ceb-a3e5-7ea1d1ae1043 2019-01-09 08:20:27,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0491428375244s 2019-01-09 08:20:27,823 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=708b0315780e4aa5adbcd210592961b8&name=default used request id req-99174f18-f610-4ceb-a3e5-7ea1d1ae1043 2019-01-09 08:20:27,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:20:27,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:28,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-20902aea-70ce-4c57-9bbd-5d2fff2f8278 Date: Wed, 09 Jan 2019 08:20:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "708b0315780e4aa5adbcd210592961b8", "created_at": "2019-01-09T08:19:36Z", "updated_at": "2019-01-09T08:19:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:19:36Z", "revision_number": 0, "id": "7e22d87c-386e-458a-b09b-74ae7e9f9790", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:19:36Z", "security_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "port_range_min": null, "ethertype": "IPv4", "project_id": "708b0315780e4aa5adbcd210592961b8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:19:36Z", "revision_number": 0, "id": "d5c942f9-73d9-4cf9-985e-da9eba1faddd", "remote_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "remote_ip_prefix": null, "created_at": "2019-01-09T08:19:36Z", "security_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "port_range_min": null, "ethertype": "IPv4", "project_id": "708b0315780e4aa5adbcd210592961b8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:19:36Z", "revision_number": 0, "id": "64aaa1c5-7c77-4983-876b-7c9a94a94406", "remote_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "remote_ip_prefix": null, "created_at": "2019-01-09T08:19:36Z", "security_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "port_range_min": null, "ethertype": "IPv6", "project_id": "708b0315780e4aa5adbcd210592961b8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:19:36Z", "revision_number": 0, "id": "347fd623-3249-4ce4-aff3-4b71afb35733", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:19:36Z", "security_group_id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "tenant_id": "708b0315780e4aa5adbcd210592961b8", "port_range_min": null, "ethertype": "IPv6", "project_id": "708b0315780e4aa5adbcd210592961b8"}], "revision_number": 4, "project_id": "708b0315780e4aa5adbcd210592961b8", "id": "89e3cec0-c6e1-476c-a4ce-49661a6126cd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 08:20:28,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-20902aea-70ce-4c57-9bbd-5d2fff2f8278 2019-01-09 08:20:28,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.203151941299s 2019-01-09 08:20:28,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-20902aea-70ce-4c57-9bbd-5d2fff2f8278 2019-01-09 08:20:28,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-09 08:20:28,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/89e3cec0-c6e1-476c-a4ce-49661a6126cd.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d9831d9f68caacdb42c0a74822df26a59b4cfde" 2019-01-09 08:20:28,514 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac2cf31c-a319-4c7f-a664-aaeaf42f8319 Content-Length: 0 Date: Wed, 09 Jan 2019 08:20:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 08:20:28,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/89e3cec0-c6e1-476c-a4ce-49661a6126cd.json used request id req-ac2cf31c-a319-4c7f-a664-aaeaf42f8319 2019-01-09 08:20:28,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.480670928955s 2019-01-09 08:20:28,515 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/89e3cec0-c6e1-476c-a4ce-49661a6126cd.json used request id req-ac2cf31c-a319-4c7f-a664-aaeaf42f8319 2019-01-09 08:20:28,568 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2019-01-09 08:20:28,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:20:28,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:20:28,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:20:28,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:20:28,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:20:28,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:20:28,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:20:28,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:20:28,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:20:28,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 08:20:28,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 08:20:28,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:20:28,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ed66603-5144-47a6-8433-f1b7c7ba369f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:20:28,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9ed66603-5144-47a6-8433-f1b7c7ba369f 2019-01-09 08:20:28,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:20:29,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:20:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["4LrZJuWDRFO4N12LkN4rXw"], "issued_at": "2019-01-09T08:20:29.000000Z"}} 2019-01-09 08:20:29,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:20:29,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:29,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-019dd652-4e9c-4d95-88dd-8aa687f73ad4 Date: Wed, 09 Jan 2019 08:20:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:20:29,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-019dd652-4e9c-4d95-88dd-8aa687f73ad4 2019-01-09 08:20:29,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229816913605s 2019-01-09 08:20:29,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-019dd652-4e9c-4d95-88dd-8aa687f73ad4 2019-01-09 08:20:29,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:20:29,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:29,249 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:20:29,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:29,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c26283e-5797-4a36-90e0-83d8930e7a74 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:20:29,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-7c26283e-5797-4a36-90e0-83d8930e7a74 2019-01-09 08:20:29,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0953378677368s 2019-01-09 08:20:29,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 08:20:29,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db"}}' 2019-01-09 08:20:29,580 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:20:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ee31af1-a58c-4daf-b401-fc0955812e45 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.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7"}, "enabled": true, "id": "116d93423ac24121afdb41e0ae0d54c7", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db"}} 2019-01-09 08:20:29,580 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0ee31af1-a58c-4daf-b401-fc0955812e45 2019-01-09 08:20:29,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.241912126541s 2019-01-09 08:20:29,581 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0ee31af1-a58c-4daf-b401-fc0955812e45 2019-01-09 08:20:29,581 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'id': u'116d93423ac24121afdb41e0ae0d54c7', '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'})}) 2019-01-09 08:20:29,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 08:20:29,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351105928421s 2019-01-09 08:20:29,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205ead20-adc4-41bc-9a0a-7a28a85e07a4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f"}, "enabled": true, "id": "0e6e934914014deb9d7c94f1a994823f", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db"}} 2019-01-09 08:20:30,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f used request id req-205ead20-adc4-41bc-9a0a-7a28a85e07a4 2019-01-09 08:20:30,047 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0e6e934914014deb9d7c94f1a994823f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db'}) 2019-01-09 08:20:30,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:20:30,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e59d5e4e-c701-4561-9fb8-3d471ab74cd3 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:20:30,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e59d5e4e-c701-4561-9fb8-3d471ab74cd3 2019-01-09 08:20:30,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789511203766s 2019-01-09 08:20:30,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:20:30,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4db161c5-470a-4fd6-b363-2f509ed901c1 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:20:30,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4db161c5-470a-4fd6-b363-2f509ed901c1 2019-01-09 08:20:30,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794951915741s 2019-01-09 08:20:30,208 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:20:30,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:20:30,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" -d '{"role": {"name": "Member"}}' 2019-01-09 08:20:30,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbff8cd1-fbb6-47e8-ae9e-5a482d75b223 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d7bd9891336a4ae1a3c00a50339fc599", "links": {"self": "http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599"}, "name": "Member"}} 2019-01-09 08:20:30,328 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-dbff8cd1-fbb6-47e8-ae9e-5a482d75b223 2019-01-09 08:20:30,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.120139837265s 2019-01-09 08:20:30,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-245bd2dd-6594-4055-aa60-8f3125251226 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599"}, "domain_id": null, "name": "Member", "id": "d7bd9891336a4ae1a3c00a50339fc599"}} 2019-01-09 08:20:30,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599 used request id req-245bd2dd-6594-4055-aa60-8f3125251226 2019-01-09 08:20:30,345 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599'}, 'domain_id': None, 'human_id': None, 'id': u'd7bd9891336a4ae1a3c00a50339fc599', 'HUMAN_ID': False}) 2019-01-09 08:20:30,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:20:30,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cabc3ea0-7b72-455a-94ed-e5c2abecf38c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d7bd9891336a4ae1a3c00a50339fc599", "links": {"self": "http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599"}, "name": "Member"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:20:30,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cabc3ea0-7b72-455a-94ed-e5c2abecf38c 2019-01-09 08:20:30,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840768814087s 2019-01-09 08:20:30,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:20:30,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544dcc73-a80e-4a6f-8a22-51fe2baa00a0 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:20:30,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-544dcc73-a80e-4a6f-8a22-51fe2baa00a0 2019-01-09 08:20:30,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0894770622253s 2019-01-09 08:20:30,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:20:30,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a259d640-731a-49f8-8283-493e9e21ee19 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db", "links": {"self": "http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f"}, "domain_id": "default", "enabled": true, "id": "0e6e934914014deb9d7c94f1a994823f", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:20:30,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a259d640-731a-49f8-8283-493e9e21ee19 2019-01-09 08:20:30,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0913798809052s 2019-01-09 08:20:30,613 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a259d640-731a-49f8-8283-493e9e21ee19 2019-01-09 08:20:30,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:20:30,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-479cb652-150b-4152-8d51-c728d50e2fc6 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7"}, "enabled": true, "id": "116d93423ac24121afdb41e0ae0d54c7", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:20:30,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-479cb652-150b-4152-8d51-c728d50e2fc6 2019-01-09 08:20:30,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0834209918976s 2019-01-09 08:20:30,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-479cb652-150b-4152-8d51-c728d50e2fc6 2019-01-09 08:20:30,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:20:30,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&scope.project.id=116d93423ac24121afdb41e0ae0d54c7&role.id=d7bd9891336a4ae1a3c00a50339fc599 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ed5a2c-8107-42a9-bca0-066d0088bba6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&scope.project.id=116d93423ac24121afdb41e0ae0d54c7&role.id=d7bd9891336a4ae1a3c00a50339fc599", "previous": null, "next": null}} 2019-01-09 08:20:30,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&scope.project.id=116d93423ac24121afdb41e0ae0d54c7&role.id=d7bd9891336a4ae1a3c00a50339fc599 used request id req-c7ed5a2c-8107-42a9-bca0-066d0088bba6 2019-01-09 08:20:30,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820450782776s 2019-01-09 08:20:30,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:20:30,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7/users/0e6e934914014deb9d7c94f1a994823f/roles/d7bd9891336a4ae1a3c00a50339fc599 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92a0cca0-47dd-48c9-8831-c215035da47b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:20:30,911 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7/users/0e6e934914014deb9d7c94f1a994823f/roles/d7bd9891336a4ae1a3c00a50339fc599 used request id req-92a0cca0-47dd-48c9-8831-c215035da47b 2019-01-09 08:20:30,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123237848282s 2019-01-09 08:20:30,912 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 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': 'e95ada77-d381-44ae-a2c8-732bdcdd7c39', 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_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'project_id': u'116d93423ac24121afdb41e0ae0d54c7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:20:30,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:20:30,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:20:30,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:20:30,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:20:30,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:20:30,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:20:30,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:20:30,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:20:30,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:20:30,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:20:30,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:20:30,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:20:30,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:20:30,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:20:30,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:20:30,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:20:30,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:20:30,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:20:30,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:20:30,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:20:30,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:20:30,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:20:30,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 08:20:30,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 08:20:30,918 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'password': 'e95ada77-d381-44ae-a2c8-732bdcdd7c39', 'project_name': 'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '116d93423ac24121afdb41e0ae0d54c7', 'project_domain_name': 'Default'} 2019-01-09 08:20:30,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:20:30,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:30,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f00dba-21de-4585-870e-c355de1199af Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d7bd9891336a4ae1a3c00a50339fc599", "links": {"self": "http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599"}, "name": "Member"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:20:30,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-25f00dba-21de-4585-870e-c355de1199af 2019-01-09 08:20:30,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0768098831177s 2019-01-09 08:20:30,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:20:30,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6041192c-8cfb-4829-9a3a-f106e5ef8e6a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d7bd9891336a4ae1a3c00a50339fc599", "links": {"self": "http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599"}, "name": "Member"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:20:31,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6041192c-8cfb-4829-9a3a-f106e5ef8e6a 2019-01-09 08:20:31,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779149532318s 2019-01-09 08:20:31,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:20:31,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-287a48da-d6ed-44ac-b397-1028be9dcfa3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:20:31,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-287a48da-d6ed-44ac-b397-1028be9dcfa3 2019-01-09 08:20:31,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0755171775818s 2019-01-09 08:20:31,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:20:31,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02052803-658f-40a7-8885-7573f987d6c7 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db", "links": {"self": "http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f"}, "domain_id": "default", "enabled": true, "id": "0e6e934914014deb9d7c94f1a994823f", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:20:31,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-02052803-658f-40a7-8885-7573f987d6c7 2019-01-09 08:20:31,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965609550476s 2019-01-09 08:20:31,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-02052803-658f-40a7-8885-7573f987d6c7 2019-01-09 08:20:31,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:20:31,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a53fd95-8b74-4942-9540-0bcebab5f60e Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7"}, "enabled": true, "id": "116d93423ac24121afdb41e0ae0d54c7", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:20:31,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3a53fd95-8b74-4942-9540-0bcebab5f60e 2019-01-09 08:20:31,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810260772705s 2019-01-09 08:20:31,336 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-3a53fd95-8b74-4942-9540-0bcebab5f60e 2019-01-09 08:20:31,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:20:31,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&scope.project.id=116d93423ac24121afdb41e0ae0d54c7&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2039716-e5d2-40c3-84c1-35f652cc574f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&scope.project.id=116d93423ac24121afdb41e0ae0d54c7&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 08:20:31,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&scope.project.id=116d93423ac24121afdb41e0ae0d54c7&role.id=90eb365fdb174f538db9443457456df8 used request id req-c2039716-e5d2-40c3-84c1-35f652cc574f 2019-01-09 08:20:31,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741899013519s 2019-01-09 08:20:31,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:20:31,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7/users/0e6e934914014deb9d7c94f1a994823f/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ccf62f4-1a52-4e45-b2b9-0dd070712618 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:20:31,534 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7/users/0e6e934914014deb9d7c94f1a994823f/roles/90eb365fdb174f538db9443457456df8 used request id req-0ccf62f4-1a52-4e45-b2b9-0dd070712618 2019-01-09 08:20:31,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121469974518s 2019-01-09 08:20:31,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:20:31,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c79b1f1c-9d52-4147-aafc-544278a7eca2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d7bd9891336a4ae1a3c00a50339fc599", "links": {"self": "http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599"}, "name": "Member"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:20:31,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c79b1f1c-9d52-4147-aafc-544278a7eca2 2019-01-09 08:20:31,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806751251221s 2019-01-09 08:20:31,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:20:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c9e43e-0574-407e-a368-7d41f26a2119 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:20:31,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d4c9e43e-0574-407e-a368-7d41f26a2119 2019-01-09 08:20:31,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0797400474548s 2019-01-09 08:20:31,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:20:31,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab785c94-c015-4f4e-a0cd-29601151ca9d Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db", "links": {"self": "http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f"}, "domain_id": "default", "enabled": true, "id": "0e6e934914014deb9d7c94f1a994823f", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:20:31,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ab785c94-c015-4f4e-a0cd-29601151ca9d 2019-01-09 08:20:31,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0957698822021s 2019-01-09 08:20:31,794 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ab785c94-c015-4f4e-a0cd-29601151ca9d 2019-01-09 08:20:31,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:20:31,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:31,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afa81eb7-85a0-4144-b7a2-31ff25e33698 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default", "previous": null, "next": null}} 2019-01-09 08:20:31,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=0e6e934914014deb9d7c94f1a994823f&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default used request id req-afa81eb7-85a0-4144-b7a2-31ff25e33698 2019-01-09 08:20:31,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0866668224335s 2019-01-09 08:20:31,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:20:31,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/0e6e934914014deb9d7c94f1a994823f/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:20:32,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:20:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de64f394-856f-477d-b1f5-17eb8255f9cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:20:32,013 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/0e6e934914014deb9d7c94f1a994823f/roles/90eb365fdb174f538db9443457456df8 used request id req-de64f394-856f-477d-b1f5-17eb8255f9cc 2019-01-09 08:20:32,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127142190933s 2019-01-09 08:20:32,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 08:20:36,848 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 08:20:36.584 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=002041b4-b92f-468c-b0d7-d0e44f2dedae) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 002041b4-b92f-468c-b0d7-d0e44f2dedae | 2019-01-09T08:20:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 002041b4-b92f-468c-b0d7-d0e44f2dedae ~/.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 2019-01-09 08:20:40,244 - 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 | +-------------+----------------+-----------+ 2019-01-09 08:20:40,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 08:20:46,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 08:20:44.443 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 08:20:44.599 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 08:20:45.877 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) has been successfully created! Using verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) as the default verifier for the future CLI operations. 2019-01-09 08:20:49,079 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2019-01-09 08:20:49,080 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:20:49,216 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-09 08:20:49,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:20:49,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b815452d-ef32-42d1-b68e-f58d738d3cd2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:20:49,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b815452d-ef32-42d1-b68e-f58d738d3cd2 2019-01-09 08:20:49,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:20:49,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "d7bd9891336a4ae1a3c00a50339fc599", "name": "Member"}], "expires_at": "2019-01-09T09:20:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "116d93423ac24121afdb41e0ae0d54c7", "name": "tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/116d93423ac24121afdb41e0ae0d54c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/116d93423ac24121afdb41e0ae0d54c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/116d93423ac24121afdb41e0ae0d54c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/116d93423ac24121afdb41e0ae0d54c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/116d93423ac24121afdb41e0ae0d54c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/116d93423ac24121afdb41e0ae0d54c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/116d93423ac24121afdb41e0ae0d54c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/116d93423ac24121afdb41e0ae0d54c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/116d93423ac24121afdb41e0ae0d54c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/116d93423ac24121afdb41e0ae0d54c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/116d93423ac24121afdb41e0ae0d54c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/116d93423ac24121afdb41e0ae0d54c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db", "id": "0e6e934914014deb9d7c94f1a994823f"}, "audit_ids": ["ilrenYonSkqXSJuAmCHQdA"], "issued_at": "2019-01-09T08:20:49.000000Z"}} 2019-01-09 08:20:49,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:20:49,623 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 09 Jan 2019 08:20:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2019-01-09 08:20:49,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:20:49,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:20:49,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2f65bdcf-fd1f-48d9-a114-272aa59b56b2 Date: Wed, 09 Jan 2019 08:20:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:20:49,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2f65bdcf-fd1f-48d9-a114-272aa59b56b2 2019-01-09 08:20:49,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166867017746s 2019-01-09 08:20:49,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2f65bdcf-fd1f-48d9-a114-272aa59b56b2 2019-01-09 08:20:49,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 08:20:49,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db"}' 2019-01-09 08:20:50,009 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc X-Openstack-Request-Id: req-0cd6a535-1d1d-43f0-a449-b53a1321ff79 Date: Wed, 09 Jan 2019 08:20:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file", "owner": "116d93423ac24121afdb41e0ae0d54c7", "id": "d2f88569-a9c9-4a62-b93c-c20f84d214dc", "size": null, "self": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:20:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "checksum": null, "created_at": "2019-01-09T08:20:49Z", "protected": false} 2019-01-09 08:20:50,010 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0cd6a535-1d1d-43f0-a449-b53a1321ff79 2019-01-09 08:20:50,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.214880943298s 2019-01-09 08:20:50,010 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0cd6a535-1d1d-43f0-a449-b53a1321ff79 returning object d2f88569-a9c9-4a62-b93c-c20f84d214dc 2019-01-09 08:20:50,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 08:20:50,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/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}10911dc5dac06e5b655dfbdbc363e901a25b7667" -d '' 2019-01-09 08:20:51,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1281a5a-e3c5-4820-bea1-020e5fe0fede Date: Wed, 09 Jan 2019 08:20:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:20:51,000 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file used request id req-c1281a5a-e3c5-4820-bea1-020e5fe0fede 2019-01-09 08:20:51,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.988864898682s 2019-01-09 08:20:51,000 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file used request id req-c1281a5a-e3c5-4820-bea1-020e5fe0fede 2019-01-09 08:20:51,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:20:51,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:20:51,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-0eb93955-3636-445c-b278-6f627bbce861 Date: Wed, 09 Jan 2019 08:20:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap", "metadata": {}}], "file": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file", "owner": "116d93423ac24121afdb41e0ae0d54c7", "id": "d2f88569-a9c9-4a62-b93c-c20f84d214dc", "size": 12716032, "self": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:20:50Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:20:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:20:51,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0eb93955-3636-445c-b278-6f627bbce861 2019-01-09 08:20:51,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168606042862s 2019-01-09 08:20:51,170 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0eb93955-3636-445c-b278-6f627bbce861 2019-01-09 08:20:51,172 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file', 'owner': u'116d93423ac24121afdb41e0ae0d54c7', 'id': u'd2f88569-a9c9-4a62-b93c-c20f84d214dc', 'size': 12716032, u'self': u'/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'116d93423ac24121afdb41e0ae0d54c7', 'name': 'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:20:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T08:20:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'created': u'2019-01-09T08:20:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:20:49Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:20:51,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 08:20:51,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_e98e7248-4623-4b58-bb31-bf02db1bc1db", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 08:20:51,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-ca61482b-827c-4331-83d3-1370992e9547 x-compute-request-id: req-ca61482b-827c-4331-83d3-1370992e9547 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "name": "tempest_smoke_serial-flavor_e98e7248-4623-4b58-bb31-bf02db1bc1db", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:20:51,389 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ca61482b-827c-4331-83d3-1370992e9547 2019-01-09 08:20:51,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.215689897537s 2019-01-09 08:20:51,389 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ca61482b-827c-4331-83d3-1370992e9547 returning object b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd 2019-01-09 08:20:51,390 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_e98e7248-4623-4b58-bb31-bf02db1bc1db', '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'a3475ec98a734cb2aeb418d350edd17b', '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'b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd', 'swap': 0}) 2019-01-09 08:20:51,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 08:20:51,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd/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}adcfe356929a08dae35a816c419a8cba7c140741" -d '{"extra_specs": {}}' 2019-01-09 08:20:51,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-ae67b7bd-b7f7-443b-a755-1c67cede3e68 x-compute-request-id: req-ae67b7bd-b7f7-443b-a755-1c67cede3e68 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:20:51,412 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd/os-extra_specs used request id req-ae67b7bd-b7f7-443b-a755-1c67cede3e68 2019-01-09 08:20:51,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209031105042s 2019-01-09 08:20:51,412 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd/os-extra_specs used request id req-ae67b7bd-b7f7-443b-a755-1c67cede3e68 2019-01-09 08:20:51,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:20:51,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:20:51,423 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:20: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:20:51,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:20:51,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db46e504-b97e-4317-83f7-5bf678bfb682 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d7bd9891336a4ae1a3c00a50339fc599", "links": {"self": "http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599"}, "name": "Member"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:20:51,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-db46e504-b97e-4317-83f7-5bf678bfb682 2019-01-09 08:20:51,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0944080352783s 2019-01-09 08:20:51,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-09 08:20:51,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:20:51,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-a97c3665-8612-4f66-b9e8-20ca7f559bff x-compute-request-id: req-a97c3665-8612-4f66-b9e8-20ca7f559bff Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 08:20:51,701 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-a97c3665-8612-4f66-b9e8-20ca7f559bff 2019-01-09 08:20:51,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.18864107132s 2019-01-09 08:20:51,702 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-a97c3665-8612-4f66-b9e8-20ca7f559bff 2019-01-09 08:20:51,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:20:51,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:20:51,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-a46c01a1-afe9-4cc4-a4de-0f3e5cfbc2b7 Date: Wed, 09 Jan 2019 08:20:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap", "metadata": {}}], "file": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file", "owner": "116d93423ac24121afdb41e0ae0d54c7", "id": "d2f88569-a9c9-4a62-b93c-c20f84d214dc", "size": 12716032, "self": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:20:50Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:20:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:20:51,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a46c01a1-afe9-4cc4-a4de-0f3e5cfbc2b7 2019-01-09 08:20:51,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.163733959198s 2019-01-09 08:20:51,867 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a46c01a1-afe9-4cc4-a4de-0f3e5cfbc2b7 2019-01-09 08:20:51,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 08:20:51,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db"}' 2019-01-09 08:20:52,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4 X-Openstack-Request-Id: req-f9da8356-3cf4-46ee-9152-e0e8f70b4b78 Date: Wed, 09 Jan 2019 08:20:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/file", "owner": "116d93423ac24121afdb41e0ae0d54c7", "id": "c619d6ea-15a6-4a3e-866d-ac76ba99c8b4", "size": null, "self": "/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:20:52Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db", "checksum": null, "created_at": "2019-01-09T08:20:52Z", "protected": false} 2019-01-09 08:20:52,116 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f9da8356-3cf4-46ee-9152-e0e8f70b4b78 2019-01-09 08:20:52,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.247042179108s 2019-01-09 08:20:52,117 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f9da8356-3cf4-46ee-9152-e0e8f70b4b78 returning object c619d6ea-15a6-4a3e-866d-ac76ba99c8b4 2019-01-09 08:20:52,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 08:20:52,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/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}10911dc5dac06e5b655dfbdbc363e901a25b7667" -d '' 2019-01-09 08:20:53,221 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a4e3b24c-a501-4806-9fb5-786892aeb890 Date: Wed, 09 Jan 2019 08:20:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:20:53,222 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/file used request id req-a4e3b24c-a501-4806-9fb5-786892aeb890 2019-01-09 08:20:53,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.10416698456s 2019-01-09 08:20:53,222 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/file used request id req-a4e3b24c-a501-4806-9fb5-786892aeb890 2019-01-09 08:20:53,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:20:53,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:20:53,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-2d06d803-f147-45c0-a86f-b55d31b6ac50 Date: Wed, 09 Jan 2019 08:20:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/snap", "metadata": {}}], "file": "/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/file", "owner": "116d93423ac24121afdb41e0ae0d54c7", "id": "c619d6ea-15a6-4a3e-866d-ac76ba99c8b4", "size": 12716032, "self": "/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:20:53Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:20:52Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap", "metadata": {}}], "file": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file", "owner": "116d93423ac24121afdb41e0ae0d54c7", "id": "d2f88569-a9c9-4a62-b93c-c20f84d214dc", "size": 12716032, "self": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:20:50Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:20:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:20:53,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2d06d803-f147-45c0-a86f-b55d31b6ac50 2019-01-09 08:20:53,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167313814163s 2019-01-09 08:20:53,391 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2d06d803-f147-45c0-a86f-b55d31b6ac50 2019-01-09 08:20:53,393 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/file', 'owner': u'116d93423ac24121afdb41e0ae0d54c7', 'id': u'c619d6ea-15a6-4a3e-866d-ac76ba99c8b4', 'size': 12716032, u'self': u'/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'116d93423ac24121afdb41e0ae0d54c7', 'name': 'tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:20:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T08:20:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', 'created': u'2019-01-09T08:20:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:20:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:20:53,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 08:20:53,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 08:20:53,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-09b8452a-4296-453f-ba73-16200269fa9f x-compute-request-id: req-09b8452a-4296-453f-ba73-16200269fa9f Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f71fc20b-d7e5-4144-b922-f5cd24501de7", "name": "tempest_smoke_serial-flavor_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:20:53,480 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-09b8452a-4296-453f-ba73-16200269fa9f 2019-01-09 08:20:53,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0858190059662s 2019-01-09 08:20:53,480 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-09b8452a-4296-453f-ba73-16200269fa9f returning object f71fc20b-d7e5-4144-b922-f5cd24501de7 2019-01-09 08:20:53,481 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', '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'a3475ec98a734cb2aeb418d350edd17b', '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'f71fc20b-d7e5-4144-b922-f5cd24501de7', 'swap': 0}) 2019-01-09 08:20:53,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 08:20:53,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7/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}adcfe356929a08dae35a816c419a8cba7c140741" -d '{"extra_specs": {}}' 2019-01-09 08:20:53,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08: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-d4f97274-4937-4cd8-ac78-df13295d5173 x-compute-request-id: req-d4f97274-4937-4cd8-ac78-df13295d5173 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:20:53,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7/os-extra_specs used request id req-d4f97274-4937-4cd8-ac78-df13295d5173 2019-01-09 08:20:53,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.019758939743s 2019-01-09 08:20:53,502 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7/os-extra_specs used request id req-d4f97274-4937-4cd8-ac78-df13295d5173 2019-01-09 08:20:53,502 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db', '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'a3475ec98a734cb2aeb418d350edd17b', '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'f71fc20b-d7e5-4144-b922-f5cd24501de7', 'swap': 0}) 2019-01-09 08:20:56,615 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 08:20:55.611 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) for deployment 'opnfv-rally' (UUID=002041b4-b92f-468c-b0d7-d0e44f2dedae). 2019-01-09 08:20:56.455 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 08:20:56.457 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) has been successfully configured for deployment 'opnfv-rally' (UUID=002041b4-b92f-468c-b0d7-d0e44f2dedae)! 2019-01-09 08:20:56,616 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 08:20:56,616 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 08:20:56,619 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 08:20:56,637 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-09 08:21:00,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-99580d41-31d0-4654-a1b7-4b64b398f963/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2019-01-09 08:21:00,160 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 08:21:00,185 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 08:21:00,185 - 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']'. 2019-01-09 08:21:02,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:02.358 51 INFO rally.api [-] Starting verification (UUID=a4483d33-522f-49a8-a915-d108af2a28e2) for deployment 'opnfv-rally' (UUID=002041b4-b92f-468c-b0d7-d0e44f2dedae) by verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963). 2019-01-09 08:21:02,360 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a4483d33-522f-49a8-a915-d108af2a28e2 2019-01-09 08:21:08,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:08.231 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.166s] 2019-01-09 08:21:08,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:08.287 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2019-01-09 08:21:15,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:15.040 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.514s] 2019-01-09 08:21:18,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:18.568 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.527s] 2019-01-09 08:21:31,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:31.491 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.259s] 2019-01-09 08:21:48,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:21:48.931 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.536s] 2019-01-09 08:22:22,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:22:22.732 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2019-01-09 08:22:22,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:22:22.734 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2019-01-09 08:22:54,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:22:54.138 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.087s] 2019-01-09 08:22:54,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:22:54.139 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-09 08:23:24,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:23:24.154 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.071s] 2019-01-09 08:23:24,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:23:24.156 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-09 08:25:05,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:05.600 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.215s] 2019-01-09 08:25:29,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:29.512 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2019-01-09 08:25:29,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:29.609 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.096s] 2019-01-09 08:25:37,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:37.562 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.672s] 2019-01-09 08:25:37,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:37.571 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2019-01-09 08:25:39,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:39.391 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 08:25:39,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:39.391 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 08:25:43,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:43.697 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.310s] 2019-01-09 08:25:50,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:50.617 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.407s] 2019-01-09 08:25:57,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:25:57.489 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.729s] 2019-01-09 08:26:05,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:05.135 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.394s] 2019-01-09 08:26:14,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:14.544 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.931s] 2019-01-09 08:26:21,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:21.290 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.673s] 2019-01-09 08:26:27,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:27.803 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2019-01-09 08:26:35,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:35.520 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.347s] 2019-01-09 08:26:43,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:43.162 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.745s] 2019-01-09 08:26:53,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:53.004 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.775s] 2019-01-09 08:26:55,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:55.631 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-09 08:26:57,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:57.528 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2019-01-09 08:26:57,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:57.603 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.075s] 2019-01-09 08:26:57,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:57.778 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.174s] 2019-01-09 08:26:57,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:26:57.784 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2019-01-09 08:27:01,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:01.984 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.849s] 2019-01-09 08:27:04,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:04.074 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.089s] 2019-01-09 08:27:06,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:06.104 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.030s] 2019-01-09 08:27:11,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:11.875 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2019-01-09 08:27:19,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:19.917 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.154s] 2019-01-09 08:27:31,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:31.865 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.365s] 2019-01-09 08:27:35,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:35.560 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.694s] 2019-01-09 08:27:46,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:46.982 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.006s] 2019-01-09 08:27:50,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:50.539 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.556s] 2019-01-09 08:27:58,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:27:58.770 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.230s] 2019-01-09 08:28:08,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:08.063 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.872s] 2019-01-09 08:28:11,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:11.471 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.407s] 2019-01-09 08:28:18,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:18.330 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.859s] 2019-01-09 08:28:34,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:34.838 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.528s] 2019-01-09 08:28:35,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:35.283 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.445s] 2019-01-09 08:28:35,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:35.544 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.260s] 2019-01-09 08:28:35,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:35.814 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.268s] 2019-01-09 08:28:35,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:35.937 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.124s] 2019-01-09 08:28:36,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:36.229 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.291s] 2019-01-09 08:28:51,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:51.634 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.317s] 2019-01-09 08:28:52,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.059 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.425s] 2019-01-09 08:28:52,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.320 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.261s] 2019-01-09 08:28:52,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.529 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.208s] 2019-01-09 08:28:52,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.637 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.106s] 2019-01-09 08:28:52,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:28:52.825 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.188s] 2019-01-09 08:29:05,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:05.676 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.647s] 2019-01-09 08:29:12,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:12.129 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.452s] 2019-01-09 08:29:14,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:14.219 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.090s] 2019-01-09 08:29:14,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:14.277 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2019-01-09 08:29:14,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:14.333 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.057s] 2019-01-09 08:29:26,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:26.198 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.068s] 2019-01-09 08:29:32,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:32.512 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.313s] 2019-01-09 08:29:34,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:34.427 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.914s] 2019-01-09 08:29:34,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:34.637 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.209s] 2019-01-09 08:29:34,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:34.830 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.192s] 2019-01-09 08:29:50,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:50.324 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.569s] 2019-01-09 08:29:56,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:29:56.436 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.112s] 2019-01-09 08:30:00,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:00.911 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.474s] 2019-01-09 08:30:03,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:03.758 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.847s] 2019-01-09 08:30:28,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:28.096 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [8.878s] 2019-01-09 08:30:33,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:33.544 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.449s] 2019-01-09 08:30:38,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:38.321 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.775s] 2019-01-09 08:30:40,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:40.926 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.605s] 2019-01-09 08:30:58,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:30:58.000 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.577s] 2019-01-09 08:31:00,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:00.390 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.387s] 2019-01-09 08:31:00,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:00.594 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.207s] 2019-01-09 08:31:05,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:05.098 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.480s] 2019-01-09 08:31:07,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:07.684 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.584s] 2019-01-09 08:31:07,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:07.887 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.204s] 2019-01-09 08:31:12,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:12.248 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.302s] 2019-01-09 08:31:15,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:15.529 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2019-01-09 08:31:17,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.208 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-09 08:31:17,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.209 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-09 08:31:17,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.210 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-09 08:31:17,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.210 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-09 08:31:17,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:17.211 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-09 08:31:19,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:19.079 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2019-01-09 08:31:33,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:33.716 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.206s] 2019-01-09 08:31:45,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:31:45.821 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.213s] 2019-01-09 08:32:01,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:32:01.645 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.821s] 2019-01-09 08:32:11,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:32:11.201 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.146s] 2019-01-09 08:34:19,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:34:19.052 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [122.035s] 2019-01-09 08:35:57,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:35:57.090 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [88.178s] 2019-01-09 08:36:39,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 08:36:39.442 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.299s] 2019-01-09 08:36:55,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a4483d33-522f-49a8-a915-d108af2a28e2 2019-01-09 08:36:55,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a4483d33-522f-49a8-a915-d108af2a28e2']'. 2019-01-09 08:36:56,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 08:36:56,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 08:36:56,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a4483d33-522f-49a8-a915-d108af2a28e2 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 08:21:02 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 08:36:55 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:53 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 08:36:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 99580d41-31d0-4654-a1b7-4b64b398f963) | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 002041b4-b92f-468c-b0d7-d0e44f2dedae) | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 933.195 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 08:36:56,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 08:36:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-09 08:36:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 08:36:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 08:36:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 08:36:57,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2019-01-09 08:36:57,152 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 08:36:57,153 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 16:08 | PASS | +------------------------------+------------------+------------------+----------------+ 2019-01-09 08:36:57,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 08:36:57,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:36:59,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-325e9085-b4ac-438d-8df2-01703f2fdd71 Date: Wed, 09 Jan 2019 08:36:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:36:59,190 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4 used request id req-325e9085-b4ac-438d-8df2-01703f2fdd71 2019-01-09 08:36:59,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.03113508224s 2019-01-09 08:36:59,190 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/c619d6ea-15a6-4a3e-866d-ac76ba99c8b4 used request id req-325e9085-b4ac-438d-8df2-01703f2fdd71 2019-01-09 08:36:59,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 08:36:59,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:36:59,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:36: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-8c6994b0-4a40-4f06-b9ea-db7029cd041c x-compute-request-id: req-8c6994b0-4a40-4f06-b9ea-db7029cd041c Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "name": "tempest_smoke_serial-flavor_e98e7248-4623-4b58-bb31-bf02db1bc1db", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f71fc20b-d7e5-4144-b922-f5cd24501de7", "name": "tempest_smoke_serial-flavor_alt_e98e7248-4623-4b58-bb31-bf02db1bc1db", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 08:36:59,364 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-8c6994b0-4a40-4f06-b9ea-db7029cd041c 2019-01-09 08:36:59,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.173804998398s 2019-01-09 08:36:59,365 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-8c6994b0-4a40-4f06-b9ea-db7029cd041c 2019-01-09 08:36:59,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 08:36:59,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:36:59,436 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:36: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-6317c432-3394-4a31-a31e-a6a91506277c x-compute-request-id: req-6317c432-3394-4a31-a31e-a6a91506277c Content-Length: 0 Content-Type: application/json 2019-01-09 08:36:59,436 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7 used request id req-6317c432-3394-4a31-a31e-a6a91506277c 2019-01-09 08:36:59,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0683090686798s 2019-01-09 08:36:59,436 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/f71fc20b-d7e5-4144-b922-f5cd24501de7 used request id req-6317c432-3394-4a31-a31e-a6a91506277c 2019-01-09 08:36:59,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:36:59,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:36:59,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-b0401cd0-7144-440f-ac5e-30578aa4c1a8 Date: Wed, 09 Jan 2019 08:36:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap", "metadata": {}}], "file": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/file", "owner": "116d93423ac24121afdb41e0ae0d54c7", "id": "d2f88569-a9c9-4a62-b93c-c20f84d214dc", "size": 12716032, "self": "/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:20:50Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_e98e7248-4623-4b58-bb31-bf02db1bc1db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:20:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:36:59,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b0401cd0-7144-440f-ac5e-30578aa4c1a8 2019-01-09 08:36:59,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165066003799s 2019-01-09 08:36:59,603 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b0401cd0-7144-440f-ac5e-30578aa4c1a8 2019-01-09 08:36:59,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 08:36:59,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10911dc5dac06e5b655dfbdbc363e901a25b7667" 2019-01-09 08:37:01,513 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6de0c6fe-fe6d-4fa9-9840-1496668e1155 Date: Wed, 09 Jan 2019 08:37:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:37:01,513 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc used request id req-6de0c6fe-fe6d-4fa9-9840-1496668e1155 2019-01-09 08:37:01,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.90710306168s 2019-01-09 08:37:01,513 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/d2f88569-a9c9-4a62-b93c-c20f84d214dc used request id req-6de0c6fe-fe6d-4fa9-9840-1496668e1155 2019-01-09 08:37:01,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 08:37:01,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:01,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0f3558a-157d-478b-9cbb-b6a74a619da4 x-compute-request-id: req-d0f3558a-157d-478b-9cbb-b6a74a619da4 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd", "name": "tempest_smoke_serial-flavor_e98e7248-4623-4b58-bb31-bf02db1bc1db", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 08:37:01,544 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-d0f3558a-157d-478b-9cbb-b6a74a619da4 2019-01-09 08:37:01,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0302422046661s 2019-01-09 08:37:01,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-d0f3558a-157d-478b-9cbb-b6a74a619da4 2019-01-09 08:37:01,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 08:37:01,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:01,591 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 08:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83e6a3b6-39cf-4209-83f0-c379b38497fc x-compute-request-id: req-83e6a3b6-39cf-4209-83f0-c379b38497fc Content-Length: 0 Content-Type: application/json 2019-01-09 08:37:01,591 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd used request id req-83e6a3b6-39cf-4209-83f0-c379b38497fc 2019-01-09 08:37:01,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.045177936554s 2019-01-09 08:37:01,592 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/b3b97aeb-2848-4e3b-83ad-3a8b7d8102fd used request id req-83e6a3b6-39cf-4209-83f0-c379b38497fc 2019-01-09 08:37:01,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:37:01,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:01,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb400a02-9bd4-4411-89db-e856f6b54834 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db", "links": {"self": "http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f"}, "domain_id": "default", "enabled": true, "id": "0e6e934914014deb9d7c94f1a994823f", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:37:01,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-eb400a02-9bd4-4411-89db-e856f6b54834 2019-01-09 08:37:01,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103463888168s 2019-01-09 08:37:01,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-eb400a02-9bd4-4411-89db-e856f6b54834 2019-01-09 08:37:01,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:37:01,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:01,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b972be4b-bd5c-49f8-9487-103b8ddce1ea Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f"}, "enabled": true, "id": "0e6e934914014deb9d7c94f1a994823f", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_e98e7248-4623-4b58-bb31-bf02db1bc1db"}} 2019-01-09 08:37:01,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f used request id req-b972be4b-bd5c-49f8-9487-103b8ddce1ea 2019-01-09 08:37:01,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.090616941452s 2019-01-09 08:37:01,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f used request id req-b972be4b-bd5c-49f8-9487-103b8ddce1ea 2019-01-09 08:37:01,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 08:37:01,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:02,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:37:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aab3bdb9-bb43-4ae0-853a-a320081bcfff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:37:02,021 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f used request id req-aab3bdb9-bb43-4ae0-853a-a320081bcfff 2019-01-09 08:37:02,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.229760885239s 2019-01-09 08:37:02,022 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/0e6e934914014deb9d7c94f1a994823f used request id req-aab3bdb9-bb43-4ae0-853a-a320081bcfff 2019-01-09 08:37:02,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:37:02,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:02,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39607498-eb59-4219-a971-57af6b4b630a Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7"}, "enabled": true, "id": "116d93423ac24121afdb41e0ae0d54c7", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_e98e7248-4623-4b58-bb31-bf02db1bc1db"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:37:02,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-39607498-eb59-4219-a971-57af6b4b630a 2019-01-09 08:37:02,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0825979709625s 2019-01-09 08:37:02,105 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-39607498-eb59-4219-a971-57af6b4b630a 2019-01-09 08:37:02,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 08:37:02,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:02,257 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:37:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbb10f5f-9fd2-4295-94ca-1a104c29eeaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:37:02,257 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7 used request id req-fbb10f5f-9fd2-4295-94ca-1a104c29eeaa 2019-01-09 08:37:02,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.149662971497s 2019-01-09 08:37:02,257 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/116d93423ac24121afdb41e0ae0d54c7 used request id req-fbb10f5f-9fd2-4295-94ca-1a104c29eeaa 2019-01-09 08:37:02,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:37:02,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:02,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3503f8f3-038a-462f-a940-4d653b2672c0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d7bd9891336a4ae1a3c00a50339fc599", "links": {"self": "http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599"}, "name": "Member"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:37:02,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3503f8f3-038a-462f-a940-4d653b2672c0 2019-01-09 08:37:02,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845291614532s 2019-01-09 08:37:02,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 08:37:02,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:02,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:37:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60b8b455-dc8e-4fa2-b48d-ed5ee10d54d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:37:02,464 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/d7bd9891336a4ae1a3c00a50339fc599 used request id req-60b8b455-dc8e-4fa2-b48d-ed5ee10d54d8 2019-01-09 08:37:02,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.121026992798s 2019-01-09 08:37:02,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 08:37:02,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=116d93423ac24121afdb41e0ae0d54c7&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}adcfe356929a08dae35a816c419a8cba7c140741" 2019-01-09 08:37:02,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-337acea8-9ec5-4126-a3c6-5ac47029920f Date: Wed, 09 Jan 2019 08:37:02 GMT RESP BODY: {"security_groups": []} 2019-01-09 08:37:02,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=116d93423ac24121afdb41e0ae0d54c7&name=default used request id req-337acea8-9ec5-4126-a3c6-5ac47029920f 2019-01-09 08:37:02,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.289549827576s 2019-01-09 08:37:02,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=116d93423ac24121afdb41e0ae0d54c7&name=default used request id req-337acea8-9ec5-4126-a3c6-5ac47029920f 2019-01-09 08:37:02,812 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2019-01-09 08:37:02,932 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:37:02,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:37:02,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:37:02,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:37:02,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 08:37:02,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 08:37:02,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:37:02,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77a35c46-f599-4601-8fb8-50a3bf0f1afb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:37:02,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-77a35c46-f599-4601-8fb8-50a3bf0f1afb 2019-01-09 08:37:02,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:37:03,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T09:37:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["DfEWPwbIReKenSbEPMwf-w"], "issued_at": "2019-01-09T08:37:03.000000Z"}} 2019-01-09 08:37:03,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:37:03,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:03,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-de9b57fe-f6cf-42fa-b9ab-c530e318c4fa Date: Wed, 09 Jan 2019 08:37:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 08:37:03,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de9b57fe-f6cf-42fa-b9ab-c530e318c4fa 2019-01-09 08:37:03,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.405813932419s 2019-01-09 08:37:03,736 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de9b57fe-f6cf-42fa-b9ab-c530e318c4fa 2019-01-09 08:37:03,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:37:03,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:03,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 08:37:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 08:37:03,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:03,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66df32f8-f829-4c85-9fd3-91a347e794fa Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:37:03,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-66df32f8-f829-4c85-9fd3-91a347e794fa 2019-01-09 08:37:03,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0852329730988s 2019-01-09 08:37:03,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 08:37:03,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1"}}' 2019-01-09 08:37:03,926 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:37:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f04361e7-5553-48bb-b5a2-828344ece91b 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.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78"}, "enabled": true, "id": "65049bf684b14e9688a5124d76dc6d78", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1"}} 2019-01-09 08:37:03,926 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f04361e7-5553-48bb-b5a2-828344ece91b 2019-01-09 08:37:03,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.102391004562s 2019-01-09 08:37:03,926 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-f04361e7-5553-48bb-b5a2-828344ece91b 2019-01-09 08:37:03,927 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'id': u'65049bf684b14e9688a5124d76dc6d78', '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'})}) 2019-01-09 08:37:03,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 08:37:04,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351223945618s 2019-01-09 08:37:04,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:04,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-919cb9d4-17e7-4162-ad2d-8e4a5c49a677 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396"}, "enabled": true, "id": "e4213d81b270462d88e37980a78d4396", "options": {}, "domain_id": "default", "name": "rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1"}} 2019-01-09 08:37:04,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396 used request id req-919cb9d4-17e7-4162-ad2d-8e4a5c49a677 2019-01-09 08:37:04,370 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e4213d81b270462d88e37980a78d4396', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1'}) 2019-01-09 08:37:04,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:37:04,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:04,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f3aa8e-62a0-43bd-a0ad-9e07ca7c40d8 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:37:04,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d6f3aa8e-62a0-43bd-a0ad-9e07ca7c40d8 2019-01-09 08:37:04,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785100460052s 2019-01-09 08:37:04,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:37:04,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:04,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bcf76b4-cedd-4614-b1bf-b02bfe2f00cb Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:37:04,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8bcf76b4-cedd-4614-b1bf-b02bfe2f00cb 2019-01-09 08:37:04,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082279920578s 2019-01-09 08:37:04,534 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 08:37:04,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 08:37:04,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" -d '{"role": {"name": "Member"}}' 2019-01-09 08:37:04,644 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1938b8b-d9ab-4e87-866f-beb303cb2bb8 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0a359e9982b14923a81aa9ea49dda6a9", "links": {"self": "http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9"}, "name": "Member"}} 2019-01-09 08:37:04,644 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-a1938b8b-d9ab-4e87-866f-beb303cb2bb8 2019-01-09 08:37:04,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.110490083694s 2019-01-09 08:37:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:04,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f0ca15-e272-4dfb-8731-380cd688cf41 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9"}, "domain_id": null, "name": "Member", "id": "0a359e9982b14923a81aa9ea49dda6a9"}} 2019-01-09 08:37:04,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9 used request id req-c6f0ca15-e272-4dfb-8731-380cd688cf41 2019-01-09 08:37:04,726 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9'}, 'domain_id': None, 'human_id': None, 'id': u'0a359e9982b14923a81aa9ea49dda6a9', 'HUMAN_ID': False}) 2019-01-09 08:37:04,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:37:04,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:04,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcab2a02-8158-4291-8d38-a7a7b1f1c6f9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0a359e9982b14923a81aa9ea49dda6a9", "links": {"self": "http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:37:04,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-dcab2a02-8158-4291-8d38-a7a7b1f1c6f9 2019-01-09 08:37:04,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0837299823761s 2019-01-09 08:37:04,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:37:04,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:04,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c89f40d-748c-4f1b-b0e1-ea53c33867f3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:37:04,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-2c89f40d-748c-4f1b-b0e1-ea53c33867f3 2019-01-09 08:37:04,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0745329856873s 2019-01-09 08:37:04,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:37:04,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:04,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7272774-b91e-40be-af40-628da401dc9b Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1", "links": {"self": "http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396"}, "domain_id": "default", "enabled": true, "id": "e4213d81b270462d88e37980a78d4396", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:37:04,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a7272774-b91e-40be-af40-628da401dc9b 2019-01-09 08:37:04,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.034471988678s 2019-01-09 08:37:04,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-a7272774-b91e-40be-af40-628da401dc9b 2019-01-09 08:37:04,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:37:04,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27802a76-5f22-4627-8137-8586fc0ccb69 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78"}, "enabled": true, "id": "65049bf684b14e9688a5124d76dc6d78", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:37:05,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-27802a76-5f22-4627-8137-8586fc0ccb69 2019-01-09 08:37:05,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0795021057129s 2019-01-09 08:37:05,007 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-27802a76-5f22-4627-8137-8586fc0ccb69 2019-01-09 08:37:05,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:37:05,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e4213d81b270462d88e37980a78d4396&scope.project.id=65049bf684b14e9688a5124d76dc6d78&role.id=0a359e9982b14923a81aa9ea49dda6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8502d2e-5c48-4506-9e4c-1c8812f79a05 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=e4213d81b270462d88e37980a78d4396&scope.project.id=65049bf684b14e9688a5124d76dc6d78&role.id=0a359e9982b14923a81aa9ea49dda6a9", "previous": null, "next": null}} 2019-01-09 08:37:05,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e4213d81b270462d88e37980a78d4396&scope.project.id=65049bf684b14e9688a5124d76dc6d78&role.id=0a359e9982b14923a81aa9ea49dda6a9 used request id req-a8502d2e-5c48-4506-9e4c-1c8812f79a05 2019-01-09 08:37:05,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0760848522186s 2019-01-09 08:37:05,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:37:05,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78/users/e4213d81b270462d88e37980a78d4396/roles/0a359e9982b14923a81aa9ea49dda6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29fed20b-2278-4a78-b130-5f2279a9ab23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:37:05,222 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78/users/e4213d81b270462d88e37980a78d4396/roles/0a359e9982b14923a81aa9ea49dda6a9 used request id req-29fed20b-2278-4a78-b130-5f2279a9ab23 2019-01-09 08:37:05,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135484933853s 2019-01-09 08:37:05,223 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1', 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': '6fdd9a78-8f41-47e7-a0ab-d72c242eee6c', 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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'project_id': u'65049bf684b14e9688a5124d76dc6d78', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 08:37:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 08:37:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 08:37:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 08:37:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 08:37:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 08:37:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 08:37:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 08:37:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 08:37:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 08:37:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 08:37:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 08:37:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 08:37:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 08:37:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 08:37:05,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 08:37:05,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 08:37:05,228 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'password': '6fdd9a78-8f41-47e7-a0ab-d72c242eee6c', 'project_name': 'rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '65049bf684b14e9688a5124d76dc6d78', 'project_domain_name': 'Default'} 2019-01-09 08:37:05,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:37:05,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e06749e-5636-43bc-b5ee-0309e75de254 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0a359e9982b14923a81aa9ea49dda6a9", "links": {"self": "http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:37:05,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1e06749e-5636-43bc-b5ee-0309e75de254 2019-01-09 08:37:05,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825791358948s 2019-01-09 08:37:05,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 08:37:05,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ce02fad-67b9-439d-93e2-027895df8b6b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0a359e9982b14923a81aa9ea49dda6a9", "links": {"self": "http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 08:37:05,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3ce02fad-67b9-439d-93e2-027895df8b6b 2019-01-09 08:37:05,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.088837146759s 2019-01-09 08:37:05,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 08:37:05,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1e8960-fce1-4eac-8012-f813c0c91608 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 08:37:05,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-2a1e8960-fce1-4eac-8012-f813c0c91608 2019-01-09 08:37:05,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0790240764618s 2019-01-09 08:37:05,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 08:37:05,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e525bdb8-633b-4a68-80ad-017cb167f360 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1", "links": {"self": "http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396"}, "domain_id": "default", "enabled": true, "id": "e4213d81b270462d88e37980a78d4396", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 08:37:05,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e525bdb8-633b-4a68-80ad-017cb167f360 2019-01-09 08:37:05,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983788967133s 2019-01-09 08:37:05,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e525bdb8-633b-4a68-80ad-017cb167f360 2019-01-09 08:37:05,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:37:05,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-002bfbad-5c4a-4cae-9a86-aebb846ad69b Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78"}, "enabled": true, "id": "65049bf684b14e9688a5124d76dc6d78", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:37:05,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-002bfbad-5c4a-4cae-9a86-aebb846ad69b 2019-01-09 08:37:05,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0883738994598s 2019-01-09 08:37:05,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-002bfbad-5c4a-4cae-9a86-aebb846ad69b 2019-01-09 08:37:05,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 08:37:05,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=e4213d81b270462d88e37980a78d4396&scope.project.id=65049bf684b14e9688a5124d76dc6d78&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-073bf60a-34ce-4800-9e46-f4af1523313c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=e4213d81b270462d88e37980a78d4396&scope.project.id=65049bf684b14e9688a5124d76dc6d78&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 08:37:05,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=e4213d81b270462d88e37980a78d4396&scope.project.id=65049bf684b14e9688a5124d76dc6d78&role.id=90eb365fdb174f538db9443457456df8 used request id req-073bf60a-34ce-4800-9e46-f4af1523313c 2019-01-09 08:37:05,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0826499462128s 2019-01-09 08:37:05,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 08:37:05,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78/users/e4213d81b270462d88e37980a78d4396/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:05,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 08:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5615d10-76a3-4b61-8816-1c406c0efcac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 08:37:05,911 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78/users/e4213d81b270462d88e37980a78d4396/roles/90eb365fdb174f538db9443457456df8 used request id req-a5615d10-76a3-4b61-8816-1c406c0efcac 2019-01-09 08:37:05,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.150473117828s 2019-01-09 08:37:05,912 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2019-01-09 08:37:06,236 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2019-01-09 08:37:06,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 08:37:06,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:06,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b2980a9-f494-41e9-b0ef-5a19226f9c42 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 08:37:06,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-5b2980a9-f494-41e9-b0ef-5a19226f9c42 2019-01-09 08:37:06,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0737211704254s 2019-01-09 08:37:06,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 08:37:06,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 08:37:06,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c283da5-d22b-4536-90ee-963284a71b57 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78"}, "enabled": true, "id": "65049bf684b14e9688a5124d76dc6d78", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 08:37:06,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-6c283da5-d22b-4536-90ee-963284a71b57 2019-01-09 08:37:06,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0822520256042s 2019-01-09 08:37:06,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-6c283da5-d22b-4536-90ee-963284a71b57 2019-01-09 08:37:06,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-09 08:37:06,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" -d '{"network": {"shared": true, "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "name": "rally_sanity-net_a0217f9c-4de6-467d-9890-bbc8ece733e1", "admin_state_up": true}}' 2019-01-09 08:37:07,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-2feadc5b-119b-4acc-99b4-d40ddd8643c8 Date: Wed, 09 Jan 2019 08:37:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d07e88a9-6699-49ca-aa95-3e72404aecbf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"65049bf684b14e9688a5124d76dc6d78","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:37:06Z","is_default":false,"provider:segmentation_id":86,"name":"rally_sanity-net_a0217f9c-4de6-467d-9890-bbc8ece733e1","admin_state_up":true,"tenant_id":"65049bf684b14e9688a5124d76dc6d78","created_at":"2019-01-09T08:37:06Z","mtu":1450}} 2019-01-09 08:37:07,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2feadc5b-119b-4acc-99b4-d40ddd8643c8 2019-01-09 08:37:07,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.622975111008s 2019-01-09 08:37:07,020 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2feadc5b-119b-4acc-99b4-d40ddd8643c8 2019-01-09 08:37:07,021 - 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'2019-01-09T08:37:06Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd07e88a9-6699-49ca-aa95-3e72404aecbf', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'admin_state_up': True, u'tenant_id': u'65049bf684b14e9688a5124d76dc6d78', u'created_at': u'2019-01-09T08:37:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'65049bf684b14e9688a5124d76dc6d78'}) 2019-01-09 08:37:07,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 08:37:07,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f77790af-f2e5-411e-ae62-9d2ad73d9b4f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 08:37:07,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f77790af-f2e5-411e-ae62-9d2ad73d9b4f 2019-01-09 08:37:07,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 08:37:07,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "0a359e9982b14923a81aa9ea49dda6a9", "name": "Member"}], "expires_at": "2019-01-09T09:37:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "65049bf684b14e9688a5124d76dc6d78", "name": "rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/65049bf684b14e9688a5124d76dc6d78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/65049bf684b14e9688a5124d76dc6d78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/65049bf684b14e9688a5124d76dc6d78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/65049bf684b14e9688a5124d76dc6d78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/65049bf684b14e9688a5124d76dc6d78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/65049bf684b14e9688a5124d76dc6d78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/65049bf684b14e9688a5124d76dc6d78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/65049bf684b14e9688a5124d76dc6d78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/65049bf684b14e9688a5124d76dc6d78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/65049bf684b14e9688a5124d76dc6d78", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/65049bf684b14e9688a5124d76dc6d78", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/65049bf684b14e9688a5124d76dc6d78", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1", "id": "e4213d81b270462d88e37980a78d4396"}, "audit_ids": ["AX1FUYc0Tjqc6gRiVcqbBQ"], "issued_at": "2019-01-09T08:37:07.000000Z"}} 2019-01-09 08:37:07,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 08:37:07,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 08:37:07,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-ce284bc1-b46e-4e3d-af3c-15d5e6abab98 Date: Wed, 09 Jan 2019 08:37:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d07e88a9-6699-49ca-aa95-3e72404aecbf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"65049bf684b14e9688a5124d76dc6d78","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T08:37:06Z","provider:segmentation_id":86,"name":"rally_sanity-net_a0217f9c-4de6-467d-9890-bbc8ece733e1","admin_state_up":true,"tenant_id":"65049bf684b14e9688a5124d76dc6d78","created_at":"2019-01-09T08:37:06Z","provider:network_type":"vxlan"}]} 2019-01-09 08:37:07,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ce284bc1-b46e-4e3d-af3c-15d5e6abab98 2019-01-09 08:37:07,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242115974426s 2019-01-09 08:37:07,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-ce284bc1-b46e-4e3d-af3c-15d5e6abab98 2019-01-09 08:37:07,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-09 08:37:07,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" -d '{"subnet": {"name": "rally_sanity-subnet_a0217f9c-4de6-467d-9890-bbc8ece733e1", "enable_dhcp": true, "network_id": "d07e88a9-6699-49ca-aa95-3e72404aecbf", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-09 08:37:08,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c43658fe-3e9b-47b3-a0a8-6107d6231b5c Date: Wed, 09 Jan 2019 08:37:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d07e88a9-6699-49ca-aa95-3e72404aecbf","tenant_id":"65049bf684b14e9688a5124d76dc6d78","created_at":"2019-01-09T08:37:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-09T08:37:07Z","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":"65049bf684b14e9688a5124d76dc6d78","id":"8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a","subnetpool_id":null,"name":"rally_sanity-subnet_a0217f9c-4de6-467d-9890-bbc8ece733e1"}} 2019-01-09 08:37:08,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-c43658fe-3e9b-47b3-a0a8-6107d6231b5c 2019-01-09 08:37:08,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.504462003708s 2019-01-09 08:37:08,164 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-c43658fe-3e9b-47b3-a0a8-6107d6231b5c 2019-01-09 08:37:08,164 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-09T08:37:07Z', 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'8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'enable_dhcp': True, u'network_id': u'd07e88a9-6699-49ca-aa95-3e72404aecbf', u'tenant_id': u'65049bf684b14e9688a5124d76dc6d78', u'created_at': u'2019-01-09T08:37:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'65049bf684b14e9688a5124d76dc6d78'}) 2019-01-09 08:37:08,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-09 08:37:08,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}, "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1", "admin_state_up": true}}' 2019-01-09 08:37:12,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-43f1990d-e71c-43ba-8890-cd9466ee7fdd Date: Wed, 09 Jan 2019 08:37:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:37:11Z", "revision_number": 2, "routes": [], "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "119052a1-1040-44ba-9de7-264617f3aa8d", "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1"}} 2019-01-09 08:37:12,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-43f1990d-e71c-43ba-8890-cd9466ee7fdd 2019-01-09 08:37:12,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 3.90084600449s 2019-01-09 08:37:12,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-43f1990d-e71c-43ba-8890-cd9466ee7fdd 2019-01-09 08:37:12,066 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'10b23b07-756b-4000-b2c9-9121d33fb1bd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'65049bf684b14e9688a5124d76dc6d78', u'created_at': u'2019-01-09T08:37:10Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2019-01-09T08:37:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'65049bf684b14e9688a5124d76dc6d78', u'id': u'119052a1-1040-44ba-9de7-264617f3aa8d', u'name': u'rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1'}) 2019-01-09 08:37:12,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-09 08:37:12,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d/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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" -d '{"subnet_id": "8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a"}' 2019-01-09 08:37:14,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-315cc40b-980e-43f1-86a8-ab51744ae669 Date: Wed, 09 Jan 2019 08:37:14 GMT RESP BODY: {"network_id": "d07e88a9-6699-49ca-aa95-3e72404aecbf", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "subnet_id": "8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a", "subnet_ids": ["8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a"], "port_id": "00d88ffc-6bb2-4726-8118-65d7707dad7a", "id": "119052a1-1040-44ba-9de7-264617f3aa8d"} 2019-01-09 08:37:14,038 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d/add_router_interface.json used request id req-315cc40b-980e-43f1-86a8-ab51744ae669 2019-01-09 08:37:14,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.97133183479s 2019-01-09 08:37:14,039 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d/add_router_interface.json used request id req-315cc40b-980e-43f1-86a8-ab51744ae669 returning object 119052a1-1040-44ba-9de7-264617f3aa8d 2019-01-09 08:37:14,040 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 08:37:14,191 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-09 08:37:14,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 08:37:14,200 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 09 Jan 2019 08:37:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2019-01-09 08:37:14,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:37:14,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 08:37:14,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6f2861f8-3c8c-4076-8bf4-d531d95cf832 Date: Wed, 09 Jan 2019 08:37:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:37:14,365 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6f2861f8-3c8c-4076-8bf4-d531d95cf832 2019-01-09 08:37:14,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.161115169525s 2019-01-09 08:37:14,365 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6f2861f8-3c8c-4076-8bf4-d531d95cf832 2019-01-09 08:37:14,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 08:37:14,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1"}' 2019-01-09 08:37:14,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/271851af-afa8-4c56-94ab-11487bf495f0 X-Openstack-Request-Id: req-f0108cef-23aa-42de-b67b-484895896787 Date: Wed, 09 Jan 2019 08:37:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/271851af-afa8-4c56-94ab-11487bf495f0/file", "owner": "65049bf684b14e9688a5124d76dc6d78", "id": "271851af-afa8-4c56-94ab-11487bf495f0", "size": null, "self": "/v2/images/271851af-afa8-4c56-94ab-11487bf495f0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:37:14Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1", "checksum": null, "created_at": "2019-01-09T08:37:14Z", "protected": false} 2019-01-09 08:37:14,570 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f0108cef-23aa-42de-b67b-484895896787 2019-01-09 08:37:14,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.203127145767s 2019-01-09 08:37:14,570 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-f0108cef-23aa-42de-b67b-484895896787 returning object 271851af-afa8-4c56-94ab-11487bf495f0 2019-01-09 08:37:14,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 08:37:14,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/271851af-afa8-4c56-94ab-11487bf495f0/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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" -d '' 2019-01-09 08:37:16,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d1e19703-3dfa-4536-a862-1d3ff5fa40f9 Date: Wed, 09 Jan 2019 08:37:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 08:37:16,586 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/271851af-afa8-4c56-94ab-11487bf495f0/file used request id req-d1e19703-3dfa-4536-a862-1d3ff5fa40f9 2019-01-09 08:37:16,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.01462388039s 2019-01-09 08:37:16,586 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/271851af-afa8-4c56-94ab-11487bf495f0/file used request id req-d1e19703-3dfa-4536-a862-1d3ff5fa40f9 2019-01-09 08:37:16,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 08:37:16,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 08:37:16,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-fbf3133a-7410-424c-843a-bb1ce7dc0e58 Date: Wed, 09 Jan 2019 08:37:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/271851af-afa8-4c56-94ab-11487bf495f0/snap", "metadata": {}}], "file": "/v2/images/271851af-afa8-4c56-94ab-11487bf495f0/file", "owner": "65049bf684b14e9688a5124d76dc6d78", "id": "271851af-afa8-4c56-94ab-11487bf495f0", "size": 12716032, "self": "/v2/images/271851af-afa8-4c56-94ab-11487bf495f0", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/271851af-afa8-4c56-94ab-11487bf495f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:37:16Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:37:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 08:37:16,759 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fbf3133a-7410-424c-843a-bb1ce7dc0e58 2019-01-09 08:37:16,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172201871872s 2019-01-09 08:37:16,759 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fbf3133a-7410-424c-843a-bb1ce7dc0e58 2019-01-09 08:37:16,761 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/271851af-afa8-4c56-94ab-11487bf495f0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/271851af-afa8-4c56-94ab-11487bf495f0/file', 'owner': u'65049bf684b14e9688a5124d76dc6d78', 'id': u'271851af-afa8-4c56-94ab-11487bf495f0', 'size': 12716032, u'self': u'/v2/images/271851af-afa8-4c56-94ab-11487bf495f0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'65049bf684b14e9688a5124d76dc6d78', 'name': 'rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/271851af-afa8-4c56-94ab-11487bf495f0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T08:37:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T08:37:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/271851af-afa8-4c56-94ab-11487bf495f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'created': u'2019-01-09T08:37:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T08:37:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/271851af-afa8-4c56-94ab-11487bf495f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 08:37:16,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 08:37:16,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 08:37:17,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98ce9887-d1ce-45f1-b636-0be9782624ba x-compute-request-id: req-98ce9887-d1ce-45f1-b636-0be9782624ba Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:37:17,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-98ce9887-d1ce-45f1-b636-0be9782624ba 2019-01-09 08:37:17,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.290175914764s 2019-01-09 08:37:17,053 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-98ce9887-d1ce-45f1-b636-0be9782624ba returning object a74e3b8a-ca23-4ad7-884b-5d166cb782f4 2019-01-09 08:37:17,054 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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'a3475ec98a734cb2aeb418d350edd17b', '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'a74e3b8a-ca23-4ad7-884b-5d166cb782f4', 'swap': 0}) 2019-01-09 08:37:17,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 08:37:17,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4/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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" -d '{"extra_specs": {}}' 2019-01-09 08:37:17,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e3499e56-d877-4539-939a-4912f235f301 x-compute-request-id: req-e3499e56-d877-4539-939a-4912f235f301 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:37:17,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4/os-extra_specs used request id req-e3499e56-d877-4539-939a-4912f235f301 2019-01-09 08:37:17,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217409133911s 2019-01-09 08:37:17,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4/os-extra_specs used request id req-e3499e56-d877-4539-939a-4912f235f301 2019-01-09 08:37:17,077 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 08:37:19,568 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-09 08:37:19.179 149 INFO rally.deployment.engine [-] Deployment 002041b4-b92f-468c-b0d7-d0e44f2dedae | Starting: Destroy cloud and free allocated resources. 2019-01-09 08:37:19.285 149 INFO rally.deployment.engine [-] Deployment 002041b4-b92f-468c-b0d7-d0e44f2dedae | Completed: Destroy cloud and free allocated resources. 2019-01-09 08:37:19.327 149 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963) for deployment 'opnfv-rally'. 2019-01-09 08:37:19.344 149 INFO rally.api [-] Deleting verification (UUID=a4483d33-522f-49a8-a915-d108af2a28e2). 2019-01-09 08:37:19.398 149 INFO rally.api [-] Verification has been successfully deleted! 2019-01-09 08:37:19.398 149 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963). 2019-01-09 08:37:19.402 149 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-09 08:37:22,035 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 08:37:21.700 152 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=56feed0a-5a95-41d5-8802-926ceebf4b7c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 56feed0a-5a95-41d5-8802-926ceebf4b7c | 2019-01-09T08:37:21 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 56feed0a-5a95-41d5-8802-926ceebf4b7c ~/.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 2019-01-09 08:37:25,437 - 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 | +-------------+----------------+-----------+ 2019-01-09 08:37:25,437 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2019-01-09 08:37:25,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-09 08:37:25,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 08:37:25,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f0bd6ee-708e-4ea7-a32e-3db9efa25369 x-compute-request-id: req-5f0bd6ee-708e-4ea7-a32e-3db9efa25369 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 08:37:25,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-5f0bd6ee-708e-4ea7-a32e-3db9efa25369 2019-01-09 08:37:25,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.193248033524s 2019-01-09 08:37:25,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-5f0bd6ee-708e-4ea7-a32e-3db9efa25369 2019-01-09 08:37:25,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 08:37:25,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 08:37:25,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25bd41b5-2ca3-48eb-93d8-5db3dee172d0 x-compute-request-id: req-25bd41b5-2ca3-48eb-93d8-5db3dee172d0 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "786f4e45-470d-48c0-8e6a-40275bede3c7", "name": "rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 08:37:25,686 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-25bd41b5-2ca3-48eb-93d8-5db3dee172d0 2019-01-09 08:37:25,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0535500049591s 2019-01-09 08:37:25,687 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-25bd41b5-2ca3-48eb-93d8-5db3dee172d0 returning object 786f4e45-470d-48c0-8e6a-40275bede3c7 2019-01-09 08:37:25,688 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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'a3475ec98a734cb2aeb418d350edd17b', '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'786f4e45-470d-48c0-8e6a-40275bede3c7', 'swap': 0}) 2019-01-09 08:37:25,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 08:37:25,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7/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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" -d '{"extra_specs": {}}' 2019-01-09 08:37:25,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 08:37:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04b322ef-fa11-4813-a958-056c4d8b8fc4 x-compute-request-id: req-04b322ef-fa11-4813-a958-056c4d8b8fc4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 08:37:25,711 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7/os-extra_specs used request id req-04b322ef-fa11-4813-a958-056c4d8b8fc4 2019-01-09 08:37:25,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225830078125s 2019-01-09 08:37:25,712 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7/os-extra_specs used request id req-04b322ef-fa11-4813-a958-056c4d8b8fc4 2019-01-09 08:37:25,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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'a3475ec98a734cb2aeb418d350edd17b', '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'786f4e45-470d-48c0-8e6a-40275bede3c7', 'swap': 0}) 2019-01-09 08:37:25,712 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2019-01-09 08:37:25,713 - 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 2019-01-09 08:37:25,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:37:25,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:37:25,752 - 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': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:38:26,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 2019-01-09 08:38:26,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2019-01-09 08:38:26,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065'] 2019-01-09 08:38:27,496 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 -------------------------------------------------------------------------------- Task 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065: 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | total | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | -> duration | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 0.475 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.474859 Full duration: 7.911241 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> duration | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.791696 Full duration: 7.646854 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | total | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> duration | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958025 Full duration: 7.938463 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | total | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> duration | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 0.774 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.773537 Full duration: 7.692901 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.521 | 0.521 | 0.521 | 0.521 | 0.521 | 0.521 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928034 Full duration: 7.92821 -------------------------------------------------------------------------------- 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 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 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.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.713353 Full duration: 7.54003 HINTS: * To plot HTML graphics with this data, run: rally task report 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --out output.html * To generate a JUnit report, run: rally task export 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --json --out output.json 2019-01-09 08:38:27,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2019-01-09 08:38:29,766 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2019-01-09 08:38:29.661 760 INFO rally.api [-] Building 'json' report for the following task(s): '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065'. 2019-01-09 08:38:29.666 760 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:38:29,767 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2019-01-09 08:38:32,143 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2019-01-09 08:38:32.007 763 INFO rally.api [-] Building 'html' report for the following task(s): '4ecb7b8b-7d44-4f25-93ec-a7ac3ad9d065'. 2019-01-09 08:38:32.037 763 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:38:32,149 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2019-01-09 08:38:32,150 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2019-01-09 08:38:32,150 - 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 2019-01-09 08:38:32,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:38:32,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:38:32,177 - 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': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:40:08,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c35f9353-93ad-4e8b-80f2-dd160a9de997 2019-01-09 08:40:08,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c35f9353-93ad-4e8b-80f2-dd160a9de997'] 2019-01-09 08:40:09,646 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c35f9353-93ad-4e8b-80f2-dd160a9de997 -------------------------------------------------------------------------------- Task c35f9353-93ad-4e8b-80f2-dd160a9de997: 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 c35f9353-93ad-4e8b-80f2-dd160a9de997 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.28 | 4.28 | 4.28 | 4.28 | 4.28 | 4.28 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> glance_v2.upload_data | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 100.0% | 1 | | glance_v2.delete_image | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 1.437 | 100.0% | 1 | | total | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 100.0% | 1 | | -> duration | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 5.717 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.717212 Full duration: 14.074181 -------------------------------------------------------------------------------- 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 c35f9353-93ad-4e8b-80f2-dd160a9de997 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.723 | 4.723 | 4.723 | 4.723 | 4.723 | 4.723 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 0.379 | 100.0% | 1 | | -> glance_v2.upload_data | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 1.893 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 100.0% | 1 | | -> duration | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 4.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.760969 Full duration: 16.390834 -------------------------------------------------------------------------------- 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 c35f9353-93ad-4e8b-80f2-dd160a9de997 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.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | total | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | -> duration | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.335697 Full duration: 8.279505 -------------------------------------------------------------------------------- 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_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "number_instances": 2, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "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 c35f9353-93ad-4e8b-80f2-dd160a9de997 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.002 | 4.002 | 4.002 | 4.002 | 4.002 | 4.002 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> glance_v2.upload_data | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 0.944 | 100.0% | 1 | | nova.boot_servers | 13.737 | 13.737 | 13.737 | 13.737 | 13.737 | 13.737 | 100.0% | 1 | | total | 17.74 | 17.74 | 17.74 | 17.74 | 17.74 | 17.74 | 100.0% | 1 | | -> duration | 16.74 | 16.74 | 16.74 | 16.74 | 16.74 | 16.74 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.740191 Full duration: 39.92339 HINTS: * To plot HTML graphics with this data, run: rally task report c35f9353-93ad-4e8b-80f2-dd160a9de997 --out output.html * To generate a JUnit report, run: rally task export c35f9353-93ad-4e8b-80f2-dd160a9de997 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c35f9353-93ad-4e8b-80f2-dd160a9de997 --json --out output.json 2019-01-09 08:40:09,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c35f9353-93ad-4e8b-80f2-dd160a9de997', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2019-01-09 08:40:11,833 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c35f9353-93ad-4e8b-80f2-dd160a9de997 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2019-01-09 08:40:11.727 1316 INFO rally.api [-] Building 'json' report for the following task(s): 'c35f9353-93ad-4e8b-80f2-dd160a9de997'. 2019-01-09 08:40:11.732 1316 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:40:11,833 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c35f9353-93ad-4e8b-80f2-dd160a9de997', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2019-01-09 08:40:13,995 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c35f9353-93ad-4e8b-80f2-dd160a9de997 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2019-01-09 08:40:13.872 1319 INFO rally.api [-] Building 'html' report for the following task(s): 'c35f9353-93ad-4e8b-80f2-dd160a9de997'. 2019-01-09 08:40:13.894 1319 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:40:14,001 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2019-01-09 08:40:14,002 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2019-01-09 08:40:14,002 - 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 2019-01-09 08:40:14,002 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:40:14,019 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:40:14,034 - 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': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:43:36,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2af57595-75ee-4fdb-9c44-7e080a788045 2019-01-09 08:43:36,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2af57595-75ee-4fdb-9c44-7e080a788045'] 2019-01-09 08:43:37,360 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2af57595-75ee-4fdb-9c44-7e080a788045 -------------------------------------------------------------------------------- Task 2af57595-75ee-4fdb-9c44-7e080a788045: 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.233 | 3.233 | 3.233 | 3.233 | 3.233 | 3.233 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 100.0% | 1 | | total | 5.694 | 5.694 | 5.694 | 5.694 | 5.694 | 5.694 | 100.0% | 1 | | -> duration | 5.694 | 5.694 | 5.694 | 5.694 | 5.694 | 5.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.694048 Full duration: 23.533666 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.175 | 3.175 | 3.175 | 3.175 | 3.175 | 3.175 | 100.0% | 1 | | cinder_v2.delete_volume | 2.553 | 2.553 | 2.553 | 2.553 | 2.553 | 2.553 | 100.0% | 1 | | total | 5.729 | 5.729 | 5.729 | 5.729 | 5.729 | 5.729 | 100.0% | 1 | | -> duration | 5.729 | 5.729 | 5.729 | 5.729 | 5.729 | 5.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.728899 Full duration: 16.228612 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 2af57595-75ee-4fdb-9c44-7e080a788045 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.915 | 8.915 | 8.915 | 8.915 | 8.915 | 8.915 | 100.0% | 1 | | cinder_v2.delete_volume | 2.59 | 2.59 | 2.59 | 2.59 | 2.59 | 2.59 | 100.0% | 1 | | total | 11.505 | 11.505 | 11.505 | 11.505 | 11.505 | 11.505 | 100.0% | 1 | | -> duration | 11.505 | 11.505 | 11.505 | 11.505 | 11.505 | 11.505 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.505381 Full duration: 22.259074 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 3.248 | 100.0% | 1 | | cinder_v2.delete_volume | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | total | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 100.0% | 1 | | -> duration | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 5.884 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.883604 Full duration: 15.921821 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.151 | 3.151 | 3.151 | 3.151 | 3.151 | 3.151 | 100.0% | 1 | | cinder_v2.extend_volume | 2.745 | 2.745 | 2.745 | 2.745 | 2.745 | 2.745 | 100.0% | 1 | | cinder_v2.delete_volume | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 2.343 | 100.0% | 1 | | total | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 100.0% | 1 | | -> duration | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 8.239 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.239296 Full duration: 18.456135 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.422 | 3.422 | 3.422 | 3.422 | 3.422 | 3.422 | 100.0% | 1 | | cinder_v2.delete_volume | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 2.571 | 100.0% | 1 | | total | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 100.0% | 1 | | -> duration | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 5.993 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.992816 Full duration: 22.736663 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | cinder_v2.list_qos | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808646 Full duration: 12.772287 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.616 | 0.616 | 0.616 | 0.616 | 0.616 | 0.616 | 100.0% | 1 | | cinder_v2.set_qos | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.833318 Full duration: 12.733524 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.list_types | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> duration | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.776936 Full duration: 12.580089 -------------------------------------------------------------------------------- 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 2af57595-75ee-4fdb-9c44-7e080a788045 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829813 Full duration: 12.844153 HINTS: * To plot HTML graphics with this data, run: rally task report 2af57595-75ee-4fdb-9c44-7e080a788045 --out output.html * To generate a JUnit report, run: rally task export 2af57595-75ee-4fdb-9c44-7e080a788045 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2af57595-75ee-4fdb-9c44-7e080a788045 --json --out output.json 2019-01-09 08:43:37,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2af57595-75ee-4fdb-9c44-7e080a788045', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2019-01-09 08:43:39,604 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2af57595-75ee-4fdb-9c44-7e080a788045 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2019-01-09 08:43:39.503 3108 INFO rally.api [-] Building 'json' report for the following task(s): '2af57595-75ee-4fdb-9c44-7e080a788045'. 2019-01-09 08:43:39.511 3108 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:43:39,604 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2af57595-75ee-4fdb-9c44-7e080a788045', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2019-01-09 08:43:41,797 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2af57595-75ee-4fdb-9c44-7e080a788045 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2019-01-09 08:43:41.667 3111 INFO rally.api [-] Building 'html' report for the following task(s): '2af57595-75ee-4fdb-9c44-7e080a788045'. 2019-01-09 08:43:41.697 3111 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:43:41,809 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2019-01-09 08:43:41,809 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2019-01-09 08:43:41,810 - 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 2019-01-09 08:43:41,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:43:41,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:43:41,837 - 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': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:45:03,511 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ca1a1715-efd8-4b16-99b5-6f76acd0cfca 2019-01-09 08:45:03,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca'] 2019-01-09 08:45:04,521 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ca1a1715-efd8-4b16-99b5-6f76acd0cfca -------------------------------------------------------------------------------- Task ca1a1715-efd8-4b16-99b5-6f76acd0cfca: 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 ca1a1715-efd8-4b16-99b5-6f76acd0cfca 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.647 | 4.647 | 4.647 | 4.647 | 4.647 | 4.647 | 100.0% | 1 | | heat.update_stack | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 100.0% | 1 | | heat.delete_stack | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 3.152 | 100.0% | 1 | | total | 10.629 | 10.629 | 10.629 | 10.629 | 10.629 | 10.629 | 100.0% | 1 | | -> duration | 6.629 | 6.629 | 6.629 | 6.629 | 6.629 | 6.629 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.628902 Full duration: 20.577369 -------------------------------------------------------------------------------- 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 ca1a1715-efd8-4b16-99b5-6f76acd0cfca 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.375 | 4.375 | 4.375 | 4.375 | 4.375 | 4.375 | 100.0% | 1 | | heat.check_stack | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | heat.delete_stack | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | total | 7.134 | 7.134 | 7.134 | 7.134 | 7.134 | 7.134 | 100.0% | 1 | | -> duration | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 5.134 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.13443 Full duration: 16.041751 -------------------------------------------------------------------------------- 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 ca1a1715-efd8-4b16-99b5-6f76acd0cfca 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.479 | 4.479 | 4.479 | 4.479 | 4.479 | 4.479 | 100.0% | 1 | | heat.suspend_stack | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | heat.resume_stack | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 0.623 | 100.0% | 1 | | heat.delete_stack | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 2.382 | 100.0% | 1 | | total | 8.432 | 8.432 | 8.432 | 8.432 | 8.432 | 8.432 | 100.0% | 1 | | -> duration | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 6.432 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.432191 Full duration: 17.366385 -------------------------------------------------------------------------------- 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 ca1a1715-efd8-4b16-99b5-6f76acd0cfca 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.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | total | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> duration | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.562723 Full duration: 8.662443 HINTS: * To plot HTML graphics with this data, run: rally task report ca1a1715-efd8-4b16-99b5-6f76acd0cfca --out output.html * To generate a JUnit report, run: rally task export ca1a1715-efd8-4b16-99b5-6f76acd0cfca --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ca1a1715-efd8-4b16-99b5-6f76acd0cfca --json --out output.json 2019-01-09 08:45:04,522 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2019-01-09 08:45:06,800 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ca1a1715-efd8-4b16-99b5-6f76acd0cfca --out /home/opnfv/functest/results/rally/opnfv-heat.json 2019-01-09 08:45:06.690 3844 INFO rally.api [-] Building 'json' report for the following task(s): 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca'. 2019-01-09 08:45:06.695 3844 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:45:06,801 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2019-01-09 08:45:08,979 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ca1a1715-efd8-4b16-99b5-6f76acd0cfca --out /home/opnfv/functest/results/rally/opnfv-heat.html 2019-01-09 08:45:08.851 3847 INFO rally.api [-] Building 'html' report for the following task(s): 'ca1a1715-efd8-4b16-99b5-6f76acd0cfca'. 2019-01-09 08:45:08.873 3847 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:45:08,982 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2019-01-09 08:45:08,982 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2019-01-09 08:45:08,982 - 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 2019-01-09 08:45:08,982 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:45:08,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:45:09,003 - 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': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:48:28,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c1001a9d-5282-42e1-b63e-1913a5f1ca10 2019-01-09 08:48:28,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c1001a9d-5282-42e1-b63e-1913a5f1ca10'] 2019-01-09 08:48:29,568 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c1001a9d-5282-42e1-b63e-1913a5f1ca10 -------------------------------------------------------------------------------- Task c1001a9d-5282-42e1-b63e-1913a5f1ca10: 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | total | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> duration | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.788587 Full duration: 14.601449 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.517 | 0.517 | 0.517 | 0.517 | 0.517 | 0.517 | 100.0% | 1 | | keystone_v3.add_role | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | keystone_v3.list_roles | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> duration | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787756 Full duration: 14.678243 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | keystone_v3.list_projects | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> duration | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.768907 Full duration: 14.65433 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.613455 Full duration: 12.880152 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> duration | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.618117 Full duration: 12.373193 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | keystone_v3.create_user | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | -> keystone_v3.add_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.create_role | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.get_project | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | keystone_v3.get_user | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_role | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.list_services | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | keystone_v3.get_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 100.0% | 1 | | -> duration | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 1.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.939329 Full duration: 20.462102 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> duration | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.034937 Full duration: 12.928173 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | total | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> duration | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.797219 Full duration: 15.23849 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | total | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> duration | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.685355 Full duration: 14.660576 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | keystone_v3.list_users | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> duration | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.894641 Full duration: 15.137738 -------------------------------------------------------------------------------- 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 c1001a9d-5282-42e1-b63e-1913a5f1ca10 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_users | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 5.122 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 1.41 | 100.0% | 1 | | total | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | -> duration | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.790217 Full duration: 23.460101 HINTS: * To plot HTML graphics with this data, run: rally task report c1001a9d-5282-42e1-b63e-1913a5f1ca10 --out output.html * To generate a JUnit report, run: rally task export c1001a9d-5282-42e1-b63e-1913a5f1ca10 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c1001a9d-5282-42e1-b63e-1913a5f1ca10 --json --out output.json 2019-01-09 08:48:29,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c1001a9d-5282-42e1-b63e-1913a5f1ca10', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2019-01-09 08:48:31,785 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c1001a9d-5282-42e1-b63e-1913a5f1ca10 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2019-01-09 08:48:31.670 5762 INFO rally.api [-] Building 'json' report for the following task(s): 'c1001a9d-5282-42e1-b63e-1913a5f1ca10'. 2019-01-09 08:48:31.680 5762 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:48:31,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c1001a9d-5282-42e1-b63e-1913a5f1ca10', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2019-01-09 08:48:34,102 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c1001a9d-5282-42e1-b63e-1913a5f1ca10 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2019-01-09 08:48:33.967 5765 INFO rally.api [-] Building 'html' report for the following task(s): 'c1001a9d-5282-42e1-b63e-1913a5f1ca10'. 2019-01-09 08:48:33.998 5765 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:48:34,117 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2019-01-09 08:48:34,117 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2019-01-09 08:48:34,118 - 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 2019-01-09 08:48:34,118 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:48:34,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:48:34,144 - 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': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 08:53:50,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 890e425f-c458-4504-aab6-78c6522d06e7 2019-01-09 08:53:50,949 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '890e425f-c458-4504-aab6-78c6522d06e7'] 2019-01-09 08:53:52,415 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 890e425f-c458-4504-aab6-78c6522d06e7 -------------------------------------------------------------------------------- Task 890e425f-c458-4504-aab6-78c6522d06e7: 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 890e425f-c458-4504-aab6-78c6522d06e7 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.999 | 0.999 | 0.999 | 0.999 | 0.999 | 0.999 | 100.0% | 1 | | neutron.delete_network | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | total | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | -> duration | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.187877 Full duration: 15.264134 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.403 | 1.403 | 1.403 | 1.403 | 1.403 | 1.403 | 100.0% | 1 | | neutron.delete_port | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 0.573 | 100.0% | 1 | | total | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | -> duration | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 1.977 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.976689 Full duration: 29.899294 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | neutron.create_subnet | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.create_router | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | neutron.add_interface_router | 1.613 | 1.613 | 1.613 | 1.613 | 1.613 | 1.613 | 100.0% | 1 | | neutron.remove_interface_router | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | neutron.delete_router | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 100.0% | 1 | | total | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 100.0% | 1 | | -> duration | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 4.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.771519 Full duration: 36.581308 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | neutron.delete_subnet | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | total | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> duration | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 1.827 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.826791 Full duration: 28.700517 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | neutron.list_networks | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 0.262 | 100.0% | 1 | | total | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 100.0% | 1 | | -> duration | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 1.464 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.463564 Full duration: 17.209943 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 100.0% | 1 | | neutron.list_ports | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | -> duration | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.747596 Full duration: 28.95757 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | neutron.create_subnet | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 0.832 | 100.0% | 1 | | neutron.create_router | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | neutron.add_interface_router | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | neutron.list_routers | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 0.222 | 100.0% | 1 | | total | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 100.0% | 1 | | -> duration | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 3.811 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.811122 Full duration: 40.074742 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | neutron.create_subnet | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | neutron.list_subnets | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | -> duration | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 1.907 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.90707 Full duration: 34.688545 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.963 | 0.963 | 0.963 | 0.963 | 0.963 | 0.963 | 100.0% | 1 | | neutron.delete_security_group | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> duration | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.284288 Full duration: 14.823424 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 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.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | neutron.create_security_group_rule | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.393 | 0.393 | 0.393 | 0.393 | 0.393 | 0.393 | 100.0% | 1 | | neutron.delete_security_group | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | total | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> duration | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 2.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.003552 Full duration: 15.139726 -------------------------------------------------------------------------------- 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 890e425f-c458-4504-aab6-78c6522d06e7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | neutron.create_router | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | neutron.add_gateway_router | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 100.0% | 1 | | neutron.remove_gateway_router | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | total | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 100.0% | 1 | | -> duration | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 3.66 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.660295 Full duration: 24.414629 HINTS: * To plot HTML graphics with this data, run: rally task report 890e425f-c458-4504-aab6-78c6522d06e7 --out output.html * To generate a JUnit report, run: rally task export 890e425f-c458-4504-aab6-78c6522d06e7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 890e425f-c458-4504-aab6-78c6522d06e7 --json --out output.json 2019-01-09 08:53:52,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '890e425f-c458-4504-aab6-78c6522d06e7', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2019-01-09 08:53:54,629 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 890e425f-c458-4504-aab6-78c6522d06e7 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2019-01-09 08:53:54.524 9060 INFO rally.api [-] Building 'json' report for the following task(s): '890e425f-c458-4504-aab6-78c6522d06e7'. 2019-01-09 08:53:54.534 9060 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:53:54,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '890e425f-c458-4504-aab6-78c6522d06e7', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2019-01-09 08:53:56,924 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 890e425f-c458-4504-aab6-78c6522d06e7 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2019-01-09 08:53:56.799 9063 INFO rally.api [-] Building 'html' report for the following task(s): '890e425f-c458-4504-aab6-78c6522d06e7'. 2019-01-09 08:53:56.831 9063 INFO rally.api [-] The report has been successfully built. 2019-01-09 08:53:56,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2019-01-09 08:53:56,938 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2019-01-09 08:53:56,938 - 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 2019-01-09 08:53:56,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 08:53:56,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 08:53:56,954 - 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': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 09:00:52,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d39712ba-68c7-4ea5-a403-8e9ab7a788ee 2019-01-09 09:00:52,092 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee'] 2019-01-09 09:00:53,308 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d39712ba-68c7-4ea5-a403-8e9ab7a788ee -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee: 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_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "block_migration": false, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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 | 12.295 | 12.295 | 12.295 | 12.295 | 12.295 | 12.295 | 100.0% | 1 | | nova.find_host_to_migrate | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | nova.live_migrate | 11.322 | 11.322 | 11.322 | 11.322 | 11.322 | 11.322 | 100.0% | 1 | | nova.delete_server | 2.732 | 2.732 | 2.732 | 2.732 | 2.732 | 2.732 | 100.0% | 1 | | total | 27.725 | 27.725 | 27.725 | 27.725 | 27.725 | 27.725 | 100.0% | 1 | | -> duration | 26.725 | 26.725 | 26.725 | 26.725 | 26.725 | 26.725 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.724743 Full duration: 37.391807 -------------------------------------------------------------------------------- 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_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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.454 | 9.454 | 9.454 | 9.454 | 9.454 | 9.454 | 100.0% | 1 | | cinder_v2.create_volume | 2.873 | 2.873 | 2.873 | 2.873 | 2.873 | 2.873 | 100.0% | 1 | | nova.attach_volume | 4.065 | 4.065 | 4.065 | 4.065 | 4.065 | 4.065 | 100.0% | 1 | | nova.find_host_to_migrate | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | nova.live_migrate | 11.658 | 11.658 | 11.658 | 11.658 | 11.658 | 11.658 | 100.0% | 1 | | nova.detach_volume | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 100.0% | 1 | | cinder_v2.delete_volume | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 2.467 | 100.0% | 1 | | nova.delete_server | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 100.0% | 1 | | total | 36.406 | 36.406 | 36.406 | 36.406 | 36.406 | 36.406 | 100.0% | 1 | | -> duration | 35.406 | 35.406 | 35.406 | 35.406 | 35.406 | 35.406 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 35.406412 Full duration: 48.62052 -------------------------------------------------------------------------------- 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_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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.594 | 8.594 | 8.594 | 8.594 | 8.594 | 8.594 | 100.0% | 1 | | nova.boot_server | 9.48 | 9.48 | 9.48 | 9.48 | 9.48 | 9.48 | 100.0% | 1 | | nova.find_host_to_migrate | 1.792 | 1.792 | 1.792 | 1.792 | 1.792 | 1.792 | 100.0% | 1 | | nova.live_migrate | 16.725 | 16.725 | 16.725 | 16.725 | 16.725 | 16.725 | 100.0% | 1 | | nova.delete_server | 8.133 | 8.133 | 8.133 | 8.133 | 8.133 | 8.133 | 100.0% | 1 | | total | 44.725 | 44.725 | 44.725 | 44.725 | 44.725 | 44.725 | 100.0% | 1 | | -> duration | 43.725 | 43.725 | 43.725 | 43.725 | 43.725 | 43.725 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.724754 Full duration: 56.250907 -------------------------------------------------------------------------------- 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_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "server_kwargs": { "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] } }, "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 d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | nova.boot_server | 5.892 | 5.892 | 5.892 | 5.892 | 5.892 | 5.892 | 100.0% | 1 | | nova.delete_server | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 3.004 | 100.0% | 1 | | nova.delete_keypair | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 0.048 | 100.0% | 1 | | total | 9.725 | 9.725 | 9.725 | 9.725 | 9.725 | 9.725 | 100.0% | 1 | | -> duration | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 8.725 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.724568 Full duration: 34.813422 -------------------------------------------------------------------------------- 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_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "volume_size": 5, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "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 d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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.768 | 8.768 | 8.768 | 8.768 | 8.768 | 8.768 | 100.0% | 1 | | nova.boot_server | 8.91 | 8.91 | 8.91 | 8.91 | 8.91 | 8.91 | 100.0% | 1 | | nova.delete_server | 2.695 | 2.695 | 2.695 | 2.695 | 2.695 | 2.695 | 100.0% | 1 | | total | 20.373 | 20.373 | 20.373 | 20.373 | 20.373 | 20.373 | 100.0% | 1 | | -> duration | 19.373 | 19.373 | 19.373 | 19.373 | 19.373 | 19.373 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.373059 Full duration: 47.287966 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "force_delete": false, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "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 d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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.725 | 9.725 | 9.725 | 9.725 | 9.725 | 9.725 | 100.0% | 1 | | nova.pause_server | 2.906 | 2.906 | 2.906 | 2.906 | 2.906 | 2.906 | 100.0% | 1 | | nova.unpause_server | 3.456 | 3.456 | 3.456 | 3.456 | 3.456 | 3.456 | 100.0% | 1 | | nova.delete_server | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 100.0% | 1 | | total | 18.855 | 18.855 | 18.855 | 18.855 | 18.855 | 18.855 | 100.0% | 1 | | -> duration | 13.855 | 13.855 | 13.855 | 13.855 | 13.855 | 13.855 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.855074 Full duration: 43.074021 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "nics": [ { "net-id": "d07e88a9-6699-49ca-aa95-3e72404aecbf" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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.739 | 9.739 | 9.739 | 9.739 | 9.739 | 9.739 | 100.0% | 1 | | nova.migrate | 34.195 | 34.195 | 34.195 | 34.195 | 34.195 | 34.195 | 100.0% | 1 | | nova.resize_confirm | 3.024 | 3.024 | 3.024 | 3.024 | 3.024 | 3.024 | 100.0% | 1 | | nova.delete_server | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 100.0% | 1 | | total | 49.608 | 49.608 | 49.608 | 49.608 | 49.608 | 49.608 | 100.0% | 1 | | -> duration | 48.608 | 48.608 | 48.608 | 48.608 | 48.608 | 48.608 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 48.608109 Full duration: 59.206431 -------------------------------------------------------------------------------- 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_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "image": { "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task d39712ba-68c7-4ea5-a403-8e9ab7a788ee 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.462 | 9.462 | 9.462 | 9.462 | 9.462 | 9.462 | 100.0% | 1 | | nova.list_interfaces | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 0.246 | 100.0% | 1 | | total | 9.708 | 9.708 | 9.708 | 9.708 | 9.708 | 9.708 | 100.0% | 1 | | -> duration | 8.708 | 8.708 | 8.708 | 8.708 | 8.708 | 8.708 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.708476 Full duration: 43.701322 -------------------------------------------------------------------------------- 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 d39712ba-68c7-4ea5-a403-8e9ab7a788ee has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | nova.delete_server_group | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> duration | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.735505 Full duration: 9.631319 HINTS: * To plot HTML graphics with this data, run: rally task report d39712ba-68c7-4ea5-a403-8e9ab7a788ee --out output.html * To generate a JUnit report, run: rally task export d39712ba-68c7-4ea5-a403-8e9ab7a788ee --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d39712ba-68c7-4ea5-a403-8e9ab7a788ee --json --out output.json 2019-01-09 09:00:53,309 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2019-01-09 09:00:55,638 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d39712ba-68c7-4ea5-a403-8e9ab7a788ee --out /home/opnfv/functest/results/rally/opnfv-nova.json 2019-01-09 09:00:55.518 10706 INFO rally.api [-] Building 'json' report for the following task(s): 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee'. 2019-01-09 09:00:55.528 10706 INFO rally.api [-] The report has been successfully built. 2019-01-09 09:00:55,639 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2019-01-09 09:00:57,828 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d39712ba-68c7-4ea5-a403-8e9ab7a788ee --out /home/opnfv/functest/results/rally/opnfv-nova.html 2019-01-09 09:00:57.688 10709 INFO rally.api [-] Building 'html' report for the following task(s): 'd39712ba-68c7-4ea5-a403-8e9ab7a788ee'. 2019-01-09 09:00:57.719 10709 INFO rally.api [-] The report has been successfully built. 2019-01-09 09:00:57,843 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2019-01-09 09:00:57,844 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2019-01-09 09:00:57,844 - 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 2019-01-09 09:00:57,844 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-09 09:00:57,861 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-09 09:00:57,881 - 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': 'd07e88a9-6699-49ca-aa95-3e72404aecbf', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'flavor_name': 'rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1', '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_a0217f9c-4de6-467d-9890-bbc8ece733e1', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-09 09:01:52,041 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f4c12b93-8f72-4d06-9b95-bd6456eb0128 2019-01-09 09:01:52,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f4c12b93-8f72-4d06-9b95-bd6456eb0128'] 2019-01-09 09:01:53,088 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f4c12b93-8f72-4d06-9b95-bd6456eb0128 -------------------------------------------------------------------------------- Task f4c12b93-8f72-4d06-9b95-bd6456eb0128: 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 f4c12b93-8f72-4d06-9b95-bd6456eb0128 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.85 | 0.85 | 0.85 | 0.85 | 0.85 | 0.85 | 100.0% | 1 | | quotas.delete_quotas | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | total | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | -> duration | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.043141 Full duration: 8.595742 -------------------------------------------------------------------------------- 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 f4c12b93-8f72-4d06-9b95-bd6456eb0128 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706493 Full duration: 8.51468 -------------------------------------------------------------------------------- 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 f4c12b93-8f72-4d06-9b95-bd6456eb0128 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.316 | 0.316 | 0.316 | 0.316 | 0.316 | 0.316 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722681 Full duration: 8.41421 -------------------------------------------------------------------------------- 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 f4c12b93-8f72-4d06-9b95-bd6456eb0128 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.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | total | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | -> duration | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 1.162 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.161877 Full duration: 9.105988 HINTS: * To plot HTML graphics with this data, run: rally task report f4c12b93-8f72-4d06-9b95-bd6456eb0128 --out output.html * To generate a JUnit report, run: rally task export f4c12b93-8f72-4d06-9b95-bd6456eb0128 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f4c12b93-8f72-4d06-9b95-bd6456eb0128 --json --out output.json 2019-01-09 09:01:53,089 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f4c12b93-8f72-4d06-9b95-bd6456eb0128', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2019-01-09 09:01:55,413 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f4c12b93-8f72-4d06-9b95-bd6456eb0128 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2019-01-09 09:01:55.282 11222 INFO rally.api [-] Building 'json' report for the following task(s): 'f4c12b93-8f72-4d06-9b95-bd6456eb0128'. 2019-01-09 09:01:55.286 11222 INFO rally.api [-] The report has been successfully built. 2019-01-09 09:01:55,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f4c12b93-8f72-4d06-9b95-bd6456eb0128', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2019-01-09 09:01:57,554 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f4c12b93-8f72-4d06-9b95-bd6456eb0128 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2019-01-09 09:01:57.427 11225 INFO rally.api [-] Building 'html' report for the following task(s): 'f4c12b93-8f72-4d06-9b95-bd6456eb0128'. 2019-01-09 09:01:57.449 11225 INFO rally.api [-] The report has been successfully built. 2019-01-09 09:01:57,559 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2019-01-09 09:01:57,590 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:51 | 11 | 100.00% | | neutron | 04:45 | 11 | 100.00% | | nova | 06:19 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:29 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2019-01-09 09:01:57,590 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2019-01-09 09:01:57,720 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 09:01:57,721 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:51 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-09 09:01:57,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 09:01:57,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:01:57,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:01:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed240bd5-a6dd-4147-891f-75ece545071a x-compute-request-id: req-ed240bd5-a6dd-4147-891f-75ece545071a Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "786f4e45-470d-48c0-8e6a-40275bede3c7", "name": "rally_sanity-flavor_alt_a0217f9c-4de6-467d-9890-bbc8ece733e1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 09:01:57,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-ed240bd5-a6dd-4147-891f-75ece545071a 2019-01-09 09:01:57,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.231722831726s 2019-01-09 09:01:57,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-ed240bd5-a6dd-4147-891f-75ece545071a 2019-01-09 09:01:57,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 09:01:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:01:58,000 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 09:01:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d449c317-b03c-4272-87fa-ac88e022bd32 x-compute-request-id: req-d449c317-b03c-4272-87fa-ac88e022bd32 Content-Length: 0 Content-Type: application/json 2019-01-09 09:01:58,000 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7 used request id req-d449c317-b03c-4272-87fa-ac88e022bd32 2019-01-09 09:01:58,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0382061004639s 2019-01-09 09:01:58,001 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/786f4e45-470d-48c0-8e6a-40275bede3c7 used request id req-d449c317-b03c-4272-87fa-ac88e022bd32 2019-01-09 09:01:58,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-09 09:01:58,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d/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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" -d '{"subnet_id": "8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a"}' 2019-01-09 09:01:59,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-67149f8a-6487-449f-8a6b-4b3168ebf759 Date: Wed, 09 Jan 2019 09:01:59 GMT RESP BODY: {"network_id": "d07e88a9-6699-49ca-aa95-3e72404aecbf", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "subnet_id": "8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a", "subnet_ids": ["8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a"], "port_id": "00d88ffc-6bb2-4726-8118-65d7707dad7a", "id": "119052a1-1040-44ba-9de7-264617f3aa8d"} 2019-01-09 09:01:59,230 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d/remove_router_interface.json used request id req-67149f8a-6487-449f-8a6b-4b3168ebf759 2019-01-09 09:01:59,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.22871899605s 2019-01-09 09:01:59,231 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d/remove_router_interface.json used request id req-67149f8a-6487-449f-8a6b-4b3168ebf759 returning object 119052a1-1040-44ba-9de7-264617f3aa8d 2019-01-09 09:01:59,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-09 09:01:59,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 09:01:59,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5656 X-Openstack-Request-Id: req-5c6c103c-07f3-4d9a-99d8-e83a87e08072 Date: Wed, 09 Jan 2019 09:01:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T09:01:58Z", "revision_number": 4, "routes": [], "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "119052a1-1040-44ba-9de7-264617f3aa8d", "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:37:09Z", "revision_number": 2, "routes": [], "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "13cb08ea-91d9-4483-9fce-7b534ef77e90", "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:37:10Z", "revision_number": 2, "routes": [], "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "21eed188-3538-40d1-bdfc-d642161b6f8e", "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "3f733d8b2fb2418ea1e775aa84d51a3f", "created_at": "2019-01-09T08:56:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:56:52Z", "revision_number": 2, "routes": [], "project_id": "3f733d8b2fb2418ea1e775aa84d51a3f", "id": "37e00b8c-1e50-421b-9ed3-664cc94bfbf8", "name": "c_rally_e64585af_HTSgipeB"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "8770155ab7c14be4bb485cb87b8dbc65", "created_at": "2019-01-09T08:23:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:23:09Z", "revision_number": 2, "routes": [], "project_id": "8770155ab7c14be4bb485cb87b8dbc65", "id": "49a3875c-d345-4080-a630-7cc0a36180ae", "name": "tempest-ServersTestManualDisk-1462739571-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:32Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "7b9a62b6-6952-4971-b50b-31593879a3c5", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "e7b9e674d99f4b63b45fd64d4f9236fb", "created_at": "2019-01-09T09:00:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T09:00:02Z", "revision_number": 2, "routes": [], "project_id": "e7b9e674d99f4b63b45fd64d4f9236fb", "id": "c3529199-5060-42d0-b8d8-5d588e41daa5", "name": "c_rally_e02a23db_85FOCl8t"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:33Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "c12e09ad159246cfb5ab7bc0c9ddfbe1", "created_at": "2019-01-09T08:52:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:52:20Z", "revision_number": 2, "routes": [], "project_id": "c12e09ad159246cfb5ab7bc0c9ddfbe1", "id": "f42cc3f9-e34f-4f3f-9616-68d62fc3bfdd", "name": "c_rally_9dfa8f1d_kfnJQs5G"}]} 2019-01-09 09:01:59,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-5c6c103c-07f3-4d9a-99d8-e83a87e08072 2019-01-09 09:01:59,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.230307102203s 2019-01-09 09:01:59,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-5c6c103c-07f3-4d9a-99d8-e83a87e08072 2019-01-09 09:01:59,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-09 09:01:59,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 09:02:00,716 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-362b1419-5747-4b51-91d6-80c7e077447b Content-Length: 0 Date: Wed, 09 Jan 2019 09:02:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 09:02:00,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d.json used request id req-362b1419-5747-4b51-91d6-80c7e077447b 2019-01-09 09:02:00,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25133490562s 2019-01-09 09:02:00,717 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/119052a1-1040-44ba-9de7-264617f3aa8d.json used request id req-362b1419-5747-4b51-91d6-80c7e077447b 2019-01-09 09:02:00,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-09 09:02:00,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 09:02:00,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-633020f0-9ecc-4880-aa22-cc564d77978e Date: Wed, 09 Jan 2019 09:02:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d07e88a9-6699-49ca-aa95-3e72404aecbf","tenant_id":"65049bf684b14e9688a5124d76dc6d78","created_at":"2019-01-09T08:37:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-09T08:37:07Z","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":"65049bf684b14e9688a5124d76dc6d78","id":"8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a","subnetpool_id":null,"name":"rally_sanity-subnet_a0217f9c-4de6-467d-9890-bbc8ece733e1"}]} 2019-01-09 09:02:00,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-633020f0-9ecc-4880-aa22-cc564d77978e 2019-01-09 09:02:00,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.202085018158s 2019-01-09 09:02:00,920 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-633020f0-9ecc-4880-aa22-cc564d77978e 2019-01-09 09:02:00,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-09 09:02:00,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 09:02:03,287 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7015e2e4-2af8-464a-ace6-28d4bd1e9a34 Date: Wed, 09 Jan 2019 09:02:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 09:02:03,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a.json used request id req-7015e2e4-2af8-464a-ace6-28d4bd1e9a34 2019-01-09 09:02:03,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36571407318s 2019-01-09 09:02:03,287 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8b7e973e-2de8-4daa-8bc0-bf4b8cf3571a.json used request id req-7015e2e4-2af8-464a-ace6-28d4bd1e9a34 2019-01-09 09:02:03,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 09:02:03,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 09:02:03,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-14b46a52-a6e5-444f-bb3e-80c1ca6894b2 Date: Wed, 09 Jan 2019 09:02:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d07e88a9-6699-49ca-aa95-3e72404aecbf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"65049bf684b14e9688a5124d76dc6d78","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T09:02:03Z","provider:segmentation_id":86,"name":"rally_sanity-net_a0217f9c-4de6-467d-9890-bbc8ece733e1","admin_state_up":true,"tenant_id":"65049bf684b14e9688a5124d76dc6d78","created_at":"2019-01-09T08:37:06Z","provider:network_type":"vxlan"}]} 2019-01-09 09:02:03,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-14b46a52-a6e5-444f-bb3e-80c1ca6894b2 2019-01-09 09:02:03,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269006967545s 2019-01-09 09:02:03,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-14b46a52-a6e5-444f-bb3e-80c1ca6894b2 2019-01-09 09:02:03,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-09 09:02:03,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/d07e88a9-6699-49ca-aa95-3e72404aecbf.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 09:02:04,924 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92daf909-dad5-40b0-83ac-63614877630c Date: Wed, 09 Jan 2019 09:02:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 09:02:04,924 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d07e88a9-6699-49ca-aa95-3e72404aecbf.json used request id req-92daf909-dad5-40b0-83ac-63614877630c 2019-01-09 09:02:04,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.36574983597s 2019-01-09 09:02:04,925 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d07e88a9-6699-49ca-aa95-3e72404aecbf.json used request id req-92daf909-dad5-40b0-83ac-63614877630c 2019-01-09 09:02:04,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:02:04,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 09:02:05,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-fdd84390-b04a-4dde-97e6-11a717ca69d4 Date: Wed, 09 Jan 2019 09:02:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/271851af-afa8-4c56-94ab-11487bf495f0/snap", "metadata": {}}], "file": "/v2/images/271851af-afa8-4c56-94ab-11487bf495f0/file", "owner": "65049bf684b14e9688a5124d76dc6d78", "id": "271851af-afa8-4c56-94ab-11487bf495f0", "size": 12716032, "self": "/v2/images/271851af-afa8-4c56-94ab-11487bf495f0", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/271851af-afa8-4c56-94ab-11487bf495f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T08:37:16Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_a0217f9c-4de6-467d-9890-bbc8ece733e1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T08:37:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:02:05,100 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fdd84390-b04a-4dde-97e6-11a717ca69d4 2019-01-09 09:02:05,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175173997879s 2019-01-09 09:02:05,101 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fdd84390-b04a-4dde-97e6-11a717ca69d4 2019-01-09 09:02:05,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 09:02:05,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/271851af-afa8-4c56-94ab-11487bf495f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0b0bf57ef7b40d69e5f47ffa0764a2392f559ebb" 2019-01-09 09:02:06,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-416fbadb-0b0f-4b99-b4b9-62dd028aee1f Date: Wed, 09 Jan 2019 09:02:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:02:06,228 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/271851af-afa8-4c56-94ab-11487bf495f0 used request id req-416fbadb-0b0f-4b99-b4b9-62dd028aee1f 2019-01-09 09:02:06,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12504696846s 2019-01-09 09:02:06,228 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/271851af-afa8-4c56-94ab-11487bf495f0 used request id req-416fbadb-0b0f-4b99-b4b9-62dd028aee1f 2019-01-09 09:02:06,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 09:02:06,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:06,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02: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-8af71f50-ca8b-4b3d-a3f4-152b4c15a988 x-compute-request-id: req-8af71f50-ca8b-4b3d-a3f4-152b4c15a988 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a74e3b8a-ca23-4ad7-884b-5d166cb782f4", "name": "rally_sanity-flavor_a0217f9c-4de6-467d-9890-bbc8ece733e1", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 09:02:06,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-8af71f50-ca8b-4b3d-a3f4-152b4c15a988 2019-01-09 09:02:06,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.033264875412s 2019-01-09 09:02:06,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-8af71f50-ca8b-4b3d-a3f4-152b4c15a988 2019-01-09 09:02:06,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 09:02:06,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:06,318 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 09:02: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-e5fa1bdc-78cb-495d-85cd-07693dfdf454 x-compute-request-id: req-e5fa1bdc-78cb-495d-85cd-07693dfdf454 Content-Length: 0 Content-Type: application/json 2019-01-09 09:02:06,318 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4 used request id req-e5fa1bdc-78cb-495d-85cd-07693dfdf454 2019-01-09 09:02:06,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0533978939056s 2019-01-09 09:02:06,319 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/a74e3b8a-ca23-4ad7-884b-5d166cb782f4 used request id req-e5fa1bdc-78cb-495d-85cd-07693dfdf454 2019-01-09 09:02:06,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:02:06,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:06,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f86ab2c-c5a5-4f23-85a8-126ed4642e56 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1", "links": {"self": "http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396"}, "domain_id": "default", "enabled": true, "id": "e4213d81b270462d88e37980a78d4396", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:02:06,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3f86ab2c-c5a5-4f23-85a8-126ed4642e56 2019-01-09 09:02:06,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102021932602s 2019-01-09 09:02:06,422 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3f86ab2c-c5a5-4f23-85a8-126ed4642e56 2019-01-09 09:02:06,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:02:06,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:06,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91561b7-75b0-4332-b7ee-50d0dd91de1b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396"}, "enabled": true, "id": "e4213d81b270462d88e37980a78d4396", "options": {}, "domain_id": "default", "name": "rally_sanity-user_a0217f9c-4de6-467d-9890-bbc8ece733e1"}} 2019-01-09 09:02:06,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396 used request id req-e91561b7-75b0-4332-b7ee-50d0dd91de1b 2019-01-09 09:02:06,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0932340621948s 2019-01-09 09:02:06,522 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396 used request id req-e91561b7-75b0-4332-b7ee-50d0dd91de1b 2019-01-09 09:02:06,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 09:02:06,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:06,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:02:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54fec8d4-f6e2-4f6e-ac9b-5a612af88891 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:02:06,731 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396 used request id req-54fec8d4-f6e2-4f6e-ac9b-5a612af88891 2019-01-09 09:02:06,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.208745002747s 2019-01-09 09:02:06,731 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/e4213d81b270462d88e37980a78d4396 used request id req-54fec8d4-f6e2-4f6e-ac9b-5a612af88891 2019-01-09 09:02:06,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 09:02:06,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:06,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1e39a56-0ffb-4e18-a25f-7062ebd53f97 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78"}, "enabled": true, "id": "65049bf684b14e9688a5124d76dc6d78", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 09:02:06,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-a1e39a56-0ffb-4e18-a25f-7062ebd53f97 2019-01-09 09:02:06,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.078339099884s 2019-01-09 09:02:06,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-a1e39a56-0ffb-4e18-a25f-7062ebd53f97 2019-01-09 09:02:06,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 09:02:06,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:06,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:02:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fd6dc38-b64b-48bc-aa23-33c25318b892 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:02:06,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78 used request id req-2fd6dc38-b64b-48bc-aa23-33c25318b892 2019-01-09 09:02:06,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153952121735s 2019-01-09 09:02:06,968 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/65049bf684b14e9688a5124d76dc6d78 used request id req-2fd6dc38-b64b-48bc-aa23-33c25318b892 2019-01-09 09:02:06,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:02:06,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:07,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-641e64e8-10ab-405d-a0a3-84386a171cea Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0a359e9982b14923a81aa9ea49dda6a9", "links": {"self": "http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:02:07,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-641e64e8-10ab-405d-a0a3-84386a171cea 2019-01-09 09:02:07,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828459262848s 2019-01-09 09:02:07,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 09:02:07,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:07,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:02:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8088e216-e240-4ebe-aa07-0dbd322870d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:02:07,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/0a359e9982b14923a81aa9ea49dda6a9 used request id req-8088e216-e240-4ebe-aa07-0dbd322870d3 2019-01-09 09:02:07,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102083921432s 2019-01-09 09:02:07,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 09:02:07,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=65049bf684b14e9688a5124d76dc6d78&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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:07,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-72d79c64-ab3d-4660-9a68-56c6871981df Date: Wed, 09 Jan 2019 09:02:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:06Z", "updated_at": "2019-01-09T08:37:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:37:06Z", "revision_number": 0, "id": "7a417037-bcc2-465e-b81e-2ea5b8844223", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:37:06Z", "security_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "port_range_min": null, "ethertype": "IPv6", "project_id": "65049bf684b14e9688a5124d76dc6d78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:37:06Z", "revision_number": 0, "id": "8f8a11e2-80f8-47c3-8c7c-6e247267fde8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:37:06Z", "security_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "port_range_min": null, "ethertype": "IPv4", "project_id": "65049bf684b14e9688a5124d76dc6d78"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:37:06Z", "revision_number": 0, "id": "cc15e302-2207-44c3-bb6f-4876212e132c", "remote_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "remote_ip_prefix": null, "created_at": "2019-01-09T08:37:06Z", "security_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "port_range_min": null, "ethertype": "IPv6", "project_id": "65049bf684b14e9688a5124d76dc6d78"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:37:06Z", "revision_number": 0, "id": "efe7b9fb-727a-4149-b1fe-4e0681f7a53d", "remote_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "remote_ip_prefix": null, "created_at": "2019-01-09T08:37:06Z", "security_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "port_range_min": null, "ethertype": "IPv4", "project_id": "65049bf684b14e9688a5124d76dc6d78"}], "revision_number": 4, "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "name": "default"}]} 2019-01-09 09:02:07,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=65049bf684b14e9688a5124d76dc6d78&name=default used request id req-72d79c64-ab3d-4660-9a68-56c6871981df 2019-01-09 09:02:07,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.177512168884s 2019-01-09 09:02:07,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=65049bf684b14e9688a5124d76dc6d78&name=default used request id req-72d79c64-ab3d-4660-9a68-56c6871981df 2019-01-09 09:02:07,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 09:02:07,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:07,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-633d2693-7b5b-4d2f-b9ea-a68d24b68668 Date: Wed, 09 Jan 2019 09:02:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:06Z", "updated_at": "2019-01-09T08:37:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:37:06Z", "revision_number": 0, "id": "7a417037-bcc2-465e-b81e-2ea5b8844223", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:37:06Z", "security_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "port_range_min": null, "ethertype": "IPv6", "project_id": "65049bf684b14e9688a5124d76dc6d78"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:37:06Z", "revision_number": 0, "id": "8f8a11e2-80f8-47c3-8c7c-6e247267fde8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:37:06Z", "security_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "port_range_min": null, "ethertype": "IPv4", "project_id": "65049bf684b14e9688a5124d76dc6d78"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:37:06Z", "revision_number": 0, "id": "efe7b9fb-727a-4149-b1fe-4e0681f7a53d", "remote_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "remote_ip_prefix": null, "created_at": "2019-01-09T08:37:06Z", "security_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "port_range_min": null, "ethertype": "IPv4", "project_id": "65049bf684b14e9688a5124d76dc6d78"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:37:06Z", "revision_number": 0, "id": "cc15e302-2207-44c3-bb6f-4876212e132c", "remote_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "remote_ip_prefix": null, "created_at": "2019-01-09T08:37:06Z", "security_group_id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "port_range_min": null, "ethertype": "IPv6", "project_id": "65049bf684b14e9688a5124d76dc6d78"}], "revision_number": 4, "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "4cf05eec-a941-416b-87bf-70fa69fc8458", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 09:02:07,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-633d2693-7b5b-4d2f-b9ea-a68d24b68668 2019-01-09 09:02:07,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.18986582756s 2019-01-09 09:02:07,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-633d2693-7b5b-4d2f-b9ea-a68d24b68668 2019-01-09 09:02:07,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-09 09:02:07,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/4cf05eec-a941-416b-87bf-70fa69fc8458.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d7a7831e909d83c5963383c4c28e1b0118a8eed" 2019-01-09 09:02:07,853 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17294578-f242-46fb-a724-098eb89db703 Content-Length: 0 Date: Wed, 09 Jan 2019 09:02:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 09:02:07,853 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4cf05eec-a941-416b-87bf-70fa69fc8458.json used request id req-17294578-f242-46fb-a724-098eb89db703 2019-01-09 09:02:07,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.319822072983s 2019-01-09 09:02:07,854 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/4cf05eec-a941-416b-87bf-70fa69fc8458.json used request id req-17294578-f242-46fb-a724-098eb89db703 2019-01-09 09:02:07,907 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2019-01-09 09:02:07,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 09:02:07,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 09:02:07,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 09:02:07,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 09:02:07,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 09:02:07,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 09:02:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 09:02:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 09:02:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 09:02:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 09:02:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 09:02:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 09:02:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 09:02:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 09:02:08,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 09:02:08,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe3f3b8-54f3-4a45-a972-248948f139ac Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 09:02:08,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0fe3f3b8-54f3-4a45-a972-248948f139ac 2019-01-09 09:02:08,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 09:02:08,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T10:02:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["McqVtjXgRfeAunF6YrXrYA"], "issued_at": "2019-01-09T09:02:08.000000Z"}} 2019-01-09 09:02:08,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 09:02:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:08,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f7885480-09e4-44df-a36c-c95c43cb85bb Date: Wed, 09 Jan 2019 09:02:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 09:02:08,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f7885480-09e4-44df-a36c-c95c43cb85bb 2019-01-09 09:02:08,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242279052734s 2019-01-09 09:02:08,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f7885480-09e4-44df-a36c-c95c43cb85bb 2019-01-09 09:02:08,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 09:02:08,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:08,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 09:02:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 09:02:08,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:08,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e70a485-747e-4547-8792-c10dae8f5b2a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 09:02:08,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-1e70a485-747e-4547-8792-c10dae8f5b2a 2019-01-09 09:02:08,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.100645065308s 2019-01-09 09:02:08,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 09:02:08,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}}' 2019-01-09 09:02:08,886 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 09:02:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-144fbda9-91db-4c8c-a5f3-b92a6ca5080d 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.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3"}, "enabled": true, "id": "11e4db6152b14231bc0051c8c9c405f3", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}} 2019-01-09 09:02:08,886 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-144fbda9-91db-4c8c-a5f3-b92a6ca5080d 2019-01-09 09:02:08,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.15323805809s 2019-01-09 09:02:08,887 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-144fbda9-91db-4c8c-a5f3-b92a6ca5080d 2019-01-09 09:02:08,888 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'id': u'11e4db6152b14231bc0051c8c9c405f3', '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'})}) 2019-01-09 09:02:08,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 09:02:09,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.375004053116s 2019-01-09 09:02:09,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:09,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-713630bb-8d1f-4ace-8591-42224e862090 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47"}, "enabled": true, "id": "d409798cd06e4b6fb6d93e281bfaef47", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}} 2019-01-09 09:02:09,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47 used request id req-713630bb-8d1f-4ace-8591-42224e862090 2019-01-09 09:02:09,365 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd409798cd06e4b6fb6d93e281bfaef47', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4'}) 2019-01-09 09:02:09,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:02:09,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:09,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6b4ce7-8261-4ff3-8634-6cf560d9491b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:02:09,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9e6b4ce7-8261-4ff3-8634-6cf560d9491b 2019-01-09 09:02:09,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.076033115387s 2019-01-09 09:02:09,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:02:09,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:09,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc4da52d-1c12-415f-bc78-12921ff6cb65 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:02:09,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-dc4da52d-1c12-415f-bc78-12921ff6cb65 2019-01-09 09:02:09,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802249908447s 2019-01-09 09:02:09,524 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 09:02:09,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 09:02:09,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" -d '{"role": {"name": "Member"}}' 2019-01-09 09:02:09,634 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca4aa96d-4544-4dd1-be06-cd9b02defd5b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "20e5e6b1cf7940e891e9ed93600f784d", "links": {"self": "http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d"}, "name": "Member"}} 2019-01-09 09:02:09,634 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-ca4aa96d-4544-4dd1-be06-cd9b02defd5b 2019-01-09 09:02:09,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.109174013138s 2019-01-09 09:02:09,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:09,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa5b7e9e-f5f3-42b0-a00e-5c8c5388653b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d"}, "domain_id": null, "name": "Member", "id": "20e5e6b1cf7940e891e9ed93600f784d"}} 2019-01-09 09:02:09,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d used request id req-fa5b7e9e-f5f3-42b0-a00e-5c8c5388653b 2019-01-09 09:02:09,650 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d'}, 'domain_id': None, 'human_id': None, 'id': u'20e5e6b1cf7940e891e9ed93600f784d', 'HUMAN_ID': False}) 2019-01-09 09:02:09,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:02:09,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:09,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22eea80c-048c-44d2-ac0d-603cfc120815 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20e5e6b1cf7940e891e9ed93600f784d", "links": {"self": "http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:02:09,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-22eea80c-048c-44d2-ac0d-603cfc120815 2019-01-09 09:02:09,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0876939296722s 2019-01-09 09:02:09,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 09:02:09,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:09,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63975712-0c23-4378-a14c-9a28da19d20a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 09:02:09,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-63975712-0c23-4378-a14c-9a28da19d20a 2019-01-09 09:02:09,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0857818126678s 2019-01-09 09:02:09,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:02:09,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:09,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e5f108-106f-4f0b-b16f-f8a8cf6d1da6 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "links": {"self": "http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47"}, "domain_id": "default", "enabled": true, "id": "d409798cd06e4b6fb6d93e281bfaef47", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:02:09,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-20e5f108-106f-4f0b-b16f-f8a8cf6d1da6 2019-01-09 09:02:09,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0916759967804s 2019-01-09 09:02:09,918 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-20e5f108-106f-4f0b-b16f-f8a8cf6d1da6 2019-01-09 09:02:09,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 09:02:09,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96359799-2ef4-4cb2-bbca-8a7f8294770f Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30: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.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3"}, "enabled": true, "id": "11e4db6152b14231bc0051c8c9c405f3", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 09:02:10,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-96359799-2ef4-4cb2-bbca-8a7f8294770f 2019-01-09 09:02:10,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806028842926s 2019-01-09 09:02:10,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-96359799-2ef4-4cb2-bbca-8a7f8294770f 2019-01-09 09:02:10,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 09:02:10,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&scope.project.id=11e4db6152b14231bc0051c8c9c405f3&role.id=20e5e6b1cf7940e891e9ed93600f784d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78f316bd-2463-497c-8751-d4d90b1787d8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&scope.project.id=11e4db6152b14231bc0051c8c9c405f3&role.id=20e5e6b1cf7940e891e9ed93600f784d", "previous": null, "next": null}} 2019-01-09 09:02:10,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&scope.project.id=11e4db6152b14231bc0051c8c9c405f3&role.id=20e5e6b1cf7940e891e9ed93600f784d used request id req-78f316bd-2463-497c-8751-d4d90b1787d8 2019-01-09 09:02:10,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0822339057922s 2019-01-09 09:02:10,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 09:02:10,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3/users/d409798cd06e4b6fb6d93e281bfaef47/roles/20e5e6b1cf7940e891e9ed93600f784d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-073c8798-e333-4150-8e42-88ee8de3b2a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:02:10,223 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3/users/d409798cd06e4b6fb6d93e281bfaef47/roles/20e5e6b1cf7940e891e9ed93600f784d used request id req-073c8798-e333-4150-8e42-88ee8de3b2a4 2019-01-09 09:02:10,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131829023361s 2019-01-09 09:02:10,224 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 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': '53bbe0fa-4d3a-4cff-b3ab-bd05ab71416a', 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_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'project_id': u'11e4db6152b14231bc0051c8c9c405f3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 09:02:10,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 09:02:10,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 09:02:10,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 09:02:10,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 09:02:10,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 09:02:10,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 09:02:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 09:02:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 09:02:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 09:02:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 09:02:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 09:02:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 09:02:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 09:02:10,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 09:02:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 09:02:10,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 09:02:10,229 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'password': '53bbe0fa-4d3a-4cff-b3ab-bd05ab71416a', 'project_name': 'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '11e4db6152b14231bc0051c8c9c405f3', 'project_domain_name': 'Default'} 2019-01-09 09:02:10,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:02:10,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87044eb2-ff99-461f-8d22-b55421a95257 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20e5e6b1cf7940e891e9ed93600f784d", "links": {"self": "http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:02:10,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-87044eb2-ff99-461f-8d22-b55421a95257 2019-01-09 09:02:10,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0805180072784s 2019-01-09 09:02:10,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:02:10,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cbc9e0c-0bf4-4f1d-80f3-d2ba2189c2c3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20e5e6b1cf7940e891e9ed93600f784d", "links": {"self": "http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:02:10,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6cbc9e0c-0bf4-4f1d-80f3-d2ba2189c2c3 2019-01-09 09:02:10,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816369056702s 2019-01-09 09:02:10,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 09:02:10,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-585e1b17-255e-46db-8372-1052d8bafb69 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 09:02:10,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-585e1b17-255e-46db-8372-1052d8bafb69 2019-01-09 09:02:10,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0741720199585s 2019-01-09 09:02:10,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:02:10,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d2fe29-690d-4fcb-87eb-a84a1c3fb19c Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "links": {"self": "http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47"}, "domain_id": "default", "enabled": true, "id": "d409798cd06e4b6fb6d93e281bfaef47", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:02:10,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-01d2fe29-690d-4fcb-87eb-a84a1c3fb19c 2019-01-09 09:02:10,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0973219871521s 2019-01-09 09:02:10,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-01d2fe29-690d-4fcb-87eb-a84a1c3fb19c 2019-01-09 09:02:10,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 09:02:10,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26353654-a52e-4d6b-a1bf-f344ab02327e Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30: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.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3"}, "enabled": true, "id": "11e4db6152b14231bc0051c8c9c405f3", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 09:02:10,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-26353654-a52e-4d6b-a1bf-f344ab02327e 2019-01-09 09:02:10,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.080087184906s 2019-01-09 09:02:10,654 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-26353654-a52e-4d6b-a1bf-f344ab02327e 2019-01-09 09:02:10,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 09:02:10,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&scope.project.id=11e4db6152b14231bc0051c8c9c405f3&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9041738d-283d-4a32-b1b0-03774f2d668a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&scope.project.id=11e4db6152b14231bc0051c8c9c405f3&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 09:02:10,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&scope.project.id=11e4db6152b14231bc0051c8c9c405f3&role.id=90eb365fdb174f538db9443457456df8 used request id req-9041738d-283d-4a32-b1b0-03774f2d668a 2019-01-09 09:02:10,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0740530490875s 2019-01-09 09:02:10,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 09:02:10,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3/users/d409798cd06e4b6fb6d93e281bfaef47/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0ab8103-5963-4703-a3b7-748cde06f8f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:02:10,894 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3/users/d409798cd06e4b6fb6d93e281bfaef47/roles/90eb365fdb174f538db9443457456df8 used request id req-e0ab8103-5963-4703-a3b7-748cde06f8f8 2019-01-09 09:02:10,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.163702011108s 2019-01-09 09:02:10,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:02:10,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:10,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ed0e2a-1b73-47b1-8f07-1a58bc908d81 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20e5e6b1cf7940e891e9ed93600f784d", "links": {"self": "http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:02:10,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-40ed0e2a-1b73-47b1-8f07-1a58bc908d81 2019-01-09 09:02:10,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0859100818634s 2019-01-09 09:02:10,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 09:02:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:11,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee4daa1-5ce0-47c8-98cd-b3e4f02755a0 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 09:02:11,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-fee4daa1-5ce0-47c8-98cd-b3e4f02755a0 2019-01-09 09:02:11,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806391239166s 2019-01-09 09:02:11,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:02:11,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:11,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d78bec08-c441-41b2-ae7c-04a2d9ded41b Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "links": {"self": "http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47"}, "domain_id": "default", "enabled": true, "id": "d409798cd06e4b6fb6d93e281bfaef47", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:02:11,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d78bec08-c441-41b2-ae7c-04a2d9ded41b 2019-01-09 09:02:11,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097813129425s 2019-01-09 09:02:11,162 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-d78bec08-c441-41b2-ae7c-04a2d9ded41b 2019-01-09 09:02:11,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 09:02:11,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:11,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c251d0ba-9a4c-48f4-b784-3338fcd9dcce Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default", "previous": null, "next": null}} 2019-01-09 09:02:11,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d409798cd06e4b6fb6d93e281bfaef47&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default used request id req-c251d0ba-9a4c-48f4-b784-3338fcd9dcce 2019-01-09 09:02:11,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0787239074707s 2019-01-09 09:02:11,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 09:02:11,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/d409798cd06e4b6fb6d93e281bfaef47/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:02:11,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:02:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5378375d-0328-4d3e-900c-42695c9a947e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:02:11,374 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/d409798cd06e4b6fb6d93e281bfaef47/roles/90eb365fdb174f538db9443457456df8 used request id req-5378375d-0328-4d3e-900c-42695c9a947e 2019-01-09 09:02:11,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.126950025558s 2019-01-09 09:02:11,374 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 09:02:13,846 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-09 09:02:13.502 11228 INFO rally.deployment.engine [-] Deployment 56feed0a-5a95-41d5-8802-926ceebf4b7c | Starting: Destroy cloud and free allocated resources. 2019-01-09 09:02:13.626 11228 INFO rally.deployment.engine [-] Deployment 56feed0a-5a95-41d5-8802-926ceebf4b7c | Completed: Destroy cloud and free allocated resources. 2019-01-09 09:02:13.649 11228 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963). 2019-01-09 09:02:13.653 11228 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-09 09:02:16,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 09:02:16.487 11231 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b30087ac-55c0-4740-bdcc-94c0f73fa656) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b30087ac-55c0-4740-bdcc-94c0f73fa656 | 2019-01-09T09:02:16 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b30087ac-55c0-4740-bdcc-94c0f73fa656 ~/.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 2019-01-09 09:02:20,343 - 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 | +-------------+----------------+-----------+ 2019-01-09 09:02:20,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 09:02:22,923 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-09 09:02:22.478 11237 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=99580d41-31d0-4654-a1b7-4b64b398f963). 2019-01-09 09:02:22.703 11237 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-09 09:02:26,337 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 09:02:24.932 11240 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 09:02:25.123 11240 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 09:02:26.199 11240 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) as the default verifier for the future CLI operations. 2019-01-09 09:02:29,316 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2019-01-09 09:02:29,317 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 09:02:29,449 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-09 09:02:29,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 09:02:29,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e1ef65-b951-4ed9-8779-74b4c7f260ed Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 09:02:29,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-26e1ef65-b951-4ed9-8779-74b4c7f260ed 2019-01-09 09:02:29,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 09:02:29,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "20e5e6b1cf7940e891e9ed93600f784d", "name": "Member"}], "expires_at": "2019-01-09T10:02:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11e4db6152b14231bc0051c8c9c405f3", "name": "refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/11e4db6152b14231bc0051c8c9c405f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/11e4db6152b14231bc0051c8c9c405f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/11e4db6152b14231bc0051c8c9c405f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/11e4db6152b14231bc0051c8c9c405f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/11e4db6152b14231bc0051c8c9c405f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/11e4db6152b14231bc0051c8c9c405f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/11e4db6152b14231bc0051c8c9c405f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/11e4db6152b14231bc0051c8c9c405f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/11e4db6152b14231bc0051c8c9c405f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/11e4db6152b14231bc0051c8c9c405f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/11e4db6152b14231bc0051c8c9c405f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/11e4db6152b14231bc0051c8c9c405f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "id": "d409798cd06e4b6fb6d93e281bfaef47"}, "audit_ids": ["KOm3pPcPRh-vCSwHP5N2Sg"], "issued_at": "2019-01-09T09:02:29.000000Z"}} 2019-01-09 09:02:29,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:02:29,837 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 09 Jan 2019 09:02:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2019-01-09 09:02:29,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:02:29,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:02:30,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ed1fc936-a5ae-407f-b2cf-eac1b46e9368 Date: Wed, 09 Jan 2019 09:02:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:02:30,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ed1fc936-a5ae-407f-b2cf-eac1b46e9368 2019-01-09 09:02:30,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.539191007614s 2019-01-09 09:02:30,381 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ed1fc936-a5ae-407f-b2cf-eac1b46e9368 2019-01-09 09:02:30,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 09:02:30,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}' 2019-01-09 09:02:30,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65 X-Openstack-Request-Id: req-fd37671f-7b56-4b43-bfe6-8dd1717776f7 Date: Wed, 09 Jan 2019 09:02:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file", "owner": "11e4db6152b14231bc0051c8c9c405f3", "id": "cee66332-940f-4c44-bf8e-c95c76d9fd65", "size": null, "self": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:02:30Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "checksum": null, "created_at": "2019-01-09T09:02:30Z", "protected": false} 2019-01-09 09:02:30,730 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-fd37671f-7b56-4b43-bfe6-8dd1717776f7 2019-01-09 09:02:30,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.347423791885s 2019-01-09 09:02:30,731 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-fd37671f-7b56-4b43-bfe6-8dd1717776f7 returning object cee66332-940f-4c44-bf8e-c95c76d9fd65 2019-01-09 09:02:30,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 09:02:30,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" -d '' 2019-01-09 09:02:32,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc9d9287-21d5-42fb-ae14-96dea5ecc9ab Date: Wed, 09 Jan 2019 09:02:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:02:32,061 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file used request id req-fc9d9287-21d5-42fb-ae14-96dea5ecc9ab 2019-01-09 09:02:32,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.33019685745s 2019-01-09 09:02:32,062 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file used request id req-fc9d9287-21d5-42fb-ae14-96dea5ecc9ab 2019-01-09 09:02:32,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:02:32,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:02:32,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-70ec8b62-bcf4-437b-afe8-e91392c1b10a Date: Wed, 09 Jan 2019 09:02:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap", "metadata": {}}], "file": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file", "owner": "11e4db6152b14231bc0051c8c9c405f3", "id": "cee66332-940f-4c44-bf8e-c95c76d9fd65", "size": 12716032, "self": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:02:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:02:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:02:32,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-70ec8b62-bcf4-437b-afe8-e91392c1b10a 2019-01-09 09:02:32,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0222840309143s 2019-01-09 09:02:32,085 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-70ec8b62-bcf4-437b-afe8-e91392c1b10a 2019-01-09 09:02:32,087 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file', 'owner': u'11e4db6152b14231bc0051c8c9c405f3', 'id': u'cee66332-940f-4c44-bf8e-c95c76d9fd65', 'size': 12716032, u'self': u'/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11e4db6152b14231bc0051c8c9c405f3', 'name': 'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T09:02:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T09:02:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'created': u'2019-01-09T09:02:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T09:02:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 09:02:32,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 09:02:32,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 09:02:32,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-250738cc-d316-4bbf-84d3-6df0defb4a56 x-compute-request-id: req-250738cc-d316-4bbf-84d3-6df0defb4a56 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "name": "refstack_defcore-flavor_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 09:02:32,280 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-250738cc-d316-4bbf-84d3-6df0defb4a56 2019-01-09 09:02:32,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.192461967468s 2019-01-09 09:02:32,281 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-250738cc-d316-4bbf-84d3-6df0defb4a56 returning object 0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1 2019-01-09 09:02:32,282 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', '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'a3475ec98a734cb2aeb418d350edd17b', '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'0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1', 'swap': 0}) 2019-01-09 09:02:32,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 09:02:32,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1/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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" -d '{"extra_specs": {}}' 2019-01-09 09:02:32,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac3059ed-dde4-486d-8b85-f2bd786368b3 x-compute-request-id: req-ac3059ed-dde4-486d-8b85-f2bd786368b3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 09:02:32,304 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1/os-extra_specs used request id req-ac3059ed-dde4-486d-8b85-f2bd786368b3 2019-01-09 09:02:32,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218319892883s 2019-01-09 09:02:32,305 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1/os-extra_specs used request id req-ac3059ed-dde4-486d-8b85-f2bd786368b3 2019-01-09 09:02:32,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:02:32,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:02:32,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 09:02: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 09:02:32,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:02:32,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c5497b6-e773-4633-94a8-defdc5c9cf62 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20e5e6b1cf7940e891e9ed93600f784d", "links": {"self": "http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:02:32,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-6c5497b6-e773-4633-94a8-defdc5c9cf62 2019-01-09 09:02:32,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0949931144714s 2019-01-09 09:02:32,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-09 09:02:32,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:02:32,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9354b778-be7a-41c7-9d4d-0766f88ee5ab x-compute-request-id: req-9354b778-be7a-41c7-9d4d-0766f88ee5ab Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 09:02:32,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-9354b778-be7a-41c7-9d4d-0766f88ee5ab 2019-01-09 09:02:32,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.19982790947s 2019-01-09 09:02:32,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-9354b778-be7a-41c7-9d4d-0766f88ee5ab 2019-01-09 09:02:32,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:02:32,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:02:32,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-2a5b2109-bfe7-4411-a502-9fa65653b792 Date: Wed, 09 Jan 2019 09:02:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap", "metadata": {}}], "file": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file", "owner": "11e4db6152b14231bc0051c8c9c405f3", "id": "cee66332-940f-4c44-bf8e-c95c76d9fd65", "size": 12716032, "self": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:02:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:02:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:02:32,782 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2a5b2109-bfe7-4411-a502-9fa65653b792 2019-01-09 09:02:32,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176164150238s 2019-01-09 09:02:32,783 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2a5b2109-bfe7-4411-a502-9fa65653b792 2019-01-09 09:02:32,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 09:02:32,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}' 2019-01-09 09:02:33,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8 X-Openstack-Request-Id: req-d540b5bd-7e3f-4d3f-8d37-941c6e8846fa Date: Wed, 09 Jan 2019 09:02:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/file", "owner": "11e4db6152b14231bc0051c8c9c405f3", "id": "e9ab3c36-72fa-423b-85f9-830eb0340fc8", "size": null, "self": "/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:02:32Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "checksum": null, "created_at": "2019-01-09T09:02:32Z", "protected": false} 2019-01-09 09:02:33,032 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-d540b5bd-7e3f-4d3f-8d37-941c6e8846fa 2019-01-09 09:02:33,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.24675321579s 2019-01-09 09:02:33,032 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-d540b5bd-7e3f-4d3f-8d37-941c6e8846fa returning object e9ab3c36-72fa-423b-85f9-830eb0340fc8 2019-01-09 09:02:33,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 09:02:33,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" -d '' 2019-01-09 09:02:34,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-692db8ad-834a-4a2f-9118-2984f8ed4ebd Date: Wed, 09 Jan 2019 09:02:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:02:34,376 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/file used request id req-692db8ad-834a-4a2f-9118-2984f8ed4ebd 2019-01-09 09:02:34,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.34292888641s 2019-01-09 09:02:34,376 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/file used request id req-692db8ad-834a-4a2f-9118-2984f8ed4ebd 2019-01-09 09:02:34,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:02:34,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:02:34,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-c273cc35-fb05-4217-9790-974d340be34c Date: Wed, 09 Jan 2019 09:02:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/snap", "metadata": {}}], "file": "/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/file", "owner": "11e4db6152b14231bc0051c8c9c405f3", "id": "e9ab3c36-72fa-423b-85f9-830eb0340fc8", "size": 12716032, "self": "/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:02:34Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:02:32Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap", "metadata": {}}], "file": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file", "owner": "11e4db6152b14231bc0051c8c9c405f3", "id": "cee66332-940f-4c44-bf8e-c95c76d9fd65", "size": 12716032, "self": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:02:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:02:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:02:34,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c273cc35-fb05-4217-9790-974d340be34c 2019-01-09 09:02:34,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179255008698s 2019-01-09 09:02:34,557 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c273cc35-fb05-4217-9790-974d340be34c 2019-01-09 09:02:34,560 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/file', 'owner': u'11e4db6152b14231bc0051c8c9c405f3', 'id': u'e9ab3c36-72fa-423b-85f9-830eb0340fc8', 'size': 12716032, u'self': u'/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'11e4db6152b14231bc0051c8c9c405f3', 'name': 'refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T09:02:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T09:02:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', 'created': u'2019-01-09T09:02:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T09:02:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 09:02:34,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 09:02:34,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 09:02:34,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02: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-5dc31c20-c072-44e3-9c8d-32a857e52782 x-compute-request-id: req-5dc31c20-c072-44e3-9c8d-32a857e52782 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fec769fd-ec59-466c-8ced-ded9e2774d20", "name": "refstack_defcore-flavor_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 09:02:34,697 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5dc31c20-c072-44e3-9c8d-32a857e52782 2019-01-09 09:02:34,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.136711120605s 2019-01-09 09:02:34,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5dc31c20-c072-44e3-9c8d-32a857e52782 returning object fec769fd-ec59-466c-8ced-ded9e2774d20 2019-01-09 09:02:34,698 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', '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'a3475ec98a734cb2aeb418d350edd17b', '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'fec769fd-ec59-466c-8ced-ded9e2774d20', 'swap': 0}) 2019-01-09 09:02:34,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 09:02:34,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20/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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" -d '{"extra_specs": {}}' 2019-01-09 09:02:34,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:02: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-da85f930-2327-45f9-b734-f448abe9d95c x-compute-request-id: req-da85f930-2327-45f9-b734-f448abe9d95c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 09:02:34,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20/os-extra_specs used request id req-da85f930-2327-45f9-b734-f448abe9d95c 2019-01-09 09:02:34,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207989215851s 2019-01-09 09:02:34,720 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20/os-extra_specs used request id req-da85f930-2327-45f9-b734-f448abe9d95c 2019-01-09 09:02:34,721 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4', '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'a3475ec98a734cb2aeb418d350edd17b', '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'fec769fd-ec59-466c-8ced-ded9e2774d20', 'swap': 0}) 2019-01-09 09:02:37,922 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 09:02:36.848 11259 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) for deployment 'opnfv-rally' (UUID=b30087ac-55c0-4740-bdcc-94c0f73fa656). 2019-01-09 09:02:37.716 11259 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 09:02:37.718 11259 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) has been successfully configured for deployment 'opnfv-rally' (UUID=b30087ac-55c0-4740-bdcc-94c0f73fa656)! 2019-01-09 09:02:37,923 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 09:02:37,923 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 09:02:37,926 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 09:02:43,251 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2019-01-09 09:02:43,251 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2019-01-09 09:02:43,251 - 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. 2019-01-09 09:02:43,251 - 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. 2019-01-09 09:02:43,251 - 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. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2019-01-09 09:02:43,252 - 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. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2019-01-09 09:02:43,252 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2019-01-09 09:02:43,253 - 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. 2019-01-09 09:02:43,253 - 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. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2019-01-09 09:02:43,253 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2019-01-09 09:02:43,254 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2019-01-09 09:02:43,254 - 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. 2019-01-09 09:02:43,254 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2019-01-09 09:02:43,254 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2019-01-09 09:02:43,254 - 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. 2019-01-09 09:02:43,254 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2019-01-09 09:02:43,254 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2019-01-09 09:02:43,254 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2019-01-09 09:02:43,254 - 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. 2019-01-09 09:02:43,254 - 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. 2019-01-09 09:02:43,255 - 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. 2019-01-09 09:02:43,255 - 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. 2019-01-09 09:02:43,255 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2019-01-09 09:02:43,255 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2019-01-09 09:02:43,255 - 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. 2019-01-09 09:02:43,255 - 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. 2019-01-09 09:02:43,255 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2019-01-09 09:02:43,255 - 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. 2019-01-09 09:02:43,255 - 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. 2019-01-09 09:02:43,255 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2019-01-09 09:02:43,255 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2019-01-09 09:02:43,256 - 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. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2019-01-09 09:02:43,256 - 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. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2019-01-09 09:02:43,256 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2019-01-09 09:02:43,257 - 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. 2019-01-09 09:02:43,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2019-01-09 09:02:43,257 - 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. 2019-01-09 09:02:43,257 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2019-01-09 09:02:43,257 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2019-01-09 09:02:43,257 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2019-01-09 09:02:43,257 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2019-01-09 09:02:43,257 - 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. 2019-01-09 09:02:43,257 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2019-01-09 09:02:43,257 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2019-01-09 09:02:43,257 - 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. 2019-01-09 09:02:43,258 - 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. 2019-01-09 09:02:43,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2019-01-09 09:02:43,258 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2019-01-09 09:02:43,258 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2019-01-09 09:02:43,258 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2019-01-09 09:02:43,258 - 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. 2019-01-09 09:02:43,258 - 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. 2019-01-09 09:02:43,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2019-01-09 09:02:43,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2019-01-09 09:02:43,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2019-01-09 09:02:43,258 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2019-01-09 09:02:43,259 - 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. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2019-01-09 09:02:43,259 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2019-01-09 09:02:43,259 - 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. 2019-01-09 09:02:43,260 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2019-01-09 09:02:43,260 - refstack_client.list_parser - DEBUG - Number of tests: 200 2019-01-09 09:02:43,262 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 09:02:43,305 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 09:02:43,306 - 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']'. 2019-01-09 09:02:45,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:45.453 11271 INFO rally.api [-] Starting verification (UUID=20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f) for deployment 'opnfv-rally' (UUID=b30087ac-55c0-4740-bdcc-94c0f73fa656) by verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0). 2019-01-09 09:02:45,455 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f 2019-01-09 09:02:52,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:52.002 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.196s] 2019-01-09 09:02:52,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:52.059 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.057s] 2019-01-09 09:02:54,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:54.654 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.866s] 2019-01-09 09:02:56,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:02:56.071 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.289s] 2019-01-09 09:03:04,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:04.400 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.682s] 2019-01-09 09:03:09,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:09.559 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.902s] 2019-01-09 09:03:15,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.174 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.061s] 2019-01-09 09:03:15,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.185 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2019-01-09 09:03:15,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.362 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.176s] 2019-01-09 09:03:15,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.374 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2019-01-09 09:03:15,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.385 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2019-01-09 09:03:15,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.416 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2019-01-09 09:03:15,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.473 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.057s] 2019-01-09 09:03:15,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.538 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2019-01-09 09:03:15,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.982 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.443s] 2019-01-09 09:03:15,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:15.997 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2019-01-09 09:03:16,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:16.074 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.076s] 2019-01-09 09:03:16,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:16.584 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.060s] 2019-01-09 09:03:20,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:20.066 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.480s] 2019-01-09 09:03:21,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:21.349 11271 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2019-01-09 09:03:25,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:25.242 11271 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.143s] 2019-01-09 09:03:25,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:25.322 11271 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.079s] 2019-01-09 09:03:25,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:25.393 11271 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.072s] 2019-01-09 09:03:26,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:26.612 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [25.920s] 2019-01-09 09:03:27,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:27.828 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.220s] 2019-01-09 09:03:30,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:30.114 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.253s] 2019-01-09 09:03:30,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:30.275 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.160s] 2019-01-09 09:03:31,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:31.139 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.862s] 2019-01-09 09:03:31,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:31.307 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.168s] 2019-01-09 09:03:31,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:31.500 11271 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.192s] 2019-01-09 09:03:31,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:31.744 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [22.177s] 2019-01-09 09:03:43,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:43.958 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.804s] 2019-01-09 09:03:46,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:46.263 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.518s] 2019-01-09 09:03:48,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:48.152 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.053s] 2019-01-09 09:03:48,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:48.714 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.561s] 2019-01-09 09:03:49,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:49.205 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.491s] 2019-01-09 09:03:49,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:49.988 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.782s] 2019-01-09 09:03:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.516 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.528s] 2019-01-09 09:03:50,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.574 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.615s] 2019-01-09 09:03:50,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.591 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2019-01-09 09:03:50,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.678 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.086s] 2019-01-09 09:03:50,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.748 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.070s] 2019-01-09 09:03:50,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.819 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.070s] 2019-01-09 09:03:50,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:50.885 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.066s] 2019-01-09 09:03:51,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:51.038 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.152s] 2019-01-09 09:03:55,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:55.418 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.843s] 2019-01-09 09:03:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:03:59.680 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.261s] 2019-01-09 09:04:04,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:04.185 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.504s] 2019-01-09 09:04:08,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:08.236 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.050s] 2019-01-09 09:04:11,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:11.949 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.713s] 2019-01-09 09:04:19,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:19.085 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.133s] 2019-01-09 09:04:23,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:23.524 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.439s] 2019-01-09 09:04:23,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:23.662 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.138s] 2019-01-09 09:04:23,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:23.786 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.124s] 2019-01-09 09:04:24,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.461 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.674s] 2019-01-09 09:04:24,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.513 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.052s] 2019-01-09 09:04:24,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.610 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2019-01-09 09:04:24,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.728 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.117s] 2019-01-09 09:04:24,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.789 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.061s] 2019-01-09 09:04:24,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:24.985 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.194s] 2019-01-09 09:04:31,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:31.003 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.018s] 2019-01-09 09:04:38,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:38.449 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.158s] 2019-01-09 09:04:40,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:40.385 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.934s] 2019-01-09 09:04:41,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:41.258 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.871s] 2019-01-09 09:04:42,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:42.419 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.161s] 2019-01-09 09:04:43,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:43.505 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.085s] 2019-01-09 09:04:46,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:46.419 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.912s] 2019-01-09 09:04:47,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.310 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.891s] 2019-01-09 09:04:47,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.381 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.071s] 2019-01-09 09:04:47,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.404 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2019-01-09 09:04:47,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.426 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.022s] 2019-01-09 09:04:47,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:47.451 11271 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.025s] 2019-01-09 09:04:51,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:51.185 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [64.906s] 2019-01-09 09:04:53,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:53.778 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.490s] 2019-01-09 09:04:54,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:54.631 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.853s] 2019-01-09 09:04:55,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:55.804 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.324s] 2019-01-09 09:04:56,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:04:56.165 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.361s] 2019-01-09 09:05:05,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:05:05.752 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.255s] 2019-01-09 09:05:12,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:05:12.767 11271 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.013s] 2019-01-09 09:05:18,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:05:18.172 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [43.150s] 2019-01-09 09:07:05,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:07:05.834 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.345s] 2019-01-09 09:07:05,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:07:05.900 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.074s] 2019-01-09 09:07:06,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:07:06.279 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.378s] 2019-01-09 09:08:26,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:08:26.770 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.588s] 2019-01-09 09:08:59,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:08:59.483 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [32.710s] 2019-01-09 09:09:00,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:00.515 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [235.811s] 2019-01-09 09:09:17,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:17.621 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.139s] 2019-01-09 09:09:34,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:34.041 11271 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.518s] 2019-01-09 09:09:41,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:41.704 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.155s] 2019-01-09 09:09:42,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:42.789 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.084s] 2019-01-09 09:09:43,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:43.976 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.186s] 2019-01-09 09:09:45,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:45.187 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.210s] 2019-01-09 09:09:46,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:46.442 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.255s] 2019-01-09 09:09:47,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:47.713 11271 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.325s] 2019-01-09 09:09:47,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:47.836 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.393s] 2019-01-09 09:09:49,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:49.019 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.182s] 2019-01-09 09:09:49,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:49.267 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.248s] 2019-01-09 09:09:49,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:49.919 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.652s] 2019-01-09 09:09:50,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:50.825 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.905s] 2019-01-09 09:09:51,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:51.514 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.688s] 2019-01-09 09:09:51,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:51.754 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.238s] 2019-01-09 09:09:52,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:52.136 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.382s] 2019-01-09 09:09:53,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:53.413 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.276s] 2019-01-09 09:09:53,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:53.974 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.561s] 2019-01-09 09:09:54,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:54.497 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.523s] 2019-01-09 09:09:54,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:54.873 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.374s] 2019-01-09 09:09:55,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:09:55.443 11271 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.569s] 2019-01-09 09:10:02,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:02.139 11271 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.996s] 2019-01-09 09:10:03,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:03.923 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2019-01-09 09:10:04,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:04.461 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.537s] 2019-01-09 09:10:05,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.041 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.578s] 2019-01-09 09:10:05,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.072 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.032s] 2019-01-09 09:10:05,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.113 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.040s] 2019-01-09 09:10:05,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.165 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.051s] 2019-01-09 09:10:05,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.723 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.558s] 2019-01-09 09:10:05,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:05.953 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.229s] 2019-01-09 09:10:06,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:06.112 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.157s] 2019-01-09 09:10:06,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:06.297 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.184s] 2019-01-09 09:10:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:11.069 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.502s] 2019-01-09 09:10:14,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:14.003 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.715s] 2019-01-09 09:10:14,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:14.004 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2019-01-09 09:10:16,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:16.480 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.410s] 2019-01-09 09:10:18,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:18.965 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.484s] 2019-01-09 09:10:19,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:19.019 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2019-01-09 09:10:19,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:19.065 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.044s] 2019-01-09 09:10:19,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:19.263 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.197s] 2019-01-09 09:10:19,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:19.462 11271 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.199s] 2019-01-09 09:10:22,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:22.779 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.070s] 2019-01-09 09:10:22,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:22.954 11271 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.174s] 2019-01-09 09:10:26,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:26.416 11271 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.160s] 2019-01-09 09:10:28,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:28.238 11271 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.450s] 2019-01-09 09:10:37,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:37.514 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.355s] 2019-01-09 09:10:38,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:38.043 11271 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.377s] 2019-01-09 09:10:38,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:38.310 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.795s] 2019-01-09 09:10:46,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:46.653 11271 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.608s] 2019-01-09 09:10:51,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:51.500 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.190s] 2019-01-09 09:10:51,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:51.695 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.194s] 2019-01-09 09:10:51,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:51.886 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.191s] 2019-01-09 09:10:52,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:52.615 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.727s] 2019-01-09 09:10:52,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:52.851 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.236s] 2019-01-09 09:10:53,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.508 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.657s] 2019-01-09 09:10:53,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.553 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.045s] 2019-01-09 09:10:53,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.600 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2019-01-09 09:10:53,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.796 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.195s] 2019-01-09 09:10:53,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.846 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2019-01-09 09:10:53,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.887 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2019-01-09 09:10:53,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:53.973 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.085s] 2019-01-09 09:10:54,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:54.050 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.077s] 2019-01-09 09:10:54,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:54.102 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2019-01-09 09:10:54,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:10:54.153 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.051s] 2019-01-09 09:11:01,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:01.662 11271 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.004s] 2019-01-09 09:11:02,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:02.754 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.162s] 2019-01-09 09:11:02,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:02.783 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.029s] 2019-01-09 09:11:02,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:02.973 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.187s] 2019-01-09 09:11:03,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.130 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.158s] 2019-01-09 09:11:03,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.287 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.155s] 2019-01-09 09:11:03,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.444 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.155s] 2019-01-09 09:11:03,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.651 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.207s] 2019-01-09 09:11:03,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:03.988 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.336s] 2019-01-09 09:11:04,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.138 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.149s] 2019-01-09 09:11:04,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.319 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.180s] 2019-01-09 09:11:04,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.326 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2019-01-09 09:11:04,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.382 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.054s] 2019-01-09 09:11:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.566 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.183s] 2019-01-09 09:11:04,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.603 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.037s] 2019-01-09 09:11:04,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.638 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.034s] 2019-01-09 09:11:04,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.648 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2019-01-09 09:11:04,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.681 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2019-01-09 09:11:04,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.860 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.178s] 2019-01-09 09:11:04,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:04.895 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2019-01-09 09:11:05,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:11:05.071 11271 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.176s] 2019-01-09 09:13:54,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:13:54.020 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.275s] 2019-01-09 09:13:54,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:13:54.080 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2019-01-09 09:13:55,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:13:55.171 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.090s] 2019-01-09 09:17:02,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:02.656 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.470s] 2019-01-09 09:17:02,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:02.657 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-09 09:17:23,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:23.821 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.392s] 2019-01-09 09:17:24,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:24.037 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.216s] 2019-01-09 09:17:24,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:24.265 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.228s] 2019-01-09 09:17:24,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:24.641 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.375s] 2019-01-09 09:17:25,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:25.207 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.565s] 2019-01-09 09:17:25,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:25.589 11271 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.382s] 2019-01-09 09:17:31,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:31.757 11271 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.169s] 2019-01-09 09:17:34,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:34.343 11271 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.586s] 2019-01-09 09:17:41,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:41.789 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.584s] 2019-01-09 09:17:43,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:43.263 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.474s] 2019-01-09 09:17:46,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:46.915 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.644s] 2019-01-09 09:17:48,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:48.176 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.264s] 2019-01-09 09:17:50,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:50.394 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.215s] 2019-01-09 09:17:51,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:51.590 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.196s] 2019-01-09 09:17:52,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:52.898 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.304s] 2019-01-09 09:17:52,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:52.971 11271 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.076s] 2019-01-09 09:17:56,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:17:56.382 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.166s] 2019-01-09 09:18:02,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:02.880 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.059s] 2019-01-09 09:18:03,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:03.817 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.936s] 2019-01-09 09:18:36,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:36.440 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [32.612s] 2019-01-09 09:18:50,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:50.460 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.896s] 2019-01-09 09:18:50,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:18:50.658 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.198s] 2019-01-09 09:24:01,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:24:01.186 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.183s] 2019-01-09 09:24:01,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:24:01.450 11271 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.264s] 2019-01-09 09:24:04,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f 2019-01-09 09:24:04,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f']'. 2019-01-09 09:24:05,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 09:24:05,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 09:02:45 | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 09:24:04 | 2019-01-09 09:24:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:21:19 | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b30087ac-55c0-4740-bdcc-94c0f73fa656) | 2019-01-09 09:24:05,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1271.559 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 195 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 5 | 2019-01-09 09:24:05,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 09:24:05,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 09:24:05,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 09:24:05,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.5% 2019-01-09 09:24:05,933 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 09:24:05,934 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 21:36 | FAIL | +--------------------------+------------------+------------------+----------------+ 2019-01-09 09:24:05,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 09:24:05,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:24:07,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad20cccf-5346-40e2-bb0e-5191bb80ac3d Date: Wed, 09 Jan 2019 09:24:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:24:07,036 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8 used request id req-ad20cccf-5346-40e2-bb0e-5191bb80ac3d 2019-01-09 09:24:07,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0980989933s 2019-01-09 09:24:07,037 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/e9ab3c36-72fa-423b-85f9-830eb0340fc8 used request id req-ad20cccf-5346-40e2-bb0e-5191bb80ac3d 2019-01-09 09:24:07,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 09:24:07,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:07,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-021a28ed-f4b1-4e05-838e-41aecc6b1115 x-compute-request-id: req-021a28ed-f4b1-4e05-838e-41aecc6b1115 Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "name": "refstack_defcore-flavor_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "fec769fd-ec59-466c-8ced-ded9e2774d20", "name": "refstack_defcore-flavor_alt_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 09:24:07,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-021a28ed-f4b1-4e05-838e-41aecc6b1115 2019-01-09 09:24:07,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.16997218132s 2019-01-09 09:24:07,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-021a28ed-f4b1-4e05-838e-41aecc6b1115 2019-01-09 09:24:07,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 09:24:07,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:07,265 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 09:24:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c880e59f-896e-45eb-94bd-5884ff67381c x-compute-request-id: req-c880e59f-896e-45eb-94bd-5884ff67381c Content-Length: 0 Content-Type: application/json 2019-01-09 09:24:07,265 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20 used request id req-c880e59f-896e-45eb-94bd-5884ff67381c 2019-01-09 09:24:07,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.055536031723s 2019-01-09 09:24:07,266 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/fec769fd-ec59-466c-8ced-ded9e2774d20 used request id req-c880e59f-896e-45eb-94bd-5884ff67381c 2019-01-09 09:24:07,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:24:07,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:24:07,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-de0aaac0-9bc8-4654-9398-c8834e422b61 Date: Wed, 09 Jan 2019 09:24:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap", "metadata": {}}], "file": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/file", "owner": "11e4db6152b14231bc0051c8c9c405f3", "id": "cee66332-940f-4c44-bf8e-c95c76d9fd65", "size": 12716032, "self": "/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/cee66332-940f-4c44-bf8e-c95c76d9fd65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:02:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:02:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:24:07,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-de0aaac0-9bc8-4654-9398-c8834e422b61 2019-01-09 09:24:07,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16552400589s 2019-01-09 09:24:07,432 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-de0aaac0-9bc8-4654-9398-c8834e422b61 2019-01-09 09:24:07,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 09:24:07,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}29a15149f9a3aa72be14cb72b45faea6e54d6eb4" 2019-01-09 09:24:09,293 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dfd51f6a-7fce-4ed4-9627-43b98f01934b Date: Wed, 09 Jan 2019 09:24:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:24:09,293 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65 used request id req-dfd51f6a-7fce-4ed4-9627-43b98f01934b 2019-01-09 09:24:09,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.85882687569s 2019-01-09 09:24:09,293 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/cee66332-940f-4c44-bf8e-c95c76d9fd65 used request id req-dfd51f6a-7fce-4ed4-9627-43b98f01934b 2019-01-09 09:24:09,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 09:24:09,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:09,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0eb12585-7f1d-42d9-86e2-afdfeb19fcb2 x-compute-request-id: req-0eb12585-7f1d-42d9-86e2-afdfeb19fcb2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1", "name": "refstack_defcore-flavor_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 09:24:09,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-0eb12585-7f1d-42d9-86e2-afdfeb19fcb2 2019-01-09 09:24:09,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0305500030518s 2019-01-09 09:24:09,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-0eb12585-7f1d-42d9-86e2-afdfeb19fcb2 2019-01-09 09:24:09,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 09:24:09,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:09,372 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 09:24:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a8f8091-370f-41f4-ac4a-c77772a3201c x-compute-request-id: req-3a8f8091-370f-41f4-ac4a-c77772a3201c Content-Length: 0 Content-Type: application/json 2019-01-09 09:24:09,372 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1 used request id req-3a8f8091-370f-41f4-ac4a-c77772a3201c 2019-01-09 09:24:09,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0462310314178s 2019-01-09 09:24:09,373 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/0c3f677f-8773-48d9-b7e3-ebd66e5cf2c1 used request id req-3a8f8091-370f-41f4-ac4a-c77772a3201c 2019-01-09 09:24:09,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:24:09,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:09,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-886b87ad-b2b3-44b2-bbdc-fc3c1f6e6d2e Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4", "links": {"self": "http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47"}, "domain_id": "default", "enabled": true, "id": "d409798cd06e4b6fb6d93e281bfaef47", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:24:09,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-886b87ad-b2b3-44b2-bbdc-fc3c1f6e6d2e 2019-01-09 09:24:09,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941979885101s 2019-01-09 09:24:09,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-886b87ad-b2b3-44b2-bbdc-fc3c1f6e6d2e 2019-01-09 09:24:09,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:24:09,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:09,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-597a753f-b6e3-43ad-8399-53c2a8bb35e5 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47"}, "enabled": true, "id": "d409798cd06e4b6fb6d93e281bfaef47", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}} 2019-01-09 09:24:09,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47 used request id req-597a753f-b6e3-43ad-8399-53c2a8bb35e5 2019-01-09 09:24:09,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106412887573s 2019-01-09 09:24:09,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47 used request id req-597a753f-b6e3-43ad-8399-53c2a8bb35e5 2019-01-09 09:24:09,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 09:24:09,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:09,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-029c2db2-709a-4280-a89a-4e35202d6792 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:24:09,776 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47 used request id req-029c2db2-709a-4280-a89a-4e35202d6792 2019-01-09 09:24:09,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.194694042206s 2019-01-09 09:24:09,776 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d409798cd06e4b6fb6d93e281bfaef47 used request id req-029c2db2-709a-4280-a89a-4e35202d6792 2019-01-09 09:24:09,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 09:24:09,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:09,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-326666c2-fcf5-4f94-87d3-470cfc706bb7 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3"}, "enabled": true, "id": "11e4db6152b14231bc0051c8c9c405f3", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_ff9eb806-be06-43fe-81ee-f7a16cea7fe4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 09:24:09,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-326666c2-fcf5-4f94-87d3-470cfc706bb7 2019-01-09 09:24:09,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0799570083618s 2019-01-09 09:24:09,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-326666c2-fcf5-4f94-87d3-470cfc706bb7 2019-01-09 09:24:09,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 09:24:09,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:10,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b275e87a-9cbe-4d02-bbad-6b6759da7415 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:24:10,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3 used request id req-b275e87a-9cbe-4d02-bbad-6b6759da7415 2019-01-09 09:24:10,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167795181274s 2019-01-09 09:24:10,028 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/11e4db6152b14231bc0051c8c9c405f3 used request id req-b275e87a-9cbe-4d02-bbad-6b6759da7415 2019-01-09 09:24:10,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:24:10,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:10,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cec479a8-fda9-4abe-81e6-aa144252f50d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "20e5e6b1cf7940e891e9ed93600f784d", "links": {"self": "http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:24:10,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cec479a8-fda9-4abe-81e6-aa144252f50d 2019-01-09 09:24:10,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.151999950409s 2019-01-09 09:24:10,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 09:24:10,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:10,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ad8e474-c0f9-4e6d-8bc7-a746c1cc82bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:24:10,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/20e5e6b1cf7940e891e9ed93600f784d used request id req-0ad8e474-c0f9-4e6d-8bc7-a746c1cc82bb 2019-01-09 09:24:10,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.122766971588s 2019-01-09 09:24:10,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 09:24:10,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=11e4db6152b14231bc0051c8c9c405f3&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}5e81ba6d590f23e47704dffcbac2adf8ef14beb3" 2019-01-09 09:24:10,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-96c7e3d9-b624-4baa-8556-20aca860511c Date: Wed, 09 Jan 2019 09:24:10 GMT RESP BODY: {"security_groups": []} 2019-01-09 09:24:10,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=11e4db6152b14231bc0051c8c9c405f3&name=default used request id req-96c7e3d9-b624-4baa-8556-20aca860511c 2019-01-09 09:24:10,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19139289856s 2019-01-09 09:24:10,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=11e4db6152b14231bc0051c8c9c405f3&name=default used request id req-96c7e3d9-b624-4baa-8556-20aca860511c 2019-01-09 09:24:10,500 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2019-01-09 09:24:10,550 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2019-01-09 09:24:10,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 09:24:10,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 09:24:10,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 09:24:10,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 09:24:10,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 09:24:10,625 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 09:24:10,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 09:24:10,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-804a2898-7464-4c74-b2c8-4691ba70945a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 09:24:10,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-804a2898-7464-4c74-b2c8-4691ba70945a 2019-01-09 09:24:10,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 09:24:11,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T10:24:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["K629Ee99QqyXxEXGsQt2rA"], "issued_at": "2019-01-09T09:24:11.000000Z"}} 2019-01-09 09:24:11,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 09:24:11,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:11,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-80279ade-3b10-44ee-9871-1352f0be72e4 Date: Wed, 09 Jan 2019 09:24:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 09:24:11,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-80279ade-3b10-44ee-9871-1352f0be72e4 2019-01-09 09:24:11,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240144014359s 2019-01-09 09:24:11,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-80279ade-3b10-44ee-9871-1352f0be72e4 2019-01-09 09:24:11,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 09:24:11,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:11,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 09:24:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 09:24:11,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:11,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79c821e4-846d-4c1e-abfe-5b85cfe5e55d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 09:24:11,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-79c821e4-846d-4c1e-abfe-5b85cfe5e55d 2019-01-09 09:24:11,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0952010154724s 2019-01-09 09:24:11,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 09:24:11,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}}' 2019-01-09 09:24:11,461 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 09:24:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe04f314-3411-4b1a-95f2-06ed4da529c3 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.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6"}, "enabled": true, "id": "abdcc671f5f6403b987b0cca711ef3f6", "parent_id": "default", "domain_id": "default", "name": "patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}} 2019-01-09 09:24:11,461 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fe04f314-3411-4b1a-95f2-06ed4da529c3 2019-01-09 09:24:11,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.11176109314s 2019-01-09 09:24:11,461 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-fe04f314-3411-4b1a-95f2-06ed4da529c3 2019-01-09 09:24:11,462 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'id': u'abdcc671f5f6403b987b0cca711ef3f6', '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'})}) 2019-01-09 09:24:11,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 09:24:11,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.416824102402s 2019-01-09 09:24:11,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:11,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce58d9e4-b92d-40d0-8998-3c202236f9ee Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e"}, "enabled": true, "id": "5eff0f799dbd4cc0bd84fa96a4eb691e", "options": {}, "domain_id": "default", "name": "patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}} 2019-01-09 09:24:11,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e used request id req-ce58d9e4-b92d-40d0-8998-3c202236f9ee 2019-01-09 09:24:11,978 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5eff0f799dbd4cc0bd84fa96a4eb691e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842'}) 2019-01-09 09:24:11,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:24:11,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc23925-c9d5-4185-9b7f-4f35daea2124 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:24:12,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ffc23925-c9d5-4185-9b7f-4f35daea2124 2019-01-09 09:24:12,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728781223297s 2019-01-09 09:24:12,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:24:12,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f27ba55-9093-4b37-9bf2-f62b95dfbc97 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:24:12,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0f27ba55-9093-4b37-9bf2-f62b95dfbc97 2019-01-09 09:24:12,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814650058746s 2019-01-09 09:24:12,135 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 09:24:12,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 09:24:12,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" -d '{"role": {"name": "Member"}}' 2019-01-09 09:24:12,239 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53079668-af4e-4d46-b2d6-81ce0e002588 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9f2f83bf84424524a7554b376f014919", "links": {"self": "http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919"}, "name": "Member"}} 2019-01-09 09:24:12,239 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-53079668-af4e-4d46-b2d6-81ce0e002588 2019-01-09 09:24:12,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103871822357s 2019-01-09 09:24:12,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5c6ddf-6830-4a83-8e6a-e69bd857cbe5 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919"}, "domain_id": null, "name": "Member", "id": "9f2f83bf84424524a7554b376f014919"}} 2019-01-09 09:24:12,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919 used request id req-ed5c6ddf-6830-4a83-8e6a-e69bd857cbe5 2019-01-09 09:24:12,314 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919'}, 'domain_id': None, 'human_id': None, 'id': u'9f2f83bf84424524a7554b376f014919', 'HUMAN_ID': False}) 2019-01-09 09:24:12,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:24:12,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18d56b98-1a03-4843-85cb-9abd18852175 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9f2f83bf84424524a7554b376f014919", "links": {"self": "http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:24:12,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-18d56b98-1a03-4843-85cb-9abd18852175 2019-01-09 09:24:12,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0861430168152s 2019-01-09 09:24:12,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 09:24:12,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c8a5a0-c135-471c-928d-0d6589dea5d9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 09:24:12,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-63c8a5a0-c135-471c-928d-0d6589dea5d9 2019-01-09 09:24:12,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0787649154663s 2019-01-09 09:24:12,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:24:12,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebd8a02a-1067-42a1-806a-230041fd7267 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "links": {"self": "http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e"}, "domain_id": "default", "enabled": true, "id": "5eff0f799dbd4cc0bd84fa96a4eb691e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:24:12,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ebd8a02a-1067-42a1-806a-230041fd7267 2019-01-09 09:24:12,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0334429740906s 2019-01-09 09:24:12,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-ebd8a02a-1067-42a1-806a-230041fd7267 2019-01-09 09:24:12,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 09:24:12,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53d8011-1bcc-407e-a772-174bb20b0e91 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6"}, "enabled": true, "id": "abdcc671f5f6403b987b0cca711ef3f6", "parent_id": "default", "domain_id": "default", "name": "patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}]} 2019-01-09 09:24:12,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f53d8011-1bcc-407e-a772-174bb20b0e91 2019-01-09 09:24:12,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.080020904541s 2019-01-09 09:24:12,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-f53d8011-1bcc-407e-a772-174bb20b0e91 2019-01-09 09:24:12,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 09:24:12,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&scope.project.id=abdcc671f5f6403b987b0cca711ef3f6&role.id=9f2f83bf84424524a7554b376f014919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f02e71c-0145-4be3-b638-6e2cd0d3b217 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&scope.project.id=abdcc671f5f6403b987b0cca711ef3f6&role.id=9f2f83bf84424524a7554b376f014919", "previous": null, "next": null}} 2019-01-09 09:24:12,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&scope.project.id=abdcc671f5f6403b987b0cca711ef3f6&role.id=9f2f83bf84424524a7554b376f014919 used request id req-3f02e71c-0145-4be3-b638-6e2cd0d3b217 2019-01-09 09:24:12,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808730125427s 2019-01-09 09:24:12,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 09:24:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6/users/5eff0f799dbd4cc0bd84fa96a4eb691e/roles/9f2f83bf84424524a7554b376f014919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c27be895-a22c-43ee-a97a-fad329af3db7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:24:12,841 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6/users/5eff0f799dbd4cc0bd84fa96a4eb691e/roles/9f2f83bf84424524a7554b376f014919 used request id req-c27be895-a22c-43ee-a97a-fad329af3db7 2019-01-09 09:24:12,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.155788898468s 2019-01-09 09:24:12,842 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 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': '32e6b5bb-b90c-4494-b348-1cfdaf28c564', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'project_id': u'abdcc671f5f6403b987b0cca711ef3f6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 09:24:12,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 09:24:12,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 09:24:12,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 09:24:12,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 09:24:12,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 09:24:12,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 09:24:12,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 09:24:12,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 09:24:12,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 09:24:12,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 09:24:12,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 09:24:12,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 09:24:12,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 09:24:12,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 09:24:12,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 09:24:12,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 09:24:12,847 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'password': '32e6b5bb-b90c-4494-b348-1cfdaf28c564', 'project_name': 'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'abdcc671f5f6403b987b0cca711ef3f6', 'project_domain_name': 'Default'} 2019-01-09 09:24:12,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:24:12,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:12,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a92a1bc-8aca-4476-8073-3460ba1d3614 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9f2f83bf84424524a7554b376f014919", "links": {"self": "http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:24:12,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8a92a1bc-8aca-4476-8073-3460ba1d3614 2019-01-09 09:24:12,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834538936615s 2019-01-09 09:24:12,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:24:12,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e31445-54fa-4736-913f-67e9db6f0fb2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9f2f83bf84424524a7554b376f014919", "links": {"self": "http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:24:13,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-80e31445-54fa-4736-913f-67e9db6f0fb2 2019-01-09 09:24:13,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816240310669s 2019-01-09 09:24:13,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 09:24:13,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a321eb42-9414-4be9-86cc-d6a087ac17a3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 09:24:13,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-a321eb42-9414-4be9-86cc-d6a087ac17a3 2019-01-09 09:24:13,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0783021450043s 2019-01-09 09:24:13,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:24:13,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04994ab-a832-42fc-8467-42300b7fc036 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "links": {"self": "http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e"}, "domain_id": "default", "enabled": true, "id": "5eff0f799dbd4cc0bd84fa96a4eb691e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:24:13,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e04994ab-a832-42fc-8467-42300b7fc036 2019-01-09 09:24:13,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097589969635s 2019-01-09 09:24:13,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-e04994ab-a832-42fc-8467-42300b7fc036 2019-01-09 09:24:13,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 09:24:13,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8af19d3-de95-4701-8f7d-160118c72ee2 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6"}, "enabled": true, "id": "abdcc671f5f6403b987b0cca711ef3f6", "parent_id": "default", "domain_id": "default", "name": "patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}]} 2019-01-09 09:24:13,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-a8af19d3-de95-4701-8f7d-160118c72ee2 2019-01-09 09:24:13,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0821950435638s 2019-01-09 09:24:13,281 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-a8af19d3-de95-4701-8f7d-160118c72ee2 2019-01-09 09:24:13,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 09:24:13,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&scope.project.id=abdcc671f5f6403b987b0cca711ef3f6&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67b5a249-d478-4d6e-9809-e86232327e85 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&scope.project.id=abdcc671f5f6403b987b0cca711ef3f6&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 09:24:13,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&scope.project.id=abdcc671f5f6403b987b0cca711ef3f6&role.id=90eb365fdb174f538db9443457456df8 used request id req-67b5a249-d478-4d6e-9809-e86232327e85 2019-01-09 09:24:13,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.082906961441s 2019-01-09 09:24:13,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 09:24:13,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6/users/5eff0f799dbd4cc0bd84fa96a4eb691e/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b40d2847-58a1-47ed-a254-e66e4781b261 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:24:13,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6/users/5eff0f799dbd4cc0bd84fa96a4eb691e/roles/90eb365fdb174f538db9443457456df8 used request id req-b40d2847-58a1-47ed-a254-e66e4781b261 2019-01-09 09:24:13,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121560096741s 2019-01-09 09:24:13,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:24:13,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ba1ca6-eae5-456f-9f15-acdd18590d4a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9f2f83bf84424524a7554b376f014919", "links": {"self": "http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:24:13,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-53ba1ca6-eae5-456f-9f15-acdd18590d4a 2019-01-09 09:24:13,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.086599111557s 2019-01-09 09:24:13,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 09:24:13,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daaec38c-4fdf-4d8a-97d4-9a850cef7a65 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 09:24:13,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-daaec38c-4fdf-4d8a-97d4-9a850cef7a65 2019-01-09 09:24:13,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0772790908813s 2019-01-09 09:24:13,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:24:13,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82bfdb1c-ae90-4c6a-afe6-429ac8922b92 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "links": {"self": "http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e"}, "domain_id": "default", "enabled": true, "id": "5eff0f799dbd4cc0bd84fa96a4eb691e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:24:13,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-82bfdb1c-ae90-4c6a-afe6-429ac8922b92 2019-01-09 09:24:13,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987269878387s 2019-01-09 09:24:13,754 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-82bfdb1c-ae90-4c6a-afe6-429ac8922b92 2019-01-09 09:24:13,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 09:24:13,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44c3d19-609c-4581-98af-955bb1079a7f Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default", "previous": null, "next": null}} 2019-01-09 09:24:13,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=5eff0f799dbd4cc0bd84fa96a4eb691e&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default used request id req-a44c3d19-609c-4581-98af-955bb1079a7f 2019-01-09 09:24:13,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812158584595s 2019-01-09 09:24:13,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 09:24:13,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/5eff0f799dbd4cc0bd84fa96a4eb691e/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:24:13,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:24:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2419fd2-d284-497b-aadd-039002cded7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:24:13,960 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/5eff0f799dbd4cc0bd84fa96a4eb691e/roles/90eb365fdb174f538db9443457456df8 used request id req-a2419fd2-d284-497b-aadd-039002cded7d 2019-01-09 09:24:13,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118796825409s 2019-01-09 09:24:13,961 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 09:24:16,517 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-09 09:24:16.105 11309 INFO rally.deployment.engine [-] Deployment b30087ac-55c0-4740-bdcc-94c0f73fa656 | Starting: Destroy cloud and free allocated resources. 2019-01-09 09:24:16.205 11309 INFO rally.deployment.engine [-] Deployment b30087ac-55c0-4740-bdcc-94c0f73fa656 | Completed: Destroy cloud and free allocated resources. 2019-01-09 09:24:16.229 11309 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0) for deployment 'opnfv-rally'. 2019-01-09 09:24:16.243 11309 INFO rally.api [-] Deleting verification (UUID=20a0adb1-cf19-4ef4-b0bf-ac1204f1e72f). 2019-01-09 09:24:16.292 11309 INFO rally.api [-] Verification has been successfully deleted! 2019-01-09 09:24:16.292 11309 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0). 2019-01-09 09:24:16.298 11309 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-09 09:24:18,925 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 09:24:18.612 11312 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a8a150f5-71dc-4711-b05d-96feadb27618) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a8a150f5-71dc-4711-b05d-96feadb27618 | 2019-01-09T09:24:18 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a8a150f5-71dc-4711-b05d-96feadb27618 ~/.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 2019-01-09 09:24:22,185 - 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 | +-------------+----------------+-----------+ 2019-01-09 09:24:22,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 09:24:24,569 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-09 09:24:24.278 11318 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1f47a40e-472b-4b1a-8516-30ccf3cbb2d0). 2019-01-09 09:24:24.414 11318 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-09 09:24:27,813 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 09:24:26.555 11321 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 09:24:26.700 11321 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 09:24:27.675 11321 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) has been successfully created! Using verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) as the default verifier for the future CLI operations. 2019-01-09 09:24:30,745 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2019-01-09 09:24:30,746 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 09:24:30,869 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-09 09:24:30,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 09:24:30,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10be5d5-601c-4f26-a359-dfb0c57ec402 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 09:24:30,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f10be5d5-601c-4f26-a359-dfb0c57ec402 2019-01-09 09:24:30,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 09:24:31,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "9f2f83bf84424524a7554b376f014919", "name": "Member"}], "expires_at": "2019-01-09T10:24:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "abdcc671f5f6403b987b0cca711ef3f6", "name": "patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/abdcc671f5f6403b987b0cca711ef3f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/abdcc671f5f6403b987b0cca711ef3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/abdcc671f5f6403b987b0cca711ef3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/abdcc671f5f6403b987b0cca711ef3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/abdcc671f5f6403b987b0cca711ef3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/abdcc671f5f6403b987b0cca711ef3f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/abdcc671f5f6403b987b0cca711ef3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/abdcc671f5f6403b987b0cca711ef3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/abdcc671f5f6403b987b0cca711ef3f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/abdcc671f5f6403b987b0cca711ef3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/abdcc671f5f6403b987b0cca711ef3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/abdcc671f5f6403b987b0cca711ef3f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "id": "5eff0f799dbd4cc0bd84fa96a4eb691e"}, "audit_ids": ["ZUvF06J1S2GT8jeyfqQshQ"], "issued_at": "2019-01-09T09:24:31.000000Z"}} 2019-01-09 09:24:31,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:24:31,257 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 09 Jan 2019 09:24:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2019-01-09 09:24:31,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:24:31,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:24:31,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ff012aee-9d81-4c12-ad28-def7c8c82656 Date: Wed, 09 Jan 2019 09:24:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:24:31,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ff012aee-9d81-4c12-ad28-def7c8c82656 2019-01-09 09:24:31,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169460058212s 2019-01-09 09:24:31,431 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ff012aee-9d81-4c12-ad28-def7c8c82656 2019-01-09 09:24:31,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 09:24:31,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}' 2019-01-09 09:24:31,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82 X-Openstack-Request-Id: req-570916f9-0bd6-424e-80f5-06f27cb23ec0 Date: Wed, 09 Jan 2019 09:24:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file", "owner": "abdcc671f5f6403b987b0cca711ef3f6", "id": "64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "size": null, "self": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:24:31Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "checksum": null, "created_at": "2019-01-09T09:24:31Z", "protected": false} 2019-01-09 09:24:31,633 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-570916f9-0bd6-424e-80f5-06f27cb23ec0 2019-01-09 09:24:31,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.199649095535s 2019-01-09 09:24:31,634 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-570916f9-0bd6-424e-80f5-06f27cb23ec0 returning object 64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82 2019-01-09 09:24:31,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 09:24:31,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" -d '' 2019-01-09 09:24:33,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-171ff620-0ea4-43e6-a17d-fee1fb101fc9 Date: Wed, 09 Jan 2019 09:24:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:24:33,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file used request id req-171ff620-0ea4-43e6-a17d-fee1fb101fc9 2019-01-09 09:24:33,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.65061497688s 2019-01-09 09:24:33,285 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file used request id req-171ff620-0ea4-43e6-a17d-fee1fb101fc9 2019-01-09 09:24:33,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:24:33,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:24:33,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-3f7d3699-c2a2-4654-bede-f628ce530840 Date: Wed, 09 Jan 2019 09:24:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap", "metadata": {}}], "file": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file", "owner": "abdcc671f5f6403b987b0cca711ef3f6", "id": "64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "size": 12716032, "self": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:24:33Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:24:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:24:33,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-3f7d3699-c2a2-4654-bede-f628ce530840 2019-01-09 09:24:33,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164351940155s 2019-01-09 09:24:33,451 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-3f7d3699-c2a2-4654-bede-f628ce530840 2019-01-09 09:24:33,453 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap', u'metadata': Munch({})})], 'file': u'/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file', 'owner': u'abdcc671f5f6403b987b0cca711ef3f6', 'id': u'64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82', 'size': 12716032, u'self': u'/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'abdcc671f5f6403b987b0cca711ef3f6', 'name': 'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T09:24:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T09:24:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'created': u'2019-01-09T09:24:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T09:24:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 09:24:33,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 09:24:33,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 09:24:34,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24: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-a43a07ae-6976-4399-96e0-03a1c2f01cfd x-compute-request-id: req-a43a07ae-6976-4399-96e0-03a1c2f01cfd Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/cd4f389a-11c7-4302-a365-26af90784cc6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cd4f389a-11c7-4302-a365-26af90784cc6", "name": "patrole-flavor_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 09:24:34,023 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a43a07ae-6976-4399-96e0-03a1c2f01cfd 2019-01-09 09:24:34,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.569609880447s 2019-01-09 09:24:34,024 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-a43a07ae-6976-4399-96e0-03a1c2f01cfd returning object cd4f389a-11c7-4302-a365-26af90784cc6 2019-01-09 09:24:34,025 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_c20611da-a5dc-4ef5-82bf-368dfd0b5842', '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'a3475ec98a734cb2aeb418d350edd17b', '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'cd4f389a-11c7-4302-a365-26af90784cc6', 'swap': 0}) 2019-01-09 09:24:34,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 09:24:34,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6/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}04d25a385c50eb9963b99d106828e0ef2d250a4c" -d '{"extra_specs": {}}' 2019-01-09 09:24:34,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24: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-f4032af1-1391-4c12-a2ba-bd56563a04d0 x-compute-request-id: req-f4032af1-1391-4c12-a2ba-bd56563a04d0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 09:24:34,046 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6/os-extra_specs used request id req-f4032af1-1391-4c12-a2ba-bd56563a04d0 2019-01-09 09:24:34,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207300186157s 2019-01-09 09:24:34,047 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6/os-extra_specs used request id req-f4032af1-1391-4c12-a2ba-bd56563a04d0 2019-01-09 09:24:34,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:24:34,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:24:34,057 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 09:24: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 09:24:34,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:24:34,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d394780-cbf0-4885-909a-685558212ed5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9f2f83bf84424524a7554b376f014919", "links": {"self": "http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:24:34,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1d394780-cbf0-4885-909a-685558212ed5 2019-01-09 09:24:34,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0940399169922s 2019-01-09 09:24:34,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-09 09:24:34,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:24:34,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24: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-ee72688d-9771-4565-9f53-423b47cd02ff x-compute-request-id: req-ee72688d-9771-4565-9f53-423b47cd02ff Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 09:24:34,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-ee72688d-9771-4565-9f53-423b47cd02ff 2019-01-09 09:24:34,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192050933838s 2019-01-09 09:24:34,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-ee72688d-9771-4565-9f53-423b47cd02ff 2019-01-09 09:24:34,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:24:34,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:24:34,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-a03d4b96-7a4d-4e58-b90f-6c52972d57ad Date: Wed, 09 Jan 2019 09:24:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap", "metadata": {}}], "file": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file", "owner": "abdcc671f5f6403b987b0cca711ef3f6", "id": "64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "size": 12716032, "self": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:24:33Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:24:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:24:34,609 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a03d4b96-7a4d-4e58-b90f-6c52972d57ad 2019-01-09 09:24:34,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.269972085953s 2019-01-09 09:24:34,610 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a03d4b96-7a4d-4e58-b90f-6c52972d57ad 2019-01-09 09:24:34,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 09:24:34,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}' 2019-01-09 09:24:34,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea X-Openstack-Request-Id: req-828c5d19-05c3-48d7-9f37-e89056d0bbbf Date: Wed, 09 Jan 2019 09:24:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/file", "owner": "abdcc671f5f6403b987b0cca711ef3f6", "id": "59af6f3c-628f-4967-a4ce-602d49bfb2ea", "size": null, "self": "/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:24:34Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "checksum": null, "created_at": "2019-01-09T09:24:34Z", "protected": false} 2019-01-09 09:24:34,823 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-828c5d19-05c3-48d7-9f37-e89056d0bbbf 2019-01-09 09:24:34,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.211036920547s 2019-01-09 09:24:34,824 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-828c5d19-05c3-48d7-9f37-e89056d0bbbf returning object 59af6f3c-628f-4967-a4ce-602d49bfb2ea 2019-01-09 09:24:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 09:24:34,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" -d '' 2019-01-09 09:24:36,815 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2311507e-b546-4309-ba61-95fdd381a82a Date: Wed, 09 Jan 2019 09:24:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:24:36,815 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/file used request id req-2311507e-b546-4309-ba61-95fdd381a82a 2019-01-09 09:24:36,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.99034500122s 2019-01-09 09:24:36,815 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/file used request id req-2311507e-b546-4309-ba61-95fdd381a82a 2019-01-09 09:24:36,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:24:36,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:24:36,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-b2d6a41b-3f72-4a0f-8d09-b2cdaa6ab960 Date: Wed, 09 Jan 2019 09:24:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/snap", "metadata": {}}], "file": "/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/file", "owner": "abdcc671f5f6403b987b0cca711ef3f6", "id": "59af6f3c-628f-4967-a4ce-602d49bfb2ea", "size": 12716032, "self": "/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:24:36Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:24:34Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap", "metadata": {}}], "file": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file", "owner": "abdcc671f5f6403b987b0cca711ef3f6", "id": "64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "size": 12716032, "self": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:24:33Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:24:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:24:36,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b2d6a41b-3f72-4a0f-8d09-b2cdaa6ab960 2019-01-09 09:24:36,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.161795139313s 2019-01-09 09:24:36,978 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b2d6a41b-3f72-4a0f-8d09-b2cdaa6ab960 2019-01-09 09:24:36,981 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/snap', u'metadata': Munch({})})], 'file': u'/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/file', 'owner': u'abdcc671f5f6403b987b0cca711ef3f6', 'id': u'59af6f3c-628f-4967-a4ce-602d49bfb2ea', 'size': 12716032, u'self': u'/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'abdcc671f5f6403b987b0cca711ef3f6', 'name': 'patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T09:24:36Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T09:24:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', 'created': u'2019-01-09T09:24:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T09:24:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 09:24:36,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 09:24:36,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 09:24:37,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09: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-5581db21-6dcd-4c1b-976b-1b4d1a45bc22 x-compute-request-id: req-5581db21-6dcd-4c1b-976b-1b4d1a45bc22 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/72c5f737-a77f-4703-b728-dba649e5992e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/72c5f737-a77f-4703-b728-dba649e5992e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "72c5f737-a77f-4703-b728-dba649e5992e", "name": "patrole-flavor_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 09:24:37,033 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5581db21-6dcd-4c1b-976b-1b4d1a45bc22 2019-01-09 09:24:37,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0508320331573s 2019-01-09 09:24:37,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5581db21-6dcd-4c1b-976b-1b4d1a45bc22 returning object 72c5f737-a77f-4703-b728-dba649e5992e 2019-01-09 09:24:37,034 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', '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'a3475ec98a734cb2aeb418d350edd17b', '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'72c5f737-a77f-4703-b728-dba649e5992e', 'swap': 0}) 2019-01-09 09:24:37,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 09:24:37,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/72c5f737-a77f-4703-b728-dba649e5992e/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}04d25a385c50eb9963b99d106828e0ef2d250a4c" -d '{"extra_specs": {}}' 2019-01-09 09:24:37,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:24: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-dc12c3f7-0e46-425b-8c47-8889037770a7 x-compute-request-id: req-dc12c3f7-0e46-425b-8c47-8889037770a7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 09:24:37,056 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/72c5f737-a77f-4703-b728-dba649e5992e/os-extra_specs used request id req-dc12c3f7-0e46-425b-8c47-8889037770a7 2019-01-09 09:24:37,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210018157959s 2019-01-09 09:24:37,056 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/72c5f737-a77f-4703-b728-dba649e5992e/os-extra_specs used request id req-dc12c3f7-0e46-425b-8c47-8889037770a7 2019-01-09 09:24:37,057 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842', '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'a3475ec98a734cb2aeb418d350edd17b', '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'72c5f737-a77f-4703-b728-dba649e5992e', 'swap': 0}) 2019-01-09 09:24:40,180 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 09:24:39.127 11340 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) for deployment 'opnfv-rally' (UUID=a8a150f5-71dc-4711-b05d-96feadb27618). 2019-01-09 09:24:40.015 11340 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 09:24:40.017 11340 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) has been successfully configured for deployment 'opnfv-rally' (UUID=a8a150f5-71dc-4711-b05d-96feadb27618)! 2019-01-09 09:24:40,180 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 09:24:40,181 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 09:24:40,183 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 09:24:40,215 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-09 09:24:43,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-63d59d0c-f15a-4f19-aa86-9846668e3652/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) 2019-01-09 09:24:43,624 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 09:24:43,652 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 09:24:43,653 - 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']'. 2019-01-09 09:24:45,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 09:24:45.805 11349 INFO rally.api [-] Starting verification (UUID=628f6321-626f-4db5-9245-53764727562a) for deployment 'opnfv-rally' (UUID=a8a150f5-71dc-4711-b05d-96feadb27618) by verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652). 2019-01-09 09:24:45,806 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 628f6321-626f-4db5-9245-53764727562a 2019-01-09 09:27:20,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 628f6321-626f-4db5-9245-53764727562a 2019-01-09 09:27:20,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '628f6321-626f-4db5-9245-53764727562a']'. 2019-01-09 09:27:21,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 628f6321-626f-4db5-9245-53764727562a | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 09:24:45 | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 09:27:20 | 2019-01-09 09:27:21,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:35 | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 63d59d0c-f15a-4f19-aa86-9846668e3652) | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a8a150f5-71dc-4711-b05d-96feadb27618) | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2019-01-09 09:27:21,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.511 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 123 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2019-01-09 09:27:21,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 09:27:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 09:27:21,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 09:27:22,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 99.1935483871% 2019-01-09 09:27:22,273 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 09:27:22,274 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2019-01-09 09:27:22,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 09:27:22,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:27:24,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85c8aace-a459-4b02-8400-8b759171f515 Date: Wed, 09 Jan 2019 09:27:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:27:24,385 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea used request id req-85c8aace-a459-4b02-8400-8b759171f515 2019-01-09 09:27:24,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.10555505753s 2019-01-09 09:27:24,385 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/59af6f3c-628f-4967-a4ce-602d49bfb2ea used request id req-85c8aace-a459-4b02-8400-8b759171f515 2019-01-09 09:27:24,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 09:27:24,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:24,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ec9bd53-b3d0-4b9a-8486-03b1185cbbe1 x-compute-request-id: req-6ec9bd53-b3d0-4b9a-8486-03b1185cbbe1 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/72c5f737-a77f-4703-b728-dba649e5992e", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/72c5f737-a77f-4703-b728-dba649e5992e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "72c5f737-a77f-4703-b728-dba649e5992e", "name": "patrole-flavor_alt_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/cd4f389a-11c7-4302-a365-26af90784cc6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cd4f389a-11c7-4302-a365-26af90784cc6", "name": "patrole-flavor_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 09:27:24,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-6ec9bd53-b3d0-4b9a-8486-03b1185cbbe1 2019-01-09 09:27:24,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0393121242523s 2019-01-09 09:27:24,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-6ec9bd53-b3d0-4b9a-8486-03b1185cbbe1 2019-01-09 09:27:24,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 09:27:24,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/72c5f737-a77f-4703-b728-dba649e5992e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:24,488 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 09:27:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ede37fa0-e175-4a32-acf1-ef706ab06d5f x-compute-request-id: req-ede37fa0-e175-4a32-acf1-ef706ab06d5f Content-Length: 0 Content-Type: application/json 2019-01-09 09:27:24,489 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/72c5f737-a77f-4703-b728-dba649e5992e used request id req-ede37fa0-e175-4a32-acf1-ef706ab06d5f 2019-01-09 09:27:24,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0607671737671s 2019-01-09 09:27:24,489 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/72c5f737-a77f-4703-b728-dba649e5992e used request id req-ede37fa0-e175-4a32-acf1-ef706ab06d5f 2019-01-09 09:27:24,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 09:27:24,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:27:24,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-99312348-e19f-4423-85a4-7cf66711c31a Date: Wed, 09 Jan 2019 09:27:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap", "metadata": {}}], "file": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/file", "owner": "abdcc671f5f6403b987b0cca711ef3f6", "id": "64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "size": 12716032, "self": "/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T09:24:33Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T09:24:31Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 09:27:24,673 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-99312348-e19f-4423-85a4-7cf66711c31a 2019-01-09 09:27:24,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183335065842s 2019-01-09 09:27:24,673 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-99312348-e19f-4423-85a4-7cf66711c31a 2019-01-09 09:27:24,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 09:27:24,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}88f3b2bded47030b458d5bac6ed62b7d9ce6cf11" 2019-01-09 09:27:26,893 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8018a54b-9b7a-444c-93ee-7caaf3975c04 Date: Wed, 09 Jan 2019 09:27:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 09:27:26,893 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82 used request id req-8018a54b-9b7a-444c-93ee-7caaf3975c04 2019-01-09 09:27:26,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.21867203712s 2019-01-09 09:27:26,894 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/64b84e50-68ea-4ffa-9faf-ff6dfb9b0c82 used request id req-8018a54b-9b7a-444c-93ee-7caaf3975c04 2019-01-09 09:27:26,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 09:27:26,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:26,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e937de9-96da-48ac-a134-da710cc8b509 x-compute-request-id: req-3e937de9-96da-48ac-a134-da710cc8b509 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/cd4f389a-11c7-4302-a365-26af90784cc6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cd4f389a-11c7-4302-a365-26af90784cc6", "name": "patrole-flavor_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 09:27:26,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-3e937de9-96da-48ac-a134-da710cc8b509 2019-01-09 09:27:26,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0307891368866s 2019-01-09 09:27:26,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-3e937de9-96da-48ac-a134-da710cc8b509 2019-01-09 09:27:26,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 09:27:26,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:26,965 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 09:27:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ab4c0df0-79ee-41dc-9514-4a28fb970bfe x-compute-request-id: req-ab4c0df0-79ee-41dc-9514-4a28fb970bfe Content-Length: 0 Content-Type: application/json 2019-01-09 09:27:26,965 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6 used request id req-ab4c0df0-79ee-41dc-9514-4a28fb970bfe 2019-01-09 09:27:26,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0385251045227s 2019-01-09 09:27:26,966 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/cd4f389a-11c7-4302-a365-26af90784cc6 used request id req-ab4c0df0-79ee-41dc-9514-4a28fb970bfe 2019-01-09 09:27:26,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:27:26,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:27,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-149d898e-1b61-46fd-a9a2-9fd3086b23d3 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842", "links": {"self": "http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e"}, "domain_id": "default", "enabled": true, "id": "5eff0f799dbd4cc0bd84fa96a4eb691e", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 09:27:27,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-149d898e-1b61-46fd-a9a2-9fd3086b23d3 2019-01-09 09:27:27,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0953760147095s 2019-01-09 09:27:27,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-149d898e-1b61-46fd-a9a2-9fd3086b23d3 2019-01-09 09:27:27,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 09:27:27,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:27,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58aacad4-f57e-40c8-a1cb-687bec266be5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e"}, "enabled": true, "id": "5eff0f799dbd4cc0bd84fa96a4eb691e", "options": {}, "domain_id": "default", "name": "patrole-user_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}} 2019-01-09 09:27:27,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e used request id req-58aacad4-f57e-40c8-a1cb-687bec266be5 2019-01-09 09:27:27,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100658178329s 2019-01-09 09:27:27,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e used request id req-58aacad4-f57e-40c8-a1cb-687bec266be5 2019-01-09 09:27:27,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 09:27:27,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:27,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62439136-5a73-4e08-bdca-7e2066ab602c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:27:27,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e used request id req-62439136-5a73-4e08-bdca-7e2066ab602c 2019-01-09 09:27:27,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.182778120041s 2019-01-09 09:27:27,353 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/5eff0f799dbd4cc0bd84fa96a4eb691e used request id req-62439136-5a73-4e08-bdca-7e2066ab602c 2019-01-09 09:27:27,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 09:27:27,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:27,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d720f05a-acaa-4f0c-8e46-2dad1d779dc5 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6"}, "enabled": true, "id": "abdcc671f5f6403b987b0cca711ef3f6", "parent_id": "default", "domain_id": "default", "name": "patrole-project_c20611da-a5dc-4ef5-82bf-368dfd0b5842"}]} 2019-01-09 09:27:27,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d720f05a-acaa-4f0c-8e46-2dad1d779dc5 2019-01-09 09:27:27,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0792109966278s 2019-01-09 09:27:27,433 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-d720f05a-acaa-4f0c-8e46-2dad1d779dc5 2019-01-09 09:27:27,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 09:27:27,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:27,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9411beda-3f93-4b05-8238-9a064aff5c59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:27:27,597 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6 used request id req-9411beda-3f93-4b05-8238-9a064aff5c59 2019-01-09 09:27:27,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161950111389s 2019-01-09 09:27:27,597 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/abdcc671f5f6403b987b0cca711ef3f6 used request id req-9411beda-3f93-4b05-8238-9a064aff5c59 2019-01-09 09:27:27,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 09:27:27,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:27,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567c28cb-ab56-448f-9b7f-1343413833e9 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9f2f83bf84424524a7554b376f014919", "links": {"self": "http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 09:27:27,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-567c28cb-ab56-448f-9b7f-1343413833e9 2019-01-09 09:27:27,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836770534515s 2019-01-09 09:27:27,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 09:27:27,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:27,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 09:27:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29588587-1f10-49c9-9f99-69bde329598f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 09:27:27,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/9f2f83bf84424524a7554b376f014919 used request id req-29588587-1f10-49c9-9f99-69bde329598f 2019-01-09 09:27:27,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.132005214691s 2019-01-09 09:27:27,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 09:27:27,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=abdcc671f5f6403b987b0cca711ef3f6&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}04d25a385c50eb9963b99d106828e0ef2d250a4c" 2019-01-09 09:27:28,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3d9a9077-edb9-4b3e-b554-677538598980 Date: Wed, 09 Jan 2019 09:27:28 GMT RESP BODY: {"security_groups": []} 2019-01-09 09:27:28,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=abdcc671f5f6403b987b0cca711ef3f6&name=default used request id req-3d9a9077-edb9-4b3e-b554-677538598980 2019-01-09 09:27:28,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193435907364s 2019-01-09 09:27:28,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=abdcc671f5f6403b987b0cca711ef3f6&name=default used request id req-3d9a9077-edb9-4b3e-b554-677538598980 2019-01-09 09:27:28,013 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2019-01-09 09:27:28,068 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2019-01-09 09:27:29,090 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2019-01-09 09:27:29,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 09:27:29,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 09:27:29,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 09:27:29,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 09:27:29,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 09:27:29,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 09:27:29,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 09:27:29,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 09:27:29,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 09:27:29,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 09:27:29,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 09:27:29,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 09:27:29,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2019-01-09 09:27:29,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 09:27:29,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36eae464-bfa7-4ac0-a13b-091c550c36a4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 09:27:29,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-36eae464-bfa7-4ac0-a13b-091c550c36a4 2019-01-09 09:27:29,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 09:27:29,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T10:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["2YR9MY0oTY67lZotztBX0g"], "issued_at": "2019-01-09T09:27:29.000000Z"}} 2019-01-09 09:27:29,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}b529440f157e97e59761b96823c127786a00e3cc" 2019-01-09 09:27:29,583 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 09:27: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 09:27:29,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b529440f157e97e59761b96823c127786a00e3cc" 2019-01-09 09:27:29,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2156a0d-1f92-4153-9cc5-b38ebb3a3078 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.30:5000/v3/services/1bff7fb5e6534947b3b251e2d7325d99"}, "enabled": true, "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.30:5000/v3/services/5a9dd7970b424aa9b0075be327d3e3c1"}, "enabled": true, "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.30:5000/v3/services/5af4b4f7bf5246a49b96fa1cf9d0771d"}, "enabled": true, "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.30:5000/v3/services/62a9928ae58244f0895c87d4321684a8"}, "enabled": true, "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.30:5000/v3/services/7638b04fd1a942a18fd341c577ad2d2a"}, "enabled": true, "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.30:5000/v3/services/7d2fac3d6dd14d99933b816628ed20cf"}, "enabled": true, "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.30:5000/v3/services/887b3a3790f54367abb30ebf0e2cd9c0"}, "enabled": true, "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.30:5000/v3/services/8a11b37c9f534ffb9da704fd025e149d"}, "enabled": true, "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.30:5000/v3/services/a01d08a97146490593ac252a7de81ce7"}, "enabled": true, "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.30:5000/v3/services/b87b5be451a14e41a7427758bd62f727"}, "enabled": true, "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.30:5000/v3/services/c44213901db249fabcf6eed376ccada6"}, "enabled": true, "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.30:5000/v3/services/db15ee0d34a24d55b043c725e79b8b0e"}, "enabled": true, "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.30:5000/v3/services/dc70fd1e6b97451bbacd1b1ba33e2bb2"}, "enabled": true, "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.30:5000/v3/services/e6f41843008947d69d43ee72cd27b716"}, "enabled": true, "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.30:5000/v3/services/f28e794b870548f990de17f79cdabc4c"}, "enabled": true, "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "links": {"self": "http://172.30.9.30:5000/v3/services", "previous": null, "next": null}} 2019-01-09 09:27:29,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/services used request id req-c2156a0d-1f92-4153-9cc5-b38ebb3a3078 2019-01-09 09:27:29,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.574939966202s 2019-01-09 09:27:29,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2019-01-09 09:27:29,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b529440f157e97e59761b96823c127786a00e3cc" 2019-01-09 09:27:29,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 09:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8f1a2a4-5d20-462a-a8fd-441664a1df85 Content-Encoding: gzip Content-Length: 1963 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/06469d8399e94bea82f69f3d8b88fa9e"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "887b3a3790f54367abb30ebf0e2cd9c0", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0bcfd6bf5da843fca3821b7c90b451e7"}, "url": "http://192.30.9.5:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e6f41843008947d69d43ee72cd27b716", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0e1a4741dc9743dcad06f4ba35dda9c1"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "db15ee0d34a24d55b043c725e79b8b0e", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/111acdc8564b4997a2aa44407ef26fb7"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a01d08a97146490593ac252a7de81ce7", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1d12e7478ecd4373a80b7e72665e440c"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1bff7fb5e6534947b3b251e2d7325d99", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1d79c9708b7e44029f7e1837e9ccff4b"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7638b04fd1a942a18fd341c577ad2d2a", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2473c5224dbb4faf9376b6ed026cb352"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8a11b37c9f534ffb9da704fd025e149d", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2a14434a57204028a59be0587a51e767"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "id": "2a14434a57204028a59be0587a51e767"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2cf99f8b0be94bd8a8f820e81e3cbc0a"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a9dd7970b424aa9b0075be327d3e3c1", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2d285d54abd24ad4896b31c09767acb6"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c44213901db249fabcf6eed376ccada6", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2eb3470fd0d44410abb307353da98a99"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8a11b37c9f534ffb9da704fd025e149d", "id": "2eb3470fd0d44410abb307353da98a99"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/32530015765f443e93d59d75caf5bd57"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a01d08a97146490593ac252a7de81ce7", "id": "32530015765f443e93d59d75caf5bd57"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/372ca4a462af4b48a2cef0d27d5a8ede"}, "url": "http://192.30.9.5:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b87b5be451a14e41a7427758bd62f727", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4499baa58d814a2682d2f4ac8712716c"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7638b04fd1a942a18fd341c577ad2d2a", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/46232691c9f543e2a1283c172852e011"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7d2fac3d6dd14d99933b816628ed20cf", "id": "46232691c9f543e2a1283c172852e011"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4d70085b6ba4476e935a439eeab7853a"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5120d4efadb44f28a26d24b5ccb8a5de"}, "url": "http://192.30.9.5:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e6f41843008947d69d43ee72cd27b716", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5a0ab20bb0544656842ac644def1d1e9"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62a9928ae58244f0895c87d4321684a8", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5c4aedeaa1964226b587d57209586457"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "id": "5c4aedeaa1964226b587d57209586457"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6fbeb34d39794e9d9fb2c59bb4100795"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1bff7fb5e6534947b3b251e2d7325d99", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/7033faf24595460fb1ba6816ac5923c5"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a9dd7970b424aa9b0075be327d3e3c1", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/747aa1dee8ce4bf7ac1a238a18f370b1"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7d2fac3d6dd14d99933b816628ed20cf", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9aceccc6b4ef4e58a7dc622455446070"}, "url": "http://192.30.9.5:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b87b5be451a14e41a7427758bd62f727", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9b52ac3fd57346eb8ca6a73519127c26"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c44213901db249fabcf6eed376ccada6", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a293c90a3a484d6ea6e6e2eb9df2cfad"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "887b3a3790f54367abb30ebf0e2cd9c0", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b6805e6af2424ff2b0a050e83ac72755"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b6bfd231bb20454d90f7d28d2c08e0cc"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8a11b37c9f534ffb9da704fd025e149d", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bd3c82ddcf294b06954ab6fe6a623f31"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a9dd7970b424aa9b0075be327d3e3c1", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c12ebb03e3024fd0a63e3e6f6842dedc"}, "url": "http://172.30.9.30:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b87b5be451a14e41a7427758bd62f727", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c407dfa3c0334535b28d3dc8cb582308"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a01d08a97146490593ac252a7de81ce7", "id": "c407dfa3c0334535b28d3dc8cb582308"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c49e22f0afd04f4dbf47660acf910000"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7638b04fd1a942a18fd341c577ad2d2a", "id": "c49e22f0afd04f4dbf47660acf910000"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c9e9acae5cf145c9a93627a731f0fc90"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "db15ee0d34a24d55b043c725e79b8b0e", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ca21603e1f4a42a0a884aa68db94dc73"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62a9928ae58244f0895c87d4321684a8", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e244f6d8ddb64c268d84146e065b75dd"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1bff7fb5e6534947b3b251e2d7325d99", "id": "e244f6d8ddb64c268d84146e065b75dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e6a205eb935745809ab2aeaeb4086062"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "id": "e6a205eb935745809ab2aeaeb4086062"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ed8a6ca6b8ee4e1fb3750840f7efe9c8"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "db15ee0d34a24d55b043c725e79b8b0e", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/eeb41a545c1f44cfb7d5f7c160ae4f0e"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f0452c9d38fd4f58ad89c9dbc5d9e949"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c44213901db249fabcf6eed376ccada6", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f1a58c424f054e2d8e4b98c60ad10e1d"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62a9928ae58244f0895c87d4321684a8", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f759fe6d57934804963a8faa62d55f9e"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7d2fac3d6dd14d99933b816628ed20cf", "id": "f759fe6d57934804963a8faa62d55f9e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fd241e3463864c24b9d6a6bbcec294ea"}, "url": "http://172.30.9.30:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e6f41843008947d69d43ee72cd27b716", "id": "fd241e3463864c24b9d6a6bbcec294ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fe8d3a39b76a4f7db185ebc876d54260"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "887b3a3790f54367abb30ebf0e2cd9c0", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2019-01-09 09:27:29,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-b8f1a2a4-5d20-462a-a8fd-441664a1df85 2019-01-09 09:27:29,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0859551429749s 2019-01-09 09:27:50,011 - 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 2019-01-09 09:27:50,057 - xtesting.core.robotframework - INFO - Results were successfully parsed 2019-01-09 09:27:50,343 - xtesting.core.robotframework - INFO - Results were successfully generated 2019-01-09 09:27:50,457 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 09:27:50,457 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-09 09:27:50,511 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2019-01-09 09:27:52,915 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 09:27:55,094 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-09 09:27:55,094 - openstack_tests - INFO - OS Credentials = > 2019-01-09 09:27:55,928 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-09 09:27:55,928 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2019-01-09 09:27:57,263 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-591b18ff-f52d-4b1-proj 2019-01-09 09:27:58,246 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-591b18ff-f52d-4b1-user 2019-01-09 09:27:58,444 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-591b18ff-f52d-4b1-proj-role 2019-01-09 09:27:58,535 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-591b18ff-f52d-4b1-proj-role to project CreateSecurityGroupTests-591b18ff-f52d-4b1-proj 2019-01-09 09:27:59,478 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-d8891a4f-b045-4243-bfcc-19bc2b06a210name... 2019-01-09 09:27:59,478 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-d8891a4f-b045-4243-bfcc-19bc2b06a210name 2019-01-09 09:27:59,900 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:00,086 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:00,114 - neutron_utils - INFO - Retrieving security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:00,202 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:00,230 - neutron_utils - INFO - Retrieving security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:00,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:00,605 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d8891a4f-b045-4243-bfcc-19bc2b06a210name 2019-01-09 09:28:00,885 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:01,248 - neutron_utils - INFO - Retrieving security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:01,439 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:02,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:02,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:02,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:02,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:03,132 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d8891a4f-b045-4243-bfcc-19bc2b06a210name 2019-01-09 09:28:03,264 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:03,630 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3114354-ae09-49a5-a393-a3c3e71aea51 2019-01-09 09:28:03,808 - neutron_utils - INFO - Deleting security group rule with ID - 1b536064-f726-4379-b41b-d6916d9da85f 2019-01-09 09:28:04,064 - neutron_utils - INFO - Deleting security group rule with ID - 02610c1a-063f-45e3-a120-532e215ff8eb 2019-01-09 09:28:04,344 - neutron_utils - INFO - Deleting security group rule with ID - 8e6803d7-8c47-4a15-a590-43eccc3fe1af 2019-01-09 09:28:04,458 - neutron_utils - INFO - Deleting security group rule with ID - edde990d-a949-4405-89b8-6196be6810e6 2019-01-09 09:28:04,721 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-d8891a4f-b045-4243-bfcc-19bc2b06a210name 2019-01-09 09:28:05,714 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 78c327b4-54df-49fc-9608-88d0dcee87e9 2019-01-09 09:28:05,933 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:28:06,249 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-591b18ff-f52d-4b1-proj 2019-01-09 09:28:06,526 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-591b18ff-f52d-4b1-proj-role 2019-01-09 09:28:06,743 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-591b18ff-f52d-4b1-user 2019-01-09 09:28:08,198 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f47fb9b8-4a0a-4c3-proj 2019-01-09 09:28:09,264 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f47fb9b8-4a0a-4c3-user 2019-01-09 09:28:09,461 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f47fb9b8-4a0a-4c3-proj-role 2019-01-09 09:28:09,482 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f47fb9b8-4a0a-4c3-proj-role to project CreateSecurityGroupTests-f47fb9b8-4a0a-4c3-proj 2019-01-09 09:28:10,394 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-a217262a-ea75-4ea0-8acf-a8cd5db7ffcaname... 2019-01-09 09:28:10,394 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-a217262a-ea75-4ea0-8acf-a8cd5db7ffcaname 2019-01-09 09:28:10,756 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c08b60b2-ebe8-4827-8ccd-723cff99392f 2019-01-09 09:28:10,934 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c08b60b2-ebe8-4827-8ccd-723cff99392f 2019-01-09 09:28:10,964 - neutron_utils - INFO - Retrieving security group with ID - c08b60b2-ebe8-4827-8ccd-723cff99392f 2019-01-09 09:28:11,171 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c08b60b2-ebe8-4827-8ccd-723cff99392f 2019-01-09 09:28:11,340 - neutron_utils - INFO - Retrieving security group with ID - c08b60b2-ebe8-4827-8ccd-723cff99392f 2019-01-09 09:28:11,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c08b60b2-ebe8-4827-8ccd-723cff99392f 2019-01-09 09:28:11,727 - neutron_utils - INFO - Retrieving security group with ID - c08b60b2-ebe8-4827-8ccd-723cff99392f 2019-01-09 09:28:12,028 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c08b60b2-ebe8-4827-8ccd-723cff99392f 2019-01-09 09:28:12,056 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-a217262a-ea75-4ea0-8acf-a8cd5db7ffcaname 2019-01-09 09:28:12,978 - neutron_utils - INFO - Deleting security group rule with ID - 4cc5e7a5-7775-4387-bfff-6e5ac51d872a 2019-01-09 09:28:13,013 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 4cc5e7a5-7775-4387-bfff-6e5ac51d872a does not exist Neutron server returns request_ids: ['req-b7b68df4-9491-4f3d-ad12-5561c6094f7b'] 2019-01-09 09:28:13,013 - neutron_utils - INFO - Deleting security group rule with ID - 2a9e3977-46fb-4e1b-a7e2-2630e8df5c57 2019-01-09 09:28:13,210 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 2a9e3977-46fb-4e1b-a7e2-2630e8df5c57 does not exist Neutron server returns request_ids: ['req-4e1397e0-722a-4397-9f2a-c2d917874719'] 2019-01-09 09:28:13,210 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-a217262a-ea75-4ea0-8acf-a8cd5db7ffcaname 2019-01-09 09:28:13,389 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group c08b60b2-ebe8-4827-8ccd-723cff99392f does not exist Neutron server returns request_ids: ['req-a0d95308-2d52-4ceb-bf90-b2abd4ed6689'] 2019-01-09 09:28:13,983 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d11d530f-1fec-4ac7-adb7-6d94f1bcca65 2019-01-09 09:28:14,151 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:28:14,547 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f47fb9b8-4a0a-4c3-proj 2019-01-09 09:28:14,944 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f47fb9b8-4a0a-4c3-proj-role 2019-01-09 09:28:15,137 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f47fb9b8-4a0a-4c3-user 2019-01-09 09:28:16,516 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-1cb96618-cf02-45a-proj 2019-01-09 09:28:17,581 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-1cb96618-cf02-45a-user 2019-01-09 09:28:17,779 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-1cb96618-cf02-45a-proj-role 2019-01-09 09:28:17,873 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-1cb96618-cf02-45a-proj-role to project CreateSecurityGroupTests-1cb96618-cf02-45a-proj 2019-01-09 09:28:18,746 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-493e11d7-9873-471c-850e-23311b53ffa0name... 2019-01-09 09:28:18,746 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-493e11d7-9873-471c-850e-23311b53ffa0name 2019-01-09 09:28:19,427 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:19,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:19,794 - neutron_utils - INFO - Retrieving security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:19,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:20,162 - neutron_utils - INFO - Retrieving security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:20,361 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:20,536 - neutron_utils - INFO - Retrieving security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:20,750 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:21,586 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:21,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:22,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:22,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:23,033 - neutron_utils - INFO - Retrieving security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:23,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbb04ac6-cf06-4732-8d19-816b62246a69 2019-01-09 09:28:23,448 - neutron_utils - INFO - Deleting security group rule with ID - 8f358a9b-ea3c-468e-9f38-f38437db6f0d 2019-01-09 09:28:23,554 - neutron_utils - INFO - Deleting security group rule with ID - d2a6cafe-b3eb-423e-94de-700cffc5f9ad 2019-01-09 09:28:23,796 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-493e11d7-9873-471c-850e-23311b53ffa0name 2019-01-09 09:28:24,418 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13f07cd4-c432-48e0-9278-2e9f85027836 2019-01-09 09:28:24,587 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:28:24,910 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-1cb96618-cf02-45a-proj 2019-01-09 09:28:25,183 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-1cb96618-cf02-45a-proj-role 2019-01-09 09:28:25,389 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-1cb96618-cf02-45a-user 2019-01-09 09:28:26,947 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-e0cb6c4d-db95-468-proj 2019-01-09 09:28:28,096 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-e0cb6c4d-db95-468-user 2019-01-09 09:28:28,287 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-e0cb6c4d-db95-468-proj-role 2019-01-09 09:28:28,377 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-e0cb6c4d-db95-468-proj-role to project CreateSecurityGroupTests-e0cb6c4d-db95-468-proj 2019-01-09 09:28:29,174 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c5b0199e-3c3c-464e-ad49-6d6afe07c3a8name... 2019-01-09 09:28:29,174 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c5b0199e-3c3c-464e-ad49-6d6afe07c3a8name 2019-01-09 09:28:29,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:29,965 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:30,147 - neutron_utils - INFO - Retrieving security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:30,405 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:30,431 - neutron_utils - INFO - Retrieving security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:30,482 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:30,505 - neutron_utils - INFO - Retrieving security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:30,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:31,394 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:31,566 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88cec368-08b0-4f1d-b84f-3c925a7a99ff 2019-01-09 09:28:31,754 - neutron_utils - INFO - Deleting security group rule with ID - c4b2fb96-6f94-4c8b-aa0d-7c1b616b2909 2019-01-09 09:28:32,022 - neutron_utils - INFO - Deleting security group rule with ID - 82026696-667f-4fa7-b14a-456e5bdd3cc2 2019-01-09 09:28:32,287 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c5b0199e-3c3c-464e-ad49-6d6afe07c3a8name 2019-01-09 09:28:33,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62f252c3-67d2-4100-b1ab-5acfdb90aaa1 2019-01-09 09:28:33,222 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:28:33,563 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-e0cb6c4d-db95-468-proj 2019-01-09 09:28:33,859 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-e0cb6c4d-db95-468-proj-role 2019-01-09 09:28:34,096 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-e0cb6c4d-db95-468-user 2019-01-09 09:28:35,761 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-bb7f84c7-e227-424-proj 2019-01-09 09:28:36,875 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-bb7f84c7-e227-424-user 2019-01-09 09:28:37,096 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-bb7f84c7-e227-424-proj-role 2019-01-09 09:28:37,186 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-bb7f84c7-e227-424-proj-role to project CreateSecurityGroupTests-bb7f84c7-e227-424-proj 2019-01-09 09:28:38,125 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-d9d65a2b-e8ff-4cfb-8d96-dc7cb993e63dname... 2019-01-09 09:28:38,125 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-d9d65a2b-e8ff-4cfb-8d96-dc7cb993e63dname 2019-01-09 09:28:38,576 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:38,776 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:38,949 - neutron_utils - INFO - Retrieving security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:39,185 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:39,214 - neutron_utils - INFO - Retrieving security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:39,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:39,588 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-d9d65a2b-e8ff-4cfb-8d96-dc7cb993e63dname 2019-01-09 09:28:39,883 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:40,241 - neutron_utils - INFO - Retrieving security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:40,434 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:41,266 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:41,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:41,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:42,067 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:42,519 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83b4d7ac-e97a-4522-be8f-aa5da057cc14 2019-01-09 09:28:42,699 - neutron_utils - INFO - Deleting security group rule with ID - efbbd620-2b9b-423a-a081-d9f38b390e21 2019-01-09 09:28:42,997 - neutron_utils - INFO - Deleting security group rule with ID - 490f4018-eb6b-4c72-aeb8-874f4b73f622 2019-01-09 09:28:43,252 - neutron_utils - INFO - Deleting security group rule with ID - 7da05e44-b6c5-40c0-bf87-4252ac48f50b 2019-01-09 09:28:43,570 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-d9d65a2b-e8ff-4cfb-8d96-dc7cb993e63dname 2019-01-09 09:28:44,279 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f85ce8b7-5a97-4d5c-ac43-7dc2057ac0bc 2019-01-09 09:28:44,448 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:28:44,763 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-bb7f84c7-e227-424-proj 2019-01-09 09:28:45,070 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-bb7f84c7-e227-424-proj-role 2019-01-09 09:28:45,325 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-bb7f84c7-e227-424-user 2019-01-09 09:28:46,767 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-dff7eb66-a4d9-4d4-proj 2019-01-09 09:28:47,827 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-dff7eb66-a4d9-4d4-user 2019-01-09 09:28:48,024 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-dff7eb66-a4d9-4d4-proj-role 2019-01-09 09:28:48,117 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-dff7eb66-a4d9-4d4-proj-role to project CreateSecurityGroupTests-dff7eb66-a4d9-4d4-proj 2019-01-09 09:28:49,024 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7275c4ec-2123-43a7-95b2-632eb6172e8cname... 2019-01-09 09:28:49,024 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7275c4ec-2123-43a7-95b2-632eb6172e8cname 2019-01-09 09:28:49,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:49,647 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:49,676 - neutron_utils - INFO - Retrieving security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:49,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:50,063 - neutron_utils - INFO - Retrieving security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:50,291 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:50,459 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7275c4ec-2123-43a7-95b2-632eb6172e8cname 2019-01-09 09:28:50,531 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:50,900 - neutron_utils - INFO - Retrieving security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:51,100 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:51,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:51,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:52,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:52,478 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:52,560 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d111a99-7dc3-4382-b1a5-94920f3710a3 2019-01-09 09:28:52,740 - neutron_utils - INFO - Deleting security group rule with ID - cd7d2dd9-ea44-4ec5-a440-8d27a726fcc6 2019-01-09 09:28:52,997 - neutron_utils - INFO - Deleting security group rule with ID - 5438188c-f85d-43c8-9f40-a962a376dc40 2019-01-09 09:28:53,257 - neutron_utils - INFO - Deleting security group rule with ID - a2b60366-eeaf-4e11-9379-924fadd967d7 2019-01-09 09:28:53,518 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7275c4ec-2123-43a7-95b2-632eb6172e8cname 2019-01-09 09:28:54,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a75b6cdd-8c09-4ce2-b3b4-7d59bfaca960 2019-01-09 09:28:54,581 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:28:54,888 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-dff7eb66-a4d9-4d4-proj 2019-01-09 09:28:55,166 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-dff7eb66-a4d9-4d4-proj-role 2019-01-09 09:28:55,379 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-dff7eb66-a4d9-4d4-user 2019-01-09 09:28:56,803 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-4ef2c9a6-e66a-490-proj 2019-01-09 09:28:57,911 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-4ef2c9a6-e66a-490-user 2019-01-09 09:28:58,108 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-4ef2c9a6-e66a-490-proj-role 2019-01-09 09:28:58,129 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-4ef2c9a6-e66a-490-proj-role to project CreateSecurityGroupTests-4ef2c9a6-e66a-490-proj 2019-01-09 09:28:59,062 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-5a964544-6ea5-4788-bb6e-c1ce0b93eb69name... 2019-01-09 09:28:59,062 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-5a964544-6ea5-4788-bb6e-c1ce0b93eb69name 2019-01-09 09:28:59,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:28:59,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:00,008 - neutron_utils - INFO - Retrieving security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:00,202 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:00,382 - neutron_utils - INFO - Retrieving security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:00,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:00,657 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5a964544-6ea5-4788-bb6e-c1ce0b93eb69name 2019-01-09 09:29:00,948 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:01,476 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5a964544-6ea5-4788-bb6e-c1ce0b93eb69name 2019-01-09 09:29:01,609 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:02,122 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-5a964544-6ea5-4788-bb6e-c1ce0b93eb69name 2019-01-09 09:29:02,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:02,912 - neutron_utils - INFO - Retrieving security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:02,965 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:03,590 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:03,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:04,126 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:04,536 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:04,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:05,173 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:05,566 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:05,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:06,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:06,479 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:06,712 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:07,099 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 79f79a0d-4210-42e6-a628-e88faa9e3a3a 2019-01-09 09:29:07,276 - neutron_utils - INFO - Deleting security group rule with ID - 099aac24-36aa-45be-a272-1c2d634eef41 2019-01-09 09:29:07,387 - neutron_utils - INFO - Deleting security group rule with ID - 1da30078-d6d0-4f64-af87-cdfde9bd66e7 2019-01-09 09:29:07,507 - neutron_utils - INFO - Deleting security group rule with ID - 5baef889-0f7d-4e08-8c3e-85f056860d87 2019-01-09 09:29:07,775 - neutron_utils - INFO - Deleting security group rule with ID - 2eb007f0-7ed4-4045-8c67-d471a122da4a 2019-01-09 09:29:08,022 - neutron_utils - INFO - Deleting security group rule with ID - b47e2cb4-9969-45a3-9cda-0ab9e6bc71b0 2019-01-09 09:29:08,130 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-5a964544-6ea5-4788-bb6e-c1ce0b93eb69name 2019-01-09 09:29:08,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3027b9c9-ca13-4919-a81f-aec2b153154d 2019-01-09 09:29:08,890 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:29:09,200 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-4ef2c9a6-e66a-490-proj 2019-01-09 09:29:09,446 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-4ef2c9a6-e66a-490-proj-role 2019-01-09 09:29:09,655 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-4ef2c9a6-e66a-490-user 2019-01-09 09:29:11,121 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-c0c7f3b8-2aaa-4b9-proj 2019-01-09 09:29:12,162 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-c0c7f3b8-2aaa-4b9-user 2019-01-09 09:29:12,450 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-c0c7f3b8-2aaa-4b9-proj-role 2019-01-09 09:29:12,472 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-c0c7f3b8-2aaa-4b9-proj-role to project CreateSecurityGroupTests-c0c7f3b8-2aaa-4b9-proj 2019-01-09 09:29:13,376 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-05c6bb81-81b1-48df-8cf8-363dfab8dee5name... 2019-01-09 09:29:13,376 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-05c6bb81-81b1-48df-8cf8-363dfab8dee5name 2019-01-09 09:29:13,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:13,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:14,117 - neutron_utils - INFO - Retrieving security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:14,317 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:14,488 - neutron_utils - INFO - Retrieving security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:14,677 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:14,866 - neutron_utils - INFO - Retrieving security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:14,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:15,520 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:15,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e6ec950-6d8e-4466-b886-40d7aa63ba0d 2019-01-09 09:29:15,872 - neutron_utils - INFO - Deleting security group rule with ID - 4007683a-e263-4dc2-9704-7877e8b1d0d0 2019-01-09 09:29:16,126 - neutron_utils - INFO - Deleting security group rule with ID - de47a0c1-d754-4e86-9ce4-7541f1fb2b14 2019-01-09 09:29:16,393 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-05c6bb81-81b1-48df-8cf8-363dfab8dee5name 2019-01-09 09:29:17,156 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 81328ba5-d3aa-4060-8fea-0b8729d6e445 2019-01-09 09:29:17,337 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:29:17,656 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-c0c7f3b8-2aaa-4b9-proj 2019-01-09 09:29:17,890 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-c0c7f3b8-2aaa-4b9-proj-role 2019-01-09 09:29:18,084 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-c0c7f3b8-2aaa-4b9-user 2019-01-09 09:29:19,503 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b1ce1c05-8504-471-proj 2019-01-09 09:29:20,678 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b1ce1c05-8504-471-user 2019-01-09 09:29:20,809 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b1ce1c05-8504-471-proj-role 2019-01-09 09:29:20,902 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b1ce1c05-8504-471-proj-role to project CreateSecurityGroupTests-b1ce1c05-8504-471-proj 2019-01-09 09:29:21,800 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-02081fcc-4e13-4775-bfbc-643b96e2519aname... 2019-01-09 09:29:21,800 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-02081fcc-4e13-4775-bfbc-643b96e2519aname 2019-01-09 09:29:22,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:22,409 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:22,439 - neutron_utils - INFO - Retrieving security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:22,651 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:22,832 - neutron_utils - INFO - Retrieving security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:23,029 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:23,214 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-02081fcc-4e13-4775-bfbc-643b96e2519aname 2019-01-09 09:29:23,509 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:23,858 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-02081fcc-4e13-4775-bfbc-643b96e2519aname 2019-01-09 09:29:24,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:24,493 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-02081fcc-4e13-4775-bfbc-643b96e2519aname 2019-01-09 09:29:24,778 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:25,297 - neutron_utils - INFO - Retrieving security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:25,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:26,310 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:26,483 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:26,863 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:27,245 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:27,510 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:27,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:28,127 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:28,499 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:28,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:28,833 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:29,062 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:29,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:29,679 - neutron_utils - INFO - Deleting security group rule with ID - 49e2f7c0-3833-4a80-a4a3-aec26eb14617 2019-01-09 09:29:29,804 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2019-01-09 09:29:29,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4726b517-27f7-46ff-aeb8-fa1b3192505b 2019-01-09 09:29:29,840 - neutron_utils - INFO - Deleting security group rule with ID - 61d382b6-64b4-4cda-b410-b28784b9ee3f 2019-01-09 09:29:29,944 - neutron_utils - INFO - Deleting security group rule with ID - ca583673-0448-40c0-b6ea-ad99839e0030 2019-01-09 09:29:30,046 - neutron_utils - INFO - Deleting security group rule with ID - 7f18f9fe-33db-4043-b0ea-03f56645d471 2019-01-09 09:29:30,150 - neutron_utils - INFO - Deleting security group rule with ID - 49e2f7c0-3833-4a80-a4a3-aec26eb14617 2019-01-09 09:29:30,175 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 49e2f7c0-3833-4a80-a4a3-aec26eb14617 does not exist Neutron server returns request_ids: ['req-db186bc8-0fb5-43f5-b4f7-90739fbead5f'] 2019-01-09 09:29:30,175 - neutron_utils - INFO - Deleting security group rule with ID - 8c344e6a-16cc-424a-8e18-6ee02175221c 2019-01-09 09:29:30,420 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-02081fcc-4e13-4775-bfbc-643b96e2519aname 2019-01-09 09:29:31,014 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0b434940-e8ce-4ca5-b7bd-0870f8e5f78f 2019-01-09 09:29:31,200 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:29:31,514 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b1ce1c05-8504-471-proj 2019-01-09 09:29:31,746 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b1ce1c05-8504-471-proj-role 2019-01-09 09:29:31,942 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b1ce1c05-8504-471-user 2019-01-09 09:29:33,342 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-e7709a90-38d4-4da-proj 2019-01-09 09:29:34,324 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-e7709a90-38d4-4da-user 2019-01-09 09:29:34,534 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-e7709a90-38d4-4da-proj-role 2019-01-09 09:29:34,618 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-e7709a90-38d4-4da-proj-role to project CreateSecurityGroupTests-e7709a90-38d4-4da-proj 2019-01-09 09:29:35,518 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-878d691e-9441-4909-9fa6-ac8ab5626ee1name... 2019-01-09 09:29:35,519 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-878d691e-9441-4909-9fa6-ac8ab5626ee1name 2019-01-09 09:29:35,924 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:36,100 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:36,265 - neutron_utils - INFO - Retrieving security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:36,340 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:36,517 - neutron_utils - INFO - Retrieving security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:36,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:36,747 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-878d691e-9441-4909-9fa6-ac8ab5626ee1name 2019-01-09 09:29:37,128 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:37,618 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-878d691e-9441-4909-9fa6-ac8ab5626ee1name 2019-01-09 09:29:37,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:38,481 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-878d691e-9441-4909-9fa6-ac8ab5626ee1name 2019-01-09 09:29:38,766 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:38,978 - neutron_utils - INFO - Retrieving security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:39,175 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:39,934 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:40,112 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:40,499 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:40,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:41,109 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:41,497 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:41,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:42,155 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:42,246 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:42,483 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:42,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:42,952 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:43,146 - neutron_utils - INFO - Deleting security group rule with ID - f301ffc0-ec1a-44fa-bf45-cc623438514d 2019-01-09 09:29:43,273 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2019-01-09 09:29:43,273 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31b78762-7350-4514-bf1b-b1ca6ccc69ad 2019-01-09 09:29:43,307 - neutron_utils - INFO - Deleting security group rule with ID - cc3274e1-0897-46c2-9c3a-0d8fd8240eb8 2019-01-09 09:29:43,566 - neutron_utils - INFO - Deleting security group rule with ID - f301ffc0-ec1a-44fa-bf45-cc623438514d 2019-01-09 09:29:43,733 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule f301ffc0-ec1a-44fa-bf45-cc623438514d does not exist Neutron server returns request_ids: ['req-b56a3054-43a8-4326-9e45-6901f0cec841'] 2019-01-09 09:29:43,733 - neutron_utils - INFO - Deleting security group rule with ID - d3d92e59-76b7-4168-835b-3bb2aaf5a44d 2019-01-09 09:29:44,001 - neutron_utils - INFO - Deleting security group rule with ID - c9f4955d-f849-4d3e-872f-556282b6024f 2019-01-09 09:29:44,110 - neutron_utils - INFO - Deleting security group rule with ID - f5d88b4b-21f1-4a38-8e56-8ce3d86fa768 2019-01-09 09:29:44,217 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-878d691e-9441-4909-9fa6-ac8ab5626ee1name 2019-01-09 09:29:44,992 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 730a578b-05db-4f35-aa49-ea5b264d191b 2019-01-09 09:29:45,173 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:29:45,487 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-e7709a90-38d4-4da-proj 2019-01-09 09:29:45,716 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-e7709a90-38d4-4da-proj-role 2019-01-09 09:29:45,940 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-e7709a90-38d4-4da-user 2019-01-09 09:29:47,558 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-7450662e-22bb-401-proj 2019-01-09 09:29:48,623 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-7450662e-22bb-401-user 2019-01-09 09:29:48,905 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-7450662e-22bb-401-proj-role 2019-01-09 09:29:48,925 - keystone_utils - INFO - Granting role CreateImageSuccessTests-7450662e-22bb-401-proj-role to project CreateImageSuccessTests-7450662e-22bb-401-proj 2019-01-09 09:29:51,517 - create_image - INFO - Created image with name - CreateImageSuccessTests-ca327831-1045-4ca4-a293-e412b261e998 2019-01-09 09:29:51,670 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-ca327831-1045-4ca4-a293-e412b261e998 2019-01-09 09:29:52,387 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-ca327831-1045-4ca4-a293-e412b261e998 2019-01-09 09:29:53,809 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-ca327831-1045-4ca4-a293-e412b261e998 2019-01-09 09:29:54,619 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-7450662e-22bb-401-proj 2019-01-09 09:29:54,855 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-7450662e-22bb-401-proj-role 2019-01-09 09:29:55,054 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-7450662e-22bb-401-user 2019-01-09 09:29:56,474 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-ed178293-aca5-474-proj 2019-01-09 09:29:57,683 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-ed178293-aca5-474-user 2019-01-09 09:29:57,881 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-ed178293-aca5-474-proj-role 2019-01-09 09:29:57,902 - keystone_utils - INFO - Granting role CreateImageSuccessTests-ed178293-aca5-474-proj-role to project CreateImageSuccessTests-ed178293-aca5-474-proj 2019-01-09 09:30:01,199 - create_image - INFO - Created image with name - CreateImageSuccessTests-a03a2429-edfa-4d64-8648-ed5ea2cd76c4 2019-01-09 09:30:01,218 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a03a2429-edfa-4d64-8648-ed5ea2cd76c4 2019-01-09 09:30:01,913 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a03a2429-edfa-4d64-8648-ed5ea2cd76c4 2019-01-09 09:30:03,804 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-ed178293-aca5-474-proj 2019-01-09 09:30:04,046 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-ed178293-aca5-474-proj-role 2019-01-09 09:30:04,265 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-ed178293-aca5-474-user 2019-01-09 09:30:05,684 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-bcfe74fb-b3e2-451-proj 2019-01-09 09:30:06,743 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-bcfe74fb-b3e2-451-user 2019-01-09 09:30:06,947 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-bcfe74fb-b3e2-451-proj-role 2019-01-09 09:30:07,032 - keystone_utils - INFO - Granting role CreateImageSuccessTests-bcfe74fb-b3e2-451-proj-role to project CreateImageSuccessTests-bcfe74fb-b3e2-451-proj 2019-01-09 09:30:10,153 - create_image - INFO - Created image with name - CreateImageSuccessTests-94bda38f-c7d0-4fc9-bb41-9bd7a92a9545 2019-01-09 09:30:10,319 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-94bda38f-c7d0-4fc9-bb41-9bd7a92a9545 2019-01-09 09:30:11,032 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-94bda38f-c7d0-4fc9-bb41-9bd7a92a9545 2019-01-09 09:30:13,125 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-bcfe74fb-b3e2-451-proj 2019-01-09 09:30:13,310 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-bcfe74fb-b3e2-451-proj-role 2019-01-09 09:30:13,509 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-bcfe74fb-b3e2-451-user 2019-01-09 09:30:14,924 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-9ef57883-9daf-46e-proj 2019-01-09 09:30:15,983 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-9ef57883-9daf-46e-user 2019-01-09 09:30:16,181 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-9ef57883-9daf-46e-proj-role 2019-01-09 09:30:16,202 - keystone_utils - INFO - Granting role CreateImageSuccessTests-9ef57883-9daf-46e-proj-role to project CreateImageSuccessTests-9ef57883-9daf-46e-proj 2019-01-09 09:30:18,862 - create_image - INFO - Created image with name - CreateImageSuccessTests-cf99ba03-72ff-4f83-9d28-c9495b3d40e0 2019-01-09 09:30:19,028 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-cf99ba03-72ff-4f83-9d28-c9495b3d40e0 2019-01-09 09:30:19,743 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-cf99ba03-72ff-4f83-9d28-c9495b3d40e0 2019-01-09 09:30:21,612 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-9ef57883-9daf-46e-proj 2019-01-09 09:30:21,842 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-9ef57883-9daf-46e-proj-role 2019-01-09 09:30:22,038 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-9ef57883-9daf-46e-user 2019-01-09 09:30:23,474 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-0210231f-fa67-428-proj 2019-01-09 09:30:24,625 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-0210231f-fa67-428-user 2019-01-09 09:30:24,749 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-0210231f-fa67-428-proj-role 2019-01-09 09:30:24,842 - keystone_utils - INFO - Granting role CreateImageSuccessTests-0210231f-fa67-428-proj-role to project CreateImageSuccessTests-0210231f-fa67-428-proj 2019-01-09 09:30:27,594 - create_image - INFO - Created image with name - CreateImageSuccessTests-503bd341-2d89-474c-aa2b-3a82303a1a11 2019-01-09 09:30:27,758 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-503bd341-2d89-474c-aa2b-3a82303a1a11 2019-01-09 09:30:29,240 - create_image - INFO - Found image with name - CreateImageSuccessTests-503bd341-2d89-474c-aa2b-3a82303a1a11 2019-01-09 09:30:29,240 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-503bd341-2d89-474c-aa2b-3a82303a1a11 2019-01-09 09:30:31,488 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-0210231f-fa67-428-proj 2019-01-09 09:30:31,674 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-0210231f-fa67-428-proj-role 2019-01-09 09:30:31,887 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-0210231f-fa67-428-user 2019-01-09 09:30:33,295 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-0be6bb24-ab55-452-proj 2019-01-09 09:30:34,504 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-0be6bb24-ab55-452-user 2019-01-09 09:30:34,708 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-0be6bb24-ab55-452-proj-role 2019-01-09 09:30:34,798 - keystone_utils - INFO - Granting role CreateImageSuccessTests-0be6bb24-ab55-452-proj-role to project CreateImageSuccessTests-0be6bb24-ab55-452-proj 2019-01-09 09:30:37,535 - create_image - INFO - Created image with name - CreateImageSuccessTests-6548da47-26a5-4b24-a0a3-c5e494d3b799 2019-01-09 09:30:37,695 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-6548da47-26a5-4b24-a0a3-c5e494d3b799 2019-01-09 09:30:39,260 - create_image - INFO - Found image with name - CreateImageSuccessTests-6548da47-26a5-4b24-a0a3-c5e494d3b799 2019-01-09 09:30:39,261 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-6548da47-26a5-4b24-a0a3-c5e494d3b799 2019-01-09 09:30:41,417 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-0be6bb24-ab55-452-proj 2019-01-09 09:30:41,627 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-0be6bb24-ab55-452-proj-role 2019-01-09 09:30:41,905 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-0be6bb24-ab55-452-user 2019-01-09 09:30:43,408 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-cda73b83-2cee-41f-proj 2019-01-09 09:30:44,529 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-cda73b83-2cee-41f-user 2019-01-09 09:30:44,737 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-cda73b83-2cee-41f-proj-role 2019-01-09 09:30:44,823 - keystone_utils - INFO - Granting role CreateImageNegativeTests-cda73b83-2cee-41f-proj-role to project CreateImageNegativeTests-cda73b83-2cee-41f-proj 2019-01-09 09:30:46,077 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2019-01-09 09:30:46,077 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-6d183e81-f539-45a2-9375-99cced70897a 2019-01-09 09:30:46,767 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-cda73b83-2cee-41f-proj 2019-01-09 09:30:46,998 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-cda73b83-2cee-41f-proj-role 2019-01-09 09:30:47,191 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-cda73b83-2cee-41f-user 2019-01-09 09:30:48,630 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-262cba9a-0463-4f9-proj 2019-01-09 09:30:49,773 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-262cba9a-0463-4f9-user 2019-01-09 09:30:49,965 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-262cba9a-0463-4f9-proj-role 2019-01-09 09:30:50,055 - keystone_utils - INFO - Granting role CreateImageNegativeTests-262cba9a-0463-4f9-proj-role to project CreateImageNegativeTests-262cba9a-0463-4f9-proj 2019-01-09 09:30:52,031 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2019-01-09 09:30:52,031 - glance_utils - INFO - Removing file ./tmp/c1b7cccf-bf7d-465a-b3f6-ff4a31e0e174 2019-01-09 09:30:52,527 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-262cba9a-0463-4f9-proj 2019-01-09 09:30:52,742 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-262cba9a-0463-4f9-proj-role 2019-01-09 09:30:52,952 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-262cba9a-0463-4f9-user 2019-01-09 09:30:54,379 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-ea51d12d-9ebb-4f1-proj 2019-01-09 09:30:55,585 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-ea51d12d-9ebb-4f1-user 2019-01-09 09:30:55,875 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-ea51d12d-9ebb-4f1-proj-role 2019-01-09 09:30:55,963 - keystone_utils - INFO - Granting role CreateImageNegativeTests-ea51d12d-9ebb-4f1-proj-role to project CreateImageNegativeTests-ea51d12d-9ebb-4f1-proj 2019-01-09 09:30:57,227 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-ea51d12d-9ebb-4f1-proj 2019-01-09 09:30:57,423 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-ea51d12d-9ebb-4f1-proj-role 2019-01-09 09:30:57,627 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-ea51d12d-9ebb-4f1-user 2019-01-09 09:30:59,168 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-bff8c749-2e8f-49c-proj 2019-01-09 09:31:00,216 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-bff8c749-2e8f-49c-user 2019-01-09 09:31:00,438 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-bff8c749-2e8f-49c-proj-role 2019-01-09 09:31:00,458 - keystone_utils - INFO - Granting role CreateImageNegativeTests-bff8c749-2e8f-49c-proj-role to project CreateImageNegativeTests-bff8c749-2e8f-49c-proj 2019-01-09 09:31:01,861 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-bff8c749-2e8f-49c-proj 2019-01-09 09:31:02,141 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-bff8c749-2e8f-49c-proj-role 2019-01-09 09:31:02,348 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-bff8c749-2e8f-49c-user 2019-01-09 09:31:03,714 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-6db87517-5748-4c2-proj 2019-01-09 09:31:04,852 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-6db87517-5748-4c2-user 2019-01-09 09:31:05,049 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-6db87517-5748-4c2-proj-role 2019-01-09 09:31:05,140 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-6db87517-5748-4c2-proj-role to project CreateMultiPartImageTests-6db87517-5748-4c2-proj 2019-01-09 09:31:05,274 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2019-01-09 09:31:05,767 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-6db87517-5748-4c2-proj 2019-01-09 09:31:05,949 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-6db87517-5748-4c2-proj-role 2019-01-09 09:31:06,148 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-6db87517-5748-4c2-user 2019-01-09 09:31:07,558 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-3b6e02da-1f24-4c0-proj 2019-01-09 09:31:08,558 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-3b6e02da-1f24-4c0-user 2019-01-09 09:31:08,761 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-3b6e02da-1f24-4c0-proj-role 2019-01-09 09:31:08,858 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-3b6e02da-1f24-4c0-proj-role to project CreateMultiPartImageTests-3b6e02da-1f24-4c0-proj 2019-01-09 09:31:08,992 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-09 09:31:09,414 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-3b6e02da-1f24-4c0-proj 2019-01-09 09:31:09,609 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-3b6e02da-1f24-4c0-proj-role 2019-01-09 09:31:09,806 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-3b6e02da-1f24-4c0-user 2019-01-09 09:31:11,217 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-d6ff7cd5-535c-4c6-proj 2019-01-09 09:31:12,337 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-d6ff7cd5-535c-4c6-user 2019-01-09 09:31:12,534 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-d6ff7cd5-535c-4c6-proj-role 2019-01-09 09:31:12,632 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-d6ff7cd5-535c-4c6-proj-role to project CreateMultiPartImageTests-d6ff7cd5-535c-4c6-proj 2019-01-09 09:31:12,758 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-09 09:31:13,189 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-d6ff7cd5-535c-4c6-proj 2019-01-09 09:31:13,411 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-d6ff7cd5-535c-4c6-proj-role 2019-01-09 09:31:13,616 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-d6ff7cd5-535c-4c6-user 2019-01-09 09:31:14,965 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-b573f3dc-c9b4-4fb-proj 2019-01-09 09:31:16,019 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-b573f3dc-c9b4-4fb-user 2019-01-09 09:31:16,217 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-b573f3dc-c9b4-4fb-proj-role 2019-01-09 09:31:16,310 - keystone_utils - INFO - Granting role CreateKeypairsTests-b573f3dc-c9b4-4fb-proj-role to project CreateKeypairsTests-b573f3dc-c9b4-4fb-proj 2019-01-09 09:31:17,222 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-41dab10a-39e0-4dbb-96a8-79199847d721... 2019-01-09 09:31:17,222 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 09:31:17,274 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-41dab10a-39e0-4dbb-96a8-79199847d721 2019-01-09 09:31:18,397 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-b573f3dc-c9b4-4fb-proj 2019-01-09 09:31:18,603 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-b573f3dc-c9b4-4fb-proj-role 2019-01-09 09:31:18,832 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-b573f3dc-c9b4-4fb-user 2019-01-09 09:31:20,265 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-8cba7af3-d2d7-404-proj 2019-01-09 09:31:21,408 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-8cba7af3-d2d7-404-user 2019-01-09 09:31:21,624 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-8cba7af3-d2d7-404-proj-role 2019-01-09 09:31:21,712 - keystone_utils - INFO - Granting role CreateKeypairsTests-8cba7af3-d2d7-404-proj-role to project CreateKeypairsTests-8cba7af3-d2d7-404-proj 2019-01-09 09:31:22,076 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-7966c61a-07c8-405f-886e-3703f9ca5efd.pub 2019-01-09 09:31:22,715 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-7966c61a-07c8-405f-886e-3703f9ca5efd... 2019-01-09 09:31:22,715 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-09 09:31:22,715 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-7966c61a-07c8-405f-886e-3703f9ca5efd.pub 2019-01-09 09:31:22,715 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-7966c61a-07c8-405f-886e-3703f9ca5efd 2019-01-09 09:31:23,825 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-8cba7af3-d2d7-404-proj 2019-01-09 09:31:24,040 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-8cba7af3-d2d7-404-proj-role 2019-01-09 09:31:24,239 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-8cba7af3-d2d7-404-user 2019-01-09 09:31:25,749 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-65ca3f4a-6417-483-proj 2019-01-09 09:31:26,758 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-65ca3f4a-6417-483-user 2019-01-09 09:31:27,013 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-65ca3f4a-6417-483-proj-role 2019-01-09 09:31:27,103 - keystone_utils - INFO - Granting role CreateKeypairsTests-65ca3f4a-6417-483-proj-role to project CreateKeypairsTests-65ca3f4a-6417-483-proj 2019-01-09 09:31:27,852 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-6d44c242-6130-4234-9b45-8eaf21954137... 2019-01-09 09:31:27,852 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 09:32:04,304 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-6d44c242-6130-4234-9b45-8eaf21954137 2019-01-09 09:32:05,524 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-65ca3f4a-6417-483-proj 2019-01-09 09:32:05,741 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-65ca3f4a-6417-483-proj-role 2019-01-09 09:32:05,936 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-65ca3f4a-6417-483-user 2019-01-09 09:32:07,444 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-529399d1-e7e1-442-proj 2019-01-09 09:32:08,594 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-529399d1-e7e1-442-user 2019-01-09 09:32:08,810 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-529399d1-e7e1-442-proj-role 2019-01-09 09:32:08,899 - keystone_utils - INFO - Granting role CreateKeypairsTests-529399d1-e7e1-442-proj-role to project CreateKeypairsTests-529399d1-e7e1-442-proj 2019-01-09 09:32:09,658 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-de699b35-c9f6-4ae8-88bf-03f112926ab8... 2019-01-09 09:32:09,658 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 09:32:09,690 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-de699b35-c9f6-4ae8-88bf-03f112926ab8 2019-01-09 09:32:10,920 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-529399d1-e7e1-442-proj 2019-01-09 09:32:11,125 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-529399d1-e7e1-442-proj-role 2019-01-09 09:32:11,333 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-529399d1-e7e1-442-user 2019-01-09 09:32:12,888 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-5bb85a4c-54a5-49b-proj 2019-01-09 09:32:13,889 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-5bb85a4c-54a5-49b-user 2019-01-09 09:32:14,092 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-5bb85a4c-54a5-49b-proj-role 2019-01-09 09:32:14,178 - keystone_utils - INFO - Granting role CreateKeypairsTests-5bb85a4c-54a5-49b-proj-role to project CreateKeypairsTests-5bb85a4c-54a5-49b-proj 2019-01-09 09:32:14,930 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a9e5c4cb-65b4-4386-8637-9a4ee95000c7... 2019-01-09 09:32:14,931 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 09:32:14,954 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a9e5c4cb-65b4-4386-8637-9a4ee95000c7 2019-01-09 09:32:15,022 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-a9e5c4cb-65b4-4386-8637-9a4ee95000c7.pub 2019-01-09 09:32:15,041 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-a9e5c4cb-65b4-4386-8637-9a4ee95000c7 2019-01-09 09:32:15,636 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-a9e5c4cb-65b4-4386-8637-9a4ee95000c7.pub] 2019-01-09 09:32:15,637 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-a9e5c4cb-65b4-4386-8637-9a4ee95000c7] 2019-01-09 09:32:16,189 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-5bb85a4c-54a5-49b-proj 2019-01-09 09:32:16,388 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-5bb85a4c-54a5-49b-proj-role 2019-01-09 09:32:16,578 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-5bb85a4c-54a5-49b-user 2019-01-09 09:32:17,978 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-31cc9414-5c25-4b8-proj 2019-01-09 09:32:19,115 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-31cc9414-5c25-4b8-user 2019-01-09 09:32:19,307 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-31cc9414-5c25-4b8-proj-role 2019-01-09 09:32:19,395 - keystone_utils - INFO - Granting role CreateKeypairsTests-31cc9414-5c25-4b8-proj-role to project CreateKeypairsTests-31cc9414-5c25-4b8-proj 2019-01-09 09:32:20,280 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-3811217d-b3c8-4a94-bf92-0bc6ea0138e8... 2019-01-09 09:32:20,280 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 09:32:20,302 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-3811217d-b3c8-4a94-bf92-0bc6ea0138e8 2019-01-09 09:32:20,376 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-3811217d-b3c8-4a94-bf92-0bc6ea0138e8.pub 2019-01-09 09:32:20,942 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-3811217d-b3c8-4a94-bf92-0bc6ea0138e8.pub] 2019-01-09 09:32:21,432 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-31cc9414-5c25-4b8-proj 2019-01-09 09:32:21,639 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-31cc9414-5c25-4b8-proj-role 2019-01-09 09:32:21,842 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-31cc9414-5c25-4b8-user 2019-01-09 09:32:23,385 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-a5044dbf-c6cb-499-proj 2019-01-09 09:32:24,523 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-a5044dbf-c6cb-499-user 2019-01-09 09:32:24,714 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-a5044dbf-c6cb-499-proj-role 2019-01-09 09:32:24,806 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-a5044dbf-c6cb-499-proj-role to project CreateKeypairsCleanupTests-a5044dbf-c6cb-499-proj 2019-01-09 09:32:25,149 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-ed091ffb-8c36-4b68-8c1a-13f5b8b7cb0a.pub 2019-01-09 09:32:25,149 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-ed091ffb-8c36-4b68-8c1a-13f5b8b7cb0a 2019-01-09 09:32:25,853 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-ed091ffb-8c36-4b68-8c1a-13f5b8b7cb0a... 2019-01-09 09:32:25,853 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-09 09:32:25,853 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-ed091ffb-8c36-4b68-8c1a-13f5b8b7cb0a.pub 2019-01-09 09:32:25,854 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-ed091ffb-8c36-4b68-8c1a-13f5b8b7cb0a 2019-01-09 09:32:25,948 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-ed091ffb-8c36-4b68-8c1a-13f5b8b7cb0a.pub] 2019-01-09 09:32:25,948 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-ed091ffb-8c36-4b68-8c1a-13f5b8b7cb0a] 2019-01-09 09:32:26,430 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-a5044dbf-c6cb-499-proj 2019-01-09 09:32:26,633 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-a5044dbf-c6cb-499-proj-role 2019-01-09 09:32:26,843 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-a5044dbf-c6cb-499-user 2019-01-09 09:32:28,187 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-dbbcff53-4992-47e-proj 2019-01-09 09:32:29,248 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-dbbcff53-4992-47e-user 2019-01-09 09:32:29,445 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-dbbcff53-4992-47e-proj-role 2019-01-09 09:32:29,540 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-dbbcff53-4992-47e-proj-role to project CreateKeypairsCleanupTests-dbbcff53-4992-47e-proj 2019-01-09 09:32:29,796 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-def69335-106f-4f62-b752-19aafb179448.pub 2019-01-09 09:32:29,796 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-def69335-106f-4f62-b752-19aafb179448 2019-01-09 09:32:30,517 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-def69335-106f-4f62-b752-19aafb179448... 2019-01-09 09:32:30,517 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-09 09:32:30,518 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-def69335-106f-4f62-b752-19aafb179448.pub 2019-01-09 09:32:30,518 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-def69335-106f-4f62-b752-19aafb179448 2019-01-09 09:32:31,083 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-dbbcff53-4992-47e-proj 2019-01-09 09:32:31,274 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-dbbcff53-4992-47e-proj-role 2019-01-09 09:32:31,474 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-dbbcff53-4992-47e-user 2019-01-09 09:32:32,876 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-403f6b43-f3dd-416-proj 2019-01-09 09:32:34,074 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-403f6b43-f3dd-416-user 2019-01-09 09:32:34,277 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-403f6b43-f3dd-416-proj-role 2019-01-09 09:32:34,294 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-403f6b43-f3dd-416-proj-role to project CreateKeypairsCleanupTests-403f6b43-f3dd-416-proj 2019-01-09 09:32:35,067 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-fb5061b3-27cd-4dab-8b9f-f926f1273e32... 2019-01-09 09:32:35,067 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 09:32:35,129 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-fb5061b3-27cd-4dab-8b9f-f926f1273e32 2019-01-09 09:32:35,189 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-fb5061b3-27cd-4dab-8b9f-f926f1273e32.pub 2019-01-09 09:32:35,190 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-fb5061b3-27cd-4dab-8b9f-f926f1273e32 2019-01-09 09:32:35,223 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-fb5061b3-27cd-4dab-8b9f-f926f1273e32.pub] 2019-01-09 09:32:35,223 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-fb5061b3-27cd-4dab-8b9f-f926f1273e32] 2019-01-09 09:32:35,727 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-403f6b43-f3dd-416-proj 2019-01-09 09:32:35,932 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-403f6b43-f3dd-416-proj-role 2019-01-09 09:32:36,063 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-403f6b43-f3dd-416-user 2019-01-09 09:32:37,469 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-21399995-21ac-447-proj 2019-01-09 09:32:38,523 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-21399995-21ac-447-user 2019-01-09 09:32:38,726 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-21399995-21ac-447-proj-role 2019-01-09 09:32:38,746 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-21399995-21ac-447-proj-role to project CreateKeypairsCleanupTests-21399995-21ac-447-proj 2019-01-09 09:32:39,478 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-23397be5-4c18-4569-86b1-efe86b6c70a0... 2019-01-09 09:32:39,478 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 09:32:39,554 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-23397be5-4c18-4569-86b1-efe86b6c70a0 2019-01-09 09:32:39,616 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-23397be5-4c18-4569-86b1-efe86b6c70a0.pub 2019-01-09 09:32:39,616 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-23397be5-4c18-4569-86b1-efe86b6c70a0 2019-01-09 09:32:39,648 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-23397be5-4c18-4569-86b1-efe86b6c70a0.pub] 2019-01-09 09:32:39,648 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-23397be5-4c18-4569-86b1-efe86b6c70a0] 2019-01-09 09:32:40,125 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-21399995-21ac-447-proj 2019-01-09 09:32:40,322 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-21399995-21ac-447-proj-role 2019-01-09 09:32:40,529 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-21399995-21ac-447-user 2019-01-09 09:32:41,942 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-a90d5f23-67da-4fe-proj 2019-01-09 09:32:42,942 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-a90d5f23-67da-4fe-user 2019-01-09 09:32:43,140 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-a90d5f23-67da-4fe-proj-role 2019-01-09 09:32:43,230 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-a90d5f23-67da-4fe-proj-role to project CreateKeypairsCleanupTests-a90d5f23-67da-4fe-proj 2019-01-09 09:32:43,961 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-53e44313-d574-4119-84de-0bc965410727... 2019-01-09 09:32:43,961 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 09:32:44,007 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-53e44313-d574-4119-84de-0bc965410727 2019-01-09 09:32:44,077 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-53e44313-d574-4119-84de-0bc965410727.pub 2019-01-09 09:32:44,078 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-53e44313-d574-4119-84de-0bc965410727 2019-01-09 09:32:44,614 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-a90d5f23-67da-4fe-proj 2019-01-09 09:32:44,807 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-a90d5f23-67da-4fe-proj-role 2019-01-09 09:32:45,028 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-a90d5f23-67da-4fe-user 2019-01-09 09:32:46,451 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-490c33c9-a7f0-4a5-proj 2019-01-09 09:32:47,427 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-490c33c9-a7f0-4a5-user 2019-01-09 09:32:47,631 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-490c33c9-a7f0-4a5-proj-role 2019-01-09 09:32:47,717 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-490c33c9-a7f0-4a5-proj-role to project CreateNetworkSuccessTests-490c33c9-a7f0-4a5-proj 2019-01-09 09:32:48,495 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-d3e25c3e-f9d3-40fd-b053-454bde33acc2-pub-net 2019-01-09 09:32:49,623 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-d3e25c3e-f9d3-40fd-b053-454bde33acc2-pub-subnet 2019-01-09 09:32:52,106 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d3e25c3e-f9d3-40fd-b053-454bde33acc2-pub-subnet 2019-01-09 09:32:52,106 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d3e25c3e-f9d3-40fd-b053-454bde33acc2-pub-subnet 2019-01-09 09:32:54,691 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-d3e25c3e-f9d3-40fd-b053-454bde33acc2-pub-net 2019-01-09 09:32:56,249 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d3e25c3e-f9d3-40fd-b053-454bde33acc2-pub-subnet 2019-01-09 09:32:56,249 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d3e25c3e-f9d3-40fd-b053-454bde33acc2-pub-subnet 2019-01-09 09:32:56,286 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-d3e25c3e-f9d3-40fd-b053-454bde33acc2-pub-net 2019-01-09 09:32:57,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - df8337b8-71f3-40ba-9708-d319ad6a52b2 2019-01-09 09:32:57,227 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:32:57,616 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-490c33c9-a7f0-4a5-proj 2019-01-09 09:32:57,902 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-490c33c9-a7f0-4a5-proj-role 2019-01-09 09:32:58,106 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-490c33c9-a7f0-4a5-user 2019-01-09 09:32:59,552 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-6e70c051-ea41-43f-proj 2019-01-09 09:33:00,631 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-6e70c051-ea41-43f-user 2019-01-09 09:33:00,829 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-6e70c051-ea41-43f-proj-role 2019-01-09 09:33:00,919 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-6e70c051-ea41-43f-proj-role to project CreateNetworkSuccessTests-6e70c051-ea41-43f-proj 2019-01-09 09:33:01,722 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-net 2019-01-09 09:33:03,628 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-subnet 2019-01-09 09:33:08,341 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-router 2019-01-09 09:33:10,851 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-router 2019-01-09 09:33:14,212 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-router and subnet CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-subnet 2019-01-09 09:33:14,212 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-router 2019-01-09 09:33:15,428 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-router 2019-01-09 09:33:15,428 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-router 2019-01-09 09:33:16,680 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-subnet 2019-01-09 09:33:16,680 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-subnet 2019-01-09 09:33:18,962 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-0267fe23-9e84-440b-8ed5-936b11bc23ec-pub-net 2019-01-09 09:33:20,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 51ec00cf-51fa-4269-973c-d7f5a90e3578 2019-01-09 09:33:21,101 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:33:21,429 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-6e70c051-ea41-43f-proj 2019-01-09 09:33:21,712 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-6e70c051-ea41-43f-proj-role 2019-01-09 09:33:21,936 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-6e70c051-ea41-43f-user 2019-01-09 09:33:23,397 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-5c360a01-eedc-467-proj 2019-01-09 09:33:24,547 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-5c360a01-eedc-467-user 2019-01-09 09:33:24,744 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-5c360a01-eedc-467-proj-role 2019-01-09 09:33:24,763 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-5c360a01-eedc-467-proj-role to project CreateNetworkSuccessTests-5c360a01-eedc-467-proj 2019-01-09 09:33:25,536 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-net 2019-01-09 09:33:27,641 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-subnet 2019-01-09 09:33:31,372 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-router 2019-01-09 09:33:33,449 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-router 2019-01-09 09:33:35,839 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-router and subnet CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-subnet 2019-01-09 09:33:35,840 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-router 2019-01-09 09:33:36,896 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-router 2019-01-09 09:33:36,896 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-router 2019-01-09 09:33:38,229 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-subnet 2019-01-09 09:33:38,230 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-subnet 2019-01-09 09:33:40,461 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-c1e14188-ff87-42f2-ae96-c9d5c685b370-pub-net 2019-01-09 09:33:42,229 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 62895145-4b32-48c1-9266-43fde0a89aa4 2019-01-09 09:33:42,400 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:33:42,771 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-5c360a01-eedc-467-proj 2019-01-09 09:33:43,042 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-5c360a01-eedc-467-proj-role 2019-01-09 09:33:43,241 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-5c360a01-eedc-467-user 2019-01-09 09:33:44,696 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-df85cb9c-452a-4ca-proj 2019-01-09 09:33:45,864 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-df85cb9c-452a-4ca-user 2019-01-09 09:33:46,068 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-df85cb9c-452a-4ca-proj-role 2019-01-09 09:33:46,163 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-df85cb9c-452a-4ca-proj-role to project CreateNetworkSuccessTests-df85cb9c-452a-4ca-proj 2019-01-09 09:33:46,928 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-net 2019-01-09 09:33:48,326 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-subnet 2019-01-09 09:33:51,020 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-router 2019-01-09 09:33:53,034 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-router 2019-01-09 09:33:57,101 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-router and subnet CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-subnet 2019-01-09 09:33:57,102 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-router 2019-01-09 09:33:58,352 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-router 2019-01-09 09:33:58,352 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-router 2019-01-09 09:33:59,636 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-subnet 2019-01-09 09:33:59,637 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-subnet 2019-01-09 09:34:02,166 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-cf30e79e-c7ff-4ae3-9c09-e0242a25c5f2-pub-net 2019-01-09 09:34:03,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4afe60c5-05a6-453d-b6e2-f4fe29a0bf37 2019-01-09 09:34:04,254 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:34:04,733 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-df85cb9c-452a-4ca-proj 2019-01-09 09:34:04,951 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-df85cb9c-452a-4ca-proj-role 2019-01-09 09:34:05,146 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-df85cb9c-452a-4ca-user 2019-01-09 09:34:06,589 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-2707e5ec-d5af-43a-proj 2019-01-09 09:34:07,728 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-2707e5ec-d5af-43a-user 2019-01-09 09:34:07,930 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-2707e5ec-d5af-43a-proj-role 2019-01-09 09:34:08,021 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-2707e5ec-d5af-43a-proj-role to project CreateNetworkSuccessTests-2707e5ec-d5af-43a-proj 2019-01-09 09:34:08,769 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-363e97c6-ba76-4822-a15e-c25929e4cd1c-pub-net 2019-01-09 09:34:09,769 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-363e97c6-ba76-4822-a15e-c25929e4cd1c-pub-subnet 2019-01-09 09:34:11,936 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-363e97c6-ba76-4822-a15e-c25929e4cd1c-pub-subnet 2019-01-09 09:34:11,936 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-363e97c6-ba76-4822-a15e-c25929e4cd1c-pub-subnet 2019-01-09 09:34:14,514 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-363e97c6-ba76-4822-a15e-c25929e4cd1c-pub-net 2019-01-09 09:34:16,535 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc130702-ae9c-4df4-b947-9c02dd790e6b 2019-01-09 09:34:16,710 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:34:17,055 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-2707e5ec-d5af-43a-proj 2019-01-09 09:34:17,275 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-2707e5ec-d5af-43a-proj-role 2019-01-09 09:34:17,488 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-2707e5ec-d5af-43a-user 2019-01-09 09:34:18,973 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a55f5d9c-c500-4d1-proj 2019-01-09 09:34:20,327 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a55f5d9c-c500-4d1-user 2019-01-09 09:34:20,547 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a55f5d9c-c500-4d1-proj-role 2019-01-09 09:34:20,568 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a55f5d9c-c500-4d1-proj-role to project CreateNetworkSuccessTests-a55f5d9c-c500-4d1-proj 2019-01-09 09:34:21,412 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-8f0e7e2a-7022-4d1d-a16d-872b9a5f3adb-pub-net 2019-01-09 09:34:22,452 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-8f0e7e2a-7022-4d1d-a16d-872b9a5f3adb-pub-subnet 2019-01-09 09:34:24,870 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8f0e7e2a-7022-4d1d-a16d-872b9a5f3adb-pub-subnet 2019-01-09 09:34:24,871 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8f0e7e2a-7022-4d1d-a16d-872b9a5f3adb-pub-subnet 2019-01-09 09:34:27,213 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-8f0e7e2a-7022-4d1d-a16d-872b9a5f3adb-pub-net 2019-01-09 09:34:29,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 94eb2597-920b-4799-9491-c14d5d70f29e 2019-01-09 09:34:29,491 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:34:29,812 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a55f5d9c-c500-4d1-proj 2019-01-09 09:34:30,102 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a55f5d9c-c500-4d1-proj-role 2019-01-09 09:34:30,314 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a55f5d9c-c500-4d1-user 2019-01-09 09:34:31,822 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-42200729-8bbd-42f-proj 2019-01-09 09:34:32,960 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-42200729-8bbd-42f-user 2019-01-09 09:34:33,146 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-42200729-8bbd-42f-proj-role 2019-01-09 09:34:33,237 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-42200729-8bbd-42f-proj-role to project CreateRouterSuccessTests-42200729-8bbd-42f-proj 2019-01-09 09:34:34,880 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-98b3ea6f-44e2-4ee8-8026-150bcaba4a29-pub-router 2019-01-09 09:34:38,777 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-98b3ea6f-44e2-4ee8-8026-150bcaba4a29-pub-router 2019-01-09 09:34:40,651 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-98b3ea6f-44e2-4ee8-8026-150bcaba4a29-pub-router 2019-01-09 09:34:40,651 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-98b3ea6f-44e2-4ee8-8026-150bcaba4a29-pub-router 2019-01-09 09:34:41,199 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-42200729-8bbd-42f-proj 2019-01-09 09:34:41,413 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-42200729-8bbd-42f-proj-role 2019-01-09 09:34:41,617 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-42200729-8bbd-42f-user 2019-01-09 09:34:43,039 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0a49d85a-e95a-426-proj 2019-01-09 09:34:44,194 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0a49d85a-e95a-426-user 2019-01-09 09:34:44,403 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0a49d85a-e95a-426-proj-role 2019-01-09 09:34:44,424 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0a49d85a-e95a-426-proj-role to project CreateRouterSuccessTests-0a49d85a-e95a-426-proj 2019-01-09 09:34:45,750 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-349b2e5c-a64d-4d9a-a9c6-2543e34facc8-pub-router 2019-01-09 09:34:47,718 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-349b2e5c-a64d-4d9a-a9c6-2543e34facc8-pub-router 2019-01-09 09:34:47,718 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-349b2e5c-a64d-4d9a-a9c6-2543e34facc8-pub-router 2019-01-09 09:34:48,490 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0a49d85a-e95a-426-proj 2019-01-09 09:34:48,700 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0a49d85a-e95a-426-proj-role 2019-01-09 09:34:48,896 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0a49d85a-e95a-426-user 2019-01-09 09:34:50,248 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-64bbb1c8-0ea2-422-proj 2019-01-09 09:34:51,242 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-64bbb1c8-0ea2-422-user 2019-01-09 09:34:51,427 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-64bbb1c8-0ea2-422-proj-role 2019-01-09 09:34:51,448 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-64bbb1c8-0ea2-422-proj-role to project CreateRouterSuccessTests-64bbb1c8-0ea2-422-proj 2019-01-09 09:34:52,671 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-9e15ea9b-7bbb-4290-aaac-511d492f20f9-pub-router 2019-01-09 09:34:54,278 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-9e15ea9b-7bbb-4290-aaac-511d492f20f9-pub-router 2019-01-09 09:34:54,278 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-9e15ea9b-7bbb-4290-aaac-511d492f20f9-pub-router 2019-01-09 09:34:55,242 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-64bbb1c8-0ea2-422-proj 2019-01-09 09:34:55,461 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-64bbb1c8-0ea2-422-proj-role 2019-01-09 09:34:55,684 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-64bbb1c8-0ea2-422-user 2019-01-09 09:34:57,110 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-9a1fc58f-70b7-4b4-proj 2019-01-09 09:34:58,260 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-9a1fc58f-70b7-4b4-user 2019-01-09 09:34:58,464 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-9a1fc58f-70b7-4b4-proj-role 2019-01-09 09:34:58,484 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-9a1fc58f-70b7-4b4-proj-role to project CreateRouterSuccessTests-9a1fc58f-70b7-4b4-proj 2019-01-09 09:35:00,843 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-9b56ca5b-2e69-4709-8a57-b713ba2ce275-pub-router 2019-01-09 09:35:04,528 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-9b56ca5b-2e69-4709-8a57-b713ba2ce275-pub-router 2019-01-09 09:35:04,528 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-9b56ca5b-2e69-4709-8a57-b713ba2ce275-pub-router 2019-01-09 09:35:06,333 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-9a1fc58f-70b7-4b4-proj 2019-01-09 09:35:06,556 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-9a1fc58f-70b7-4b4-proj-role 2019-01-09 09:35:06,763 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-9a1fc58f-70b7-4b4-user 2019-01-09 09:35:08,206 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-8a3e29bd-2c62-43e-proj 2019-01-09 09:35:09,266 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-8a3e29bd-2c62-43e-user 2019-01-09 09:35:09,457 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-8a3e29bd-2c62-43e-proj-role 2019-01-09 09:35:09,550 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-8a3e29bd-2c62-43e-proj-role to project CreateRouterSuccessTests-8a3e29bd-2c62-43e-proj 2019-01-09 09:35:10,399 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-net1 2019-01-09 09:35:11,444 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-subnet1 2019-01-09 09:35:14,296 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-router 2019-01-09 09:35:16,172 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-port1 for router - CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-router 2019-01-09 09:35:17,547 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-net1 2019-01-09 09:35:18,450 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-port1 for router - CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-router 2019-01-09 09:35:18,450 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-router 2019-01-09 09:35:23,456 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-router and port CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-port1 2019-01-09 09:35:23,456 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-router 2019-01-09 09:35:24,566 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-router 2019-01-09 09:35:24,567 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-router 2019-01-09 09:35:25,561 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-subnet1 2019-01-09 09:35:25,561 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-subnet1 2019-01-09 09:35:27,869 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-02cc7812-d09f-476b-bff8-39dc72d1e1c3-pub-net1 2019-01-09 09:35:30,055 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8482277-fad5-4e98-b220-eaacb5829a84 2019-01-09 09:35:30,236 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:35:30,598 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-8a3e29bd-2c62-43e-proj 2019-01-09 09:35:30,863 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-8a3e29bd-2c62-43e-proj-role 2019-01-09 09:35:31,074 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-8a3e29bd-2c62-43e-user 2019-01-09 09:35:32,494 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-a236f0a2-d231-487-proj 2019-01-09 09:35:33,643 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-a236f0a2-d231-487-user 2019-01-09 09:35:33,844 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-a236f0a2-d231-487-proj-role 2019-01-09 09:35:33,867 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-a236f0a2-d231-487-proj-role to project CreateRouterSuccessTests-a236f0a2-d231-487-proj 2019-01-09 09:35:35,696 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-5f95cf7f-9e25-4c33-9578-8913f15641f6-pub-router 2019-01-09 09:35:40,129 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-5f95cf7f-9e25-4c33-9578-8913f15641f6-pub-router 2019-01-09 09:35:40,129 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-5f95cf7f-9e25-4c33-9578-8913f15641f6-pub-router 2019-01-09 09:35:41,925 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-a236f0a2-d231-487-proj 2019-01-09 09:35:42,113 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-a236f0a2-d231-487-proj-role 2019-01-09 09:35:42,252 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-a236f0a2-d231-487-user 2019-01-09 09:35:43,769 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-1fc57c22-c53b-43b-proj 2019-01-09 09:35:44,804 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-1fc57c22-c53b-43b-user 2019-01-09 09:35:45,008 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-1fc57c22-c53b-43b-proj-role 2019-01-09 09:35:45,094 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-1fc57c22-c53b-43b-proj-role to project CreateRouterSuccessTests-1fc57c22-c53b-43b-proj 2019-01-09 09:35:45,851 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-net1 2019-01-09 09:35:46,878 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-subnet1 2019-01-09 09:35:48,705 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-net2 2019-01-09 09:35:49,872 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-subnet2 2019-01-09 09:35:52,388 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:35:53,666 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-port1 for router - CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:35:55,153 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-net1 2019-01-09 09:35:56,060 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-port1 for router - CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:35:56,061 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:35:58,156 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-port2 for router - CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:35:59,247 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-net2 2019-01-09 09:36:00,456 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-port2 for router - CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:36:00,456 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:36:10,379 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router and port CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-port1 2019-01-09 09:36:10,379 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:36:11,601 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router and port CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-port2 2019-01-09 09:36:11,601 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:36:12,652 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:36:12,653 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-router 2019-01-09 09:36:13,119 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-subnet1 2019-01-09 09:36:13,119 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-subnet1 2019-01-09 09:36:15,569 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-net1 2019-01-09 09:36:16,914 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-subnet2 2019-01-09 09:36:16,914 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-subnet2 2019-01-09 09:36:19,342 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-c4f3752a-3096-49ea-9844-a36cc7e024ee-pub-net2 2019-01-09 09:36:21,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e6ac6bf8-d4ed-45ef-be7f-3b10e6c2becd 2019-01-09 09:36:21,490 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:36:21,839 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-1fc57c22-c53b-43b-proj 2019-01-09 09:36:22,047 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-1fc57c22-c53b-43b-proj-role 2019-01-09 09:36:22,248 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-1fc57c22-c53b-43b-user 2019-01-09 09:36:23,668 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-52b7f5c4-fdf1-420-proj 2019-01-09 09:36:24,745 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-52b7f5c4-fdf1-420-user 2019-01-09 09:36:24,979 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-52b7f5c4-fdf1-420-proj-role 2019-01-09 09:36:25,065 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-52b7f5c4-fdf1-420-proj-role to project CreateRouterSuccessTests-52b7f5c4-fdf1-420-proj 2019-01-09 09:36:26,736 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e5bdc622-b181-4a6c-b4d6-c9824fb48341-pub-router 2019-01-09 09:36:29,842 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e5bdc622-b181-4a6c-b4d6-c9824fb48341-pub-router 2019-01-09 09:36:29,843 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e5bdc622-b181-4a6c-b4d6-c9824fb48341-pub-router 2019-01-09 09:36:31,743 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-52b7f5c4-fdf1-420-proj 2019-01-09 09:36:31,933 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-52b7f5c4-fdf1-420-proj-role 2019-01-09 09:36:32,130 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-52b7f5c4-fdf1-420-user 2019-01-09 09:36:33,637 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-08b812fc-5feb-4c3-proj 2019-01-09 09:36:34,771 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-08b812fc-5feb-4c3-user 2019-01-09 09:36:34,960 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-08b812fc-5feb-4c3-proj-role 2019-01-09 09:36:35,041 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-08b812fc-5feb-4c3-proj-role to project CreateRouterSuccessTests-08b812fc-5feb-4c3-proj 2019-01-09 09:36:36,478 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-pub-router 2019-01-09 09:36:37,488 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-port1 for router - CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-pub-router 2019-01-09 09:36:38,415 - neutron_utils - INFO - Creating port for network with name - external 2019-01-09 09:36:39,204 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-port1 for router - CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-pub-router 2019-01-09 09:36:39,205 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-pub-router 2019-01-09 09:36:42,339 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-pub-router and port CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-port1 2019-01-09 09:36:42,340 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-pub-router 2019-01-09 09:36:43,385 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-pub-router 2019-01-09 09:36:43,385 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b74e0913-e6b3-47b4-8b84-8e714eec2f8d-pub-router 2019-01-09 09:36:44,485 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-08b812fc-5feb-4c3-proj 2019-01-09 09:36:44,617 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-08b812fc-5feb-4c3-proj-role 2019-01-09 09:36:44,813 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-08b812fc-5feb-4c3-user 2019-01-09 09:36:46,236 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7326328f-93ff-440-proj 2019-01-09 09:36:47,225 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7326328f-93ff-440-user 2019-01-09 09:36:47,422 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7326328f-93ff-440-proj-role 2019-01-09 09:36:47,511 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7326328f-93ff-440-proj-role to project CreateRouterSuccessTests-7326328f-93ff-440-proj 2019-01-09 09:36:48,252 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-net1 2019-01-09 09:36:49,341 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-subnet1 2019-01-09 09:36:51,955 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-router 2019-01-09 09:36:53,563 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-router 2019-01-09 09:36:55,657 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-router and subnet CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-subnet1 2019-01-09 09:36:55,657 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-router 2019-01-09 09:36:56,918 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-router 2019-01-09 09:36:56,918 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-router 2019-01-09 09:36:58,234 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-subnet1 2019-01-09 09:36:58,235 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-subnet1 2019-01-09 09:37:00,631 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-4db4feb4-75be-48e4-b03e-c44482aa695d-pub-net1 2019-01-09 09:37:02,497 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d46b1f6-1292-43af-9e25-76790405b76a 2019-01-09 09:37:02,669 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:37:03,041 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7326328f-93ff-440-proj 2019-01-09 09:37:03,281 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7326328f-93ff-440-proj-role 2019-01-09 09:37:03,485 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7326328f-93ff-440-user 2019-01-09 09:37:04,908 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-49cd0b92-3db0-49e-proj 2019-01-09 09:37:05,991 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-49cd0b92-3db0-49e-user 2019-01-09 09:37:06,207 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-49cd0b92-3db0-49e-proj-role 2019-01-09 09:37:06,299 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-49cd0b92-3db0-49e-proj-role to project CreateRouterSuccessTests-49cd0b92-3db0-49e-proj 2019-01-09 09:37:07,090 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-net1 2019-01-09 09:37:07,915 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-subnet1 2019-01-09 09:37:10,675 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-router 2019-01-09 09:37:14,672 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-router 2019-01-09 09:37:14,672 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-router 2019-01-09 09:37:15,950 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-subnet1 2019-01-09 09:37:15,951 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-subnet1 2019-01-09 09:37:18,203 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-net1 2019-01-09 09:37:20,094 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-49cd0b92-3db0-49e-proj 2019-01-09 09:37:20,317 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-49cd0b92-3db0-49e-proj-role 2019-01-09 09:37:20,515 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-49cd0b92-3db0-49e-user 2019-01-09 09:37:21,949 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-4c0915ea-94ac-40a-proj 2019-01-09 09:37:23,087 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-4c0915ea-94ac-40a-user 2019-01-09 09:37:23,297 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-4c0915ea-94ac-40a-proj-role 2019-01-09 09:37:23,385 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-4c0915ea-94ac-40a-proj-role to project CreateRouterNegativeTests-4c0915ea-94ac-40a-proj 2019-01-09 09:37:24,257 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-net1 2019-01-09 09:37:25,075 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-subnet1 2019-01-09 09:37:27,775 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-router 2019-01-09 09:37:29,281 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-port1 for router - CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-router 2019-01-09 09:37:29,704 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-router 2019-01-09 09:37:29,704 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-router 2019-01-09 09:37:31,005 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-subnet1 2019-01-09 09:37:31,005 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-subnet1 2019-01-09 09:37:33,267 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-7ee7e459-196d-4534-9ace-8ed40359f314-pub-net1 2019-01-09 09:37:35,000 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-4c0915ea-94ac-40a-proj 2019-01-09 09:37:35,215 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-4c0915ea-94ac-40a-proj-role 2019-01-09 09:37:35,432 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-4c0915ea-94ac-40a-user 2019-01-09 09:37:36,859 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-5260012e-14df-415-proj 2019-01-09 09:37:37,980 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-5260012e-14df-415-user 2019-01-09 09:37:38,171 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-5260012e-14df-415-proj-role 2019-01-09 09:37:38,261 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-5260012e-14df-415-proj-role to project CreateRouterNegativeTests-5260012e-14df-415-proj 2019-01-09 09:37:40,286 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-5260012e-14df-415-proj 2019-01-09 09:37:40,527 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-5260012e-14df-415-proj-role 2019-01-09 09:37:40,720 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-5260012e-14df-415-user 2019-01-09 09:37:42,207 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-064999f5-9615-462-proj 2019-01-09 09:37:43,278 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-064999f5-9615-462-user 2019-01-09 09:37:43,488 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-064999f5-9615-462-proj-role 2019-01-09 09:37:43,578 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-064999f5-9615-462-proj-role to project CreateRouterNegativeTests-064999f5-9615-462-proj 2019-01-09 09:37:44,188 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-064999f5-9615-462-proj 2019-01-09 09:37:44,401 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-064999f5-9615-462-proj-role 2019-01-09 09:37:44,611 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-064999f5-9615-462-user 2019-01-09 09:37:45,955 - keystone_utils - INFO - Created project with name - CreateQoSTests-8a173c68-30f0-477-proj 2019-01-09 09:37:47,003 - keystone_utils - INFO - Created user with name - CreateQoSTests-8a173c68-30f0-477-user 2019-01-09 09:37:47,201 - keystone_utils - INFO - Created role with name - CreateQoSTests-8a173c68-30f0-477-proj-role 2019-01-09 09:37:47,222 - keystone_utils - INFO - Granting role CreateQoSTests-8a173c68-30f0-477-proj-role to project CreateQoSTests-8a173c68-30f0-477-proj 2019-01-09 09:37:48,322 - create_qos - INFO - Created qos with name - CreateQoSTests-1bd643b8-869a-40f6-9366-3168211893df 2019-01-09 09:37:48,492 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-1bd643b8-869a-40f6-9366-3168211893df 2019-01-09 09:37:48,895 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-1bd643b8-869a-40f6-9366-3168211893df 2019-01-09 09:37:49,564 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-8a173c68-30f0-477-proj 2019-01-09 09:37:49,820 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-8a173c68-30f0-477-proj-role 2019-01-09 09:37:49,953 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-8a173c68-30f0-477-user 2019-01-09 09:37:51,494 - keystone_utils - INFO - Created project with name - CreateQoSTests-4a2a93e0-2b14-4de-proj 2019-01-09 09:37:52,619 - keystone_utils - INFO - Created user with name - CreateQoSTests-4a2a93e0-2b14-4de-user 2019-01-09 09:37:52,806 - keystone_utils - INFO - Created role with name - CreateQoSTests-4a2a93e0-2b14-4de-proj-role 2019-01-09 09:37:52,900 - keystone_utils - INFO - Granting role CreateQoSTests-4a2a93e0-2b14-4de-proj-role to project CreateQoSTests-4a2a93e0-2b14-4de-proj 2019-01-09 09:37:53,885 - create_qos - INFO - Created qos with name - CreateQoSTests-de901c5c-c3a1-43bc-9ceb-6a6e3af8da11 2019-01-09 09:37:54,070 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-de901c5c-c3a1-43bc-9ceb-6a6e3af8da11 2019-01-09 09:37:54,745 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-4a2a93e0-2b14-4de-proj 2019-01-09 09:37:54,968 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-4a2a93e0-2b14-4de-proj-role 2019-01-09 09:37:55,168 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-4a2a93e0-2b14-4de-user 2019-01-09 09:37:56,596 - keystone_utils - INFO - Created project with name - CreateQoSTests-17ff530a-2326-4bc-proj 2019-01-09 09:37:57,584 - keystone_utils - INFO - Created user with name - CreateQoSTests-17ff530a-2326-4bc-user 2019-01-09 09:37:57,787 - keystone_utils - INFO - Created role with name - CreateQoSTests-17ff530a-2326-4bc-proj-role 2019-01-09 09:37:57,907 - keystone_utils - INFO - Granting role CreateQoSTests-17ff530a-2326-4bc-proj-role to project CreateQoSTests-17ff530a-2326-4bc-proj 2019-01-09 09:37:58,854 - create_qos - INFO - Created qos with name - CreateQoSTests-4729606d-a092-4962-a52d-29411ce38ee8 2019-01-09 09:37:59,779 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-4729606d-a092-4962-a52d-29411ce38ee8 2019-01-09 09:38:00,466 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-17ff530a-2326-4bc-proj 2019-01-09 09:38:00,684 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-17ff530a-2326-4bc-proj-role 2019-01-09 09:38:00,821 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-17ff530a-2326-4bc-user 2019-01-09 09:38:02,153 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-cf51e391-56de-404-proj 2019-01-09 09:38:03,207 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-cf51e391-56de-404-user 2019-01-09 09:38:03,411 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-cf51e391-56de-404-proj-role 2019-01-09 09:38:03,500 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-cf51e391-56de-404-proj-role to project CreateSimpleVolumeTypeSuccessTests-cf51e391-56de-404-proj 2019-01-09 09:38:04,483 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-3281289a-eeec-4d84-b94e-16ed4945f13f 2019-01-09 09:38:05,127 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-3281289a-eeec-4d84-b94e-16ed4945f13f 2019-01-09 09:38:05,514 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-3281289a-eeec-4d84-b94e-16ed4945f13f 2019-01-09 09:38:06,182 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-cf51e391-56de-404-proj 2019-01-09 09:38:06,383 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-cf51e391-56de-404-proj-role 2019-01-09 09:38:06,515 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-cf51e391-56de-404-user 2019-01-09 09:38:07,968 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-4474f964-4375-41f-proj 2019-01-09 09:38:09,124 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-4474f964-4375-41f-user 2019-01-09 09:38:09,326 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-4474f964-4375-41f-proj-role 2019-01-09 09:38:09,344 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-4474f964-4375-41f-proj-role to project CreateSimpleVolumeTypeSuccessTests-4474f964-4375-41f-proj 2019-01-09 09:38:10,332 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-77cf356f-5023-47d3-a79f-5b7b4623128e 2019-01-09 09:38:11,888 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-77cf356f-5023-47d3-a79f-5b7b4623128e 2019-01-09 09:38:12,592 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-4474f964-4375-41f-proj 2019-01-09 09:38:12,941 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-4474f964-4375-41f-proj-role 2019-01-09 09:38:13,142 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-4474f964-4375-41f-user 2019-01-09 09:38:14,566 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-6b377f32-4be3-469-proj 2019-01-09 09:38:15,614 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-6b377f32-4be3-469-user 2019-01-09 09:38:15,949 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-6b377f32-4be3-469-proj-role 2019-01-09 09:38:15,968 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-6b377f32-4be3-469-proj-role to project CreateSimpleVolumeTypeSuccessTests-6b377f32-4be3-469-proj 2019-01-09 09:38:16,967 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-5833a27a-be46-46da-8b4e-3b5f56a85667 2019-01-09 09:38:18,019 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-5833a27a-be46-46da-8b4e-3b5f56a85667 2019-01-09 09:38:18,796 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-6b377f32-4be3-469-proj 2019-01-09 09:38:19,012 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-6b377f32-4be3-469-proj-role 2019-01-09 09:38:19,205 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-6b377f32-4be3-469-user 2019-01-09 09:38:20,704 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-f5e42627-5107-487-proj 2019-01-09 09:38:21,836 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-f5e42627-5107-487-user 2019-01-09 09:38:22,027 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-f5e42627-5107-487-proj-role 2019-01-09 09:38:22,116 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-f5e42627-5107-487-proj-role to project CreateVolumeTypeComplexTests-f5e42627-5107-487-proj 2019-01-09 09:38:23,106 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-ec9b1ec6-862e-4eff-ae2d-ce282fe9e495-qos-spec 2019-01-09 09:38:24,202 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-ec9b1ec6-862e-4eff-ae2d-ce282fe9e495-vol_type 2019-01-09 09:38:24,728 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-ec9b1ec6-862e-4eff-ae2d-ce282fe9e495-vol_type 2019-01-09 09:38:24,789 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-ec9b1ec6-862e-4eff-ae2d-ce282fe9e495-qos-spec 2019-01-09 09:38:25,472 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-f5e42627-5107-487-proj 2019-01-09 09:38:25,617 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-f5e42627-5107-487-proj-role 2019-01-09 09:38:25,754 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-f5e42627-5107-487-user 2019-01-09 09:38:27,195 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-9632684c-75c0-482-proj 2019-01-09 09:38:28,386 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-9632684c-75c0-482-user 2019-01-09 09:38:28,518 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-9632684c-75c0-482-proj-role 2019-01-09 09:38:28,607 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-9632684c-75c0-482-proj-role to project CreateVolumeTypeComplexTests-9632684c-75c0-482-proj 2019-01-09 09:38:29,597 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-09a57699-6a55-4ea8-8a38-a0270510331e-qos-spec 2019-01-09 09:38:30,950 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-09a57699-6a55-4ea8-8a38-a0270510331e-vol_type 2019-01-09 09:38:31,629 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-09a57699-6a55-4ea8-8a38-a0270510331e-vol_type 2019-01-09 09:38:31,693 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-09a57699-6a55-4ea8-8a38-a0270510331e-qos-spec 2019-01-09 09:38:32,394 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-9632684c-75c0-482-proj 2019-01-09 09:38:32,612 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-9632684c-75c0-482-proj-role 2019-01-09 09:38:32,735 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-9632684c-75c0-482-user 2019-01-09 09:38:34,165 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-271618c0-e11c-435-proj 2019-01-09 09:38:35,153 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-271618c0-e11c-435-user 2019-01-09 09:38:35,291 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-271618c0-e11c-435-proj-role 2019-01-09 09:38:35,379 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-271618c0-e11c-435-proj-role to project CreateVolumeTypeComplexTests-271618c0-e11c-435-proj 2019-01-09 09:38:36,346 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-7f881de5-5f86-4577-a683-afa0e308b30b-qos-spec 2019-01-09 09:38:37,801 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-7f881de5-5f86-4577-a683-afa0e308b30b-vol_type 2019-01-09 09:38:38,513 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-7f881de5-5f86-4577-a683-afa0e308b30b-vol_type 2019-01-09 09:38:38,735 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-7f881de5-5f86-4577-a683-afa0e308b30b-qos-spec 2019-01-09 09:38:39,412 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-271618c0-e11c-435-proj 2019-01-09 09:38:39,629 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-271618c0-e11c-435-proj-role 2019-01-09 09:38:39,757 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-271618c0-e11c-435-user 2019-01-09 09:38:41,170 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-e93d1d8f-9dc6-42d-proj 2019-01-09 09:38:42,153 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-e93d1d8f-9dc6-42d-user 2019-01-09 09:38:42,344 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-e93d1d8f-9dc6-42d-proj-role 2019-01-09 09:38:42,433 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-e93d1d8f-9dc6-42d-proj-role to project CreateSimpleVolumeSuccessTests-e93d1d8f-9dc6-42d-proj 2019-01-09 09:38:44,203 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-c25ad3a6-f38e-47eb-98cb-c4e2b2a08a2f 2019-01-09 09:38:44,407 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-c25ad3a6-f38e-47eb-98cb-c4e2b2a08a2f 2019-01-09 09:38:44,889 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-c25ad3a6-f38e-47eb-98cb-c4e2b2a08a2f 2019-01-09 09:38:48,309 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-c25ad3a6-f38e-47eb-98cb-c4e2b2a08a2f 2019-01-09 09:38:48,989 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-e93d1d8f-9dc6-42d-proj 2019-01-09 09:38:49,185 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-e93d1d8f-9dc6-42d-proj-role 2019-01-09 09:38:49,390 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-e93d1d8f-9dc6-42d-user 2019-01-09 09:38:50,824 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-76a20887-880c-463-proj 2019-01-09 09:38:51,871 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-76a20887-880c-463-user 2019-01-09 09:38:52,082 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-76a20887-880c-463-proj-role 2019-01-09 09:38:52,167 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-76a20887-880c-463-proj-role to project CreateSimpleVolumeSuccessTests-76a20887-880c-463-proj 2019-01-09 09:38:53,930 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-efe000f1-549b-4344-a7dc-91b38530e8f6 2019-01-09 09:38:54,125 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-efe000f1-549b-4344-a7dc-91b38530e8f6 2019-01-09 09:38:55,137 - create_volume - INFO - Did not create volume due to cleanup mode 2019-01-09 09:38:55,333 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-efe000f1-549b-4344-a7dc-91b38530e8f6 2019-01-09 09:38:59,110 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-efe000f1-549b-4344-a7dc-91b38530e8f6 2019-01-09 09:38:59,602 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-76a20887-880c-463-proj 2019-01-09 09:38:59,814 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-76a20887-880c-463-proj-role 2019-01-09 09:39:00,024 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-76a20887-880c-463-user 2019-01-09 09:39:01,441 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-b69d2142-36b5-4e0-proj 2019-01-09 09:39:02,507 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-b69d2142-36b5-4e0-user 2019-01-09 09:39:02,704 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-b69d2142-36b5-4e0-proj-role 2019-01-09 09:39:02,790 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-b69d2142-36b5-4e0-proj-role to project CreateSimpleVolumeSuccessTests-b69d2142-36b5-4e0-proj 2019-01-09 09:39:04,637 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-055a32c6-bbf2-4d35-9303-8baf83c1794c 2019-01-09 09:39:04,951 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-055a32c6-bbf2-4d35-9303-8baf83c1794c 2019-01-09 09:39:05,510 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-055a32c6-bbf2-4d35-9303-8baf83c1794c 2019-01-09 09:39:06,157 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-055a32c6-bbf2-4d35-9303-8baf83c1794c 2019-01-09 09:39:06,634 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-b69d2142-36b5-4e0-proj 2019-01-09 09:39:06,845 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-b69d2142-36b5-4e0-proj-role 2019-01-09 09:39:07,043 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-b69d2142-36b5-4e0-user 2019-01-09 09:39:08,447 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-5ef13feb-4206-459-proj 2019-01-09 09:39:09,585 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-5ef13feb-4206-459-user 2019-01-09 09:39:09,782 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-5ef13feb-4206-459-proj-role 2019-01-09 09:39:09,872 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-5ef13feb-4206-459-proj-role to project CreateSimpleVolumeFailureTests-5ef13feb-4206-459-proj 2019-01-09 09:39:11,498 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-5ef13feb-4206-459-proj 2019-01-09 09:39:11,701 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-5ef13feb-4206-459-proj-role 2019-01-09 09:39:11,941 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-5ef13feb-4206-459-user 2019-01-09 09:39:13,429 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-bcab5bcf-080e-487-proj 2019-01-09 09:39:14,488 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-bcab5bcf-080e-487-user 2019-01-09 09:39:14,788 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-bcab5bcf-080e-487-proj-role 2019-01-09 09:39:14,885 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-bcab5bcf-080e-487-proj-role to project CreateSimpleVolumeFailureTests-bcab5bcf-080e-487-proj 2019-01-09 09:39:16,237 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-bcab5bcf-080e-487-proj 2019-01-09 09:39:16,437 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-bcab5bcf-080e-487-proj-role 2019-01-09 09:39:16,637 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-bcab5bcf-080e-487-user 2019-01-09 09:39:18,070 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-56fac78c-55bb-48c-proj 2019-01-09 09:39:19,219 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-56fac78c-55bb-48c-user 2019-01-09 09:39:19,417 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-56fac78c-55bb-48c-proj-role 2019-01-09 09:39:19,437 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-56fac78c-55bb-48c-proj-role to project CreateSimpleVolumeFailureTests-56fac78c-55bb-48c-proj 2019-01-09 09:39:20,869 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-56fac78c-55bb-48c-proj 2019-01-09 09:39:21,072 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-56fac78c-55bb-48c-proj-role 2019-01-09 09:39:21,280 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-56fac78c-55bb-48c-user 2019-01-09 09:39:22,716 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-ffac5dd3-69fa-4bf-proj 2019-01-09 09:39:23,860 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-ffac5dd3-69fa-4bf-user 2019-01-09 09:39:24,064 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-ffac5dd3-69fa-4bf-proj-role 2019-01-09 09:39:24,155 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-ffac5dd3-69fa-4bf-proj-role to project CreateVolumeWithTypeTests-ffac5dd3-69fa-4bf-proj 2019-01-09 09:39:25,165 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-7a2d35a4-ecb9-4b45-935d-7b36f8428c35-vol-type 2019-01-09 09:39:25,980 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-7a2d35a4-ecb9-4b45-935d-7b36f8428c35-vol-type 2019-01-09 09:39:26,671 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-ffac5dd3-69fa-4bf-proj 2019-01-09 09:39:26,893 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-ffac5dd3-69fa-4bf-proj-role 2019-01-09 09:39:27,104 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-ffac5dd3-69fa-4bf-user 2019-01-09 09:39:28,441 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-15be233a-bab1-4be-proj 2019-01-09 09:39:29,592 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-15be233a-bab1-4be-user 2019-01-09 09:39:29,782 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-15be233a-bab1-4be-proj-role 2019-01-09 09:39:29,874 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-15be233a-bab1-4be-proj-role to project CreateVolumeWithTypeTests-15be233a-bab1-4be-proj 2019-01-09 09:39:30,879 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-1fd56c13-7c1c-4e51-a9b0-b36e25b34a52-vol-type 2019-01-09 09:39:32,253 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-1fd56c13-7c1c-4e51-a9b0-b36e25b34a52-vol 2019-01-09 09:39:32,458 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-1fd56c13-7c1c-4e51-a9b0-b36e25b34a52-vol 2019-01-09 09:39:32,669 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-1fd56c13-7c1c-4e51-a9b0-b36e25b34a52-vol 2019-01-09 09:39:36,305 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-1fd56c13-7c1c-4e51-a9b0-b36e25b34a52-vol 2019-01-09 09:39:36,306 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-1fd56c13-7c1c-4e51-a9b0-b36e25b34a52-vol-type 2019-01-09 09:39:36,981 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-15be233a-bab1-4be-proj 2019-01-09 09:39:37,186 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-15be233a-bab1-4be-proj-role 2019-01-09 09:39:37,377 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-15be233a-bab1-4be-user 2019-01-09 09:39:38,830 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-1af27f79-f5fd-4aa-proj 2019-01-09 09:39:39,968 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-1af27f79-f5fd-4aa-user 2019-01-09 09:39:40,177 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-1af27f79-f5fd-4aa-proj-role 2019-01-09 09:39:40,196 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-1af27f79-f5fd-4aa-proj-role to project CreateVolumeWithImageTests-1af27f79-f5fd-4aa-proj 2019-01-09 09:39:42,721 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-30c3f730-b077-4ccb-a5b6-f849722780be-image 2019-01-09 09:39:42,964 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-30c3f730-b077-4ccb-a5b6-f849722780be-image 2019-01-09 09:39:44,108 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-30c3f730-b077-4ccb-a5b6-f849722780be-image 2019-01-09 09:39:45,948 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-1af27f79-f5fd-4aa-proj 2019-01-09 09:39:46,169 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-1af27f79-f5fd-4aa-proj-role 2019-01-09 09:39:46,450 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-1af27f79-f5fd-4aa-user 2019-01-09 09:39:47,872 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-cb47239c-5dec-43f-proj 2019-01-09 09:39:49,009 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-cb47239c-5dec-43f-user 2019-01-09 09:39:49,213 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-cb47239c-5dec-43f-proj-role 2019-01-09 09:39:49,305 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-cb47239c-5dec-43f-proj-role to project CreateVolumeWithImageTests-cb47239c-5dec-43f-proj 2019-01-09 09:39:52,953 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-830297bd-1544-4f75-b9c9-e5e9abe67ccf-image 2019-01-09 09:39:53,119 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-830297bd-1544-4f75-b9c9-e5e9abe67ccf-image 2019-01-09 09:39:55,334 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-830297bd-1544-4f75-b9c9-e5e9abe67ccf-vol 2019-01-09 09:40:02,171 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-830297bd-1544-4f75-b9c9-e5e9abe67ccf-vol 2019-01-09 09:40:03,007 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-830297bd-1544-4f75-b9c9-e5e9abe67ccf-vol 2019-01-09 09:40:06,624 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-830297bd-1544-4f75-b9c9-e5e9abe67ccf-vol 2019-01-09 09:40:06,625 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-830297bd-1544-4f75-b9c9-e5e9abe67ccf-image 2019-01-09 09:40:08,275 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-cb47239c-5dec-43f-proj 2019-01-09 09:40:08,474 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-cb47239c-5dec-43f-proj-role 2019-01-09 09:40:08,681 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-cb47239c-5dec-43f-user 2019-01-09 09:40:10,082 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-b2b777f4-e915-433-proj 2019-01-09 09:40:11,058 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-b2b777f4-e915-433-user 2019-01-09 09:40:11,267 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-b2b777f4-e915-433-proj-role 2019-01-09 09:40:11,353 - keystone_utils - INFO - Granting role SimpleHealthCheck-b2b777f4-e915-433-proj-role to project SimpleHealthCheck-b2b777f4-e915-433-proj 2019-01-09 09:40:14,508 - create_image - INFO - Created image with name - SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-image 2019-01-09 09:40:14,531 - create_image - INFO - Image is now active with name - SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-image 2019-01-09 09:40:15,171 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-priv-net 2019-01-09 09:40:16,259 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-priv-subnet 2019-01-09 09:40:21,543 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-priv-net 2019-01-09 09:40:23,254 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-inst 2019-01-09 09:40:25,666 - create_instance - INFO - Created instance with name - SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-inst 2019-01-09 09:40:33,144 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:40:34,206 - create_instance_tests - INFO - Looking for IP 10.55.0.9 in the console log 2019-01-09 09:41:34,020 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 09:41:34,023 - create_instance - INFO - Deleting Port with ID - f950f007-ccee-4884-9bb7-abc59cd8ff27 2019-01-09 09:41:34,023 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18port-1 2019-01-09 09:41:34,523 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-inst 2019-01-09 09:41:34,701 - create_instance - INFO - Checking deletion status 2019-01-09 09:41:38,001 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-inst 2019-01-09 09:41:38,002 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-priv-subnet 2019-01-09 09:41:38,002 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-priv-subnet 2019-01-09 09:41:40,431 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-priv-net 2019-01-09 09:41:41,864 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-f3089c93-fca7-4333-8a8a-e11a2fc54a18-image 2019-01-09 09:41:44,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c882ee3d-e84b-47b1-9255-431d229d1d5a 2019-01-09 09:41:44,602 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:41:45,120 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-b2b777f4-e915-433-proj 2019-01-09 09:41:45,368 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-b2b777f4-e915-433-proj-role 2019-01-09 09:41:45,589 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-b2b777f4-e915-433-user 2019-01-09 09:41:47,034 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-0c1431f4-a1c1-42b-proj 2019-01-09 09:41:48,124 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-0c1431f4-a1c1-42b-user 2019-01-09 09:41:48,328 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-0c1431f4-a1c1-42b-proj-role 2019-01-09 09:41:48,421 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-0c1431f4-a1c1-42b-proj-role to project CreateInstanceTwoNetTests-0c1431f4-a1c1-42b-proj 2019-01-09 09:41:51,214 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-059cb223-fe2e-4cc6-b22b-192fe5fee644 2019-01-09 09:41:51,371 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-059cb223-fe2e-4cc6-b22b-192fe5fee644 2019-01-09 09:41:52,009 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-net1 2019-01-09 09:41:53,067 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-subnet1 2019-01-09 09:41:55,128 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-net2 2019-01-09 09:41:56,168 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-subnet2 2019-01-09 09:41:58,804 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:42:00,160 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-router-port1 for router - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:42:01,816 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-net1 2019-01-09 09:42:02,788 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-router-port1 for router - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:42:02,788 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:42:04,850 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-router-port2 for router - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:42:06,209 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-net2 2019-01-09 09:42:07,116 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-router-port2 for router - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:42:07,116 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:42:10,419 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-sec-grp... 2019-01-09 09:42:10,419 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-sec-grp 2019-01-09 09:42:10,778 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:10,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:11,154 - neutron_utils - INFO - Retrieving security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:11,230 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:11,406 - neutron_utils - INFO - Retrieving security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:11,603 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:11,780 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-sec-grp 2019-01-09 09:42:12,074 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:12,586 - neutron_utils - INFO - Retrieving security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:12,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b03bbe50-b23a-4085-a847-11b9f8a62287 2019-01-09 09:42:16,519 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-net1 2019-01-09 09:42:18,094 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-inst1 2019-01-09 09:42:19,994 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-inst1 2019-01-09 09:42:27,552 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:42:32,381 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-net2 2019-01-09 09:42:34,291 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-inst2 2019-01-09 09:42:36,670 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-inst2 2019-01-09 09:42:43,742 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:42:44,794 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2019-01-09 09:43:28,560 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 09:43:28,563 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2019-01-09 09:43:30,246 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 09:43:35,173 - create_instance - INFO - Deleting Port with ID - 7b5ad4b1-2465-45e1-8ce1-6823b09de1c6 2019-01-09 09:43:35,173 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-vm1-port 2019-01-09 09:43:35,751 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-inst1 2019-01-09 09:43:35,911 - create_instance - INFO - Checking deletion status 2019-01-09 09:43:45,553 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-inst1 2019-01-09 09:43:45,554 - create_instance - INFO - Deleting Port with ID - e3b7d4b3-4d62-4399-b80c-13d8df5353eb 2019-01-09 09:43:45,554 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-vm2-port 2019-01-09 09:43:46,037 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-inst2 2019-01-09 09:43:46,230 - create_instance - INFO - Checking deletion status 2019-01-09 09:43:55,902 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-inst2 2019-01-09 09:43:55,954 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router and port CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-router-port1 2019-01-09 09:43:55,954 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:43:56,997 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router and port CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-router-port2 2019-01-09 09:43:56,998 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:43:58,050 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:43:58,050 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-pub-router 2019-01-09 09:43:58,338 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-subnet1 2019-01-09 09:43:58,338 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-subnet1 2019-01-09 09:44:00,903 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-net1 2019-01-09 09:44:02,443 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-subnet2 2019-01-09 09:44:02,444 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-subnet2 2019-01-09 09:44:04,962 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-net2 2019-01-09 09:44:06,423 - neutron_utils - INFO - Deleting security group rule with ID - 56a95375-89ec-4243-a944-fa15c71bc4de 2019-01-09 09:44:06,764 - neutron_utils - INFO - Deleting security group rule with ID - 8527f00c-0053-458c-89ac-40bf183b4d31 2019-01-09 09:44:07,009 - neutron_utils - INFO - Deleting security group rule with ID - b4ae4f7d-663a-424f-ae89-6f5c591d7696 2019-01-09 09:44:07,115 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-9eb2947e-fbbf-4f5d-80b5-c066fde49f74-sec-grp 2019-01-09 09:44:07,492 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-059cb223-fe2e-4cc6-b22b-192fe5fee644 2019-01-09 09:44:09,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 674ecdf8-84ca-4859-882f-20c797d0b280 2019-01-09 09:44:10,134 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:44:10,457 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-0c1431f4-a1c1-42b-proj 2019-01-09 09:44:10,787 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-0c1431f4-a1c1-42b-proj-role 2019-01-09 09:44:11,069 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-0c1431f4-a1c1-42b-user 2019-01-09 09:44:12,544 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-b018ff66-3b85-444-proj 2019-01-09 09:44:13,582 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-b018ff66-3b85-444-user 2019-01-09 09:44:13,777 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-b018ff66-3b85-444-proj-role 2019-01-09 09:44:13,798 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-b018ff66-3b85-444-proj-role to project CreateInstanceSimpleTests-b018ff66-3b85-444-proj 2019-01-09 09:44:17,332 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-image 2019-01-09 09:44:17,505 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-image 2019-01-09 09:44:18,846 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-pub-net 2019-01-09 09:44:19,659 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-pub-subnet 2019-01-09 09:44:24,866 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-pub-net 2019-01-09 09:44:26,453 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-inst 2019-01-09 09:44:28,602 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-inst 2019-01-09 09:44:36,015 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:44:42,043 - create_instance - INFO - Deleting Port with ID - 8605f247-51ab-4dae-9666-ae1acfd45603 2019-01-09 09:44:42,043 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-port 2019-01-09 09:44:42,746 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-inst 2019-01-09 09:44:42,924 - create_instance - INFO - Checking deletion status 2019-01-09 09:44:46,482 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-inst 2019-01-09 09:44:46,547 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-pub-subnet 2019-01-09 09:44:46,547 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-pub-subnet 2019-01-09 09:44:48,766 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-pub-net 2019-01-09 09:44:50,483 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-6af154b0-07c5-4a71-be46-c27b832f2635-image 2019-01-09 09:44:52,841 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-b018ff66-3b85-444-proj 2019-01-09 09:44:53,188 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-b018ff66-3b85-444-proj-role 2019-01-09 09:44:53,398 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-b018ff66-3b85-444-user 2019-01-09 09:44:54,867 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-11d483d3-4cc4-465-proj 2019-01-09 09:44:56,011 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-11d483d3-4cc4-465-user 2019-01-09 09:44:56,173 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-11d483d3-4cc4-465-proj-role 2019-01-09 09:44:56,265 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-11d483d3-4cc4-465-proj-role to project CreateInstanceSimpleTests-11d483d3-4cc4-465-proj 2019-01-09 09:44:58,853 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-image 2019-01-09 09:44:59,011 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-image 2019-01-09 09:45:00,441 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-pub-net 2019-01-09 09:45:01,458 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-pub-subnet 2019-01-09 09:45:06,545 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-pub-net 2019-01-09 09:45:08,136 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-inst 2019-01-09 09:45:10,450 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-inst 2019-01-09 09:45:18,261 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:45:27,002 - create_instance - INFO - Deleting Port with ID - 64018f67-4a98-462e-a28b-2341df82053a 2019-01-09 09:45:27,002 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-port 2019-01-09 09:45:27,844 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-inst 2019-01-09 09:45:27,888 - create_instance - WARNING - Instance already deleted - Instance 3c696e58-1986-40f7-88aa-a35e9945c7b6 could not be found. (HTTP 404) (Request-ID: req-d588a3f6-0555-4939-b962-44dac6bdb92e) 2019-01-09 09:45:27,888 - create_instance - INFO - Checking deletion status 2019-01-09 09:45:27,937 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-inst 2019-01-09 09:45:27,977 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-pub-subnet 2019-01-09 09:45:27,977 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-pub-subnet 2019-01-09 09:45:30,438 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-pub-net 2019-01-09 09:45:32,072 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-19549826-27f4-4e09-bbd4-2343e01a2f32-image 2019-01-09 09:45:33,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0cee95c8-4621-4557-a110-0ca686d57dce 2019-01-09 09:45:33,778 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:45:34,143 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-11d483d3-4cc4-465-proj 2019-01-09 09:45:34,379 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-11d483d3-4cc4-465-proj-role 2019-01-09 09:45:34,594 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-11d483d3-4cc4-465-user 2019-01-09 09:45:36,065 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3758c132-58ce-449-proj 2019-01-09 09:45:37,209 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3758c132-58ce-449-user 2019-01-09 09:45:37,335 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3758c132-58ce-449-proj-role 2019-01-09 09:45:37,427 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3758c132-58ce-449-proj-role to project CreateInstancePortManipulationTests-3758c132-58ce-449-proj 2019-01-09 09:45:40,883 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-image 2019-01-09 09:45:41,043 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-image 2019-01-09 09:45:41,689 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-pub-net 2019-01-09 09:45:42,718 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-pub-subnet 2019-01-09 09:45:48,382 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-pub-net 2019-01-09 09:45:50,079 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-inst 2019-01-09 09:45:52,461 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-inst 2019-01-09 09:46:00,086 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:46:00,882 - create_instance - INFO - Deleting Port with ID - 0e3d83f1-1769-48ee-9277-a64f84818c20 2019-01-09 09:46:00,882 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542eport-1 2019-01-09 09:46:01,343 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-inst 2019-01-09 09:46:01,534 - create_instance - INFO - Checking deletion status 2019-01-09 09:46:04,824 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-inst 2019-01-09 09:46:04,877 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-pub-subnet 2019-01-09 09:46:04,877 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-pub-subnet 2019-01-09 09:46:07,456 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-pub-net 2019-01-09 09:46:08,812 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-74161328-9338-47b0-a2b1-770ab64b542e-image 2019-01-09 09:46:10,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d404e9b-a7cf-44e3-aa0f-7adb8814cbf9 2019-01-09 09:46:10,643 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:46:10,994 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3758c132-58ce-449-proj 2019-01-09 09:46:11,242 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3758c132-58ce-449-proj-role 2019-01-09 09:46:11,460 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3758c132-58ce-449-user 2019-01-09 09:46:12,953 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-275a9e8b-b5c5-4d8-proj 2019-01-09 09:46:14,023 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-275a9e8b-b5c5-4d8-user 2019-01-09 09:46:14,257 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-275a9e8b-b5c5-4d8-proj-role 2019-01-09 09:46:14,341 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-275a9e8b-b5c5-4d8-proj-role to project CreateInstancePortManipulationTests-275a9e8b-b5c5-4d8-proj 2019-01-09 09:46:17,651 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-image 2019-01-09 09:46:17,904 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-image 2019-01-09 09:46:18,520 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-pub-net 2019-01-09 09:46:19,870 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-pub-subnet 2019-01-09 09:46:25,288 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-pub-net 2019-01-09 09:46:25,493 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-pub-subnet 2019-01-09 09:46:25,493 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-pub-subnet 2019-01-09 09:46:27,788 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-pub-net 2019-01-09 09:46:29,157 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-52038167-2df9-4a56-87b5-8b90239bfa42-image 2019-01-09 09:46:31,198 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d54aad7-b6ef-48c6-8900-2da603ac3571 2019-01-09 09:46:31,448 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:46:31,784 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-275a9e8b-b5c5-4d8-proj 2019-01-09 09:46:32,039 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-275a9e8b-b5c5-4d8-proj-role 2019-01-09 09:46:32,243 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-275a9e8b-b5c5-4d8-user 2019-01-09 09:46:33,676 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-389d8a95-23f6-421-proj 2019-01-09 09:46:34,893 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-389d8a95-23f6-421-user 2019-01-09 09:46:35,095 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-389d8a95-23f6-421-proj-role 2019-01-09 09:46:35,187 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-389d8a95-23f6-421-proj-role to project CreateInstancePortManipulationTests-389d8a95-23f6-421-proj 2019-01-09 09:46:38,367 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-image 2019-01-09 09:46:38,541 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-image 2019-01-09 09:46:39,155 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-pub-net 2019-01-09 09:46:40,352 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-pub-subnet 2019-01-09 09:46:45,520 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-pub-net 2019-01-09 09:46:45,583 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-pub-subnet 2019-01-09 09:46:45,583 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-pub-subnet 2019-01-09 09:46:47,924 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-pub-net 2019-01-09 09:46:49,449 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-2e076b37-f458-4537-ae1d-3b4bd6612ddd-image 2019-01-09 09:46:51,801 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2e41bec6-651b-42cb-9c4e-b1c4f5e3c41f 2019-01-09 09:46:51,983 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:46:52,299 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-389d8a95-23f6-421-proj 2019-01-09 09:46:52,518 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-389d8a95-23f6-421-proj-role 2019-01-09 09:46:52,723 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-389d8a95-23f6-421-user 2019-01-09 09:46:54,162 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b666d316-6a50-473-proj 2019-01-09 09:46:55,408 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b666d316-6a50-473-user 2019-01-09 09:46:55,646 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b666d316-6a50-473-proj-role 2019-01-09 09:46:55,737 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b666d316-6a50-473-proj-role to project CreateInstancePortManipulationTests-b666d316-6a50-473-proj 2019-01-09 09:46:59,173 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-image 2019-01-09 09:46:59,332 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-image 2019-01-09 09:46:59,977 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-pub-net 2019-01-09 09:47:01,089 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-pub-subnet 2019-01-09 09:47:06,534 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-pub-net 2019-01-09 09:47:07,309 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-pub-subnet 2019-01-09 09:47:07,309 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-pub-subnet 2019-01-09 09:47:09,782 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-pub-net 2019-01-09 09:47:11,040 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-953a7a9e-a857-4802-9e92-1de50ad7b8f9-image 2019-01-09 09:47:12,643 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 22cddd91-e3f8-4132-99d4-fdd179dc0e50 2019-01-09 09:47:12,821 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:47:13,126 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b666d316-6a50-473-proj 2019-01-09 09:47:13,446 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b666d316-6a50-473-proj-role 2019-01-09 09:47:13,660 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b666d316-6a50-473-user 2019-01-09 09:47:15,126 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e1eb5bd1-e81e-4fa-proj 2019-01-09 09:47:16,306 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e1eb5bd1-e81e-4fa-user 2019-01-09 09:47:16,515 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e1eb5bd1-e81e-4fa-proj-role 2019-01-09 09:47:16,598 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e1eb5bd1-e81e-4fa-proj-role to project CreateInstancePortManipulationTests-e1eb5bd1-e81e-4fa-proj 2019-01-09 09:47:20,500 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-image 2019-01-09 09:47:20,670 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-image 2019-01-09 09:47:21,295 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-pub-net 2019-01-09 09:47:22,227 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-pub-subnet 2019-01-09 09:47:27,602 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-pub-net 2019-01-09 09:47:27,818 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-pub-subnet 2019-01-09 09:47:27,818 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-pub-subnet 2019-01-09 09:47:30,261 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-pub-net 2019-01-09 09:47:31,730 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a23ac947-f868-404e-9157-0077db28eaa7-image 2019-01-09 09:47:33,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b06a30c7-25e1-4d3c-ab0a-3cdf05f9e22e 2019-01-09 09:47:33,970 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:47:34,335 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e1eb5bd1-e81e-4fa-proj 2019-01-09 09:47:34,633 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e1eb5bd1-e81e-4fa-proj-role 2019-01-09 09:47:34,839 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e1eb5bd1-e81e-4fa-user 2019-01-09 09:47:36,330 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-0e92ef07-69f3-4ac-proj 2019-01-09 09:47:37,426 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-0e92ef07-69f3-4ac-user 2019-01-09 09:47:37,629 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-0e92ef07-69f3-4ac-proj-role 2019-01-09 09:47:37,724 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-0e92ef07-69f3-4ac-proj-role to project CreateInstancePortManipulationTests-0e92ef07-69f3-4ac-proj 2019-01-09 09:47:41,076 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-image 2019-01-09 09:47:41,244 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-image 2019-01-09 09:47:41,883 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-pub-net 2019-01-09 09:47:43,152 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-pub-subnet 2019-01-09 09:47:48,101 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-pub-net 2019-01-09 09:47:50,036 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-inst 2019-01-09 09:47:52,349 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-inst 2019-01-09 09:48:00,108 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:48:02,186 - create_instance - INFO - Deleting Port with ID - fe2a26c3-3725-49a6-ad84-ee87f2a0b18d 2019-01-09 09:48:02,186 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0port-1 2019-01-09 09:48:02,669 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-inst 2019-01-09 09:48:03,148 - create_instance - INFO - Checking deletion status 2019-01-09 09:48:09,854 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-inst 2019-01-09 09:48:09,900 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-pub-subnet 2019-01-09 09:48:09,901 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-pub-subnet 2019-01-09 09:48:12,289 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-pub-net 2019-01-09 09:48:13,988 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-74fd1ccb-2736-4f0e-93a3-1b3f7b8b41f0-image 2019-01-09 09:48:15,767 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5302b927-d31a-42f3-8036-d97c927c0269 2019-01-09 09:48:15,948 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:48:16,259 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-0e92ef07-69f3-4ac-proj 2019-01-09 09:48:16,471 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-0e92ef07-69f3-4ac-proj-role 2019-01-09 09:48:16,675 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-0e92ef07-69f3-4ac-user 2019-01-09 09:48:18,174 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e10589b4-724b-43d-proj 2019-01-09 09:48:19,222 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e10589b4-724b-43d-user 2019-01-09 09:48:19,431 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e10589b4-724b-43d-proj-role 2019-01-09 09:48:19,515 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e10589b4-724b-43d-proj-role to project CreateInstancePortManipulationTests-e10589b4-724b-43d-proj 2019-01-09 09:48:22,223 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-image 2019-01-09 09:48:22,391 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-image 2019-01-09 09:48:22,970 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-pub-net 2019-01-09 09:48:24,020 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-pub-subnet 2019-01-09 09:48:29,238 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-pub-net 2019-01-09 09:48:30,999 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-inst 2019-01-09 09:48:33,365 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-inst 2019-01-09 09:48:40,882 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:48:42,392 - create_instance - INFO - Deleting Port with ID - 2d6f7d7d-7233-4ae1-8d89-dbf4b3ef0639 2019-01-09 09:48:42,392 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7port-1 2019-01-09 09:48:43,077 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-inst 2019-01-09 09:48:43,260 - create_instance - INFO - Checking deletion status 2019-01-09 09:48:49,757 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-inst 2019-01-09 09:48:49,823 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-pub-subnet 2019-01-09 09:48:49,824 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-pub-subnet 2019-01-09 09:48:52,297 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-pub-net 2019-01-09 09:48:53,676 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-13816a9c-091d-45f0-95f9-b100c855c9d7-image 2019-01-09 09:48:55,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 35116d33-9452-44ef-9717-56df8948c4ef 2019-01-09 09:48:55,443 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:48:55,929 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e10589b4-724b-43d-proj 2019-01-09 09:48:56,202 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e10589b4-724b-43d-proj-role 2019-01-09 09:48:56,429 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e10589b4-724b-43d-user 2019-01-09 09:48:57,923 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-964e7d30-3164-4e9-proj 2019-01-09 09:48:59,031 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-964e7d30-3164-4e9-user 2019-01-09 09:48:59,162 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-964e7d30-3164-4e9-proj-role 2019-01-09 09:48:59,254 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-964e7d30-3164-4e9-proj-role to project CreateInstancePortManipulationTests-964e7d30-3164-4e9-proj 2019-01-09 09:49:02,602 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-image 2019-01-09 09:49:02,622 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-image 2019-01-09 09:49:03,249 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-pub-net 2019-01-09 09:49:04,250 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-pub-subnet 2019-01-09 09:49:09,707 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-pub-net 2019-01-09 09:49:11,766 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-inst 2019-01-09 09:49:13,916 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-inst 2019-01-09 09:49:21,232 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:49:22,646 - create_instance - INFO - Deleting Port with ID - c8f8003c-5812-40fc-8670-64929b24ff5f 2019-01-09 09:49:22,646 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62port-1 2019-01-09 09:49:23,399 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-inst 2019-01-09 09:49:23,578 - create_instance - INFO - Checking deletion status 2019-01-09 09:49:26,884 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-inst 2019-01-09 09:49:26,937 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-pub-subnet 2019-01-09 09:49:26,938 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-pub-subnet 2019-01-09 09:49:29,339 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-pub-net 2019-01-09 09:49:31,203 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-1a02408f-5b67-490b-8f93-df60f8b64d62-image 2019-01-09 09:49:33,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2991b1d6-b917-4d72-b5a5-8c5de03ae7c6 2019-01-09 09:49:34,047 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:49:34,515 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-964e7d30-3164-4e9-proj 2019-01-09 09:49:34,795 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-964e7d30-3164-4e9-proj-role 2019-01-09 09:49:35,001 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-964e7d30-3164-4e9-user 2019-01-09 09:49:36,432 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-61452c8b-7c22-477-proj 2019-01-09 09:49:37,606 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-61452c8b-7c22-477-user 2019-01-09 09:49:37,899 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-61452c8b-7c22-477-proj-role 2019-01-09 09:49:37,991 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-61452c8b-7c22-477-proj-role to project CreateInstancePortManipulationTests-61452c8b-7c22-477-proj 2019-01-09 09:49:41,110 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-image 2019-01-09 09:49:41,279 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-image 2019-01-09 09:49:41,909 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-pub-net 2019-01-09 09:49:42,966 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-pub-subnet 2019-01-09 09:49:49,145 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-pub-net 2019-01-09 09:49:50,788 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-inst 2019-01-09 09:49:53,337 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-inst 2019-01-09 09:50:00,943 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:50:02,043 - create_instance - INFO - Deleting Port with ID - c9966c8b-f37d-4caf-a73e-fa1cd5170cb4 2019-01-09 09:50:02,043 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534port-1 2019-01-09 09:50:02,705 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-inst 2019-01-09 09:50:03,057 - create_instance - INFO - Checking deletion status 2019-01-09 09:50:09,742 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-inst 2019-01-09 09:50:09,799 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-pub-subnet 2019-01-09 09:50:09,799 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-pub-subnet 2019-01-09 09:50:12,077 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-pub-net 2019-01-09 09:50:14,096 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-5b131d92-70f4-4e39-ac62-ecc0248be534-image 2019-01-09 09:50:15,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 00a25490-155c-433b-8d48-f18665298730 2019-01-09 09:50:16,064 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:50:16,410 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-61452c8b-7c22-477-proj 2019-01-09 09:50:16,668 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-61452c8b-7c22-477-proj-role 2019-01-09 09:50:16,868 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-61452c8b-7c22-477-user 2019-01-09 09:50:18,342 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-801d1359-d276-4c9-proj 2019-01-09 09:50:19,492 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-801d1359-d276-4c9-user 2019-01-09 09:50:19,683 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-801d1359-d276-4c9-proj-role 2019-01-09 09:50:19,777 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-801d1359-d276-4c9-proj-role to project CreateInstancePortManipulationTests-801d1359-d276-4c9-proj 2019-01-09 09:50:23,239 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-image 2019-01-09 09:50:23,407 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-image 2019-01-09 09:50:24,034 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-pub-net 2019-01-09 09:50:25,393 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-pub-subnet 2019-01-09 09:50:28,048 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4net2 2019-01-09 09:50:28,881 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-subnet1 2019-01-09 09:50:29,825 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-subnet2 2019-01-09 09:50:35,466 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4net2 2019-01-09 09:50:37,472 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-inst 2019-01-09 09:50:39,255 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-inst 2019-01-09 09:50:46,702 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:50:47,839 - create_instance - INFO - Deleting Port with ID - a0793a91-f3c4-464c-a863-b49348fb533a 2019-01-09 09:50:47,839 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4port-1 2019-01-09 09:50:48,496 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-inst 2019-01-09 09:50:48,664 - create_instance - INFO - Checking deletion status 2019-01-09 09:50:51,960 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-inst 2019-01-09 09:50:52,003 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-pub-subnet 2019-01-09 09:50:52,004 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-pub-subnet 2019-01-09 09:50:54,412 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-pub-net 2019-01-09 09:50:55,772 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-subnet2 2019-01-09 09:50:55,772 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-subnet2 2019-01-09 09:50:58,314 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-subnet1 2019-01-09 09:50:58,314 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-subnet1 2019-01-09 09:51:00,740 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4net2 2019-01-09 09:51:02,204 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-8146330c-cfd8-45a7-bf55-0b1d9c380bc4-image 2019-01-09 09:51:04,215 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e670f98-cdd3-4172-b8ae-2f9b25f04f96 2019-01-09 09:51:04,396 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:51:04,740 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-801d1359-d276-4c9-proj 2019-01-09 09:51:05,017 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-801d1359-d276-4c9-proj-role 2019-01-09 09:51:05,225 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-801d1359-d276-4c9-user 2019-01-09 09:51:06,576 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-e417ba44-de8f-4cc-proj 2019-01-09 09:51:07,720 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-e417ba44-de8f-4cc-user 2019-01-09 09:51:07,929 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-e417ba44-de8f-4cc-proj-role 2019-01-09 09:51:08,013 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-e417ba44-de8f-4cc-proj-role to project InstanceSecurityGroupTests-e417ba44-de8f-4cc-proj 2019-01-09 09:51:11,160 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-image 2019-01-09 09:51:11,184 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-image 2019-01-09 09:51:11,927 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-pub-net 2019-01-09 09:51:13,057 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-pub-subnet 2019-01-09 09:51:18,461 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-pub-net 2019-01-09 09:51:20,028 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-inst 2019-01-09 09:51:21,912 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-inst 2019-01-09 09:51:29,386 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:51:31,263 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-name... 2019-01-09 09:51:31,263 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-name 2019-01-09 09:51:31,673 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917f1d53-815a-4ee4-b04a-8041b65f64fe 2019-01-09 09:51:31,839 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917f1d53-815a-4ee4-b04a-8041b65f64fe 2019-01-09 09:51:32,002 - neutron_utils - INFO - Retrieving security group with ID - 917f1d53-815a-4ee4-b04a-8041b65f64fe 2019-01-09 09:51:32,206 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917f1d53-815a-4ee4-b04a-8041b65f64fe 2019-01-09 09:51:32,389 - neutron_utils - INFO - Retrieving security group with ID - 917f1d53-815a-4ee4-b04a-8041b65f64fe 2019-01-09 09:51:32,580 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917f1d53-815a-4ee4-b04a-8041b65f64fe 2019-01-09 09:51:32,773 - neutron_utils - INFO - Retrieving security group with ID - 917f1d53-815a-4ee4-b04a-8041b65f64fe 2019-01-09 09:51:32,969 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 917f1d53-815a-4ee4-b04a-8041b65f64fe 2019-01-09 09:51:32,998 - neutron_utils - INFO - Deleting security group rule with ID - 1c53e6d1-9faa-4b47-b449-a915c346cc30 2019-01-09 09:51:33,239 - neutron_utils - INFO - Deleting security group rule with ID - 442ef607-064d-406c-aaec-469cb7b00a5c 2019-01-09 09:51:33,380 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-name 2019-01-09 09:51:36,658 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:51:39,711 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-name] - Security group InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-name is not found for project 022171224f004b4982a7abe07e3202d9 (HTTP 404) (Request-ID: req-34fb5c0a-ac61-41c5-ad81-ccf095b1a83f) 2019-01-09 09:51:39,711 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-name is not found for project 022171224f004b4982a7abe07e3202d9 (HTTP 404) (Request-ID: req-34fb5c0a-ac61-41c5-ad81-ccf095b1a83f) 2019-01-09 09:51:41,295 - create_instance - INFO - Deleting Port with ID - 6405fb85-df69-48f9-a852-1ab3e053ea00 2019-01-09 09:51:41,296 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-port 2019-01-09 09:51:42,008 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-inst 2019-01-09 09:51:42,176 - create_instance - INFO - Checking deletion status 2019-01-09 09:51:45,472 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-inst 2019-01-09 09:51:45,520 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-pub-subnet 2019-01-09 09:51:45,520 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-pub-subnet 2019-01-09 09:51:48,010 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-pub-net 2019-01-09 09:51:49,383 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-7048c65c-1cd1-4318-b49a-197318d44dc6-image 2019-01-09 09:51:51,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0662c60a-9dac-45a6-ab23-072a4fc1fc72 2019-01-09 09:51:51,741 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:51:52,254 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-e417ba44-de8f-4cc-proj 2019-01-09 09:51:52,514 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-e417ba44-de8f-4cc-proj-role 2019-01-09 09:51:52,719 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-e417ba44-de8f-4cc-user 2019-01-09 09:51:54,283 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-3174244a-d03e-452-proj 2019-01-09 09:51:55,446 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-3174244a-d03e-452-user 2019-01-09 09:51:55,756 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-3174244a-d03e-452-proj-role 2019-01-09 09:51:55,843 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-3174244a-d03e-452-proj-role to project InstanceSecurityGroupTests-3174244a-d03e-452-proj 2019-01-09 09:51:58,797 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-image 2019-01-09 09:51:58,818 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-image 2019-01-09 09:51:59,374 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-pub-net 2019-01-09 09:52:00,381 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-pub-subnet 2019-01-09 09:52:02,866 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-name... 2019-01-09 09:52:02,867 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-name 2019-01-09 09:52:03,278 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9da53b22-77b2-48e3-a1fc-a1dafb6ec1f2 2019-01-09 09:52:03,486 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9da53b22-77b2-48e3-a1fc-a1dafb6ec1f2 2019-01-09 09:52:03,671 - neutron_utils - INFO - Retrieving security group with ID - 9da53b22-77b2-48e3-a1fc-a1dafb6ec1f2 2019-01-09 09:52:03,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9da53b22-77b2-48e3-a1fc-a1dafb6ec1f2 2019-01-09 09:52:03,946 - neutron_utils - INFO - Retrieving security group with ID - 9da53b22-77b2-48e3-a1fc-a1dafb6ec1f2 2019-01-09 09:52:04,141 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9da53b22-77b2-48e3-a1fc-a1dafb6ec1f2 2019-01-09 09:52:04,308 - neutron_utils - INFO - Retrieving security group with ID - 9da53b22-77b2-48e3-a1fc-a1dafb6ec1f2 2019-01-09 09:52:04,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9da53b22-77b2-48e3-a1fc-a1dafb6ec1f2 2019-01-09 09:52:08,409 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-pub-net 2019-01-09 09:52:10,093 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-inst 2019-01-09 09:52:12,524 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-inst 2019-01-09 09:52:19,910 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:52:21,339 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:52:25,973 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:52:28,857 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-name] already added to VM [InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-inst] 2019-01-09 09:52:30,275 - create_instance - INFO - Deleting Port with ID - 54ae8559-8756-40ef-9dc1-86112cab07cd 2019-01-09 09:52:30,275 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-port 2019-01-09 09:52:30,879 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-inst 2019-01-09 09:52:31,039 - create_instance - INFO - Checking deletion status 2019-01-09 09:52:37,603 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-inst 2019-01-09 09:52:37,604 - neutron_utils - INFO - Deleting security group rule with ID - 317f5864-5090-4c93-940b-a55005c719e2 2019-01-09 09:52:37,863 - neutron_utils - INFO - Deleting security group rule with ID - 039bb958-0350-4c93-8168-70b11889b84b 2019-01-09 09:52:38,150 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-name 2019-01-09 09:52:38,537 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-pub-subnet 2019-01-09 09:52:38,537 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-pub-subnet 2019-01-09 09:52:40,877 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-pub-net 2019-01-09 09:52:42,239 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-456832d3-6f21-4bc2-b386-867856483f0c-image 2019-01-09 09:52:44,406 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 06d60b14-83c6-473e-87cd-5c6d29fe1e78 2019-01-09 09:52:44,589 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:52:45,003 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-3174244a-d03e-452-proj 2019-01-09 09:52:45,262 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-3174244a-d03e-452-proj-role 2019-01-09 09:52:45,462 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-3174244a-d03e-452-user 2019-01-09 09:52:47,008 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-824d6efd-9709-479-proj 2019-01-09 09:52:48,152 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-824d6efd-9709-479-user 2019-01-09 09:52:48,361 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-824d6efd-9709-479-proj-role 2019-01-09 09:52:48,451 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-824d6efd-9709-479-proj-role to project InstanceSecurityGroupTests-824d6efd-9709-479-proj 2019-01-09 09:52:51,654 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-image 2019-01-09 09:52:51,673 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-image 2019-01-09 09:52:52,305 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-pub-net 2019-01-09 09:52:53,494 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-pub-subnet 2019-01-09 09:52:59,449 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-pub-net 2019-01-09 09:53:01,448 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-inst 2019-01-09 09:53:03,546 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-inst 2019-01-09 09:53:11,123 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:53:12,950 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-name... 2019-01-09 09:53:12,951 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-name 2019-01-09 09:53:13,356 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9442abea-56a6-4033-8476-0ee5ce725fa9 2019-01-09 09:53:13,535 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9442abea-56a6-4033-8476-0ee5ce725fa9 2019-01-09 09:53:13,710 - neutron_utils - INFO - Retrieving security group with ID - 9442abea-56a6-4033-8476-0ee5ce725fa9 2019-01-09 09:53:13,908 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9442abea-56a6-4033-8476-0ee5ce725fa9 2019-01-09 09:53:14,091 - neutron_utils - INFO - Retrieving security group with ID - 9442abea-56a6-4033-8476-0ee5ce725fa9 2019-01-09 09:53:14,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9442abea-56a6-4033-8476-0ee5ce725fa9 2019-01-09 09:53:14,321 - neutron_utils - INFO - Retrieving security group with ID - 9442abea-56a6-4033-8476-0ee5ce725fa9 2019-01-09 09:53:14,519 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9442abea-56a6-4033-8476-0ee5ce725fa9 2019-01-09 09:53:17,436 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:53:22,316 - create_instance - INFO - Deleting Port with ID - 562da0b1-2048-4156-9406-b2c2cd8713a5 2019-01-09 09:53:22,316 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-port 2019-01-09 09:53:22,970 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-inst 2019-01-09 09:53:23,135 - create_instance - INFO - Checking deletion status 2019-01-09 09:53:26,832 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-inst 2019-01-09 09:53:26,833 - neutron_utils - INFO - Deleting security group rule with ID - 13b1a2c3-ddf9-41fa-bbb6-a8ef400fcb40 2019-01-09 09:53:27,069 - neutron_utils - INFO - Deleting security group rule with ID - 13a4d851-3bd1-41bf-a358-59d3f85150dd 2019-01-09 09:53:27,199 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-name 2019-01-09 09:53:27,543 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-pub-subnet 2019-01-09 09:53:27,543 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-pub-subnet 2019-01-09 09:53:29,803 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-pub-net 2019-01-09 09:53:31,341 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-40ceb6c4-bfa7-421a-a8fb-2309abf51f00-image 2019-01-09 09:53:32,903 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 53d4362a-3691-4fba-a622-e29751424108 2019-01-09 09:53:33,084 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:53:33,396 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-824d6efd-9709-479-proj 2019-01-09 09:53:33,723 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-824d6efd-9709-479-proj-role 2019-01-09 09:53:33,939 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-824d6efd-9709-479-user 2019-01-09 09:53:35,415 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-36552c17-f762-493-proj 2019-01-09 09:53:36,511 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-36552c17-f762-493-user 2019-01-09 09:53:36,841 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-36552c17-f762-493-proj-role 2019-01-09 09:53:36,933 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-36552c17-f762-493-proj-role to project InstanceSecurityGroupTests-36552c17-f762-493-proj 2019-01-09 09:53:40,252 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-image 2019-01-09 09:53:40,428 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-image 2019-01-09 09:53:41,141 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-pub-net 2019-01-09 09:53:42,255 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-pub-subnet 2019-01-09 09:53:44,916 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-name... 2019-01-09 09:53:44,916 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-name 2019-01-09 09:53:45,356 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d88eda13-14d6-4a5f-8095-9cacc06d6542 2019-01-09 09:53:45,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d88eda13-14d6-4a5f-8095-9cacc06d6542 2019-01-09 09:53:45,721 - neutron_utils - INFO - Retrieving security group with ID - d88eda13-14d6-4a5f-8095-9cacc06d6542 2019-01-09 09:53:45,924 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d88eda13-14d6-4a5f-8095-9cacc06d6542 2019-01-09 09:53:46,099 - neutron_utils - INFO - Retrieving security group with ID - d88eda13-14d6-4a5f-8095-9cacc06d6542 2019-01-09 09:53:46,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d88eda13-14d6-4a5f-8095-9cacc06d6542 2019-01-09 09:53:46,334 - neutron_utils - INFO - Retrieving security group with ID - d88eda13-14d6-4a5f-8095-9cacc06d6542 2019-01-09 09:53:46,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d88eda13-14d6-4a5f-8095-9cacc06d6542 2019-01-09 09:53:50,088 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-pub-net 2019-01-09 09:53:51,523 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-inst 2019-01-09 09:53:54,706 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-inst 2019-01-09 09:54:02,242 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:54:03,857 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:54:08,081 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:54:12,605 - create_instance - INFO - Deleting Port with ID - 3e8cb3ca-9edc-425b-9881-fe8188c5107c 2019-01-09 09:54:12,605 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-port 2019-01-09 09:54:13,167 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-inst 2019-01-09 09:54:13,359 - create_instance - INFO - Checking deletion status 2019-01-09 09:54:19,949 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-inst 2019-01-09 09:54:19,950 - neutron_utils - INFO - Deleting security group rule with ID - b90f44fc-e641-4f76-9790-b6857fe354e4 2019-01-09 09:54:20,068 - neutron_utils - INFO - Deleting security group rule with ID - 20312a50-bcac-4e47-aff4-815121996c24 2019-01-09 09:54:20,315 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-name 2019-01-09 09:54:20,673 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-pub-subnet 2019-01-09 09:54:20,674 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-pub-subnet 2019-01-09 09:54:22,934 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-pub-net 2019-01-09 09:54:24,323 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-9a3b4afc-e7ff-4c44-93c6-e2f066778f1c-image 2019-01-09 09:54:26,641 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38c81a8d-a50a-464b-aa2b-f59ee5992dd8 2019-01-09 09:54:26,820 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:54:27,142 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-36552c17-f762-493-proj 2019-01-09 09:54:27,334 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-36552c17-f762-493-proj-role 2019-01-09 09:54:27,537 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-36552c17-f762-493-user 2019-01-09 09:54:28,948 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-5507e8d8-4956-41a-proj 2019-01-09 09:54:30,080 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-5507e8d8-4956-41a-user 2019-01-09 09:54:30,278 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-5507e8d8-4956-41a-proj-role 2019-01-09 09:54:30,298 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-5507e8d8-4956-41a-proj-role to project InstanceSecurityGroupTests-5507e8d8-4956-41a-proj 2019-01-09 09:54:33,735 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-image 2019-01-09 09:54:33,903 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-image 2019-01-09 09:54:34,544 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-pub-net 2019-01-09 09:54:35,737 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-pub-subnet 2019-01-09 09:54:38,429 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-name... 2019-01-09 09:54:38,429 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-name 2019-01-09 09:54:38,878 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56c2d4f7-d70d-4d8f-a874-5de73d5660cd 2019-01-09 09:54:39,135 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56c2d4f7-d70d-4d8f-a874-5de73d5660cd 2019-01-09 09:54:39,321 - neutron_utils - INFO - Retrieving security group with ID - 56c2d4f7-d70d-4d8f-a874-5de73d5660cd 2019-01-09 09:54:39,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56c2d4f7-d70d-4d8f-a874-5de73d5660cd 2019-01-09 09:54:39,542 - neutron_utils - INFO - Retrieving security group with ID - 56c2d4f7-d70d-4d8f-a874-5de73d5660cd 2019-01-09 09:54:39,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56c2d4f7-d70d-4d8f-a874-5de73d5660cd 2019-01-09 09:54:39,929 - neutron_utils - INFO - Retrieving security group with ID - 56c2d4f7-d70d-4d8f-a874-5de73d5660cd 2019-01-09 09:54:40,128 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56c2d4f7-d70d-4d8f-a874-5de73d5660cd 2019-01-09 09:54:43,464 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-pub-net 2019-01-09 09:54:45,234 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-inst 2019-01-09 09:54:47,743 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-inst 2019-01-09 09:54:55,054 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:54:59,248 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:55:02,314 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-name not associated with the instance 4df871a6-b9a3-49e4-b453-3727eae5a4b9 (HTTP 404) (Request-ID: req-e4982e19-0899-4f37-b51f-202ac0f38bad) 2019-01-09 09:55:03,439 - create_instance - INFO - Deleting Port with ID - 7356d4ca-5de7-47c8-a014-b6782e152bd3 2019-01-09 09:55:03,439 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-port 2019-01-09 09:55:04,048 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-inst 2019-01-09 09:55:04,202 - create_instance - INFO - Checking deletion status 2019-01-09 09:55:10,741 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-inst 2019-01-09 09:55:10,742 - neutron_utils - INFO - Deleting security group rule with ID - 1f579773-68ad-40ba-9f43-f9fa5428ca87 2019-01-09 09:55:10,989 - neutron_utils - INFO - Deleting security group rule with ID - 97561c07-5f58-44b3-b3b1-6ae78875ca1b 2019-01-09 09:55:11,257 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-name 2019-01-09 09:55:11,634 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-pub-subnet 2019-01-09 09:55:11,634 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-pub-subnet 2019-01-09 09:55:14,134 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-pub-net 2019-01-09 09:55:15,797 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-b0438840-5e50-43c1-b222-5f9cb32774e0-image 2019-01-09 09:55:17,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e2fb87e9-6911-4e2c-9bb6-b642f30a1fc3 2019-01-09 09:55:18,152 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:55:18,463 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-5507e8d8-4956-41a-proj 2019-01-09 09:55:18,796 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-5507e8d8-4956-41a-proj-role 2019-01-09 09:55:19,007 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-5507e8d8-4956-41a-user 2019-01-09 09:55:20,541 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-57f3ea50-f92e-4ea-proj 2019-01-09 09:55:21,692 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-57f3ea50-f92e-4ea-user 2019-01-09 09:55:21,918 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-57f3ea50-f92e-4ea-proj-role 2019-01-09 09:55:21,938 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-57f3ea50-f92e-4ea-proj-role to project CreateInstanceOnComputeHost-57f3ea50-f92e-4ea-proj 2019-01-09 09:55:22,716 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-priv-net 2019-01-09 09:55:23,671 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-priv-subnet 2019-01-09 09:55:28,397 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-image 2019-01-09 09:55:28,576 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-image 2019-01-09 09:55:32,631 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-priv-net 2019-01-09 09:55:34,333 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-09 09:55:37,028 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-09 09:55:45,316 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:55:51,886 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-priv-net 2019-01-09 09:55:53,540 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-09 09:55:55,720 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-09 09:56:03,410 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:56:06,695 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:56:08,503 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:56:10,105 - create_instance - INFO - Deleting Port with ID - 7157f847-dfa7-485d-bd48-ad7293d7c30d 2019-01-09 09:56:10,105 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902port-1 2019-01-09 09:56:10,887 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-09 09:56:11,071 - create_instance - INFO - Checking deletion status 2019-01-09 09:56:17,772 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-09 09:56:17,773 - create_instance - INFO - Deleting Port with ID - d514a3b4-2771-4908-b34d-9c9ab0c31365 2019-01-09 09:56:17,773 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902port-2 2019-01-09 09:56:18,164 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-09 09:56:18,316 - create_instance - INFO - Checking deletion status 2019-01-09 09:56:21,618 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-09 09:56:21,670 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-priv-subnet 2019-01-09 09:56:21,670 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-priv-subnet 2019-01-09 09:56:23,881 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-priv-net 2019-01-09 09:56:25,294 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-a9ba413b-ccc6-4fa5-8883-4a61e2850902-image 2019-01-09 09:56:27,897 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-57f3ea50-f92e-4ea-proj 2019-01-09 09:56:28,131 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-57f3ea50-f92e-4ea-proj-role 2019-01-09 09:56:28,345 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-57f3ea50-f92e-4ea-user 2019-01-09 09:56:29,752 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-d40e5cfc-4c96-4bb-proj 2019-01-09 09:56:31,254 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-d40e5cfc-4c96-4bb-user 2019-01-09 09:56:31,482 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-d40e5cfc-4c96-4bb-proj-role 2019-01-09 09:56:31,502 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-d40e5cfc-4c96-4bb-proj-role to project CreateInstanceFromThreePartImage-d40e5cfc-4c96-4bb-proj 2019-01-09 09:56:31,648 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2019-01-09 09:56:35,135 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9 2019-01-09 09:56:35,298 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9 2019-01-09 09:56:36,680 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-pub-net 2019-01-09 09:56:37,890 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-pub-subnet 2019-01-09 09:56:42,674 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-pub-net 2019-01-09 09:56:44,277 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-inst 2019-01-09 09:56:46,218 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-inst 2019-01-09 09:56:53,716 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:56:55,197 - create_instance - INFO - Deleting Port with ID - 67aaed49-cb42-4185-9536-15d763f017c4 2019-01-09 09:56:55,198 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-port 2019-01-09 09:56:55,787 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-inst 2019-01-09 09:56:55,939 - create_instance - INFO - Checking deletion status 2019-01-09 09:57:02,521 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-inst 2019-01-09 09:57:02,579 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-pub-subnet 2019-01-09 09:57:02,579 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-pub-subnet 2019-01-09 09:57:05,018 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9-pub-net 2019-01-09 09:57:06,444 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-73d078e8-ace9-4ce0-a591-d682007e72a9 2019-01-09 09:57:08,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3f5b030a-8c71-47d9-a63f-c18282d24bdd 2019-01-09 09:57:09,048 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:57:09,434 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-d40e5cfc-4c96-4bb-proj 2019-01-09 09:57:09,700 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-d40e5cfc-4c96-4bb-proj-role 2019-01-09 09:57:09,916 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-d40e5cfc-4c96-4bb-user 2019-01-09 09:57:11,321 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-548c902d-55e5-451-proj 2019-01-09 09:57:12,416 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-548c902d-55e5-451-user 2019-01-09 09:57:12,620 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-548c902d-55e5-451-proj-role 2019-01-09 09:57:12,714 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-548c902d-55e5-451-proj-role to project CreateInstanceVolumeTests-548c902d-55e5-451-proj 2019-01-09 09:57:16,131 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-image 2019-01-09 09:57:16,301 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-image 2019-01-09 09:57:17,639 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-pub-net 2019-01-09 09:57:18,750 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-pub-subnet 2019-01-09 09:57:21,198 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-1 2019-01-09 09:57:24,605 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-1 2019-01-09 09:57:25,859 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-2 2019-01-09 09:57:26,058 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-2 2019-01-09 09:57:29,731 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-pub-net 2019-01-09 09:57:31,460 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-inst 2019-01-09 09:57:33,460 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-inst 2019-01-09 09:57:40,599 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:57:42,523 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:57:47,159 - create_instance - INFO - Deleting Port with ID - 9dcfc7a7-9184-47d9-9d07-8d5bc8eb29fd 2019-01-09 09:57:47,159 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-port 2019-01-09 09:57:52,136 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-inst 2019-01-09 09:57:52,298 - create_instance - INFO - Checking deletion status 2019-01-09 09:57:55,719 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-inst 2019-01-09 09:57:55,759 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-pub-subnet 2019-01-09 09:57:55,760 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-pub-subnet 2019-01-09 09:57:58,248 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-pub-net 2019-01-09 09:58:00,012 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-2 2019-01-09 09:58:03,522 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-2 2019-01-09 09:58:03,739 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-1 2019-01-09 09:58:07,470 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-1 2019-01-09 09:58:07,470 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-394f5d11-185b-46af-ba59-b9e5af74de3d-image 2019-01-09 09:58:09,815 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2cd2756e-cbe2-4df9-b37b-bb33383d8ab5 2019-01-09 09:58:09,989 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:58:10,309 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-548c902d-55e5-451-proj 2019-01-09 09:58:10,744 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-548c902d-55e5-451-proj-role 2019-01-09 09:58:10,942 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-548c902d-55e5-451-user 2019-01-09 09:58:12,380 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-7bbb573d-bc14-494-proj 2019-01-09 09:58:13,501 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-7bbb573d-bc14-494-user 2019-01-09 09:58:13,716 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-7bbb573d-bc14-494-proj-role 2019-01-09 09:58:13,800 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-7bbb573d-bc14-494-proj-role to project CreateInstanceVolumeTests-7bbb573d-bc14-494-proj 2019-01-09 09:58:16,958 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-image 2019-01-09 09:58:17,124 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-image 2019-01-09 09:58:18,636 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-pub-net 2019-01-09 09:58:19,711 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-pub-subnet 2019-01-09 09:58:22,091 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-1 2019-01-09 09:58:22,697 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-1 2019-01-09 09:58:23,913 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-2 2019-01-09 09:58:27,292 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-2 2019-01-09 09:58:30,757 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-pub-net 2019-01-09 09:58:32,408 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-inst 2019-01-09 09:58:34,544 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-inst 2019-01-09 09:58:41,861 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:58:43,334 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:58:48,158 - create_instance - INFO - VM is - ACTIVE 2019-01-09 09:58:52,930 - create_instance - INFO - Deleting Port with ID - 4ef6d81e-507f-4394-9428-b5f189bdd670 2019-01-09 09:58:52,930 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-port 2019-01-09 09:59:02,848 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-inst 2019-01-09 09:59:03,006 - create_instance - INFO - Checking deletion status 2019-01-09 09:59:06,466 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-inst 2019-01-09 09:59:06,509 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-pub-subnet 2019-01-09 09:59:06,509 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-pub-subnet 2019-01-09 09:59:09,025 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-pub-net 2019-01-09 09:59:10,707 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-2 2019-01-09 09:59:14,224 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-2 2019-01-09 09:59:14,438 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-1 2019-01-09 09:59:18,120 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-1 2019-01-09 09:59:18,120 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-254fa07b-4374-49f3-800a-20f2c58e95f0-image 2019-01-09 09:59:20,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 892e7340-0184-46b1-9ec1-85d8f62275ca 2019-01-09 09:59:20,283 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 09:59:20,622 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-7bbb573d-bc14-494-proj 2019-01-09 09:59:20,857 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-7bbb573d-bc14-494-proj-role 2019-01-09 09:59:21,060 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-7bbb573d-bc14-494-user 2019-01-09 09:59:22,506 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-0ad57fa7-412c-41f-proj 2019-01-09 09:59:24,137 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-0ad57fa7-412c-41f-proj 2019-01-09 09:59:24,257 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-0ad57fa7-412c-41f-user 2019-01-09 09:59:24,459 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-0ad57fa7-412c-41f-proj-role 2019-01-09 09:59:24,478 - keystone_utils - INFO - Granting role CreateStackSuccessTests-0ad57fa7-412c-41f-proj-role to project CreateStackSuccessTests-0ad57fa7-412c-41f-proj 2019-01-09 09:59:27,187 - create_image - INFO - Created image with name - CreateStackSuccessTests-fb010780-b46a-415b-9d66-08c87dbc4707-image 2019-01-09 09:59:27,346 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-fb010780-b46a-415b-9d66-08c87dbc4707-image 2019-01-09 09:59:32,913 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fb010780-b46a-415b-9d66-08c87dbc4707-stack 2019-01-09 09:59:49,228 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-fb010780-b46a-415b-9d66-08c87dbc4707-stack 2019-01-09 10:00:02,158 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-fb010780-b46a-415b-9d66-08c87dbc4707-stack 2019-01-09 10:00:02,214 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-fb010780-b46a-415b-9d66-08c87dbc4707-image 2019-01-09 10:00:04,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4fa933cf-eb1e-454d-8827-ce75636a123b 2019-01-09 10:00:04,273 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:00:04,617 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-0ad57fa7-412c-41f-proj 2019-01-09 10:00:04,893 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-0ad57fa7-412c-41f-proj-role 2019-01-09 10:00:05,086 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-0ad57fa7-412c-41f-user 2019-01-09 10:00:06,627 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-4e823082-2391-42a-proj 2019-01-09 10:00:08,268 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-4e823082-2391-42a-proj 2019-01-09 10:00:08,324 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-4e823082-2391-42a-user 2019-01-09 10:00:08,562 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-4e823082-2391-42a-proj-role 2019-01-09 10:00:08,651 - keystone_utils - INFO - Granting role CreateStackSuccessTests-4e823082-2391-42a-proj-role to project CreateStackSuccessTests-4e823082-2391-42a-proj 2019-01-09 10:00:12,328 - create_image - INFO - Created image with name - CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-image 2019-01-09 10:00:12,498 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-image 2019-01-09 10:00:16,941 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-stack 2019-01-09 10:00:34,011 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-stack 2019-01-09 10:00:35,498 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-stack 2019-01-09 10:00:35,498 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-stack 2019-01-09 10:00:35,498 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-stack 2019-01-09 10:00:48,639 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-stack 2019-01-09 10:00:48,847 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-d1ac5d44-2262-4760-8d6a-283b1bfbe166-image 2019-01-09 10:00:50,568 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab740b86-3a30-45d3-bc9b-5a2618c5834f 2019-01-09 10:00:50,762 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:00:51,110 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-4e823082-2391-42a-proj 2019-01-09 10:00:51,510 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-4e823082-2391-42a-proj-role 2019-01-09 10:00:51,703 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-4e823082-2391-42a-user 2019-01-09 10:00:53,154 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-af592f06-52c1-413-proj 2019-01-09 10:00:54,844 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-af592f06-52c1-413-proj 2019-01-09 10:00:55,014 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-af592f06-52c1-413-user 2019-01-09 10:00:55,226 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-af592f06-52c1-413-proj-role 2019-01-09 10:00:55,322 - keystone_utils - INFO - Granting role CreateStackSuccessTests-af592f06-52c1-413-proj-role to project CreateStackSuccessTests-af592f06-52c1-413-proj 2019-01-09 10:00:59,991 - create_image - INFO - Created image with name - CreateStackSuccessTests-a2921083-8133-42d5-a5a6-9234c260c7e4-image 2019-01-09 10:01:00,246 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a2921083-8133-42d5-a5a6-9234c260c7e4-image 2019-01-09 10:01:04,987 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a2921083-8133-42d5-a5a6-9234c260c7e4-stack 2019-01-09 10:01:04,988 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2019-01-09 10:01:05,366 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2019-01-09 10:01:05,367 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a2921083-8133-42d5-a5a6-9234c260c7e4-stack 2019-01-09 10:01:17,159 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a2921083-8133-42d5-a5a6-9234c260c7e4-stack 2019-01-09 10:01:17,213 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a2921083-8133-42d5-a5a6-9234c260c7e4-image 2019-01-09 10:01:19,593 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7eaf3cd4-acc7-441f-bb35-10c8547798c6 2019-01-09 10:01:19,776 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:01:20,496 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-af592f06-52c1-413-proj 2019-01-09 10:01:20,780 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-af592f06-52c1-413-proj-role 2019-01-09 10:01:21,001 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-af592f06-52c1-413-user 2019-01-09 10:01:22,454 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c7ba926a-083b-4f4-proj 2019-01-09 10:01:24,027 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c7ba926a-083b-4f4-proj 2019-01-09 10:01:24,085 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c7ba926a-083b-4f4-user 2019-01-09 10:01:24,316 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c7ba926a-083b-4f4-proj-role 2019-01-09 10:01:24,401 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c7ba926a-083b-4f4-proj-role to project CreateStackSuccessTests-c7ba926a-083b-4f4-proj 2019-01-09 10:01:27,084 - create_image - INFO - Created image with name - CreateStackSuccessTests-291f8a43-0043-449b-b491-a359f591edc0-image 2019-01-09 10:01:27,254 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-291f8a43-0043-449b-b491-a359f591edc0-image 2019-01-09 10:01:32,079 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-291f8a43-0043-449b-b491-a359f591edc0-stack 2019-01-09 10:01:49,012 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-291f8a43-0043-449b-b491-a359f591edc0-stack 2019-01-09 10:01:50,247 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-291f8a43-0043-449b-b491-a359f591edc0-stack 2019-01-09 10:02:00,806 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-291f8a43-0043-449b-b491-a359f591edc0-stack 2019-01-09 10:02:01,008 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-291f8a43-0043-449b-b491-a359f591edc0-image 2019-01-09 10:02:02,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 832f4632-777c-42a4-afe3-20d0d34f4280 2019-01-09 10:02:03,118 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:02:03,821 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c7ba926a-083b-4f4-proj 2019-01-09 10:02:04,169 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c7ba926a-083b-4f4-proj-role 2019-01-09 10:02:04,377 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c7ba926a-083b-4f4-user 2019-01-09 10:02:05,861 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ced499e3-4105-45a-proj 2019-01-09 10:02:07,358 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ced499e3-4105-45a-proj 2019-01-09 10:02:07,503 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ced499e3-4105-45a-user 2019-01-09 10:02:07,705 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ced499e3-4105-45a-proj-role 2019-01-09 10:02:07,806 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ced499e3-4105-45a-proj-role to project CreateStackSuccessTests-ced499e3-4105-45a-proj 2019-01-09 10:02:11,061 - create_image - INFO - Created image with name - CreateStackSuccessTests-fb4b8c54-d079-4b81-b928-1bd5671ffdd8-image 2019-01-09 10:02:11,085 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-fb4b8c54-d079-4b81-b928-1bd5671ffdd8-image 2019-01-09 10:02:15,029 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fb4b8c54-d079-4b81-b928-1bd5671ffdd8-stack 2019-01-09 10:02:35,076 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-fb4b8c54-d079-4b81-b928-1bd5671ffdd8-stack 2019-01-09 10:02:36,857 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-fb4b8c54-d079-4b81-b928-1bd5671ffdd8-stack 2019-01-09 10:02:37,211 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-fb4b8c54-d079-4b81-b928-1bd5671ffdd8-stack 2019-01-09 10:02:50,125 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-fb4b8c54-d079-4b81-b928-1bd5671ffdd8-stack 2019-01-09 10:02:50,336 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-fb4b8c54-d079-4b81-b928-1bd5671ffdd8-image 2019-01-09 10:02:51,828 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6164c7dc-20d2-423c-ab67-ca93f8d3df58 2019-01-09 10:02:52,382 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:02:52,749 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ced499e3-4105-45a-proj 2019-01-09 10:02:53,002 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ced499e3-4105-45a-proj-role 2019-01-09 10:02:53,295 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ced499e3-4105-45a-user 2019-01-09 10:02:54,777 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-b0e03e74-9f7d-4cf-proj 2019-01-09 10:02:56,332 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-b0e03e74-9f7d-4cf-proj 2019-01-09 10:02:56,481 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-b0e03e74-9f7d-4cf-user 2019-01-09 10:02:56,693 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-b0e03e74-9f7d-4cf-proj-role 2019-01-09 10:02:56,785 - keystone_utils - INFO - Granting role CreateStackSuccessTests-b0e03e74-9f7d-4cf-proj-role to project CreateStackSuccessTests-b0e03e74-9f7d-4cf-proj 2019-01-09 10:03:00,390 - create_image - INFO - Created image with name - CreateStackSuccessTests-c093d984-8044-4079-8f3e-ef22236fd19f-image 2019-01-09 10:03:00,556 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-c093d984-8044-4079-8f3e-ef22236fd19f-image 2019-01-09 10:03:04,828 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-c093d984-8044-4079-8f3e-ef22236fd19f-stack 2019-01-09 10:03:25,099 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-c093d984-8044-4079-8f3e-ef22236fd19f-stack 2019-01-09 10:03:29,212 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-c093d984-8044-4079-8f3e-ef22236fd19f-stack 2019-01-09 10:03:38,730 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-c093d984-8044-4079-8f3e-ef22236fd19f-stack 2019-01-09 10:03:38,928 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-c093d984-8044-4079-8f3e-ef22236fd19f-image 2019-01-09 10:03:40,809 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0166b0d-cc56-4d56-9a5e-9232c8cc9ecb 2019-01-09 10:03:40,993 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:03:41,372 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-b0e03e74-9f7d-4cf-proj 2019-01-09 10:03:41,649 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-b0e03e74-9f7d-4cf-proj-role 2019-01-09 10:03:41,852 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-b0e03e74-9f7d-4cf-user 2019-01-09 10:03:43,292 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3b551918-2425-498-proj 2019-01-09 10:03:44,937 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-3b551918-2425-498-proj 2019-01-09 10:03:45,098 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3b551918-2425-498-user 2019-01-09 10:03:45,305 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3b551918-2425-498-proj-role 2019-01-09 10:03:45,324 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3b551918-2425-498-proj-role to project CreateStackSuccessTests-3b551918-2425-498-proj 2019-01-09 10:03:48,783 - create_image - INFO - Created image with name - CreateStackSuccessTests-7ff17fb3-e1bf-4c8e-83d8-437d115dc363-image 2019-01-09 10:03:48,953 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-7ff17fb3-e1bf-4c8e-83d8-437d115dc363-image 2019-01-09 10:03:52,982 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-7ff17fb3-e1bf-4c8e-83d8-437d115dc363-stack 2019-01-09 10:04:09,900 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-7ff17fb3-e1bf-4c8e-83d8-437d115dc363-stack 2019-01-09 10:04:16,820 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-7ff17fb3-e1bf-4c8e-83d8-437d115dc363-inst 2019-01-09 10:04:25,241 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-7ff17fb3-e1bf-4c8e-83d8-437d115dc363-stack 2019-01-09 10:04:35,055 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-7ff17fb3-e1bf-4c8e-83d8-437d115dc363-stack 2019-01-09 10:04:35,255 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-7ff17fb3-e1bf-4c8e-83d8-437d115dc363-image 2019-01-09 10:04:36,570 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08c95fd8-0863-4077-aeec-fbe78eac9deb 2019-01-09 10:04:36,764 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:04:37,106 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3b551918-2425-498-proj 2019-01-09 10:04:37,530 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3b551918-2425-498-proj-role 2019-01-09 10:04:37,736 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3b551918-2425-498-user 2019-01-09 10:04:39,185 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-80845a60-0de2-45b-proj 2019-01-09 10:04:40,728 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-80845a60-0de2-45b-proj 2019-01-09 10:04:41,246 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-80845a60-0de2-45b-proj 2019-01-09 10:04:41,373 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-80845a60-0de2-45b-user 2019-01-09 10:04:41,568 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-80845a60-0de2-45b-proj-role 2019-01-09 10:04:41,660 - keystone_utils - INFO - Granting role CreateStackVolumeTests-80845a60-0de2-45b-proj-role to project CreateStackVolumeTests-80845a60-0de2-45b-proj 2019-01-09 10:04:44,507 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-e7243667-a5df-4de5-a464-712e275f88cf-stack 2019-01-09 10:04:48,384 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-e7243667-a5df-4de5-a464-712e275f88cf-stack 2019-01-09 10:04:49,798 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-e7243667-a5df-4de5-a464-712e275f88cf-stack 2019-01-09 10:04:53,469 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-e7243667-a5df-4de5-a464-712e275f88cf-stack 2019-01-09 10:04:54,153 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-80845a60-0de2-45b-proj 2019-01-09 10:04:54,386 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-80845a60-0de2-45b-proj-role 2019-01-09 10:04:54,588 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-80845a60-0de2-45b-user 2019-01-09 10:04:56,023 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-7215d6ed-13eb-468-proj 2019-01-09 10:04:57,628 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-7215d6ed-13eb-468-proj 2019-01-09 10:04:58,136 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-7215d6ed-13eb-468-proj 2019-01-09 10:04:58,271 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-7215d6ed-13eb-468-user 2019-01-09 10:04:58,460 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-7215d6ed-13eb-468-proj-role 2019-01-09 10:04:58,556 - keystone_utils - INFO - Granting role CreateStackVolumeTests-7215d6ed-13eb-468-proj-role to project CreateStackVolumeTests-7215d6ed-13eb-468-proj 2019-01-09 10:05:01,289 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-37946e75-ef3c-4e9a-bf6e-85c2d02533e3-stack 2019-01-09 10:05:05,068 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-37946e75-ef3c-4e9a-bf6e-85c2d02533e3-stack 2019-01-09 10:05:06,703 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-37946e75-ef3c-4e9a-bf6e-85c2d02533e3-stack 2019-01-09 10:05:10,348 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-37946e75-ef3c-4e9a-bf6e-85c2d02533e3-stack 2019-01-09 10:05:10,877 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-7215d6ed-13eb-468-proj 2019-01-09 10:05:11,117 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-7215d6ed-13eb-468-proj-role 2019-01-09 10:05:11,313 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-7215d6ed-13eb-468-user 2019-01-09 10:05:12,725 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-ffbdf79d-7ed8-47e-proj 2019-01-09 10:05:14,257 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-ffbdf79d-7ed8-47e-proj 2019-01-09 10:05:14,768 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-ffbdf79d-7ed8-47e-proj 2019-01-09 10:05:14,912 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-ffbdf79d-7ed8-47e-user 2019-01-09 10:05:15,107 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-ffbdf79d-7ed8-47e-proj-role 2019-01-09 10:05:15,199 - keystone_utils - INFO - Granting role CreateStackFlavorTests-ffbdf79d-7ed8-47e-proj-role to project CreateStackFlavorTests-ffbdf79d-7ed8-47e-proj 2019-01-09 10:05:17,864 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-47d0a48c-6b88-4f73-bb2b-ba329b8ad40c-stack 2019-01-09 10:05:18,244 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-47d0a48c-6b88-4f73-bb2b-ba329b8ad40c-stack 2019-01-09 10:05:19,160 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-47d0a48c-6b88-4f73-bb2b-ba329b8ad40c-stack-flavor-5sr3ogzpwb3n 2019-01-09 10:05:19,160 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-47d0a48c-6b88-4f73-bb2b-ba329b8ad40c-stack 2019-01-09 10:05:22,974 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-47d0a48c-6b88-4f73-bb2b-ba329b8ad40c-stack 2019-01-09 10:05:23,700 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-ffbdf79d-7ed8-47e-proj 2019-01-09 10:05:23,924 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-ffbdf79d-7ed8-47e-proj-role 2019-01-09 10:05:24,132 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-ffbdf79d-7ed8-47e-user 2019-01-09 10:05:25,640 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-7c8caa46-3098-4fe-proj 2019-01-09 10:05:27,129 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-7c8caa46-3098-4fe-proj 2019-01-09 10:05:27,254 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-7c8caa46-3098-4fe-user 2019-01-09 10:05:27,448 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-7c8caa46-3098-4fe-proj-role 2019-01-09 10:05:27,468 - keystone_utils - INFO - Granting role CreateStackKeypairTests-7c8caa46-3098-4fe-proj-role to project CreateStackKeypairTests-7c8caa46-3098-4fe-proj 2019-01-09 10:05:30,135 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-91436c7d-43e9-4280-a6d3-d7686538deb3-stack 2019-01-09 10:05:30,450 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-91436c7d-43e9-4280-a6d3-d7686538deb3-stack 2019-01-09 10:05:32,163 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-91436c7d-43e9-4280-a6d3-d7686538deb3-stack 2019-01-09 10:05:35,813 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-91436c7d-43e9-4280-a6d3-d7686538deb3-stack 2019-01-09 10:05:36,654 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-7c8caa46-3098-4fe-proj 2019-01-09 10:05:36,882 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-7c8caa46-3098-4fe-proj-role 2019-01-09 10:05:37,082 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-7c8caa46-3098-4fe-user 2019-01-09 10:05:38,503 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-563af4d2-0864-41c-proj 2019-01-09 10:05:40,121 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-563af4d2-0864-41c-proj 2019-01-09 10:05:40,194 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-563af4d2-0864-41c-user 2019-01-09 10:05:40,383 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-563af4d2-0864-41c-proj-role 2019-01-09 10:05:40,471 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-563af4d2-0864-41c-proj-role to project CreateStackSecurityGroupTests-563af4d2-0864-41c-proj 2019-01-09 10:05:43,107 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-18f92eff-fafa-4ab8-a44e-3b00e2ae4be5-stack 2019-01-09 10:05:46,565 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-18f92eff-fafa-4ab8-a44e-3b00e2ae4be5-stack 2019-01-09 10:05:46,977 - neutron_utils - INFO - Retrieving security group with ID - ead60709-6c9a-409c-a2e6-d6c6c3748f72 2019-01-09 10:05:47,190 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ead60709-6c9a-409c-a2e6-d6c6c3748f72 2019-01-09 10:05:47,372 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ead60709-6c9a-409c-a2e6-d6c6c3748f72 2019-01-09 10:05:48,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ead60709-6c9a-409c-a2e6-d6c6c3748f72 2019-01-09 10:05:48,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ead60709-6c9a-409c-a2e6-d6c6c3748f72 2019-01-09 10:05:48,740 - neutron_utils - INFO - Retrieving security group with ID - ead60709-6c9a-409c-a2e6-d6c6c3748f72 2019-01-09 10:05:48,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ead60709-6c9a-409c-a2e6-d6c6c3748f72 2019-01-09 10:05:48,986 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-18f92eff-fafa-4ab8-a44e-3b00e2ae4be5-stack 2019-01-09 10:05:52,867 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-18f92eff-fafa-4ab8-a44e-3b00e2ae4be5-stack 2019-01-09 10:05:53,408 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13fbc02d-4d69-4298-af11-334e5baeb5fc 2019-01-09 10:05:53,591 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:05:53,978 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-563af4d2-0864-41c-proj 2019-01-09 10:05:54,280 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-563af4d2-0864-41c-proj-role 2019-01-09 10:05:54,488 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-563af4d2-0864-41c-user 2019-01-09 10:05:55,945 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-f57c9bd6-6e0f-428-proj 2019-01-09 10:05:57,519 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-f57c9bd6-6e0f-428-proj 2019-01-09 10:05:57,649 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-f57c9bd6-6e0f-428-user 2019-01-09 10:05:57,844 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-f57c9bd6-6e0f-428-proj-role 2019-01-09 10:05:57,931 - keystone_utils - INFO - Granting role CreateStackNegativeTests-f57c9bd6-6e0f-428-proj-role to project CreateStackNegativeTests-f57c9bd6-6e0f-428-proj 2019-01-09 10:05:59,219 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-f57c9bd6-6e0f-428-proj 2019-01-09 10:05:59,434 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-f57c9bd6-6e0f-428-proj-role 2019-01-09 10:05:59,640 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-f57c9bd6-6e0f-428-user 2019-01-09 10:06:01,191 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-1dfde9bf-51fc-484-proj 2019-01-09 10:06:02,615 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-1dfde9bf-51fc-484-proj 2019-01-09 10:06:02,757 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-1dfde9bf-51fc-484-user 2019-01-09 10:06:02,958 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-1dfde9bf-51fc-484-proj-role 2019-01-09 10:06:03,051 - keystone_utils - INFO - Granting role CreateStackNegativeTests-1dfde9bf-51fc-484-proj-role to project CreateStackNegativeTests-1dfde9bf-51fc-484-proj 2019-01-09 10:06:05,074 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-1dfde9bf-51fc-484-proj 2019-01-09 10:06:05,422 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-1dfde9bf-51fc-484-proj-role 2019-01-09 10:06:05,637 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-1dfde9bf-51fc-484-user 2019-01-09 10:06:07,066 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-8418911e-a9bc-454-proj 2019-01-09 10:06:08,216 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-8418911e-a9bc-454-user 2019-01-09 10:06:08,418 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-8418911e-a9bc-454-proj-role 2019-01-09 10:06:08,511 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-8418911e-a9bc-454-proj-role to project CreateInstanceSingleNetworkTests-8418911e-a9bc-454-proj 2019-01-09 10:06:11,932 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-image 2019-01-09 10:06:12,105 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-image 2019-01-09 10:06:12,676 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-net 2019-01-09 10:06:13,829 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-subnet 2019-01-09 10:06:16,555 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router 2019-01-09 10:06:19,735 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router 2019-01-09 10:06:23,800 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-kp... 2019-01-09 10:06:23,800 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:06:23,898 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-kp 2019-01-09 10:06:23,960 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948.pub 2019-01-09 10:06:23,961 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948 2019-01-09 10:06:24,615 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-sec-grp... 2019-01-09 10:06:24,615 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-sec-grp 2019-01-09 10:06:25,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:25,178 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:25,352 - neutron_utils - INFO - Retrieving security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:25,423 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:25,602 - neutron_utils - INFO - Retrieving security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:25,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:26,058 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-sec-grp 2019-01-09 10:06:26,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:26,797 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-sec-grp 2019-01-09 10:06:26,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:27,426 - neutron_utils - INFO - Retrieving security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:27,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dfea4772-4e33-47f4-94fd-7c42f0af40cd 2019-01-09 10:06:31,666 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-net 2019-01-09 10:06:33,444 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-inst 2019-01-09 10:06:35,538 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-inst 2019-01-09 10:06:44,348 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:06:47,216 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:06:48,266 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:06:49,961 - create_instance - INFO - Created floating IP 172.30.9.220 via router - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router 2019-01-09 10:06:50,273 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:06:52,503 - create_instance - INFO - Deleting Floating IP - 172.30.9.220 2019-01-09 10:06:53,059 - create_instance - INFO - Deleting Port with ID - e2047f58-e192-4183-9b78-314baccb2067 2019-01-09 10:06:53,060 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948port-1 2019-01-09 10:06:53,837 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-inst 2019-01-09 10:06:53,990 - create_instance - INFO - Checking deletion status 2019-01-09 10:06:57,149 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-inst 2019-01-09 10:06:57,204 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948.pub] 2019-01-09 10:06:57,205 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948] 2019-01-09 10:06:57,259 - neutron_utils - INFO - Deleting security group rule with ID - 20ec65ad-12a7-4c8b-ba97-a1f93b62444a 2019-01-09 10:06:57,513 - neutron_utils - INFO - Deleting security group rule with ID - a8d2e594-8533-474d-9428-b22408b6206b 2019-01-09 10:06:57,615 - neutron_utils - INFO - Deleting security group rule with ID - d510cb12-211a-4bb2-856e-a9fc5027e084 2019-01-09 10:06:57,858 - neutron_utils - INFO - Deleting security group rule with ID - 1c0f05f0-1345-4f74-a235-1eaf7b24862d 2019-01-09 10:06:58,026 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-sec-grp 2019-01-09 10:06:58,342 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router and subnet CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-subnet 2019-01-09 10:06:58,343 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router 2019-01-09 10:06:59,454 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router 2019-01-09 10:06:59,455 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router 2019-01-09 10:07:00,803 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-subnet 2019-01-09 10:07:00,804 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-subnet 2019-01-09 10:07:03,489 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-net 2019-01-09 10:07:04,836 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-image 2019-01-09 10:07:06,192 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1b079e39-0f07-4186-bc72-804a26126186 2019-01-09 10:07:06,364 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:07:06,755 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-8418911e-a9bc-454-proj 2019-01-09 10:07:07,021 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-8418911e-a9bc-454-proj-role 2019-01-09 10:07:07,226 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-8418911e-a9bc-454-user 2019-01-09 10:07:08,647 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f8148a0c-2ca6-47f-proj 2019-01-09 10:07:09,724 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f8148a0c-2ca6-47f-user 2019-01-09 10:07:09,922 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f8148a0c-2ca6-47f-proj-role 2019-01-09 10:07:10,018 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f8148a0c-2ca6-47f-proj-role to project CreateInstanceSingleNetworkTests-f8148a0c-2ca6-47f-proj 2019-01-09 10:07:13,717 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-image 2019-01-09 10:07:13,893 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-image 2019-01-09 10:07:14,517 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-net 2019-01-09 10:07:15,703 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-subnet 2019-01-09 10:07:18,510 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-router 2019-01-09 10:07:20,487 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-router 2019-01-09 10:07:24,731 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-kp... 2019-01-09 10:07:24,731 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:07:24,759 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-kp 2019-01-09 10:07:24,823 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75.pub 2019-01-09 10:07:24,823 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75 2019-01-09 10:07:25,456 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-sec-grp... 2019-01-09 10:07:25,457 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-sec-grp 2019-01-09 10:07:25,841 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:26,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:26,186 - neutron_utils - INFO - Retrieving security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:26,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:26,571 - neutron_utils - INFO - Retrieving security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:26,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:26,932 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-sec-grp 2019-01-09 10:07:27,235 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:27,582 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-sec-grp 2019-01-09 10:07:27,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:28,006 - neutron_utils - INFO - Retrieving security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:28,065 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f62ba6e5-8d46-49da-8694-6bb65803359d 2019-01-09 10:07:31,653 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-net 2019-01-09 10:07:33,642 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-inst 2019-01-09 10:07:36,835 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-inst 2019-01-09 10:07:44,426 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:07:45,672 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:07:48,987 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:07:50,426 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:07:52,131 - create_instance - INFO - Created floating IP 172.30.9.217 via router - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-router 2019-01-09 10:07:52,600 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:07:53,257 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2019-01-09 10:07:54,862 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 10:07:55,703 - create_instance - INFO - Checking if VM is active 2019-01-09 10:07:55,881 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:07:56,870 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:07:56,929 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:07:57,047 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:07:57,050 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:07:57,109 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:07:57,118 - create_instance - INFO - Deleting Floating IP - 172.30.9.217 2019-01-09 10:07:57,734 - create_instance - INFO - Deleting Port with ID - a5e9fbc8-1ee9-49dc-acd1-9c1efa699446 2019-01-09 10:07:57,735 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75port-1 2019-01-09 10:07:58,560 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-inst 2019-01-09 10:07:58,720 - create_instance - INFO - Checking deletion status 2019-01-09 10:08:05,131 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-inst 2019-01-09 10:08:05,186 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75.pub] 2019-01-09 10:08:05,187 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75] 2019-01-09 10:08:05,242 - neutron_utils - INFO - Deleting security group rule with ID - cd40f449-0b52-4eae-ba48-f7696b329a37 2019-01-09 10:08:05,507 - neutron_utils - INFO - Deleting security group rule with ID - f2047827-39ac-4fca-8c05-57ad053bdf3d 2019-01-09 10:08:05,614 - neutron_utils - INFO - Deleting security group rule with ID - c2e176b1-64ae-4888-b103-4cfa6bb60a02 2019-01-09 10:08:05,873 - neutron_utils - INFO - Deleting security group rule with ID - aa00a411-8ade-4980-ab98-0e3c406d819d 2019-01-09 10:08:06,153 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-sec-grp 2019-01-09 10:08:06,429 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-router and subnet CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-subnet 2019-01-09 10:08:06,429 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-router 2019-01-09 10:08:07,724 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-router 2019-01-09 10:08:07,724 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-router 2019-01-09 10:08:09,067 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-subnet 2019-01-09 10:08:09,067 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-subnet 2019-01-09 10:08:11,444 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-pub-net 2019-01-09 10:08:12,939 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-38a4a80d-05ab-4173-8161-21bbb2520e75-image 2019-01-09 10:08:15,645 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c772cc2-705b-4eaa-9066-6eb8df7c0944 2019-01-09 10:08:15,825 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:08:16,156 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f8148a0c-2ca6-47f-proj 2019-01-09 10:08:16,495 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f8148a0c-2ca6-47f-proj-role 2019-01-09 10:08:16,690 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f8148a0c-2ca6-47f-user 2019-01-09 10:08:18,156 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ce5373b2-d96d-479-proj 2019-01-09 10:08:19,401 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ce5373b2-d96d-479-user 2019-01-09 10:08:19,599 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ce5373b2-d96d-479-proj-role 2019-01-09 10:08:19,696 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ce5373b2-d96d-479-proj-role to project CreateInstanceSingleNetworkTests-ce5373b2-d96d-479-proj 2019-01-09 10:08:24,185 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-image 2019-01-09 10:08:24,205 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-image 2019-01-09 10:08:24,830 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-net 2019-01-09 10:08:25,837 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-subnet 2019-01-09 10:08:28,412 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-router 2019-01-09 10:08:30,631 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-router 2019-01-09 10:08:34,462 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-kp... 2019-01-09 10:08:34,463 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:08:34,530 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-kp 2019-01-09 10:08:34,596 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f.pub 2019-01-09 10:08:34,596 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f 2019-01-09 10:08:35,237 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-sec-grp... 2019-01-09 10:08:35,237 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-sec-grp 2019-01-09 10:08:35,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:35,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:36,011 - neutron_utils - INFO - Retrieving security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:36,214 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:36,387 - neutron_utils - INFO - Retrieving security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:36,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:36,772 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-sec-grp 2019-01-09 10:08:37,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:37,369 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-sec-grp 2019-01-09 10:08:37,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:37,858 - neutron_utils - INFO - Retrieving security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:37,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08d8b88a-8700-4483-8e32-79ed75c03975 2019-01-09 10:08:41,982 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-net 2019-01-09 10:08:43,796 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-inst 2019-01-09 10:08:47,854 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-inst 2019-01-09 10:08:55,270 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:08:57,332 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:09:00,299 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:09:01,298 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2019-01-09 10:09:54,902 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 10:09:56,675 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:09:57,523 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:09:59,280 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-router 2019-01-09 10:09:59,280 - create_instance - INFO - Checking if VM is active 2019-01-09 10:09:59,985 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:12:08,303 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2019-01-09 10:14:18,607 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2019-01-09 10:14:21,610 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2019-01-09 10:14:21,621 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2019-01-09 10:14:22,617 - create_instance - INFO - Deleting Port with ID - 9d2dd117-f7a7-4a90-b6e5-dbf5a3819f89 2019-01-09 10:14:22,618 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052fport-1 2019-01-09 10:14:23,216 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-inst 2019-01-09 10:14:23,532 - create_instance - INFO - Checking deletion status 2019-01-09 10:14:27,404 - create_instance - INFO - VM is - DELETED 2019-01-09 10:14:27,404 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-inst 2019-01-09 10:14:27,583 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f.pub] 2019-01-09 10:14:27,583 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f] 2019-01-09 10:14:27,800 - neutron_utils - INFO - Deleting security group rule with ID - 03b00fcf-d5f4-4b89-ac96-e88daecd12ef 2019-01-09 10:14:28,050 - neutron_utils - INFO - Deleting security group rule with ID - 2bbe9289-de01-4552-b6d1-eec576bd9a5c 2019-01-09 10:14:28,303 - neutron_utils - INFO - Deleting security group rule with ID - b85de2e0-4340-4ed6-bdb7-9cd56cd94e5c 2019-01-09 10:14:28,568 - neutron_utils - INFO - Deleting security group rule with ID - d4c26d02-b779-444a-9568-02dba9891dd8 2019-01-09 10:14:28,874 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-sec-grp 2019-01-09 10:14:29,197 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-router and subnet CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-subnet 2019-01-09 10:14:29,197 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-router 2019-01-09 10:14:30,546 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-router 2019-01-09 10:14:30,546 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-router 2019-01-09 10:14:31,884 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-subnet 2019-01-09 10:14:31,884 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-subnet 2019-01-09 10:14:34,551 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-pub-net 2019-01-09 10:14:36,152 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-43ea6cc5-6a04-4582-8ca3-8066bf9b052f-image 2019-01-09 10:14:37,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1074d4fe-8927-468a-894c-d0adff0de47d 2019-01-09 10:14:38,164 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:14:38,623 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ce5373b2-d96d-479-proj 2019-01-09 10:14:38,891 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ce5373b2-d96d-479-proj-role 2019-01-09 10:14:39,114 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ce5373b2-d96d-479-user 2019-01-09 10:14:40,577 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-1dcbc965-f199-461-proj 2019-01-09 10:14:41,721 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-1dcbc965-f199-461-user 2019-01-09 10:14:41,936 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-1dcbc965-f199-461-proj-role 2019-01-09 10:14:42,018 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-1dcbc965-f199-461-proj-role to project CreateInstanceSingleNetworkTests-1dcbc965-f199-461-proj 2019-01-09 10:14:46,528 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-image 2019-01-09 10:14:47,059 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-image 2019-01-09 10:14:47,627 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-net 2019-01-09 10:14:48,589 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-subnet 2019-01-09 10:14:51,528 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router 2019-01-09 10:14:54,853 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router 2019-01-09 10:14:58,428 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-kp... 2019-01-09 10:14:58,428 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:14:58,466 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-kp 2019-01-09 10:14:58,526 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd.pub 2019-01-09 10:14:58,527 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd 2019-01-09 10:14:59,236 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-sec-grp... 2019-01-09 10:14:59,237 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-sec-grp 2019-01-09 10:14:59,597 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:14:59,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:14:59,947 - neutron_utils - INFO - Retrieving security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:15:00,155 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:15:00,185 - neutron_utils - INFO - Retrieving security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:15:00,234 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:15:00,264 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-sec-grp 2019-01-09 10:15:00,560 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:15:00,895 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-sec-grp 2019-01-09 10:15:01,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:15:01,692 - neutron_utils - INFO - Retrieving security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:15:01,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b776fed-9a29-47f1-8f41-18c36b6e53b2 2019-01-09 10:15:05,413 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-net 2019-01-09 10:15:07,124 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-inst 2019-01-09 10:15:10,132 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-inst 2019-01-09 10:15:17,640 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:15:19,599 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:15:23,069 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:15:23,892 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:15:25,659 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router 2019-01-09 10:15:25,985 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:15:26,921 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2019-01-09 10:15:28,982 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 10:15:29,983 - create_instance - INFO - Checking if VM is active 2019-01-09 10:15:30,681 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:17:39,183 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2019-01-09 10:19:49,359 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2019-01-09 10:19:52,362 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2019-01-09 10:19:52,363 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2019-01-09 10:19:52,960 - create_instance - INFO - Deleting Port with ID - 4718c122-ac89-4f5a-bd7b-24592dc00575 2019-01-09 10:19:52,960 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacdport-1 2019-01-09 10:19:53,648 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-inst 2019-01-09 10:19:53,815 - create_instance - INFO - Checking deletion status 2019-01-09 10:20:00,430 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-inst 2019-01-09 10:20:00,633 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd.pub] 2019-01-09 10:20:00,633 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd] 2019-01-09 10:20:00,840 - neutron_utils - INFO - Deleting security group rule with ID - cadcccd8-9643-4ecf-864e-d7600bbcbe94 2019-01-09 10:20:01,077 - neutron_utils - INFO - Deleting security group rule with ID - 5164d844-0b18-4a17-ae0a-2ff06773a5b4 2019-01-09 10:20:01,339 - neutron_utils - INFO - Deleting security group rule with ID - dfc5da24-e2c4-4d0c-9c4e-99a5a671d1a3 2019-01-09 10:20:01,602 - neutron_utils - INFO - Deleting security group rule with ID - 300e201e-e0f8-49ef-a95f-068f641b5c15 2019-01-09 10:20:01,866 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-sec-grp 2019-01-09 10:20:02,154 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router and subnet CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-subnet 2019-01-09 10:20:02,155 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router 2019-01-09 10:20:03,512 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router 2019-01-09 10:20:03,512 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router 2019-01-09 10:20:05,038 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-subnet 2019-01-09 10:20:05,038 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-subnet 2019-01-09 10:20:07,510 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-net 2019-01-09 10:20:08,900 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-image 2019-01-09 10:20:10,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 417a473c-fed3-424f-b2dd-4e808eb49e43 2019-01-09 10:20:10,797 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:20:11,118 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-1dcbc965-f199-461-proj 2019-01-09 10:20:11,378 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-1dcbc965-f199-461-proj-role 2019-01-09 10:20:11,580 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-1dcbc965-f199-461-user 2019-01-09 10:20:13,027 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-780a3ed4-b4cd-40f-proj 2019-01-09 10:20:14,112 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-780a3ed4-b4cd-40f-user 2019-01-09 10:20:14,310 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-780a3ed4-b4cd-40f-proj-role 2019-01-09 10:20:14,327 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-780a3ed4-b4cd-40f-proj-role to project CreateInstanceSingleNetworkTests-780a3ed4-b4cd-40f-proj 2019-01-09 10:20:18,201 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-image 2019-01-09 10:20:18,367 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-image 2019-01-09 10:20:19,013 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-net 2019-01-09 10:20:20,304 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-subnet 2019-01-09 10:20:23,262 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-router 2019-01-09 10:20:25,185 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-router 2019-01-09 10:20:28,923 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-kp... 2019-01-09 10:20:28,923 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:20:28,942 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-kp 2019-01-09 10:20:29,006 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba.pub 2019-01-09 10:20:29,007 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba 2019-01-09 10:20:29,648 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-sec-grp... 2019-01-09 10:20:29,648 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-sec-grp 2019-01-09 10:20:30,198 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:30,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:30,402 - neutron_utils - INFO - Retrieving security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:30,481 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:30,668 - neutron_utils - INFO - Retrieving security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:30,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:31,046 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-sec-grp 2019-01-09 10:20:31,197 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:31,713 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-sec-grp 2019-01-09 10:20:31,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:32,214 - neutron_utils - INFO - Retrieving security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:32,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d21457-abeb-4d80-a8d1-19fdaa542065 2019-01-09 10:20:35,843 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-net 2019-01-09 10:20:37,425 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-inst 2019-01-09 10:20:40,598 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-inst 2019-01-09 10:20:47,927 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:20:52,132 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:20:53,102 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:20:55,512 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-router 2019-01-09 10:20:55,814 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:20:56,642 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2019-01-09 10:20:58,174 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 10:20:59,258 - create_instance - INFO - Checking if VM is active 2019-01-09 10:20:59,722 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:23:07,759 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2019-01-09 10:25:18,063 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno 110] Operation timed out 2019-01-09 10:25:21,067 - create_instance - ERROR - Timeout attempting to connect with VM via SSH 2019-01-09 10:25:21,067 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2019-01-09 10:25:21,802 - create_instance - INFO - Deleting Port with ID - 40f70ea1-6305-45d3-94d8-8cbfaf2c00ee 2019-01-09 10:25:21,803 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914baport-1 2019-01-09 10:25:22,452 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-inst 2019-01-09 10:25:22,642 - create_instance - INFO - Checking deletion status 2019-01-09 10:25:25,956 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-inst 2019-01-09 10:25:25,994 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba.pub] 2019-01-09 10:25:25,994 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba] 2019-01-09 10:25:26,057 - neutron_utils - INFO - Deleting security group rule with ID - aacc99c7-99ca-4d8b-87a9-44e58c755542 2019-01-09 10:25:26,320 - neutron_utils - INFO - Deleting security group rule with ID - 622d12a9-d8f7-4f72-9aaf-7ab5e8e7113f 2019-01-09 10:25:26,565 - neutron_utils - INFO - Deleting security group rule with ID - 01da3f71-fac4-459e-ad7e-32323082b221 2019-01-09 10:25:26,679 - neutron_utils - INFO - Deleting security group rule with ID - 7d88c4e8-5a39-435c-84a8-87da760a58a3 2019-01-09 10:25:26,962 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-sec-grp 2019-01-09 10:25:27,139 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-router and subnet CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-subnet 2019-01-09 10:25:27,139 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-router 2019-01-09 10:25:28,465 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-router 2019-01-09 10:25:28,465 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-router 2019-01-09 10:25:29,737 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-subnet 2019-01-09 10:25:29,738 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-subnet 2019-01-09 10:25:32,279 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-pub-net 2019-01-09 10:25:33,876 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-cf96551f-df32-428a-92f8-9b2559d914ba-image 2019-01-09 10:25:36,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a2d78ab-de13-4176-b730-20192eae5aa8 2019-01-09 10:25:36,758 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:25:37,057 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-780a3ed4-b4cd-40f-proj 2019-01-09 10:25:37,254 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-780a3ed4-b4cd-40f-proj-role 2019-01-09 10:25:37,473 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-780a3ed4-b4cd-40f-user 2019-01-09 10:25:38,933 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-6801399f-824e-41a-proj 2019-01-09 10:25:40,108 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-6801399f-824e-41a-user 2019-01-09 10:25:40,239 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-6801399f-824e-41a-proj-role 2019-01-09 10:25:40,258 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-6801399f-824e-41a-proj-role to project CreateInstanceSingleNetworkTests-6801399f-824e-41a-proj 2019-01-09 10:25:43,564 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-image 2019-01-09 10:25:43,726 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-image 2019-01-09 10:25:44,347 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-net 2019-01-09 10:25:45,387 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-subnet 2019-01-09 10:25:48,206 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router 2019-01-09 10:25:51,233 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router 2019-01-09 10:25:54,691 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-kp... 2019-01-09 10:25:54,691 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:25:54,741 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-kp 2019-01-09 10:25:54,810 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320.pub 2019-01-09 10:25:54,811 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320 2019-01-09 10:25:55,462 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-sec-grp... 2019-01-09 10:25:55,462 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-sec-grp 2019-01-09 10:25:55,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:56,075 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:56,244 - neutron_utils - INFO - Retrieving security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:56,508 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:56,688 - neutron_utils - INFO - Retrieving security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:56,894 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:57,066 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-sec-grp 2019-01-09 10:25:57,357 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:57,784 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-sec-grp 2019-01-09 10:25:58,059 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:58,456 - neutron_utils - INFO - Retrieving security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:25:58,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87f520fa-4d0c-4db6-84d2-9f25193232f1 2019-01-09 10:26:02,358 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-net 2019-01-09 10:26:03,909 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-inst 2019-01-09 10:26:06,457 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-inst 2019-01-09 10:26:13,747 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:26:15,936 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:26:18,920 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:26:25,447 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-inst 2019-01-09 10:26:27,184 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:26:28,311 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:26:30,104 - create_instance - INFO - Created floating IP 172.30.9.207 via router - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router 2019-01-09 10:26:30,105 - create_instance - INFO - Checking if VM is active 2019-01-09 10:26:30,811 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:27:35,282 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:27:36,389 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:27:36,529 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:27:36,532 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:27:36,590 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:27:36,600 - create_instance - INFO - Deleting Port with ID - c58327a9-a229-4817-ba9d-1f78ab25cce3 2019-01-09 10:27:36,600 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320port-1 2019-01-09 10:27:37,250 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-inst 2019-01-09 10:27:37,524 - create_instance - INFO - Checking deletion status 2019-01-09 10:27:47,467 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-inst 2019-01-09 10:27:47,468 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2019-01-09 10:27:47,923 - create_instance - INFO - Deleting Port with ID - c58327a9-a229-4817-ba9d-1f78ab25cce3 2019-01-09 10:27:47,924 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320port-1 2019-01-09 10:27:48,109 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port c58327a9-a229-4817-ba9d-1f78ab25cce3 could not be found. Neutron server returns request_ids: ['req-3371f33d-9f14-4830-951e-ac9c5cea6b63'] 2019-01-09 10:27:48,162 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320.pub] 2019-01-09 10:27:48,162 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320] 2019-01-09 10:27:48,212 - neutron_utils - INFO - Deleting security group rule with ID - 730f6cd5-08e1-4527-abf1-cd9b96fed883 2019-01-09 10:27:48,477 - neutron_utils - INFO - Deleting security group rule with ID - 63271979-fa0f-4807-9641-e9131c22a24b 2019-01-09 10:27:48,736 - neutron_utils - INFO - Deleting security group rule with ID - ad00339c-e437-4f05-ae78-1166edb918a1 2019-01-09 10:27:48,854 - neutron_utils - INFO - Deleting security group rule with ID - f9e99972-1919-4124-9e4f-5a85e0b7d09a 2019-01-09 10:27:48,972 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-sec-grp 2019-01-09 10:27:49,271 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router and subnet CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-subnet 2019-01-09 10:27:49,271 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router 2019-01-09 10:27:50,428 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router 2019-01-09 10:27:50,429 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router 2019-01-09 10:27:51,723 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-subnet 2019-01-09 10:27:51,723 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-subnet 2019-01-09 10:27:54,136 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-net 2019-01-09 10:27:55,693 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-image 2019-01-09 10:27:57,959 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4553165f-4c7e-41a1-9de2-dda4ce63c909 2019-01-09 10:27:58,131 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:27:58,454 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-6801399f-824e-41a-proj 2019-01-09 10:27:58,699 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-6801399f-824e-41a-proj-role 2019-01-09 10:27:58,895 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-6801399f-824e-41a-user 2019-01-09 10:28:00,354 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-a9b06eed-9004-43b-proj 2019-01-09 10:28:01,425 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-a9b06eed-9004-43b-user 2019-01-09 10:28:01,677 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-a9b06eed-9004-43b-proj-role 2019-01-09 10:28:01,697 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-a9b06eed-9004-43b-proj-role to project CreateInstanceSingleNetworkTests-a9b06eed-9004-43b-proj 2019-01-09 10:28:05,773 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-image 2019-01-09 10:28:06,407 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-image 2019-01-09 10:28:07,055 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-net 2019-01-09 10:28:08,249 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-subnet 2019-01-09 10:28:10,776 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-router 2019-01-09 10:28:12,853 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-router 2019-01-09 10:28:16,441 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-kp... 2019-01-09 10:28:16,441 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:28:16,492 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-kp 2019-01-09 10:28:16,560 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a.pub 2019-01-09 10:28:16,561 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a 2019-01-09 10:28:17,296 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-sec-grp... 2019-01-09 10:28:17,296 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-sec-grp 2019-01-09 10:28:17,708 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:17,892 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:18,058 - neutron_utils - INFO - Retrieving security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:18,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:18,525 - neutron_utils - INFO - Retrieving security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:18,716 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:18,745 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-sec-grp 2019-01-09 10:28:19,034 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:19,552 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-sec-grp 2019-01-09 10:28:19,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:20,336 - neutron_utils - INFO - Retrieving security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:20,544 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7c435092-e00c-4937-9620-cc36c3146772 2019-01-09 10:28:24,229 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-net 2019-01-09 10:28:26,156 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-inst 2019-01-09 10:28:28,616 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-inst 2019-01-09 10:28:36,378 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:28:37,946 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:28:41,860 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:28:42,925 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:28:44,693 - create_instance - INFO - Created floating IP 172.30.9.219 via router - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-router 2019-01-09 10:28:44,877 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:28:45,689 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2019-01-09 10:28:47,371 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 10:28:48,338 - create_instance - INFO - Checking if VM is active 2019-01-09 10:28:49,104 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:28:50,254 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:28:50,313 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:28:50,432 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:28:50,433 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:28:50,493 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:28:53,779 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-inst 2019-01-09 10:28:54,000 - create_instance - INFO - Checking if VM is active 2019-01-09 10:28:54,817 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:28:55,929 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:28:55,989 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:28:56,107 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:28:56,109 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:28:56,169 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:28:56,178 - create_instance - INFO - Deleting Floating IP - 172.30.9.219 2019-01-09 10:28:57,367 - create_instance - INFO - Deleting Port with ID - 354e3178-776d-4c5d-8887-bbd742f9d489 2019-01-09 10:28:57,367 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899aport-1 2019-01-09 10:28:57,879 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-inst 2019-01-09 10:28:58,044 - create_instance - INFO - Checking deletion status 2019-01-09 10:29:04,597 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-inst 2019-01-09 10:29:04,654 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a.pub] 2019-01-09 10:29:04,654 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a] 2019-01-09 10:29:04,705 - neutron_utils - INFO - Deleting security group rule with ID - d3b04eaf-0c0a-4403-88d5-7cffaea337ee 2019-01-09 10:29:04,995 - neutron_utils - INFO - Deleting security group rule with ID - 87fd36bf-bd76-49e6-a9ae-039f2a6e7b22 2019-01-09 10:29:05,238 - neutron_utils - INFO - Deleting security group rule with ID - 88cd0e2a-34a3-495a-a813-7e8e8673e305 2019-01-09 10:29:05,508 - neutron_utils - INFO - Deleting security group rule with ID - dfc0e3a6-f65c-4828-99c6-4a9cde01455c 2019-01-09 10:29:05,795 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-sec-grp 2019-01-09 10:29:06,350 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-router and subnet CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-subnet 2019-01-09 10:29:06,350 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-router 2019-01-09 10:29:07,517 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-router 2019-01-09 10:29:07,517 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-router 2019-01-09 10:29:08,828 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-subnet 2019-01-09 10:29:08,828 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-subnet 2019-01-09 10:29:11,340 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-pub-net 2019-01-09 10:29:13,067 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a4c9997a-550a-411a-8c25-46d2ac60899a-image 2019-01-09 10:29:14,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 68330896-470c-4eae-93ba-9aa1ccb6cea7 2019-01-09 10:29:14,650 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:29:14,984 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-a9b06eed-9004-43b-proj 2019-01-09 10:29:15,225 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-a9b06eed-9004-43b-proj-role 2019-01-09 10:29:15,444 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-a9b06eed-9004-43b-user 2019-01-09 10:29:16,911 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-c003c201-2f63-43f-proj 2019-01-09 10:29:18,482 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-c003c201-2f63-43f-proj 2019-01-09 10:29:18,909 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-c003c201-2f63-43f-proj 2019-01-09 10:29:19,039 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-c003c201-2f63-43f-user 2019-01-09 10:29:19,240 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-c003c201-2f63-43f-proj-role 2019-01-09 10:29:19,330 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-c003c201-2f63-43f-proj-role to project CreateStackFloatingIpTests-c003c201-2f63-43f-proj 2019-01-09 10:29:22,221 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-image 2019-01-09 10:29:22,406 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-image 2019-01-09 10:29:26,917 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-stack 2019-01-09 10:29:44,257 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-stack 2019-01-09 10:29:50,764 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-inst2 2019-01-09 10:29:55,720 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-inst1 2019-01-09 10:29:58,335 - create_instance - INFO - Checking if VM is active 2019-01-09 10:29:58,773 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:29:59,999 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:30:00,061 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:30:00,178 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:30:00,179 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:30:00,236 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:30:00,248 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-stack 2019-01-09 10:30:10,136 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-stack 2019-01-09 10:30:10,335 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-430101be-a862-4e6e-bb4e-3f1f59748420-image 2019-01-09 10:30:11,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e76620b9-8175-44a1-b9bb-ae8ba5103c16 2019-01-09 10:30:11,956 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:30:12,314 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-c003c201-2f63-43f-proj 2019-01-09 10:30:12,603 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-c003c201-2f63-43f-proj-role 2019-01-09 10:30:12,809 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-c003c201-2f63-43f-user 2019-01-09 10:30:14,282 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-98eac643-1d87-463-proj 2019-01-09 10:30:15,784 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-98eac643-1d87-463-proj 2019-01-09 10:30:16,287 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-98eac643-1d87-463-proj 2019-01-09 10:30:16,410 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-98eac643-1d87-463-user 2019-01-09 10:30:16,611 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-98eac643-1d87-463-proj-role 2019-01-09 10:30:16,695 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-98eac643-1d87-463-proj-role to project CreateStackFloatingIpTests-98eac643-1d87-463-proj 2019-01-09 10:30:20,059 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-image 2019-01-09 10:30:20,229 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-image 2019-01-09 10:30:24,644 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-stack 2019-01-09 10:30:42,269 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-stack 2019-01-09 10:30:42,958 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-stack 2019-01-09 10:30:53,250 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-inst1 2019-01-09 10:30:58,479 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-inst2 2019-01-09 10:30:59,729 - create_instance - INFO - Checking if VM is active 2019-01-09 10:31:00,350 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:31:16,883 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:31:16,984 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:31:17,125 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:31:17,126 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-09 10:31:17,188 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:31:18,731 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-stack 2019-01-09 10:31:29,194 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-stack 2019-01-09 10:31:29,248 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-ed657ce4-39cf-4a04-9fd2-5f1fd8a48201-image 2019-01-09 10:31:31,054 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fd8a54fc-cdb1-427e-b586-f4e60b0a3923 2019-01-09 10:31:31,225 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:31:31,554 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-98eac643-1d87-463-proj 2019-01-09 10:31:31,830 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-98eac643-1d87-463-proj-role 2019-01-09 10:31:32,040 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-98eac643-1d87-463-user 2019-01-09 10:31:33,512 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-8bc9827d-4cd4-4db-proj 2019-01-09 10:31:34,660 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-8bc9827d-4cd4-4db-user 2019-01-09 10:31:34,894 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-8bc9827d-4cd4-4db-proj-role 2019-01-09 10:31:34,914 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-8bc9827d-4cd4-4db-proj-role to project AnsibleProvisioningTests-8bc9827d-4cd4-4db-proj 2019-01-09 10:31:43,023 - create_image - INFO - Created image with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc--image 2019-01-09 10:31:43,180 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc--image 2019-01-09 10:31:43,813 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-net 2019-01-09 10:31:44,831 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-subnet 2019-01-09 10:31:47,522 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router 2019-01-09 10:31:50,405 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router 2019-01-09 10:31:54,020 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-kp... 2019-01-09 10:31:54,021 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:31:54,104 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-kp 2019-01-09 10:31:54,165 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc.pub 2019-01-09 10:31:54,165 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc 2019-01-09 10:31:54,795 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-sec-grp... 2019-01-09 10:31:54,795 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-sec-grp 2019-01-09 10:31:55,207 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:55,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:55,491 - neutron_utils - INFO - Retrieving security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:55,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:55,956 - neutron_utils - INFO - Retrieving security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:56,317 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:56,490 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-sec-grp 2019-01-09 10:31:56,859 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:57,362 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-sec-grp 2019-01-09 10:31:57,641 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:58,146 - neutron_utils - INFO - Retrieving security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:31:58,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea29a072-5af7-4f7a-b223-05e821801cb2 2019-01-09 10:32:02,534 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-net 2019-01-09 10:32:04,120 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-inst 2019-01-09 10:32:06,574 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-inst 2019-01-09 10:33:52,242 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:33:53,872 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:33:54,548 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:33:56,125 - create_instance - INFO - Created floating IP 172.30.9.207 via router - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router 2019-01-09 10:33:56,125 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2019-01-09 10:33:57,713 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 10:33:58,262 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:34:00,647 - create_instance - INFO - Checking if VM is active 2019-01-09 10:34:01,064 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:34:01,825 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:34:01,950 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:34:02,096 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:34:02,096 - create_instance - INFO - Checking if cloud-init has completed 2019-01-09 10:34:02,427 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:34:03,258 - create_instance - INFO - Checking if VM is active 2019-01-09 10:34:03,761 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:34:04,662 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:34:04,750 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:34:04,868 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:34:04,872 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:34:04,961 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:34:05,193 - create_instance - INFO - cloud-init complete for VM instance 2019-01-09 10:34:05,198 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:34:05,290 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:34:08,192 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:34:08,287 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:34:08,550 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2019-01-09 10:34:09,306 - create_instance - INFO - Deleting Port with ID - d1a9dfcf-4b90-4c55-8ac2-0a663b6f6010 2019-01-09 10:34:09,306 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-port-1 2019-01-09 10:34:09,782 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-inst 2019-01-09 10:34:09,938 - create_instance - INFO - Checking deletion status 2019-01-09 10:34:16,572 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-inst 2019-01-09 10:34:16,573 - neutron_utils - INFO - Deleting security group rule with ID - deb1c54e-de80-4982-98aa-3862c2183085 2019-01-09 10:34:16,681 - neutron_utils - INFO - Deleting security group rule with ID - 270b6355-0c85-47b2-9131-7ca08de899d1 2019-01-09 10:34:17,002 - neutron_utils - INFO - Deleting security group rule with ID - f7d07936-8768-41ca-889d-cd574583a8ec 2019-01-09 10:34:17,259 - neutron_utils - INFO - Deleting security group rule with ID - 20c4bca3-5b35-4472-ab32-27d0bad0029a 2019-01-09 10:34:17,381 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-sec-grp 2019-01-09 10:34:17,607 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc.pub] 2019-01-09 10:34:17,607 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc] 2019-01-09 10:34:17,680 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router and subnet AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-subnet 2019-01-09 10:34:17,681 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router 2019-01-09 10:34:18,939 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router 2019-01-09 10:34:18,939 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router 2019-01-09 10:34:20,394 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-subnet 2019-01-09 10:34:20,394 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-subnet 2019-01-09 10:34:22,823 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-net 2019-01-09 10:34:24,210 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc--image 2019-01-09 10:34:25,682 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1a4f18f-f44a-41ec-beed-f54868f7bd2e 2019-01-09 10:34:25,870 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:34:26,198 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-8bc9827d-4cd4-4db-proj 2019-01-09 10:34:26,460 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-8bc9827d-4cd4-4db-proj-role 2019-01-09 10:34:26,680 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-8bc9827d-4cd4-4db-user 2019-01-09 10:34:28,439 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-4dd318fc-d4b4-4dc-proj 2019-01-09 10:34:29,535 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-4dd318fc-d4b4-4dc-user 2019-01-09 10:34:29,744 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-4dd318fc-d4b4-4dc-proj-role 2019-01-09 10:34:29,839 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-4dd318fc-d4b4-4dc-proj-role to project AnsibleProvisioningTests-4dd318fc-d4b4-4dc-proj 2019-01-09 10:34:38,363 - create_image - INFO - Created image with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5--image 2019-01-09 10:34:38,535 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5--image 2019-01-09 10:34:39,161 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-net 2019-01-09 10:34:40,143 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-subnet 2019-01-09 10:34:42,715 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router 2019-01-09 10:34:45,877 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router 2019-01-09 10:34:49,325 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-kp... 2019-01-09 10:34:49,326 - OpenStackKeypair - INFO - Creating new keypair 2019-01-09 10:34:49,333 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-kp 2019-01-09 10:34:49,394 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5.pub 2019-01-09 10:34:49,395 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5 2019-01-09 10:34:50,072 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-sec-grp... 2019-01-09 10:34:50,073 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-sec-grp 2019-01-09 10:34:50,536 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:50,719 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:50,883 - neutron_utils - INFO - Retrieving security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:51,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:51,275 - neutron_utils - INFO - Retrieving security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:51,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:51,653 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-sec-grp 2019-01-09 10:34:51,793 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:52,302 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-sec-grp 2019-01-09 10:34:52,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:52,973 - neutron_utils - INFO - Retrieving security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:53,024 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 15c41370-07e4-4fa5-a75b-13a58ee7e79f 2019-01-09 10:34:56,921 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-net 2019-01-09 10:34:58,441 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-inst 2019-01-09 10:35:00,803 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-inst 2019-01-09 10:36:47,071 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:36:48,928 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:36:49,779 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-09 10:36:51,706 - create_instance - INFO - Created floating IP 172.30.9.219 via router - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router 2019-01-09 10:36:51,707 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2019-01-09 10:36:53,248 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-09 10:36:53,566 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:36:56,443 - create_instance - INFO - Checking if VM is active 2019-01-09 10:36:56,927 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:36:58,637 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:36:58,746 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:36:58,874 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:36:58,874 - create_instance - INFO - Checking if cloud-init has completed 2019-01-09 10:36:59,362 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:36:59,892 - create_instance - INFO - Checking if VM is active 2019-01-09 10:37:00,745 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:37:01,411 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:37:01,504 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:37:01,650 - create_instance - INFO - SSH is active for VM instance 2019-01-09 10:37:01,655 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:37:01,749 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:37:01,990 - create_instance - INFO - cloud-init complete for VM instance 2019-01-09 10:37:02,347 - create_instance - INFO - VM is - ACTIVE 2019-01-09 10:37:05,098 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-sec-grp] already added to VM [AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-inst] 2019-01-09 10:37:06,485 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-09 10:37:06,572 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:37:06,814 - create_instance - INFO - Deleting Floating IP - 172.30.9.219 2019-01-09 10:37:07,744 - create_instance - INFO - Deleting Port with ID - bb156a4c-d545-4fe9-a1fc-52a3e864f60b 2019-01-09 10:37:07,745 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-port-1 2019-01-09 10:37:08,198 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-inst 2019-01-09 10:37:08,419 - create_instance - INFO - Checking deletion status 2019-01-09 10:37:11,729 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-inst 2019-01-09 10:37:11,730 - neutron_utils - INFO - Deleting security group rule with ID - 8a39299a-bed1-4ec5-bebd-4c354c069a1d 2019-01-09 10:37:11,989 - neutron_utils - INFO - Deleting security group rule with ID - 64b3ff52-5f34-41d2-a942-078c90c1a96f 2019-01-09 10:37:12,298 - neutron_utils - INFO - Deleting security group rule with ID - bcf8e8fb-7922-4c6d-9fdc-4eb83172b93f 2019-01-09 10:37:12,642 - neutron_utils - INFO - Deleting security group rule with ID - b996a4a3-79c9-4619-b850-dc1b41c10981 2019-01-09 10:37:12,772 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-sec-grp 2019-01-09 10:37:13,153 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5.pub] 2019-01-09 10:37:13,153 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5] 2019-01-09 10:37:13,210 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router and subnet AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-subnet 2019-01-09 10:37:13,210 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router 2019-01-09 10:37:14,365 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router 2019-01-09 10:37:14,365 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router 2019-01-09 10:37:15,795 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-subnet 2019-01-09 10:37:15,795 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-subnet 2019-01-09 10:37:18,218 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-net 2019-01-09 10:37:19,554 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5--image 2019-01-09 10:37:21,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9519577b-bccc-430e-9ec5-4f35fa140123 2019-01-09 10:37:21,683 - neutron_utils - INFO - Deleting security group with name - default 2019-01-09 10:37:22,101 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-4dd318fc-d4b4-4dc-proj 2019-01-09 10:37:22,444 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-4dd318fc-d4b4-4dc-proj-role 2019-01-09 10:37:22,650 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-4dd318fc-d4b4-4dc-user 2019-01-09 10:37:22,984 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 10:37:22,984 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 69:27 | FAIL | +---------------------+------------------+------------------+----------------+ 2019-01-09 10:37:25,443 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2019-01-09 10:37:25,498 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2019-01-09 10:37:26,981 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 10:37:28,773 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 10:37:31,477 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-09 10:37:30.912 11552 INFO rally.deployment.engine [-] Deployment a8a150f5-71dc-4711-b05d-96feadb27618 | Starting: Destroy cloud and free allocated resources. 2019-01-09 10:37:31.009 11552 INFO rally.deployment.engine [-] Deployment a8a150f5-71dc-4711-b05d-96feadb27618 | Completed: Destroy cloud and free allocated resources. 2019-01-09 10:37:31.068 11552 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652) for deployment 'opnfv-rally'. 2019-01-09 10:37:31.100 11552 INFO rally.api [-] Deleting verification (UUID=628f6321-626f-4db5-9245-53764727562a). 2019-01-09 10:37:31.255 11552 INFO rally.api [-] Verification has been successfully deleted! 2019-01-09 10:37:31.256 11552 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652). 2019-01-09 10:37:31.264 11552 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-09 10:37:33,878 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 10:37:33.596 11555 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=b855cf58-d1f9-449c-ac77-4f657bf883d0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | b855cf58-d1f9-449c-ac77-4f657bf883d0 | 2019-01-09T10:37:33 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: b855cf58-d1f9-449c-ac77-4f657bf883d0 ~/.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 2019-01-09 10:37:37,302 - 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 | +-------------+----------------+-----------+ 2019-01-09 10:37:37,302 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 10:37:39,698 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-09 10:37:39.416 11561 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=63d59d0c-f15a-4f19-aa86-9846668e3652). 2019-01-09 10:37:39.542 11561 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-09 10:37:43,100 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 10:37:41.732 11564 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 10:37:41.878 11564 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 10:37:42.937 11564 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c) as the default verifier for the future CLI operations. 2019-01-09 10:37:45,942 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2019-01-09 10:37:54,106 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 10:37:53.072 11583 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c) for deployment 'opnfv-rally' (UUID=b855cf58-d1f9-449c-ac77-4f657bf883d0). 2019-01-09 10:37:53.937 11583 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 10:37:53.939 11583 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c) has been successfully configured for deployment 'opnfv-rally' (UUID=b855cf58-d1f9-449c-ac77-4f657bf883d0)! 2019-01-09 10:37:57,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ea319dfa-f38e-4bc2-8282-b76fb2034e2c/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2019-01-09 10:37:57,286 - 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']'. 2019-01-09 10:37:59,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 10:37:59.465 11592 INFO rally.api [-] Starting verification (UUID=a84649de-30fa-454a-82dc-cc2be06f62d7) for deployment 'opnfv-rally' (UUID=b855cf58-d1f9-449c-ac77-4f657bf883d0) by verifier 'opnfv-tempest' (UUID=ea319dfa-f38e-4bc2-8282-b76fb2034e2c). 2019-01-09 10:41:13,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a84649de-30fa-454a-82dc-cc2be06f62d7 2019-01-09 10:41:13,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a84649de-30fa-454a-82dc-cc2be06f62d7']'. 2019-01-09 10:41:14,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a84649de-30fa-454a-82dc-cc2be06f62d7 | 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 10:37:59 | 2019-01-09 10:41:14,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 10:41:13 | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:14 | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ea319dfa-f38e-4bc2-8282-b76fb2034e2c) | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b855cf58-d1f9-449c-ac77-4f657bf883d0) | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2019-01-09 10:41:14,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 178.236 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 10:41:14,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 10:41:14,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2019-01-09 10:41:14,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 10:41:14,709 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:29 | FAIL | +-----------------------+------------------+------------------+----------------+ 2019-01-09 10:41:17,941 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2019-01-09 10:41:17,942 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:46 | PASS | | vping_userdata | functest | smoke | 00:31 | PASS | | tempest_smoke_serial | functest | smoke | 16:08 | PASS | | rally_sanity | functest | smoke | 24:51 | PASS | | refstack_defcore | functest | smoke | 21:36 | FAIL | | patrole | functest | smoke | 02:51 | FAIL | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 69:27 | FAIL | | neutron_trunk | functest | smoke | 03:29 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2019-01-09 10:41:17,951 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2019-01-09 10:41:22,388 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 10:41:22,392 - 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=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.5 export OS_REGION_NAME=regionOne 2019-01-09 10:41:22,392 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 10:41:22,393 - 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 | | +------------------+---------------+--------------------------+-------------------------------------------+------------------------------------+ 2019-01-09 10:41:22,409 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2019-01-09 10:41:22,445 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2019-01-09 10:46:01,857 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2019-01-09 10:46:01,975 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 10:46:01,976 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:39 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2019-01-09 10:46:02,010 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2019-01-09 10:46:03,672 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2019-01-09 10:46:05,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:46:05,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:46:05,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:46:05,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:46:05,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:46:05,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:46:05,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:46:05,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:46:05,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:46:05,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:46:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:46:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:46:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:46:05,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:46:05,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:46:05,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:46:05,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:46:05,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:46:05,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:46:05,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:46:05,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:46:05,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:46:05,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 10:46:05,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:46:05,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:46:05,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:46:05,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:46:05,212 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2019-01-09 10:46:05,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:46:05,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e40ae9b-af82-403d-958e-24eeea1350cb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:46:05,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5e40ae9b-af82-403d-958e-24eeea1350cb 2019-01-09 10:46:05,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:46:05,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:46:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["WnhJ4yODTZCVYS7gtOeyHQ"], "issued_at": "2019-01-09T10:46:05.000000Z"}} 2019-01-09 10:46:05,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed888fe17ad203b09dc51d3d38bad058be96e8de" 2019-01-09 10:46:05,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-254a6504-b948-4d20-a90b-32fba318ea7f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:46:05,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-254a6504-b948-4d20-a90b-32fba318ea7f 2019-01-09 10:46:05,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:46:05,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 10:46: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://192.30.9.5: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.5:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 10:46:05,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed888fe17ad203b09dc51d3d38bad058be96e8de" 2019-01-09 10:46:05,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aa0a84a-08c9-49af-9cfd-c3ce8c750821 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.5:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.5:35357/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.5:35357/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-09 10:46:05,778 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/projects used request id req-5aa0a84a-08c9-49af-9cfd-c3ce8c750821 2019-01-09 10:46:05,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:46:05,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c96394cc-4bf1-4385-bcc7-000f5eb5381c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:46:05,785 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c96394cc-4bf1-4385-bcc7-000f5eb5381c 2019-01-09 10:46:05,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:46:06,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:46:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["5uvkVzNNRgGCqNNu1VMjJw"], "issued_at": "2019-01-09T10:46:06.000000Z"}} 2019-01-09 10:46:06,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/quotas/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:06,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-da372d25-da35-4d33-b31d-0e7aad492ec3 Date: Wed, 09 Jan 2019 10:46:06 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}} 2019-01-09 10:46:06,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/quotas/a3475ec98a734cb2aeb418d350edd17b used request id req-da372d25-da35-4d33-b31d-0e7aad492ec3 2019-01-09 10:46:06,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:46:06,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52845a6-15d8-4bbf-8343-1239678e3862 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:46:06,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e52845a6-15d8-4bbf-8343-1239678e3862 2019-01-09 10:46:06,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:46:06,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:46:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["IJDFMJDSQM2Fauvt2Yutvg"], "issued_at": "2019-01-09T10:46:06.000000Z"}} 2019-01-09 10:46:06,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bf2a36293f95c178adcab8b61f872ae736a5d2" 2019-01-09 10:46:06,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-def8cfc5-574c-4f22-b533-41f55aba1ded x-compute-request-id: req-def8cfc5-574c-4f22-b533-41f55aba1ded 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}} 2019-01-09 10:46:06,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-quota-class-sets/default used request id req-def8cfc5-574c-4f22-b533-41f55aba1ded 2019-01-09 10:46:06,997 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2019-01-09 10:46:07,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/quotas/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2019-01-09 10:46:07,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-a92ba4fe-5f42-443b-aadf-52311af73ee0 Date: Wed, 09 Jan 2019 10:46:07 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}} 2019-01-09 10:46:07,260 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/a3475ec98a734cb2aeb418d350edd17b used request id req-a92ba4fe-5f42-443b-aadf-52311af73ee0 2019-01-09 10:46:07,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:46:07,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:46:07,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:46:07,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:46:07,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:46:07,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:46:07,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:46:07,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:46:07,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:46:07,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:46:07,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:46:07,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:46:07,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:46:07,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:46:07,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:46:07,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:46:07,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:46:07,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4a7e5cd-dadd-4111-9011-a2721b3fd876 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:46:07,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d4a7e5cd-dadd-4111-9011-a2721b3fd876 2019-01-09 10:46:07,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:46:07,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:46:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["-pi42BJfSOip9D7pUl8l5A"], "issued_at": "2019-01-09T10:46:07.000000Z"}} 2019-01-09 10:46:07,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88fceea5978a2d2baa5f8dd25fcecb3f51c4d237" 2019-01-09 10:46:07,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46: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-8e5f9304-2e8b-4564-b474-cc946bc3ba81 x-compute-request-id: req-8e5f9304-2e8b-4564-b474-cc946bc3ba81 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 10:46:07,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-8e5f9304-2e8b-4564-b474-cc946bc3ba81 2019-01-09 10:46:07,836 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2019-01-09 10:46:07,837 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2019-01-09 10:46:07,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30: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}90bf2a36293f95c178adcab8b61f872ae736a5d2" -d '{"quota_class_set": {"instances": -1}}' 2019-01-09 10:46:07,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:46: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-b4f2aa30-947a-4ba6-b960-dd2eea9f3004 x-compute-request-id: req-b4f2aa30-947a-4ba6-b960-dd2eea9f3004 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}} 2019-01-09 10:46:07,890 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-class-sets/default used request id req-b4f2aa30-947a-4ba6-b960-dd2eea9f3004 2019-01-09 10:46:07,891 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2019-01-09 10:46:07,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:08,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5cb78740-f741-496d-af09-5576b92e7e6c Date: Wed, 09 Jan 2019 10:46:08 GMT RESP BODY: {"floatingips": []} 2019-01-09 10:46:08,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-5cb78740-f741-496d-af09-5576b92e7e6c 2019-01-09 10:46:08,069 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2019-01-09 10:46:08,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:08,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13331 X-Openstack-Request-Id: req-2c8bb364-2815-49c8-8f6c-47332f34760b Date: Wed, 09 Jan 2019 10:46:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T09:35:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.212"}],"id":"079c3832-f8ca-4250-9758-8ead3f177ede","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e2:4b:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f4d4f910-2fc7-438f-b0df-26c995bf5000","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T09:35:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:37:10Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.210"}],"id":"0990095d-dcb8-43b1-8858-463bff44ae8d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6a:3d:ad","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"21eed188-3538-40d1-bdfc-d642161b6f8e","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:37:10Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:37:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.209"}],"id":"25ad6234-3b8c-4d12-836c-8e0d4494efba","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:49:dd:e1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"13cb08ea-91d9-4483-9fce-7b534ef77e90","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:37:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T09:00:02Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.204"}],"id":"38097a98-e161-45db-86a8-6fd2bbb2d1dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:f1:d3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c3529199-5060-42d0-b8d8-5d588e41daa5","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T09:00:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T10:06:17Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.205"}],"id":"3f8bc80e-88fe-4281-8674-043754ab87cf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:87:8a:96","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"93dcb8a7-b13a-4093-ae8c-ed1819fcf783","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T10:06:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T10:14:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.200"}],"id":"43f95eaa-8cd2-4e6f-82f8-b5465019c136","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d7:18:e6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f3e38e7b-04b2-4a0e-9fef-1ff05c1a0d68","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T10:14:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:52:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.214"}],"id":"50a91d9a-e751-41cd-87c5-a4aa05ee1cb4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:f6:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f42cc3f9-e34f-4f3f-9616-68d62fc3bfdd","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:52:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T10:25:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.216"}],"id":"6d35de85-4728-476b-ba22-dff6abd8737d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d2:cf:1a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e5ced7a-7bb2-4a2b-9481-42135fcce566","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T10:25:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T09:34:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.211"}],"id":"6e766971-4bb0-4048-8852-6b137e3b1856","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:90:88:80","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b2c85723-3d47-48f7-bd9c-6207f2ab9398","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T09:34:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:23:08Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.202"}],"id":"7796428e-6cb2-46f5-835e-3517d224eb8a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4b:b2:45","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"49a3875c-d345-4080-a630-7cc0a36180ae","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:23:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:32Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.203"}],"id":"7e1e593b-1aa1-4cec-9b6c-dedb5dd006bd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9b:59:39","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7b9a62b6-6952-4971-b50b-31593879a3c5","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:08:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T10:29:30Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.201"}],"id":"837dd544-bdeb-43bb-9501-474d46fd0f57","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:28:14","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"08e73212-b090-4bb1-905e-ef85748cc2c9","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T10:29:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:08:33Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.206"}],"id":"86675a8b-7812-4177-93bb-94d8ece1f8f2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:34:55:b4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:08:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T08:56:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.215"}],"id":"86805a0e-624c-4dda-bd45-14af612a5f96","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3b:3f:ae","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"37e00b8c-1e50-421b-9ed3-664cc94bfbf8","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T08:56:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T09:37:11Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.213"}],"id":"b7302d67-bafb-4662-aaad-5e5433f10653","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:2f:9a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"6594bca5-34f0-49d9-842f-11495e8d74df","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T09:37:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T09:37:12Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.208"}],"id":"bb9ea455-b27a-4413-b299-6c6679887fe8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b2:3f:64","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"261c0525-d96f-47ad-ba6e-4edb7c611ce9","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T09:37:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T10:34:43Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.207"}],"id":"e1685709-ebaa-4d50-8467-742f64f50421","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:fd:3d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3686f5b8-0416-463e-87af-d303e243023b","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T10:34:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T10:31:48Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.218"}],"id":"f9a1aa09-39af-4248-8e27-5da9e698611d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:b1:00","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f52c2cfc-72ce-4ed8-a081-83fef001ec86","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T10:31:48Z","binding:vnic_type":"normal"}]} 2019-01-09 10:46:08,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-2c8bb364-2815-49c8-8f6c-47332f34760b 2019-01-09 10:46:08,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:08,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11494 X-Openstack-Request-Id: req-6adc4b35-1205-4147-8000-c06942e51df0 Date: Wed, 09 Jan 2019 10:46:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6d8024d0ce7546abaa4b0218c94d6e52", "created_at": "2019-01-09T10:29:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:29:30Z", "revision_number": 2, "routes": [], "project_id": "6d8024d0ce7546abaa4b0218c94d6e52", "id": "08e73212-b090-4bb1-905e-ef85748cc2c9", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:37:09Z", "revision_number": 2, "routes": [], "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "13cb08ea-91d9-4483-9fce-7b534ef77e90", "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:37:10Z", "revision_number": 2, "routes": [], "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "21eed188-3538-40d1-bdfc-d642161b6f8e", "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "0698a9e092504c158268744e544e77b1", "created_at": "2019-01-09T09:37:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T09:37:12Z", "revision_number": 2, "routes": [], "project_id": "0698a9e092504c158268744e544e77b1", "id": "261c0525-d96f-47ad-ba6e-4edb7c611ce9", "name": "CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "cd00b97b37214d0c8913bab3eaad0fb0", "created_at": "2019-01-09T10:34:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:34:43Z", "revision_number": 2, "routes": [], "project_id": "cd00b97b37214d0c8913bab3eaad0fb0", "id": "3686f5b8-0416-463e-87af-d303e243023b", "name": "AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "3f733d8b2fb2418ea1e775aa84d51a3f", "created_at": "2019-01-09T08:56:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:56:52Z", "revision_number": 2, "routes": [], "project_id": "3f733d8b2fb2418ea1e775aa84d51a3f", "id": "37e00b8c-1e50-421b-9ed3-664cc94bfbf8", "name": "c_rally_e64585af_HTSgipeB"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "028b4a8229a448b2ae514bffc09e2823", "created_at": "2019-01-09T10:25:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:25:49Z", "revision_number": 2, "routes": [], "project_id": "028b4a8229a448b2ae514bffc09e2823", "id": "3e5ced7a-7bb2-4a2b-9481-42135fcce566", "name": "CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "8770155ab7c14be4bb485cb87b8dbc65", "created_at": "2019-01-09T08:23:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:23:09Z", "revision_number": 2, "routes": [], "project_id": "8770155ab7c14be4bb485cb87b8dbc65", "id": "49a3875c-d345-4080-a630-7cc0a36180ae", "name": "tempest-ServersTestManualDisk-1462739571-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "0698a9e092504c158268744e544e77b1", "created_at": "2019-01-09T09:37:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T09:37:11Z", "revision_number": 2, "routes": [], "project_id": "0698a9e092504c158268744e544e77b1", "id": "6594bca5-34f0-49d9-842f-11495e8d74df", "name": "CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:32Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "7b9a62b6-6952-4971-b50b-31593879a3c5", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f8e8c44594df47588d9afe815504c806", "created_at": "2019-01-09T10:06:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:06:17Z", "revision_number": 2, "routes": [], "project_id": "f8e8c44594df47588d9afe815504c806", "id": "93dcb8a7-b13a-4093-ae8c-ed1819fcf783", "name": "CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "1675e302626f4e988404d301a5efe2fb", "created_at": "2019-01-09T09:34:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T09:34:35Z", "revision_number": 2, "routes": [], "project_id": "1675e302626f4e988404d301a5efe2fb", "id": "b2c85723-3d47-48f7-bd9c-6207f2ab9398", "name": "CreateRouterSuccessTests-98b3ea6f-44e2-4ee8-8026-150bcaba4a29-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "e7b9e674d99f4b63b45fd64d4f9236fb", "created_at": "2019-01-09T09:00:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T09:00:02Z", "revision_number": 2, "routes": [], "project_id": "e7b9e674d99f4b63b45fd64d4f9236fb", "id": "c3529199-5060-42d0-b8d8-5d588e41daa5", "name": "c_rally_e02a23db_85FOCl8t"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:08:33Z", "revision_number": 2, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1ca11cd30858448893864f36b30f5e41", "created_at": "2019-01-09T10:14:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:14:52Z", "revision_number": 2, "routes": [], "project_id": "1ca11cd30858448893864f36b30f5e41", "id": "f3e38e7b-04b2-4a0e-9fef-1ff05c1a0d68", "name": "CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "c12e09ad159246cfb5ab7bc0c9ddfbe1", "created_at": "2019-01-09T08:52:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T08:52:20Z", "revision_number": 2, "routes": [], "project_id": "c12e09ad159246cfb5ab7bc0c9ddfbe1", "id": "f42cc3f9-e34f-4f3f-9616-68d62fc3bfdd", "name": "c_rally_9dfa8f1d_kfnJQs5G"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "fe78965798884f5ca73978f214579cfa", "created_at": "2019-01-09T09:35:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T09:35:36Z", "revision_number": 2, "routes": [], "project_id": "fe78965798884f5ca73978f214579cfa", "id": "f4d4f910-2fc7-438f-b0df-26c995bf5000", "name": "CreateRouterSuccessTests-5f95cf7f-9e25-4c33-9578-8913f15641f6-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "67ac20554d204a858e560df2c41a32cf", "created_at": "2019-01-09T10:31:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:31:48Z", "revision_number": 2, "routes": [], "project_id": "67ac20554d204a858e560df2c41a32cf", "id": "f52c2cfc-72ce-4ed8-a081-83fef001ec86", "name": "AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router"}]} 2019-01-09 10:46:08,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-6adc4b35-1205-4147-8000-c06942e51df0 2019-01-09 10:46:08,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/08e73212-b090-4bb1-905e-ef85748cc2c9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:09,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 420 X-Openstack-Request-Id: req-82617bbd-d974-4c37-bf7b-0d7583913b9a Date: Wed, 09 Jan 2019 10:46:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "6d8024d0ce7546abaa4b0218c94d6e52", "created_at": "2019-01-09T10:29:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:08Z", "revision_number": 5, "routes": [], "project_id": "6d8024d0ce7546abaa4b0218c94d6e52", "id": "08e73212-b090-4bb1-905e-ef85748cc2c9", "name": "mgmt_router"}} 2019-01-09 10:46:09,367 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/08e73212-b090-4bb1-905e-ef85748cc2c9 used request id req-82617bbd-d974-4c37-bf7b-0d7583913b9a 2019-01-09 10:46:09,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/08e73212-b090-4bb1-905e-ef85748cc2c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:09,796 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a03cf53-7916-4ba7-b4c4-9bef5258fa7d Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:09,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/08e73212-b090-4bb1-905e-ef85748cc2c9 used request id req-9a03cf53-7916-4ba7-b4c4-9bef5258fa7d 2019-01-09 10:46:09,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/13cb08ea-91d9-4483-9fce-7b534ef77e90 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:10,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 465 X-Openstack-Request-Id: req-a3020edf-e4b3-46c3-a94f-74b7d4c7eafa Date: Wed, 09 Jan 2019 10:46:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:10Z", "revision_number": 5, "routes": [], "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "13cb08ea-91d9-4483-9fce-7b534ef77e90", "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1"}} 2019-01-09 10:46:10,793 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/13cb08ea-91d9-4483-9fce-7b534ef77e90 used request id req-a3020edf-e4b3-46c3-a94f-74b7d4c7eafa 2019-01-09 10:46:10,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/13cb08ea-91d9-4483-9fce-7b534ef77e90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:11,203 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a319bf8d-40e3-4d9c-b82e-2b08d4b8a0a1 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:11,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/13cb08ea-91d9-4483-9fce-7b534ef77e90 used request id req-a319bf8d-40e3-4d9c-b82e-2b08d4b8a0a1 2019-01-09 10:46:11,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/21eed188-3538-40d1-bdfc-d642161b6f8e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:12,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 465 X-Openstack-Request-Id: req-1e35f92e-43b2-4b6b-b6d7-7a8fac3d75f7 Date: Wed, 09 Jan 2019 10:46:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "65049bf684b14e9688a5124d76dc6d78", "created_at": "2019-01-09T08:37:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:11Z", "revision_number": 5, "routes": [], "project_id": "65049bf684b14e9688a5124d76dc6d78", "id": "21eed188-3538-40d1-bdfc-d642161b6f8e", "name": "rally_sanity-router_a0217f9c-4de6-467d-9890-bbc8ece733e1"}} 2019-01-09 10:46:12,231 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/21eed188-3538-40d1-bdfc-d642161b6f8e used request id req-1e35f92e-43b2-4b6b-b6d7-7a8fac3d75f7 2019-01-09 10:46:12,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/21eed188-3538-40d1-bdfc-d642161b6f8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:12,521 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-833bd96b-88d2-4b63-ac77-e87521ec8f7c Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:12,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/21eed188-3538-40d1-bdfc-d642161b6f8e used request id req-833bd96b-88d2-4b63-ac77-e87521ec8f7c 2019-01-09 10:46:12,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/261c0525-d96f-47ad-ba6e-4edb7c611ce9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:13,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-d170bc7e-7bc0-4347-80ec-91cf8f13d678 Date: Wed, 09 Jan 2019 10:46:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0698a9e092504c158268744e544e77b1", "created_at": "2019-01-09T09:37:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:13Z", "revision_number": 5, "routes": [], "project_id": "0698a9e092504c158268744e544e77b1", "id": "261c0525-d96f-47ad-ba6e-4edb7c611ce9", "name": "CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-router"}} 2019-01-09 10:46:13,561 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/261c0525-d96f-47ad-ba6e-4edb7c611ce9 used request id req-d170bc7e-7bc0-4347-80ec-91cf8f13d678 2019-01-09 10:46:13,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/261c0525-d96f-47ad-ba6e-4edb7c611ce9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:13,845 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52963812-092f-408e-a3c7-97bc5a6050ed Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:13,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/261c0525-d96f-47ad-ba6e-4edb7c611ce9 used request id req-52963812-092f-408e-a3c7-97bc5a6050ed 2019-01-09 10:46:13,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3686f5b8-0416-463e-87af-d303e243023b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:14,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-6fe07fef-75b5-4a77-ac87-eeadfb2ab439 Date: Wed, 09 Jan 2019 10:46:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "cd00b97b37214d0c8913bab3eaad0fb0", "created_at": "2019-01-09T10:34:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:14Z", "revision_number": 5, "routes": [], "project_id": "cd00b97b37214d0c8913bab3eaad0fb0", "id": "3686f5b8-0416-463e-87af-d303e243023b", "name": "AnsibleProvisioningTests-5fa101dd-9cff-44dc-8bc1-d15bad92d9b5-pub-router"}} 2019-01-09 10:46:14,854 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3686f5b8-0416-463e-87af-d303e243023b used request id req-6fe07fef-75b5-4a77-ac87-eeadfb2ab439 2019-01-09 10:46:14,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/3686f5b8-0416-463e-87af-d303e243023b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:15,293 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af913e14-7fd0-4884-88c6-29706f44d5c1 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:15,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/3686f5b8-0416-463e-87af-d303e243023b used request id req-af913e14-7fd0-4884-88c6-29706f44d5c1 2019-01-09 10:46:15,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/37e00b8c-1e50-421b-9ed3-664cc94bfbf8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:16,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-1ace0c48-fe2d-4760-85ea-31b6b243f161 Date: Wed, 09 Jan 2019 10:46:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3f733d8b2fb2418ea1e775aa84d51a3f", "created_at": "2019-01-09T08:56:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:15Z", "revision_number": 5, "routes": [], "project_id": "3f733d8b2fb2418ea1e775aa84d51a3f", "id": "37e00b8c-1e50-421b-9ed3-664cc94bfbf8", "name": "c_rally_e64585af_HTSgipeB"}} 2019-01-09 10:46:16,125 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/37e00b8c-1e50-421b-9ed3-664cc94bfbf8 used request id req-1ace0c48-fe2d-4760-85ea-31b6b243f161 2019-01-09 10:46:16,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/37e00b8c-1e50-421b-9ed3-664cc94bfbf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:16,585 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-51f06edc-c12f-40bf-82c7-3cd71fe888d2 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:16,585 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/37e00b8c-1e50-421b-9ed3-664cc94bfbf8 used request id req-51f06edc-c12f-40bf-82c7-3cd71fe888d2 2019-01-09 10:46:16,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3e5ced7a-7bb2-4a2b-9481-42135fcce566 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:17,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-9fb030a8-9d95-4ff1-96ec-d5e8246c9987 Date: Wed, 09 Jan 2019 10:46:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "028b4a8229a448b2ae514bffc09e2823", "created_at": "2019-01-09T10:25:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:17Z", "revision_number": 5, "routes": [], "project_id": "028b4a8229a448b2ae514bffc09e2823", "id": "3e5ced7a-7bb2-4a2b-9481-42135fcce566", "name": "CreateInstanceSingleNetworkTests-8376c459-b305-4637-89d0-d5fcea768320-pub-router"}} 2019-01-09 10:46:17,544 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3e5ced7a-7bb2-4a2b-9481-42135fcce566 used request id req-9fb030a8-9d95-4ff1-96ec-d5e8246c9987 2019-01-09 10:46:17,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/3e5ced7a-7bb2-4a2b-9481-42135fcce566 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:17,984 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab96b3bd-b177-41cc-a853-666a5f2b03f9 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:17,984 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/3e5ced7a-7bb2-4a2b-9481-42135fcce566 used request id req-ab96b3bd-b177-41cc-a853-666a5f2b03f9 2019-01-09 10:46:17,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/49a3875c-d345-4080-a630-7cc0a36180ae -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:19,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-9fe4cdd2-2cdc-40f9-84e3-f5852f85d0e6 Date: Wed, 09 Jan 2019 10:46:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "8770155ab7c14be4bb485cb87b8dbc65", "created_at": "2019-01-09T08:23:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:18Z", "revision_number": 5, "routes": [], "project_id": "8770155ab7c14be4bb485cb87b8dbc65", "id": "49a3875c-d345-4080-a630-7cc0a36180ae", "name": "tempest-ServersTestManualDisk-1462739571-router"}} 2019-01-09 10:46:19,000 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/49a3875c-d345-4080-a630-7cc0a36180ae used request id req-9fe4cdd2-2cdc-40f9-84e3-f5852f85d0e6 2019-01-09 10:46:19,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/49a3875c-d345-4080-a630-7cc0a36180ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:19,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6caefa7c-bc8d-492a-a2f9-6149b26b355f Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:19,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/49a3875c-d345-4080-a630-7cc0a36180ae used request id req-6caefa7c-bc8d-492a-a2f9-6149b26b355f 2019-01-09 10:46:19,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/6594bca5-34f0-49d9-842f-11495e8d74df -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:20,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-f7b3ad33-b60d-462f-879b-91694b63c0c8 Date: Wed, 09 Jan 2019 10:46:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "0698a9e092504c158268744e544e77b1", "created_at": "2019-01-09T09:37:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:20Z", "revision_number": 5, "routes": [], "project_id": "0698a9e092504c158268744e544e77b1", "id": "6594bca5-34f0-49d9-842f-11495e8d74df", "name": "CreateRouterSuccessTests-16072d40-38cb-475c-ae2a-d5cf85deca27-pub-router"}} 2019-01-09 10:46:20,309 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/6594bca5-34f0-49d9-842f-11495e8d74df used request id req-f7b3ad33-b60d-462f-879b-91694b63c0c8 2019-01-09 10:46:20,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/6594bca5-34f0-49d9-842f-11495e8d74df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:20,887 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab58bbf7-f101-4f1a-b715-e5f6d8d02ac7 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:20,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/6594bca5-34f0-49d9-842f-11495e8d74df used request id req-ab58bbf7-f101-4f1a-b715-e5f6d8d02ac7 2019-01-09 10:46:20,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/7b9a62b6-6952-4971-b50b-31593879a3c5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:21,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-839f15f7-dcc6-48d0-aa3d-f37cd0991683 Date: Wed, 09 Jan 2019 10:46:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:21Z", "revision_number": 5, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "7b9a62b6-6952-4971-b50b-31593879a3c5", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}} 2019-01-09 10:46:21,735 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/7b9a62b6-6952-4971-b50b-31593879a3c5 used request id req-839f15f7-dcc6-48d0-aa3d-f37cd0991683 2019-01-09 10:46:21,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/7b9a62b6-6952-4971-b50b-31593879a3c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:22,317 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d239cf37-8e78-41e0-8a77-62051763cb93 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:22,317 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/7b9a62b6-6952-4971-b50b-31593879a3c5 used request id req-d239cf37-8e78-41e0-8a77-62051763cb93 2019-01-09 10:46:22,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/93dcb8a7-b13a-4093-ae8c-ed1819fcf783 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:23,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-a23b691b-365e-4f73-934c-05a5a6570d26 Date: Wed, 09 Jan 2019 10:46:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f8e8c44594df47588d9afe815504c806", "created_at": "2019-01-09T10:06:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:22Z", "revision_number": 5, "routes": [], "project_id": "f8e8c44594df47588d9afe815504c806", "id": "93dcb8a7-b13a-4093-ae8c-ed1819fcf783", "name": "CreateInstanceSingleNetworkTests-1eb87909-bd07-408e-92ed-44f88c373948-pub-router"}} 2019-01-09 10:46:23,197 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/93dcb8a7-b13a-4093-ae8c-ed1819fcf783 used request id req-a23b691b-365e-4f73-934c-05a5a6570d26 2019-01-09 10:46:23,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/93dcb8a7-b13a-4093-ae8c-ed1819fcf783 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:23,820 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b53bc90-4981-4919-8667-1bf8b9890e79 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:23,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/93dcb8a7-b13a-4093-ae8c-ed1819fcf783 used request id req-3b53bc90-4981-4919-8667-1bf8b9890e79 2019-01-09 10:46:23,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b2c85723-3d47-48f7-bd9c-6207f2ab9398 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:24,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-fc6122de-5abc-4753-92b1-e7fb541b7525 Date: Wed, 09 Jan 2019 10:46:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1675e302626f4e988404d301a5efe2fb", "created_at": "2019-01-09T09:34:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:24Z", "revision_number": 5, "routes": [], "project_id": "1675e302626f4e988404d301a5efe2fb", "id": "b2c85723-3d47-48f7-bd9c-6207f2ab9398", "name": "CreateRouterSuccessTests-98b3ea6f-44e2-4ee8-8026-150bcaba4a29-pub-router"}} 2019-01-09 10:46:24,724 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b2c85723-3d47-48f7-bd9c-6207f2ab9398 used request id req-fc6122de-5abc-4753-92b1-e7fb541b7525 2019-01-09 10:46:24,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/b2c85723-3d47-48f7-bd9c-6207f2ab9398 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:25,155 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa2a9c93-f92c-4901-b6d9-966880508907 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:25,156 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b2c85723-3d47-48f7-bd9c-6207f2ab9398 used request id req-aa2a9c93-f92c-4901-b6d9-966880508907 2019-01-09 10:46:25,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/c3529199-5060-42d0-b8d8-5d588e41daa5 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:26,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-7d82d8ba-123d-491a-b1b4-bc17026d7c2a Date: Wed, 09 Jan 2019 10:46:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "e7b9e674d99f4b63b45fd64d4f9236fb", "created_at": "2019-01-09T09:00:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:25Z", "revision_number": 5, "routes": [], "project_id": "e7b9e674d99f4b63b45fd64d4f9236fb", "id": "c3529199-5060-42d0-b8d8-5d588e41daa5", "name": "c_rally_e02a23db_85FOCl8t"}} 2019-01-09 10:46:26,192 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c3529199-5060-42d0-b8d8-5d588e41daa5 used request id req-7d82d8ba-123d-491a-b1b4-bc17026d7c2a 2019-01-09 10:46:26,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/c3529199-5060-42d0-b8d8-5d588e41daa5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:26,517 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ed1a19e-fab3-4d0a-8826-65e2d30a9514 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:26,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c3529199-5060-42d0-b8d8-5d588e41daa5 used request id req-0ed1a19e-fab3-4d0a-8826-65e2d30a9514 2019-01-09 10:46:26,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:27,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-f06ee307-ed08-4d3c-9d70-1e45ecf8dfd0 Date: Wed, 09 Jan 2019 10:46:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "88d6c71a30ca41f6a882b86c51b3b026", "created_at": "2019-01-09T08:08:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:26Z", "revision_number": 5, "routes": [], "project_id": "88d6c71a30ca41f6a882b86c51b3b026", "id": "d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8", "name": "NeutronUtilsRouterTests-58e637a3-a82c-448f-a4b2-bf9621b07bb0-pub-router"}} 2019-01-09 10:46:27,353 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8 used request id req-f06ee307-ed08-4d3c-9d70-1e45ecf8dfd0 2019-01-09 10:46:27,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:27,928 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-058793b4-bc9e-44f5-bd05-8c372b8a7a23 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:27,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/d19ecc84-d2bc-4325-9c5b-19a1ee2d12e8 used request id req-058793b4-bc9e-44f5-bd05-8c372b8a7a23 2019-01-09 10:46:27,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f3e38e7b-04b2-4a0e-9fef-1ff05c1a0d68 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:28,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-a67330a1-f9a1-4f42-bdf2-18ba89c1ce19 Date: Wed, 09 Jan 2019 10:46:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1ca11cd30858448893864f36b30f5e41", "created_at": "2019-01-09T10:14:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:28Z", "revision_number": 5, "routes": [], "project_id": "1ca11cd30858448893864f36b30f5e41", "id": "f3e38e7b-04b2-4a0e-9fef-1ff05c1a0d68", "name": "CreateInstanceSingleNetworkTests-da6f3238-97a8-4abc-8cbc-7957121edacd-pub-router"}} 2019-01-09 10:46:28,779 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f3e38e7b-04b2-4a0e-9fef-1ff05c1a0d68 used request id req-a67330a1-f9a1-4f42-bdf2-18ba89c1ce19 2019-01-09 10:46:28,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f3e38e7b-04b2-4a0e-9fef-1ff05c1a0d68 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:29,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc61af27-60ba-4b02-8881-f831c78af39d Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:29,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f3e38e7b-04b2-4a0e-9fef-1ff05c1a0d68 used request id req-fc61af27-60ba-4b02-8881-f831c78af39d 2019-01-09 10:46:29,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f42cc3f9-e34f-4f3f-9616-68d62fc3bfdd -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:30,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-678036c4-85ef-4d9e-98a8-7c9b195069f4 Date: Wed, 09 Jan 2019 10:46:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c12e09ad159246cfb5ab7bc0c9ddfbe1", "created_at": "2019-01-09T08:52:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:29Z", "revision_number": 5, "routes": [], "project_id": "c12e09ad159246cfb5ab7bc0c9ddfbe1", "id": "f42cc3f9-e34f-4f3f-9616-68d62fc3bfdd", "name": "c_rally_9dfa8f1d_kfnJQs5G"}} 2019-01-09 10:46:30,154 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f42cc3f9-e34f-4f3f-9616-68d62fc3bfdd used request id req-678036c4-85ef-4d9e-98a8-7c9b195069f4 2019-01-09 10:46:30,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f42cc3f9-e34f-4f3f-9616-68d62fc3bfdd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:30,766 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b942aa3-4c6a-4054-8112-1e4166503ae7 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:30,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f42cc3f9-e34f-4f3f-9616-68d62fc3bfdd used request id req-6b942aa3-4c6a-4054-8112-1e4166503ae7 2019-01-09 10:46:30,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f4d4f910-2fc7-438f-b0df-26c995bf5000 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:31,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-f43bae71-9e10-434e-83f2-924a904c2d5b Date: Wed, 09 Jan 2019 10:46:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fe78965798884f5ca73978f214579cfa", "created_at": "2019-01-09T09:35:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:31Z", "revision_number": 5, "routes": [], "project_id": "fe78965798884f5ca73978f214579cfa", "id": "f4d4f910-2fc7-438f-b0df-26c995bf5000", "name": "CreateRouterSuccessTests-5f95cf7f-9e25-4c33-9578-8913f15641f6-pub-router"}} 2019-01-09 10:46:31,688 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f4d4f910-2fc7-438f-b0df-26c995bf5000 used request id req-f43bae71-9e10-434e-83f2-924a904c2d5b 2019-01-09 10:46:31,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f4d4f910-2fc7-438f-b0df-26c995bf5000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:32,162 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7982b549-2875-40ec-866f-3aa2792b9e54 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:32,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f4d4f910-2fc7-438f-b0df-26c995bf5000 used request id req-7982b549-2875-40ec-866f-3aa2792b9e54 2019-01-09 10:46:32,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f52c2cfc-72ce-4ed8-a081-83fef001ec86 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:46:33,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-67dc42f1-71e7-4439-b817-07a30e4b2900 Date: Wed, 09 Jan 2019 10:46:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "67ac20554d204a858e560df2c41a32cf", "created_at": "2019-01-09T10:31:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:46:32Z", "revision_number": 5, "routes": [], "project_id": "67ac20554d204a858e560df2c41a32cf", "id": "f52c2cfc-72ce-4ed8-a081-83fef001ec86", "name": "AnsibleProvisioningTests-4b9ae36e-d4d1-49ab-b05c-3c89023d81dc-pub-router"}} 2019-01-09 10:46:33,191 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f52c2cfc-72ce-4ed8-a081-83fef001ec86 used request id req-67dc42f1-71e7-4439-b817-07a30e4b2900 2019-01-09 10:46:33,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f52c2cfc-72ce-4ed8-a081-83fef001ec86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" 2019-01-09 10:46:33,572 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3fff85db-ec78-429a-bffd-33f6bfccb850 Content-Length: 0 Date: Wed, 09 Jan 2019 10:46:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:46:33,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f52c2cfc-72ce-4ed8-a081-83fef001ec86 used request id req-3fff85db-ec78-429a-bffd-33f6bfccb850 2019-01-09 10:46:33,647 - 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.' 2019-01-09 10:46:33,647 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2019-01-09 10:46:33,647 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2019-01-09 10:46:33,738 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2019-01-09 10:46:33,742 - paramiko.transport - DEBUG - starting thread (client mode): 0x5cc8fb90L 2019-01-09 10:46:33,742 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:33,765 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:33,766 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:33,770 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:33,770 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:33,771 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:33,771 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:33,771 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:33,771 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:33,778 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:33,779 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:33,806 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.224: e94c8aee9a4f77297a96804608359669 2019-01-09 10:46:33,806 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:33,819 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:33,854 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:33,872 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:34,043 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:34,044 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:34,083 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:34,083 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:34,094 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:38,837 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:38,839 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:38,841 - paramiko.transport - DEBUG - starting thread (client mode): 0x5998fb10L 2019-01-09 10:46:38,842 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:38,848 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:38,848 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:38,852 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:38,852 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:38,852 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:38,852 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:38,853 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:38,853 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:38,857 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:38,858 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:38,873 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 10:46:38,874 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:38,897 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:38,910 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:38,938 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:39,010 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:39,010 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:39,049 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:39,049 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:39,058 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:39,094 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:39,095 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:39,096 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:39,097 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:39,097 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:39,138 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:39,196 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:39,197 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:39,198 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:39,199 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:39,199 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:39,240 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:39,273 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:39,274 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:39,276 - paramiko.transport - DEBUG - starting thread (client mode): 0x59a7f510L 2019-01-09 10:46:39,276 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:39,281 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:39,281 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:39,284 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:39,284 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:39,285 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:39,285 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:39,285 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:39,285 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:39,289 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:39,290 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:39,292 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 10:46:39,292 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:39,329 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:39,340 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:39,357 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:39,436 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:39,436 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:39,475 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:39,476 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:39,493 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:39,525 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:39,526 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:39,527 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:39,528 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:39,528 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:39,568 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:39,612 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:39,613 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:39,614 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:39,615 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:39,615 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:39,655 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:39,684 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:39,686 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:39,687 - paramiko.transport - DEBUG - starting thread (client mode): 0x59960ed0L 2019-01-09 10:46:39,688 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:39,693 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:39,693 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:39,696 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:39,696 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:39,696 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:39,696 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:39,696 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:39,697 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:39,701 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:39,702 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:39,703 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 10:46:39,704 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:39,741 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:39,753 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:39,768 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:39,857 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:39,857 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:39,896 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:39,897 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:39,904 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:39,936 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:39,937 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:39,938 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:39,939 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:39,939 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:39,980 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:40,022 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:40,024 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:40,024 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:40,025 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:40,025 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:40,066 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:40,098 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:40,099 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:40,101 - paramiko.transport - DEBUG - starting thread (client mode): 0x59962250L 2019-01-09 10:46:40,101 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:40,106 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:40,106 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:40,109 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:40,109 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:40,109 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:40,110 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:40,110 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:40,110 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:40,115 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:40,115 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:40,117 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 10:46:40,117 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:40,154 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:40,164 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:40,182 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:40,268 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:40,268 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:40,307 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:40,308 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:40,317 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:40,351 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:40,352 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:40,353 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:40,354 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:40,354 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:40,394 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:40,435 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:40,436 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:40,437 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:40,438 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:40,438 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:40,478 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:40,504 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:40,505 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:40,507 - paramiko.transport - DEBUG - starting thread (client mode): 0x599600d0L 2019-01-09 10:46:40,508 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:40,513 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:40,513 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:40,515 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:40,516 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:40,516 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:40,516 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:40,516 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:40,516 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:40,521 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:40,521 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:40,523 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 10:46:40,524 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:40,560 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:40,570 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:40,588 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:40,652 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:40,652 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:40,691 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:40,692 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:40,698 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:40,729 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:40,729 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:40,730 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:40,731 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:40,731 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:40,771 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:40,812 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:40,813 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:40,814 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:40,815 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:40,815 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:40,856 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:40,884 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:40,884 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:40,885 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:40,886 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:40,886 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:40,893 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:45,680 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:45,681 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:45,683 - paramiko.transport - DEBUG - starting thread (client mode): 0x59968fd0L 2019-01-09 10:46:45,684 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:45,689 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:45,689 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:45,692 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:45,692 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:45,692 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:45,692 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:45,692 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:45,692 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:45,697 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:45,698 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:45,699 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 10:46:45,699 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:45,737 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:45,747 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:45,763 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:45,826 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:45,826 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:45,865 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:45,865 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:45,870 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:45,903 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:45,904 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:45,905 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:45,905 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:45,905 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:45,947 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:45,981 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:45,983 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:45,983 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:45,984 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:45,984 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:46,025 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:46,055 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:46,056 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:46,058 - paramiko.transport - DEBUG - starting thread (client mode): 0x59979d90L 2019-01-09 10:46:46,058 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:46,065 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:46,065 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:46,068 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:46,068 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:46,068 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:46,068 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:46,068 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:46,069 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:46,073 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:46,074 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:46,090 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 10:46:46,090 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:46,113 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:46,125 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:46,155 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:46,223 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:46,223 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:46,262 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:46,263 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:46,275 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:46,312 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:46,313 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:46,314 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:46,315 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:46,315 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:46,356 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:46,393 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:46,394 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:46,395 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:46,396 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:46,396 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:46,437 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:46,469 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:46,470 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:46,472 - paramiko.transport - DEBUG - starting thread (client mode): 0x599840d0L 2019-01-09 10:46:46,472 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:46,478 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:46,478 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:46,481 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:46,482 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:46,482 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:46,482 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:46,482 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:46,482 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:46,487 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:46,487 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:46,488 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 10:46:46,489 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:46,527 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:46,538 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:46,553 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:46,623 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:46,623 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:46,662 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:46,662 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:46,673 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:46,709 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:46,710 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:46,711 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:46,712 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:46,712 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:46,753 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:46,791 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:46,792 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:46,793 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:46,793 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:46,794 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:46,835 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:46,867 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:46,868 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:46,870 - paramiko.transport - DEBUG - starting thread (client mode): 0x599ab150L 2019-01-09 10:46:46,870 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:46,875 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:46,875 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:46,877 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:46,877 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:46,877 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:46,878 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:46,878 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:46,878 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:46,881 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:46,882 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:46,885 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 10:46:46,886 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:46,921 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:46,929 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:46,950 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:47,011 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:47,011 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:47,050 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:47,050 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:47,053 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:47,082 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:47,083 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:47,083 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:47,084 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:47,084 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:47,125 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:47,155 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:47,157 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:47,157 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:47,158 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:47,158 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:47,198 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:47,225 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:47,227 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:47,229 - paramiko.transport - DEBUG - starting thread (client mode): 0x5998d410L 2019-01-09 10:46:47,229 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:47,234 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:47,235 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:47,236 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:47,237 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:47,237 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:47,237 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:47,237 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:47,237 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:47,242 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:47,242 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:47,244 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 10:46:47,245 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:47,282 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:47,292 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:47,309 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:47,370 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:47,370 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:47,409 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:47,410 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:47,413 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:47,443 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:47,444 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:47,444 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:47,445 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:47,445 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:47,486 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:47,517 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:47,519 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:47,519 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:47,520 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:47,520 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:47,560 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:47,587 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:47,588 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:46:47,588 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:47,589 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:46:47,590 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:46:47,594 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:46:47,649 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:46:47,651 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:46:47,652 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:46:47,652 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:46:47,652 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:46:47,654 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:46:47,706 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:46:47,707 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:46:47,709 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:46:47,709 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:46:47,709 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:46:47,713 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:46:47,765 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:46:47,766 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:46:47,766 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:46:47,767 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:46:47,768 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:46:47,770 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:46:47,855 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:46:47,856 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:46:47,856 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:46:47,857 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:46:47,858 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:46:47,861 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:46:47,939 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:46:47,940 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2019-01-09 10:46:47,940 - __name__ - INFO - Controller (ODL) list is ready 2019-01-09 10:46:47,940 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:46:47,942 - paramiko.transport - DEBUG - starting thread (client mode): 0x59960350L 2019-01-09 10:46:47,943 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:47,968 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:47,968 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:47,973 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:47,973 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:47,974 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:47,974 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:47,974 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:47,974 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:47,981 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:47,982 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:48,006 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.224: e94c8aee9a4f77297a96804608359669 2019-01-09 10:46:48,007 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:48,021 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:48,055 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:48,071 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:48,308 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:48,308 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:48,348 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:48,348 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:48,381 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:52,952 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:52,954 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:52,956 - paramiko.transport - DEBUG - starting thread (client mode): 0x59994550L 2019-01-09 10:46:52,956 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:52,963 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:52,964 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:52,967 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:52,968 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:52,968 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:52,968 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:52,968 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:52,968 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:52,973 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:52,973 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:52,988 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 10:46:52,988 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:53,012 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:53,026 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:53,052 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:53,130 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:53,130 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:53,169 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:53,169 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:53,188 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:53,222 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:53,223 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:53,223 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:53,224 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:53,225 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:53,265 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:53,301 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:53,303 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:53,303 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:53,304 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:53,304 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:53,344 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:53,375 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:53,377 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:53,378 - paramiko.transport - DEBUG - starting thread (client mode): 0x599a16d0L 2019-01-09 10:46:53,379 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:53,384 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:53,384 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:53,387 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:53,388 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:53,388 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:53,388 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:53,388 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:53,388 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:53,393 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:53,393 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:53,394 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 10:46:53,395 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:53,432 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:53,445 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:53,459 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:53,549 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:53,549 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:53,588 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:53,588 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:53,594 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:53,628 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:53,629 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:53,630 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:53,630 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:53,631 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:53,671 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:53,707 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:53,709 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:53,709 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:53,710 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:53,710 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:53,750 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:53,783 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:53,784 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:53,786 - paramiko.transport - DEBUG - starting thread (client mode): 0x599b0650L 2019-01-09 10:46:53,786 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:53,790 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:53,791 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:53,794 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:53,794 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:53,794 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:53,794 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:53,794 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:53,795 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:53,799 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:53,799 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:53,801 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 10:46:53,802 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:53,839 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:53,850 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:53,866 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:53,937 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:53,937 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:53,977 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:53,977 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:53,985 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:54,017 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:54,018 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:54,019 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:54,019 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:54,020 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:54,060 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:54,095 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:54,096 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:54,097 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:54,098 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:54,098 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:54,138 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:54,167 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:54,168 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:54,170 - paramiko.transport - DEBUG - starting thread (client mode): 0x599ba190L 2019-01-09 10:46:54,171 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:54,175 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:54,176 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:54,177 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:54,178 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:54,178 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:54,178 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:54,178 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:54,178 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:54,184 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:54,184 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:54,186 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 10:46:54,187 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:54,223 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:54,233 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:54,251 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:54,317 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:54,317 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:54,356 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:54,357 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:54,361 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:54,390 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:54,391 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:54,391 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:54,392 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:54,392 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:54,433 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:54,464 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:54,465 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:54,466 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:54,467 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:54,467 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:54,507 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:54,534 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:54,535 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:54,537 - paramiko.transport - DEBUG - starting thread (client mode): 0x599bad90L 2019-01-09 10:46:54,538 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:54,542 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:54,542 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:54,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 2019-01-09 10:46:54,544 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:54,544 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:54,544 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:54,545 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:54,545 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:54,549 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:54,549 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:54,553 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 10:46:54,554 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:54,589 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:54,598 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:54,618 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:46:54,670 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:46:54,670 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:46:54,710 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:46:54,710 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:46:54,720 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:46:54,750 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:46:54,750 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:54,751 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:46:54,752 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:54,752 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:54,792 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:54,824 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:54,826 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:46:54,826 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:54,827 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:46:54,827 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:46:54,868 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:46:54,895 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:46:54,896 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:46:54,896 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:46:54,897 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:46:54,898 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:46:54,904 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:46:59,884 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:46:59,885 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:46:59,887 - paramiko.transport - DEBUG - starting thread (client mode): 0x59984cd0L 2019-01-09 10:46:59,888 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:46:59,894 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:46:59,895 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:46:59,898 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:46:59,898 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:46:59,899 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:46:59,899 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:46:59,899 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:46:59,899 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:46:59,904 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:46:59,905 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:46:59,920 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 10:46:59,920 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:46:59,944 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:46:59,957 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:46:59,985 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:47:00,063 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:47:00,063 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:47:00,102 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:47:00,102 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:47:00,120 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:47:00,156 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:47:00,158 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:47:00,158 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:47:00,159 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:47:00,159 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:47:00,202 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:47:00,241 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:47:00,242 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:47:00,243 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:47:00,244 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:47:00,244 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:47:00,284 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:47:00,317 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:47:00,319 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:47:00,321 - paramiko.transport - DEBUG - starting thread (client mode): 0x586d7910L 2019-01-09 10:47:00,321 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:47:00,327 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:47:00,328 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:47:00,330 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:47:00,331 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:47:00,331 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:47:00,331 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:47:00,331 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:47:00,331 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:47:00,336 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:47:00,336 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:47:00,353 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 10:47:00,354 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:47:00,375 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:47:00,387 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:47:00,418 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:47:00,484 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:47:00,485 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:47:00,524 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:47:00,525 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:47:00,531 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:47:00,568 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:47:00,569 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:47:00,569 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:47:00,571 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:47:00,571 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:47:00,612 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:47:00,650 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:47:00,652 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:47:00,652 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:47:00,653 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:47:00,653 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:47:00,694 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:47:00,727 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:47:00,728 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:47:00,730 - paramiko.transport - DEBUG - starting thread (client mode): 0x586e0790L 2019-01-09 10:47:00,730 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:47:00,736 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:47:00,737 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:47:00,739 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:47:00,740 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:47:00,740 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:47:00,740 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:47:00,740 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:47:00,740 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:47:00,744 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:47:00,745 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:47:00,762 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 10:47:00,763 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:47:00,784 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:47:00,795 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:47:00,827 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:47:00,889 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:47:00,889 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:47:00,928 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:47:00,928 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:47:00,932 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:47:00,970 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:47:00,971 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:47:00,972 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:47:00,973 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:47:00,973 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:47:01,013 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:47:01,050 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:47:01,052 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:47:01,053 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:47:01,054 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:47:01,054 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:47:01,094 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:47:01,127 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:47:01,128 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:47:01,131 - paramiko.transport - DEBUG - starting thread (client mode): 0x586e9710L 2019-01-09 10:47:01,131 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:47:01,135 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:47:01,135 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:47:01,137 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:47:01,137 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:47:01,138 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:47:01,138 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:47:01,138 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:47:01,138 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:47:01,143 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:47:01,143 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:47:01,147 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 10:47:01,147 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:47:01,182 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:47:01,192 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:47:01,212 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:47:01,275 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:47:01,275 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:47:01,314 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:47:01,315 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:47:01,318 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:47:01,347 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:47:01,348 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:47:01,349 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:47:01,350 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:47:01,350 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:47:01,390 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:47:01,422 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:47:01,423 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:47:01,424 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:47:01,425 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:47:01,425 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:47:01,465 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:47:01,492 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:47:01,493 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:47:01,495 - paramiko.transport - DEBUG - starting thread (client mode): 0x586f1350L 2019-01-09 10:47:01,495 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:47:01,500 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:47:01,500 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:47:01,502 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:47:01,503 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:47:01,503 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:47:01,503 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:47:01,503 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:47:01,503 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:47:01,507 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:47:01,508 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:47:01,511 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 10:47:01,511 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:47:01,547 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:47:01,557 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:47:01,576 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:47:01,629 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:47:01,629 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:47:01,668 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:47:01,668 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:47:01,679 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:47:01,708 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:47:01,709 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:47:01,710 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:47:01,711 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:47:01,711 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:47:01,751 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:47:01,782 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:47:01,783 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:47:01,784 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:47:01,785 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:47:01,785 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:47:01,825 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:47:01,853 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:47:01,854 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:47:01,854 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:47:01,855 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:47:01,856 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:47:01,858 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:47:01,911 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:47:01,912 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:47:01,913 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:47:01,913 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:47:01,914 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:47:01,955 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:47:01,997 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:47:01,998 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:47:01,999 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:47:02,000 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:47:02,000 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:47:02,003 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:47:02,045 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:47:02,046 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:47:02,047 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:47:02,048 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:47:02,048 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:47:02,089 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:47:02,128 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:47:02,129 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:47:02,130 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:47:02,131 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:47:02,131 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:47:02,135 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:47:02,180 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:47:02,181 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:47:02,182 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:47:02,183 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:47:02,183 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:47:02,224 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:47:02,262 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:47:02,262 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:47:02,264 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:47:02,264 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:47:02,264 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:47:02,268 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:47:02,306 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:47:02,307 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:47:02,307 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:47:02,308 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:47:02,308 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:47:02,349 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:47:02,383 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:47:02,383 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:47:02,384 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:47:02,385 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:47:02,385 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:47:02,388 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:47:02,436 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:47:02,437 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:47:02,438 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:47:02,439 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:47:02,439 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:47:02,479 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:47:02,515 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:47:02,515 - 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 | +========================================================================================+ 2019-01-09 10:47:02,516 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 10:47:02,516 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:47:02,516 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2019-01-09 10:47:02,517 - 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'}]} 2019-01-09 10:47:02,517 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2019-01-09 10:47:02,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2019-01-09 10:47:02,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2019-01-09 10:47:02,597 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2019-01-09 10:47:02,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:47:02,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:47:02,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:47:02,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:47:02,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:47:02,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:47:02,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:47:02,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:47:02,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:47:02,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:47:02,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:47:02,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:47:02,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:47:02,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:47:02,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:47:02,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:47:02,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:47:02,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:47:02,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:47:02,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:47:02,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:47:02,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:47:02,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:47:02,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:47:02,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:47:02,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 10:47:02,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:47:02,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:47:02,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:47:02,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:47:02,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:47:02,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:47:02,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:47:02,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:47:02,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:47:02,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:47:02,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:47:02,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:47:02,609 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 10:47:02,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:47:02,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d04c906-1e8d-4410-9639-8ca4bceb2e62 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:47:02,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0d04c906-1e8d-4410-9639-8ca4bceb2e62 2019-01-09 10:47:02,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:47:03,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["dBdEPUJ1R-u2ocfvFW3ygg"], "issued_at": "2019-01-09T10:47:03.000000Z"}} 2019-01-09 10:47:03,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}363cd7f686d2cf8bb2a7f8f71c38a492ef4d7645" 2019-01-09 10:47:03,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-e16fc359-55f5-48b2-9f5d-e810cedc9adf Date: Wed, 09 Jan 2019 10:47:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 10:47:03,285 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-e16fc359-55f5-48b2-9f5d-e810cedc9adf 2019-01-09 10:47:03,286 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 10:47:03,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}363cd7f686d2cf8bb2a7f8f71c38a492ef4d7645" 2019-01-09 10:47:03,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8f91522f-807d-44ce-a5f2-34bc81710efd Date: Wed, 09 Jan 2019 10:47:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 10:47:03,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-8f91522f-807d-44ce-a5f2-34bc81710efd 2019-01-09 10:47:03,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}363cd7f686d2cf8bb2a7f8f71c38a492ef4d7645" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-09 10:47:03,668 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e X-Openstack-Request-Id: req-03ce853d-3eaf-42d7-b968-acc7881788d4 Date: Wed, 09 Jan 2019 10:47:03 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T10:47:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T10:47:03Z", "visibility": "public", "locations": [], "self": "/v2/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "min_disk": 0, "protected": false, "id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "file": "/v2/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 10:47:03,668 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-03ce853d-3eaf-42d7-b968-acc7881788d4 2019-01-09 10:47:03,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}363cd7f686d2cf8bb2a7f8f71c38a492ef4d7645" -d '' 2019-01-09 10:47:04,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b61ae6c-5fee-4059-a17a-54c17e5f58a7 Date: Wed, 09 Jan 2019 10:47:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 10:47:04,497 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e/file used request id req-6b61ae6c-5fee-4059-a17a-54c17e5f58a7 2019-01-09 10:47:04,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:47:04,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d3903e-3334-423b-8f43-653b81767e1d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:47:04,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-76d3903e-3334-423b-8f43-653b81767e1d 2019-01-09 10:47:04,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:47:04,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:47:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["WlccLBbkT7mt0LC7gzi6ZA"], "issued_at": "2019-01-09T10:47:04.000000Z"}} 2019-01-09 10:47:04,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:05,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-eea3697b-1745-4afd-ac6b-e03a15b121e5 Date: Wed, 09 Jan 2019 10:47:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 10:47:05,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-eea3697b-1745-4afd-ac6b-e03a15b121e5 2019-01-09 10:47:05,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:05,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-912c8bc2-95ff-4662-9d8c-00d533f787a7 Date: Wed, 09 Jan 2019 10:47:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 10:47:05,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-912c8bc2-95ff-4662-9d8c-00d533f787a7 2019-01-09 10:47:05,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:05,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-598a1ec8-0851-4121-9046-d16aba6d4285 Date: Wed, 09 Jan 2019 10:47:05 GMT RESP BODY: {"routers": []} 2019-01-09 10:47:05,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-598a1ec8-0851-4121-9046-d16aba6d4285 2019-01-09 10:47:05,662 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2019-01-09 10:47:05,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2019-01-09 10:47:06,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-647131a5-9abb-4965-b0f5-aa1d5cc3b6af Date: Wed, 09 Jan 2019 10:47:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c5b40b34-8791-4d1a-8eb2-447f1e8c47bd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T10:47:05Z","is_default":false,"provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:05Z","mtu":1450}} 2019-01-09 10:47:06,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-647131a5-9abb-4965-b0f5-aa1d5cc3b6af 2019-01-09 10:47:06,029 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c5b40b34-8791-4d1a-8eb2-447f1e8c47bd' created successfully 2019-01-09 10:47:06,029 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 10:47:06,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"subnets": [{"ip_version": 4, "network_id": "c5b40b34-8791-4d1a-8eb2-447f1e8c47bd", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2019-01-09 10:47:06,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ff4d3099-6dbc-4a8b-a49a-342c5b865d6f Date: Wed, 09 Jan 2019 10:47:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5b40b34-8791-4d1a-8eb2-447f1e8c47bd","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:06Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:47: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":"a3475ec98a734cb2aeb418d350edd17b","id":"126b9e13-4f90-4b10-89f0-2be5520d9b7e","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2019-01-09 10:47:06,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-ff4d3099-6dbc-4a8b-a49a-342c5b865d6f 2019-01-09 10:47:06,604 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '126b9e13-4f90-4b10-89f0-2be5520d9b7e' created successfully 2019-01-09 10:47:06,604 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 10:47:06,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2019-01-09 10:47:07,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-a3c37f5d-a9a1-4dda-a251-e2a8ec1129e5 Date: Wed, 09 Jan 2019 10:47:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:47:06Z", "revision_number": 0, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b08e916f-282a-47d7-9081-89cd0efb3072", "name": "sdnvpn-8-1-router"}} 2019-01-09 10:47:07,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-a3c37f5d-a9a1-4dda-a251-e2a8ec1129e5 2019-01-09 10:47:07,085 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b08e916f-282a-47d7-9081-89cd0efb3072' created successfully 2019-01-09 10:47:07,086 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 10:47:07,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"subnet_id": "126b9e13-4f90-4b10-89f0-2be5520d9b7e"}' 2019-01-09 10:47:08,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8e9cc40f-7cf6-4774-af7a-991249c5cc68 Date: Wed, 09 Jan 2019 10:47:08 GMT RESP BODY: {"network_id": "c5b40b34-8791-4d1a-8eb2-447f1e8c47bd", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "126b9e13-4f90-4b10-89f0-2be5520d9b7e", "subnet_ids": ["126b9e13-4f90-4b10-89f0-2be5520d9b7e"], "port_id": "2c9173f2-1155-4792-b116-7504bb4c2ad5", "id": "b08e916f-282a-47d7-9081-89cd0efb3072"} 2019-01-09 10:47:08,484 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072/add_router_interface used request id req-8e9cc40f-7cf6-4774-af7a-991249c5cc68 2019-01-09 10:47:08,484 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 10:47:08,485 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 10:47:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:08,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-00b9faaf-2ee0-4f5f-be72-3cd8bcc9b55e Date: Wed, 09 Jan 2019 10:47:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c5b40b34-8791-4d1a-8eb2-447f1e8c47bd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["126b9e13-4f90-4b10-89f0-2be5520d9b7e"],"description":"","tags":[],"updated_at":"2019-01-09T10:47:06Z","provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:05Z","provider:network_type":"vxlan"}]} 2019-01-09 10:47:08,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-00b9faaf-2ee0-4f5f-be72-3cd8bcc9b55e 2019-01-09 10:47:08,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}}' 2019-01-09 10:47:10,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-cc8beef3-81ee-4ce9-bbcd-e624012938ee Date: Wed, 09 Jan 2019 10:47:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:47:10Z", "revision_number": 4, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b08e916f-282a-47d7-9081-89cd0efb3072", "name": "sdnvpn-8-1-router"}} 2019-01-09 10:47:10,640 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072 used request id req-cc8beef3-81ee-4ce9-bbcd-e624012938ee 2019-01-09 10:47:10,640 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 10:47:10,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:10,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-b153c75b-9165-4f13-9932-49e557f79b93 Date: Wed, 09 Jan 2019 10:47:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c5b40b34-8791-4d1a-8eb2-447f1e8c47bd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["126b9e13-4f90-4b10-89f0-2be5520d9b7e"],"description":"","tags":[],"updated_at":"2019-01-09T10:47:06Z","provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:05Z","provider:network_type":"vxlan"}]} 2019-01-09 10:47:10,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b153c75b-9165-4f13-9932-49e557f79b93 2019-01-09 10:47:10,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:10,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-0624f93e-32c5-45de-90e3-13116d00eaf7 Date: Wed, 09 Jan 2019 10:47:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5b40b34-8791-4d1a-8eb2-447f1e8c47bd","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:06Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:47:06Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"126b9e13-4f90-4b10-89f0-2be5520d9b7e","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 10:47:10,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-0624f93e-32c5-45de-90e3-13116d00eaf7 2019-01-09 10:47:10,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:11,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-f849893b-dacd-4b9e-af58-1832aa8c0d59 Date: Wed, 09 Jan 2019 10:47:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:47:10Z", "revision_number": 4, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b08e916f-282a-47d7-9081-89cd0efb3072", "name": "sdnvpn-8-1-router"}]} 2019-01-09 10:47:11,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-f849893b-dacd-4b9e-af58-1832aa8c0d59 2019-01-09 10:47:11,041 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2019-01-09 10:47:11,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2019-01-09 10:47:11,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e18dd082-021b-46fc-b3c0-e02a57c307fc Date: Wed, 09 Jan 2019 10:47:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"53bba904-b474-46f9-8525-b8f5854c97a0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T10:47:11Z","is_default":false,"provider:segmentation_id":65,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:11Z","mtu":1450}} 2019-01-09 10:47:11,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-e18dd082-021b-46fc-b3c0-e02a57c307fc 2019-01-09 10:47:11,402 - sdnvpn.lib.openstack_utils - DEBUG - Network '53bba904-b474-46f9-8525-b8f5854c97a0' created successfully 2019-01-09 10:47:11,402 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 10:47:11,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"subnets": [{"ip_version": 4, "network_id": "53bba904-b474-46f9-8525-b8f5854c97a0", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2019-01-09 10:47:11,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-08cf4416-a684-4b11-ba69-da1d61780a0f Date: Wed, 09 Jan 2019 10:47:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53bba904-b474-46f9-8525-b8f5854c97a0","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:11Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:47:11Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"6155b5b3-ed20-4017-949d-1dfe3d63acdc","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2019-01-09 10:47:11,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-08cf4416-a684-4b11-ba69-da1d61780a0f 2019-01-09 10:47:11,773 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '6155b5b3-ed20-4017-949d-1dfe3d63acdc' created successfully 2019-01-09 10:47:11,773 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 10:47:11,774 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b08e916f-282a-47d7-9081-89cd0efb3072' created successfully 2019-01-09 10:47:11,774 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 10:47:11,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"subnet_id": "6155b5b3-ed20-4017-949d-1dfe3d63acdc"}' 2019-01-09 10:47:13,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-33094b31-60f5-45e6-b67a-a94309b6057f Date: Wed, 09 Jan 2019 10:47:13 GMT RESP BODY: {"network_id": "53bba904-b474-46f9-8525-b8f5854c97a0", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "6155b5b3-ed20-4017-949d-1dfe3d63acdc", "subnet_ids": ["6155b5b3-ed20-4017-949d-1dfe3d63acdc"], "port_id": "c73e337e-fc70-4e75-b643-ef6679491dbc", "id": "b08e916f-282a-47d7-9081-89cd0efb3072"} 2019-01-09 10:47:13,277 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072/add_router_interface used request id req-33094b31-60f5-45e6-b67a-a94309b6057f 2019-01-09 10:47:13,278 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 10:47:13,278 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 10:47:13,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:13,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-656b6179-f4cd-4612-b895-05b30517bcff Date: Wed, 09 Jan 2019 10:47:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"53bba904-b474-46f9-8525-b8f5854c97a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["6155b5b3-ed20-4017-949d-1dfe3d63acdc"],"description":"","tags":[],"updated_at":"2019-01-09T10:47:11Z","provider:segmentation_id":65,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c5b40b34-8791-4d1a-8eb2-447f1e8c47bd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["126b9e13-4f90-4b10-89f0-2be5520d9b7e"],"description":"","tags":[],"updated_at":"2019-01-09T10:47:06Z","provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:05Z","provider:network_type":"vxlan"}]} 2019-01-09 10:47:13,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-656b6179-f4cd-4612-b895-05b30517bcff 2019-01-09 10:47:13,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}}' 2019-01-09 10:47:14,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-4fdc0ea8-1891-4e5c-9c06-d7c2ad92f01c Date: Wed, 09 Jan 2019 10:47:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 6, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b08e916f-282a-47d7-9081-89cd0efb3072", "name": "sdnvpn-8-1-router"}} 2019-01-09 10:47:14,246 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072 used request id req-4fdc0ea8-1891-4e5c-9c06-d7c2ad92f01c 2019-01-09 10:47:14,246 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 10:47:14,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:14,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f35c6e3f-f602-44f4-96ea-16cb62e53dc2 Date: Wed, 09 Jan 2019 10:47:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 10:47:14,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-f35c6e3f-f602-44f4-96ea-16cb62e53dc2 2019-01-09 10:47:14,461 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2019-01-09 10:47:14,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2019-01-09 10:47:14,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-b2c9bce0-5d05-4495-949d-60d63104c271 Date: Wed, 09 Jan 2019 10:47:14 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:47:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 2, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}} 2019-01-09 10:47:14,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-b2c9bce0-5d05-4495-949d-60d63104c271 2019-01-09 10:47:14,871 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=4e46aeff-3422-4816-9331-c207cd802207 created successfully. 2019-01-09 10:47:14,871 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2019-01-09 10:47:14,872 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2019-01-09 10:47:14,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:47:15,067 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0a3897de-fed8-479e-8030-4538cef7d82a Date: Wed, 09 Jan 2019 10:47:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "3b809c21-8697-4f63-849b-e46935ce2db7"}} 2019-01-09 10:47:15,067 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-0a3897de-fed8-479e-8030-4538cef7d82a 2019-01-09 10:47:15,067 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2019-01-09 10:47:15,068 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-09 10:47:15,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:47:15,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3e1a97ea-6131-4ab1-b657-22ec6167d3b9 Date: Wed, 09 Jan 2019 10:47:15 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": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1"}} 2019-01-09 10:47:15,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-3e1a97ea-6131-4ab1-b657-22ec6167d3b9 2019-01-09 10:47:15,277 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-09 10:47:15,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:47:15,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-e5d0bbb5-f697-4ee5-b295-9f87da3f93ad Date: Wed, 09 Jan 2019 10:47:15 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": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d"}} 2019-01-09 10:47:15,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-e5d0bbb5-f697-4ee5-b295-9f87da3f93ad 2019-01-09 10:47:15,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:15,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-34512f32-df4c-4ff0-b83c-458f2fff788e Date: Wed, 09 Jan 2019 10:47:15 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": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "00d80e20-b895-45d8-b5be-faa420ef14c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "0946b95c-7a61-43de-ad83-49b1b70fb093"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "279c6d95-1200-4be8-99e7-68f669a0e561"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "3b809c21-8697-4f63-849b-e46935ce2db7"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "414418ce-1306-47f9-8a85-b38b95754538"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "84008795-b799-4070-a3be-0b4c1e9f8a37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "893e5293-bd71-4cfe-8c14-83339b75bc82"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "90922563-47ee-4b1b-937d-1b4fd27768a3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "bd56d7d4-4aae-4edc-b69a-913627d10493"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7"}]} 2019-01-09 10:47:15,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-34512f32-df4c-4ff0-b83c-458f2fff788e 2019-01-09 10:47:15,781 - sdnvpn_test_utils - INFO - This rule exists for security group: 4e46aeff-3422-4816-9331-c207cd802207 2019-01-09 10:47:15,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:47:15,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-3944f8b9-1980-491a-b374-d193002651a4 Date: Wed, 09 Jan 2019 10:47:15 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": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "00d80e20-b895-45d8-b5be-faa420ef14c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "0946b95c-7a61-43de-ad83-49b1b70fb093"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "279c6d95-1200-4be8-99e7-68f669a0e561"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "3b809c21-8697-4f63-849b-e46935ce2db7"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "414418ce-1306-47f9-8a85-b38b95754538"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "84008795-b799-4070-a3be-0b4c1e9f8a37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "893e5293-bd71-4cfe-8c14-83339b75bc82"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "90922563-47ee-4b1b-937d-1b4fd27768a3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "bd56d7d4-4aae-4edc-b69a-913627d10493"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7"}]} 2019-01-09 10:47:15,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-3944f8b9-1980-491a-b374-d193002651a4 2019-01-09 10:47:15,969 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-09 10:47:15,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:47:16,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1fe27bdb-2f24-44fc-a05f-0619692019ec Date: Wed, 09 Jan 2019 10:47:16 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": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 80, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:16Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80"}} 2019-01-09 10:47:16,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-1fe27bdb-2f24-44fc-a05f-0619692019ec 2019-01-09 10:47:16,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:47:16,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7b93204-64ff-4259-908a-ef2faeab0d95 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:47:16,158 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b7b93204-64ff-4259-908a-ef2faeab0d95 2019-01-09 10:47:16,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:47:16,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:47:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["k1Wt2yz5TXGNZoVzjxpA3g"], "issued_at": "2019-01-09T10:47:16.000000Z"}} 2019-01-09 10:47:16,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" 2019-01-09 10:47:16,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-6bc5e195-9d4a-43e7-963c-d69b4eb5f21a x-compute-request-id: req-6bc5e195-9d4a-43e7-963c-d69b4eb5f21a Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 10:47:16,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-6bc5e195-9d4a-43e7-963c-d69b4eb5f21a 2019-01-09 10:47:16,714 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-09 10:47:16,714 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2019-01-09 10:47:16,714 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=19ccf8e2-48f1-4d08-9294-0e82a8b23d3e network=53bba904-b474-46f9-8525-b8f5854c97a0 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 10:47:16,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:47:16,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:47:16,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:47:16,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:47:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:47:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:47:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:47:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:47:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:47:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:47:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:47:16,716 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:47:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:47:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:47:16,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:47:16,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:47:16,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:47:16,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:47:16,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:47:16,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:47:16,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:47:16,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:47:16,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:47:16,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:47:16,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:47:16,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:47:16,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:47:16,721 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:47:16,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:47:16,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:47:16,722 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:47:16,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:47:16,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e574912b-3a1f-4fc0-ad0d-fd6810dfead1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:47:16,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e574912b-3a1f-4fc0-ad0d-fd6810dfead1 2019-01-09 10:47:16,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:47:17,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:47:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["S58FEgApRK2ek0K3ha4MpQ"], "issued_at": "2019-01-09T10:47:17.000000Z"}} 2019-01-09 10:47:17,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" 2019-01-09 10:47:17,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-cda3fef8-92e3-4314-b79a-1a6915bbd57a x-compute-request-id: req-cda3fef8-92e3-4314-b79a-1a6915bbd57a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 10:47:17,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cda3fef8-92e3-4314-b79a-1a6915bbd57a 2019-01-09 10:47:17,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" 2019-01-09 10:47:17,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-d9beadb5-f01b-4563-8f27-4a1b80cd5a9e x-compute-request-id: req-d9beadb5-f01b-4563-8f27-4a1b80cd5a9e Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 10:47:17,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-d9beadb5-f01b-4563-8f27-4a1b80cd5a9e 2019-01-09 10:47:17,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "53bba904-b474-46f9-8525-b8f5854c97a0"}]}}' 2019-01-09 10:47:18,829 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:47: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-158a6517-0373-4b58-9d2c-3bb0cca8a8ff x-compute-request-id: req-158a6517-0373-4b58-9d2c-3bb0cca8a8ff Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bd238983-e287-4f60-8d71-a597e7a8bda8", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "bookmark"}], "adminPass": "u2xHrXiTPU8o"}} 2019-01-09 10:47:18,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-158a6517-0373-4b58-9d2c-3bb0cca8a8ff 2019-01-09 10:47:18,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:47:18,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68025350-1100-4c54-b826-9ca4632d2cb9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:47:18,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-68025350-1100-4c54-b826-9ca4632d2cb9 2019-01-09 10:47:18,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:47:19,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:47:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["4HtfRvCgQRGFIOpgUOslqg"], "issued_at": "2019-01-09T10:47:19.000000Z"}} 2019-01-09 10:47:19,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd10101d1ca2d9ca91dcc1865857eca9902eb28f" 2019-01-09 10:47:19,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-3a166a42-a165-483e-8e4b-b021fe83787d x-compute-request-id: req-3a166a42-a165-483e-8e4b-b021fe83787d Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "bd238983-e287-4f60-8d71-a597e7a8bda8", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:47:19Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2019-01-09T10:47:18Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:47:19,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 used request id req-3a166a42-a165-483e-8e4b-b021fe83787d 2019-01-09 10:47:22,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd10101d1ca2d9ca91dcc1865857eca9902eb28f" 2019-01-09 10:47:23,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-ac98c70d-8b6a-4620-8073-200c7f56f0a5 x-compute-request-id: req-ac98c70d-8b6a-4620-8073-200c7f56f0a5 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:23:78:d4", "version": 4, "addr": "10.10.20.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "bd238983-e287-4f60-8d71-a597e7a8bda8", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:47:20Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-09T10:47:18Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:47:23,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 used request id req-ac98c70d-8b6a-4620-8073-200c7f56f0a5 2019-01-09 10:47:26,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd10101d1ca2d9ca91dcc1865857eca9902eb28f" 2019-01-09 10:47:27,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-2ae2f72d-975d-4461-9f33-ec950918957d x-compute-request-id: req-2ae2f72d-975d-4461-9f33-ec950918957d 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:23:78:d4", "version": 4, "addr": "10.10.20.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2019-01-09T10:47:22.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "bd238983-e287-4f60-8d71-a597e7a8bda8", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T10:47:23Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-09T10:47:18Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:47:27,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 used request id req-2ae2f72d-975d-4461-9f33-ec950918957d 2019-01-09 10:47:27,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" 2019-01-09 10:47:27,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-8b614d76-a09a-4df7-8a53-d3e570b70a6a x-compute-request-id: req-8b614d76-a09a-4df7-8a53-d3e570b70a6a 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:23:78:d4", "version": 4, "addr": "10.10.20.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2019-01-09T10:47:22.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "bd238983-e287-4f60-8d71-a597e7a8bda8", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T10:47:23Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-09T10:47:18Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:47:27,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8 used request id req-8b614d76-a09a-4df7-8a53-d3e570b70a6a 2019-01-09 10:47:27,898 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.9'. 2019-01-09 10:47:27,898 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2019-01-09 10:47:27,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:47:29,224 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:47: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-a7b12f51-27d1-43ce-b619-3448dadc325b x-compute-request-id: req-a7b12f51-27d1-43ce-b619-3448dadc325b Content-Length: 0 Content-Type: application/json 2019-01-09 10:47:29,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-a7b12f51-27d1-43ce-b619-3448dadc325b 2019-01-09 10:47:29,225 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2019-01-09 10:47:29,225 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=19ccf8e2-48f1-4d08-9294-0e82a8b23d3e network=c5b40b34-8791-4d1a-8eb2-447f1e8c47bd secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.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 2019-01-09 10:47:29,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:47:29,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:47:29,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:47:29,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:47:29,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:47:29,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:47:29,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:47:29,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:47:29,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:47:29,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:47:29,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:47:29,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:47:29,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:47:29,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:47:29,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:47:29,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:47:29,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:47:29,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:47:29,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:47:29,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:47:29,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:47:29,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:47:29,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:47:29,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:47:29,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:47:29,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:47:29,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:47:29,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:47:29,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:47:29,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:47:29,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:47:29,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:47:29,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:47:29,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:47:29,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:47:29,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:47:29,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:47:29,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:47:29,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:47:29,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:47:29,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:47:29,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b470213b-b7a7-4113-be33-8841dcdbafe4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:47:29,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b470213b-b7a7-4113-be33-8841dcdbafe4 2019-01-09 10:47:29,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:47:29,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:47:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["xlWx6lZvT8qeDqDDZsT9yg"], "issued_at": "2019-01-09T10:47:29.000000Z"}} 2019-01-09 10:47:29,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb85e3f9e22ec96e690e2473906adeefca8a2dd" 2019-01-09 10:47:29,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-cbc59496-9634-4084-85b7-92f15f778cc9 x-compute-request-id: req-cbc59496-9634-4084-85b7-92f15f778cc9 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 10:47:29,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cbc59496-9634-4084-85b7-92f15f778cc9 2019-01-09 10:47:29,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb85e3f9e22ec96e690e2473906adeefca8a2dd" 2019-01-09 10:47:29,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-e3fe3304-4863-4dc2-aedb-1bdcfed32abf x-compute-request-id: req-e3fe3304-4863-4dc2-aedb-1bdcfed32abf Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 10:47:29,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-e3fe3304-4863-4dc2-aedb-1bdcfed32abf 2019-01-09 10:47:29,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb85e3f9e22ec96e690e2473906adeefca8a2dd" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c5b40b34-8791-4d1a-8eb2-447f1e8c47bd"}], "config_drive": true}}' 2019-01-09 10:47:31,344 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:47: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-180503f7-78f0-49ce-8d6b-5152e84734b4 x-compute-request-id: req-180503f7-78f0-49ce-8d6b-5152e84734b4 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d5621e4-3170-47a5-b34f-486207def47f", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "bookmark"}], "adminPass": "jMqQ6K64M9Ph"}} 2019-01-09 10:47:31,344 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-180503f7-78f0-49ce-8d6b-5152e84734b4 2019-01-09 10:47:31,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:47:31,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b88ed9fb-ca29-4534-b9fc-a577bdad92e9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:47:31,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b88ed9fb-ca29-4534-b9fc-a577bdad92e9 2019-01-09 10:47:31,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:47:31,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:47:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["pJA4ZKpqTEOlsq5HFuOgDQ"], "issued_at": "2019-01-09T10:47:31.000000Z"}} 2019-01-09 10:47:31,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f10320e91e0d473ad0ceec66c1f2b4c5645e038" 2019-01-09 10:47:32,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-4a6216e1-ee5a-41de-862e-ffc5013ce71a x-compute-request-id: req-4a6216e1-ee5a-41de-862e-ffc5013ce71a 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.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8d5621e4-3170-47a5-b34f-486207def47f", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:47: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-8-1", "created": "2019-01-09T10:47:31Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:47:32,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f used request id req-4a6216e1-ee5a-41de-862e-ffc5013ce71a 2019-01-09 10:47:35,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f10320e91e0d473ad0ceec66c1f2b4c5645e038" 2019-01-09 10:47:35,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-87c2030e-8d1c-4eb7-9697-7f0d63aaabc3 x-compute-request-id: req-87c2030e-8d1c-4eb7-9697-7f0d63aaabc3 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.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8d5621e4-3170-47a5-b34f-486207def47f", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:47:32Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2019-01-09T10:47:31Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:47:35,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f used request id req-87c2030e-8d1c-4eb7-9697-7f0d63aaabc3 2019-01-09 10:47:38,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f10320e91e0d473ad0ceec66c1f2b4c5645e038" 2019-01-09 10:47:39,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-85ad8678-fa5c-472a-b0bf-51751cef1e0c x-compute-request-id: req-85ad8678-fa5c-472a-b0bf-51751cef1e0c 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:39:61:ef", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2019-01-09T10:47:36.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8d5621e4-3170-47a5-b34f-486207def47f", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:47:37Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2019-01-09T10:47:31Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:47:39,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f used request id req-85ad8678-fa5c-472a-b0bf-51751cef1e0c 2019-01-09 10:47:39,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb85e3f9e22ec96e690e2473906adeefca8a2dd" 2019-01-09 10:47:40,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-f904e643-1e57-4bfa-b6f2-17a6a19daca7 x-compute-request-id: req-f904e643-1e57-4bfa-b6f2-17a6a19daca7 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:39:61:ef", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2019-01-09T10:47:36.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8d5621e4-3170-47a5-b34f-486207def47f", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:47:37Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2019-01-09T10:47:31Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:47:40,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f used request id req-f904e643-1e57-4bfa-b6f2-17a6a19daca7 2019-01-09 10:47:40,506 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.7'. 2019-01-09 10:47:40,506 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2019-01-09 10:47:40,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:47:42,327 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:47: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-3ebc439a-9d11-4ea3-a906-c66c483de012 x-compute-request-id: req-3ebc439a-9d11-4ea3-a906-c66c483de012 Content-Length: 0 Content-Type: application/json 2019-01-09 10:47:42,327 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action used request id req-3ebc439a-9d11-4ea3-a906-c66c483de012 2019-01-09 10:47:42,327 - sdnvpn_test_utils - INFO - Waiting for instance bd238983-e287-4f60-8d71-a597e7a8bda8 to boot up 2019-01-09 10:47:42,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:47:43,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-77c66cc4-0292-4e65-8f56-825d578ee991 x-compute-request-id: req-77c66cc4-0292-4e65-8f56-825d578ee991 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:47:43,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-77c66cc4-0292-4e65-8f56-825d578ee991 2019-01-09 10:47:45,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:47:46,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-fa20e76b-2ffb-4078-b19c-ed7149c174f1 x-compute-request-id: req-fa20e76b-2ffb-4078-b19c-ed7149c174f1 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:47:46,501 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-fa20e76b-2ffb-4078-b19c-ed7149c174f1 2019-01-09 10:47:48,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:47:49,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-d84d2b6b-e3dc-4555-929b-cf5bfd094fa3 x-compute-request-id: req-d84d2b6b-e3dc-4555-929b-cf5bfd094fa3 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:47:49,594 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-d84d2b6b-e3dc-4555-929b-cf5bfd094fa3 2019-01-09 10:47:51,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:47:52,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e8e28d5-9fc7-45ee-a5ac-cd2507228ae6 x-compute-request-id: req-5e8e28d5-9fc7-45ee-a5ac-cd2507228ae6 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:47:52,689 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-5e8e28d5-9fc7-45ee-a5ac-cd2507228ae6 2019-01-09 10:47:54,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:47:55,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-f03c0a65-6943-4082-8e03-74b40d36afef x-compute-request-id: req-f03c0a65-6943-4082-8e03-74b40d36afef Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:47:55,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-f03c0a65-6943-4082-8e03-74b40d36afef 2019-01-09 10:47:57,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:47:58,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:47: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-fdbee3c1-f520-4f7c-8e7f-da95d0065196 x-compute-request-id: req-fdbee3c1-f520-4f7c-8e7f-da95d0065196 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:47:58,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-fdbee3c1-f520-4f7c-8e7f-da95d0065196 2019-01-09 10:48:00,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:01,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9e8ae67-bcf6-48b5-8deb-6a92aab6e926 x-compute-request-id: req-c9e8ae67-bcf6-48b5-8deb-6a92aab6e926 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:48:01,990 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-c9e8ae67-bcf6-48b5-8deb-6a92aab6e926 2019-01-09 10:48:04,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:05,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48: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-5853863d-b941-4d3a-a2ce-99082518d019 x-compute-request-id: req-5853863d-b941-4d3a-a2ce-99082518d019 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:48:05,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-5853863d-b941-4d3a-a2ce-99082518d019 2019-01-09 10:48:07,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:08,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48: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-423326ae-c452-4f6a-8889-465e43c68218 x-compute-request-id: req-423326ae-c452-4f6a-8889-465e43c68218 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:48:08,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-423326ae-c452-4f6a-8889-465e43c68218 2019-01-09 10:48:10,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:11,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48: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-c2edaab4-d11a-496e-910d-d85b505123d5 x-compute-request-id: req-c2edaab4-d11a-496e-910d-d85b505123d5 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:48:11,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-c2edaab4-d11a-496e-910d-d85b505123d5 2019-01-09 10:48:13,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:14,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-bb4752c5-1403-46f1-ab8a-15dc76f178ab x-compute-request-id: req-bb4752c5-1403-46f1-ab8a-15dc76f178ab Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:48:14,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-bb4752c5-1403-46f1-ab8a-15dc76f178ab 2019-01-09 10:48:16,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:17,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-86f05423-cedf-40da-a4d9-222d5f01c04c x-compute-request-id: req-86f05423-cedf-40da-a4d9-222d5f01c04c Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:48:17,438 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-86f05423-cedf-40da-a4d9-222d5f01c04c 2019-01-09 10:48:19,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:20,528 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48: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-d055763a-6a2f-4b81-aca1-a51a0096fc12 x-compute-request-id: req-d055763a-6a2f-4b81-aca1-a51a0096fc12 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:48:20,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-d055763a-6a2f-4b81-aca1-a51a0096fc12 2019-01-09 10:48:22,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:23,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48: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-94c6a088-b5f1-437a-8a4a-e7d9d494ece7 x-compute-request-id: req-94c6a088-b5f1-437a-8a4a-e7d9d494ece7 Content-Encoding: gzip Content-Length: 7683 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 10:48:23,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-94c6a088-b5f1-437a-8a4a-e7d9d494ece7 2019-01-09 10:48:25,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:26,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-505f7b34-f3e8-4f51-8079-5cc26b14c0d1 x-compute-request-id: req-505f7b34-f3e8-4f51-8079-5cc26b14c0d1 Content-Encoding: gzip Content-Length: 7817 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.20.9...\nLease of 10.10.20.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\n"} 2019-01-09 10:48:26,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-505f7b34-f3e8-4f51-8079-5cc26b14c0d1 2019-01-09 10:48:28,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85c25addca5078904a493a451319d761e6cb7eb3" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:29,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48: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-f9b7af8a-8c02-4719-b7cf-e29e85a85bf5 x-compute-request-id: req-f9b7af8a-8c02-4719-b7cf-e29e85a85bf5 Content-Encoding: gzip Content-Length: 9514 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 509367030 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130806] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132414] pid_max: default: 32768 minimum: 301\n[ 0.133296] ACPI: Core revision 20150930\n[ 0.134659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135939] Security Framework initialized\n[ 0.136731] Yama: becoming mindful.\n[ 0.137443] AppArmor: AppArmor initialized\n[ 0.138294] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139597] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142035] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143392] Initializing cgroup subsys io\n[ 0.144190] Initializing cgroup subsys memory\n[ 0.145027] Initializing cgroup subsys devices\n[ 0.145876] Initializing cgroup subsys freezer\n[ 0.146739] Initializing cgroup subsys net_cls\n[ 0.147585] Initializing cgroup subsys perf_event\n[ 0.148469] Initializing cgroup subsys net_prio\n[ 0.149333] Initializing cgroup subsys hugetlb\n[ 0.150195] Initializing cgroup subsys pids\n[ 0.151047] CPU: Physical Processor ID: 0\n[ 0.152516] mce: CPU supports 10 MCE banks\n[ 0.153354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164986] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171354] ftrace: allocating 31920 entries in 125 pages\n[ 0.197788] smpboot: Max logical packages: 1\n[ 0.198746] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200080] x2apic enabled\n[ 0.200883] Switched APIC routing to physical x2apic.\n[ 0.202626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203730] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205711] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207466] KVM setup paravirtual spinlock\n[ 0.208753] x86: Booted up 1 node, 1 CPUs\n[ 0.209540] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210903] devtmpfs: initialized\n[ 0.212602] evm: security.selinux\n[ 0.213291] evm: security.SMACK64\n[ 0.213971] evm: security.SMACK64EXEC\n[ 0.214695] evm: security.SMACK64TRANSMUTE\n[ 0.215480] evm: security.SMACK64MMAP\n[ 0.216201] evm: security.ima\n[ 0.216830] evm: security.capability\n[ 0.217615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219425] pinctrl core: initialized pinctrl subsystem\n[ 0.220499] RTC time: 10:47:22, date: 01/09/19\n[ 0.221442] NET: Registered protocol family 16\n[ 0.222397] cpuidle: using governor ladder\n[ 0.223198] cpuidle: using governor menu\n[ 0.223964] PCCT header not found.\n[ 0.224693] ACPI: bus type PCI registered\n[ 0.225478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226687] PCI: Using configuration type 1 for base access\n[ 0.228414] ACPI: Added _OSI(Module Device)\n[ 0.229236] ACPI: Added _OSI(Processor Device)\n[ 0.230082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233043] ACPI: Interpreter enabled\n[ 0.233791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241003] ACPI: (supports S0 S5)\n[ 0.241690] ACPI: Using IOAPIC for interrupt routing\n[ 0.242723] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246886] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249254] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251427] acpiphp: Slot [3] registered\n[ 0.252214] acpiphp: Slot [4] registered\n[ 0.252996] acpiphp: Slot [5] registered\n[ 0.253777] acpiphp: Slot [6] registered\n[ 0.254552] acpiphp: Slot [7] registered\n[ 0.255340] acpiphp: Slot [8] registered\n[ 0.256127] acpiphp: Slot [9] registered\n[ 0.256905] acpiphp: Slot [10] registered\n[ 0.257692] acpiphp: Slot [11] registered\n[ 0.258490] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260087] acpiphp: Slot [14] registered\n[ 0.260881] acpiphp: Slot [15] registered\n[ 0.271582] acpiphp: Slot [16] registered\n[ 0.272403] acpiphp: Slot [17] registered\n[ 0.273198] acpiphp: Slot [18] registered\n[ 0.273991] acpiphp: Slot [19] registered\n[ 0.274781] acpiphp: Slot [20] registered\n[ 0.275577] acpiphp: Slot [21] registered\n[ 0.276377] acpiphp: Slot [22] registered\n[ 0.277170] acpiphp: Slot [23] registered\n[ 0.277963] acpiphp: Slot [24] registered\n[ 0.278753] acpiphp: Slot [25] registered\n[ 0.279546] acpiphp: Slot [26] registered\n[ 0.280342] acpiphp: Slot [27] registered\n[ 0.281141] acpiphp: Slot [28] registered\n[ 0.281934] acpiphp: Slot [29] registered\n[ 0.282721] acpiphp: Slot [30] registered\n[ 0.283513] acpiphp: Slot [31] registered\n[ 0.284313] PCI host bridge to bus 0000:00\n[ 0.285110] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286287] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287465] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288880] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290293] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297684] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298836] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300066] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308053] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352450] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358466] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359839] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361068] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362198] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363247] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364789] vgaarb: loaded\n[ 0.365385] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366507] SCSI subsystem initialized\n[ 0.367324] ACPI: bus type USB registered\n[ 0.368141] usbcore: registered new interface driver usbfs\n[ 0.369176] usbcore: registered new interface driver hub\n[ 0.370176] usbcore: registered new device driver usb\n[ 0.371222] PCI: Using ACPI for IRQ routing\n[ 0.372240] NetLabel: Initializing\n[ 0.372951] NetLabel: domain hash size = 128\n[ 0.373800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374741] NetLabel: unlabeled traffic allowed by default\n[ 0.375844] clocksource: Switched to clocksource kvm-clock\n[ 0.381290] AppArmor: AppArmor Filesystem Enabled\n[ 0.382259] pnp: PnP ACPI init\n[ 0.383168] pnp: PnP ACPI: found 5 devices\n[ 0.389540] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391232] NET: Registered protocol family 2\n[ 0.392181] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393441] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394596] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395742] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397973] NET: Registered protocol family 1\n[ 0.398832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399919] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400980] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429137] Trying to unpack rootfs image as initramfs...\n[ 0.478351] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492247] Scanning for low memory corruption every 60 seconds\n[ 0.493551] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494694] audit: initializing netlink subsys (disabled)\n[ 0.495706] audit: type=2000 audit(1547030843.498:1): initialized\n[ 0.497012] Initialise system trusted keyring\n[ 0.497925] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499074] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501036] zbud: loaded\n[ 0.501730] VFS: Disk quotas dquot_6.6.0\n[ 0.502555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504065] fuse init (API version 7.23)\n[ 0.504935] Key type big_key registered\n[ 0.505724] Allocating IMA MOK and blacklist keyrings.\n[ 0.507191] Key type asymmetric registered\n[ 0.508013] Asymmetric key parser 'x509' registered\n[ 0.508980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510427] io scheduler noop registered\n[ 0.511216] io scheduler deadline registered (default)\n[ 0.512201] io scheduler cfq registered\n[ 0.513033] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514074] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515327] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516798] ACPI: Power Button [PWRF]\n[ 0.517625] GHES: HEST is not enabled!\n[ 0.531295] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563897] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590030] Linux agpgart interface v0.103\n[ 0.592086] brd: module loaded\n[ 0.593247] loop: module loaded\n[ 0.598476] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599907] GPT:90111 != 2097151\n[ 0.600571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601645] GPT:90111 != 2097151\n[ 0.602309] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603252] vda: vda1 vda15\n[ 0.604637] scsi host0: ata_piix\n[ 0.605367] scsi host1: ata_piix\n[ 0.606063] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607241] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608657] libphy: Fixed MDIO Bus: probed\n[ 0.609470] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610395] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612547] PPP generic driver version 2.4.2\n[ 0.613421] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614675] ehci-pci: EHCI PCI platform driver\n[ 0.615531] ehci-platform: EHCI generic platform driver\n[ 0.616510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617616] ohci-pci: OHCI PCI platform driver\n[ 0.618468] ohci-platform: OHCI generic platform driver\n[ 0.619433] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636147] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638261] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639457] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640854] usb usb1: Product: UHCI Host Controller\n[ 0.641774] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642885] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643880] hub 1-0:1.0: USB hub found\n[ 0.644648] hub 1-0:1.0: 2 ports detected\n[ 0.645533] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647612] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648560] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649577] mousedev: PS/2 mouse device common for all mice\n[ 0.650811] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652618] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653687] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654862] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656042] i2c /dev entries driver\n[ 0.656796] device-mapper: uevent: version 1.0.3\n[ 0.657712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659310] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660570] NET: Registered protocol family 10\n[ 0.661534] NET: Registered protocol family 17\n[ 0.662412] Key type dns_resolver registered\n[ 0.663332] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664421] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666142] registered taskstats version 1\n[ 0.666967] Loading compiled-in X.509 certificates\n[ 0.668401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670239] zswap: loaded using pool lzo/zbud\n[ 0.671588] Key type trusted registered\n[ 0.673142] Key type encrypted registered\n[ 0.673970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674979] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676007] evm: HMAC attrs: 0x1\n[ 0.676945] Magic number: 3:938:779\n[ 0.677778] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:23 UTC (1547030843)\n[ 0.679711] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680818] EDD information not available.\n[ 0.764918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766440] Write protecting the kernel read-only data: 14336k\n[ 0.778380] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.97\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.169526] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.20.9...\nLease of 10.10.20.9 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 62.00. iid=i-0000012e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLOtfcPDC6gG19B9sckpaZIcYgItjZVmBY+OtCkndILTdcOVIfx+lRNgex/kxz2RQWo/l1vQmJIP3Z1TLyBkPJPHN4j1KrPvyXdPzVphBK+Kkm0rwcHyM8hbL8pafn/QicuqFTgsZhNcDiCKWPrCg/95KBxVfehi9tYPIn3aEseFWupkb3kAzLp2eX/zDQ8smeWsxVZcyQgYvMkUGXuzqPYmZjUXRHvOew1E4yWAQIdyhHznZ+uuFIla0Wb0Gk8iOqATfUlJSBQGGQoysCuVngiMhnvaDuQzANwe+QmU9HAV0vovtmOPH5Np3HGKsIHqq/Ycnqu9I0oeWl4AultlTl root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPRmXGdzkcHTm5YLohQj/OTqyJoHydrF+cpd/981ue9vY/zirOVKKbatzlRr2KQQQhtalvcbHtjUOv5RsRpjZMO8YdbfwGpWXku6vz9L9cCfSUiVcYVNzzKbf3cExnHeBEpKSNhGUqZdTQuXVAU9RRSbWkjMGyjfOiJQnP3/zNdjAAAAFQDcm5NwlBAQbnRyMzG3+Nzm5boC5wAAAIAoVBmEdCh9gkqAAMOcjUfGSdgbKvuRiWSr9idif4VCqhpSGrhCzPxIHZJ3rI26/If7qVbNuKK0aeju7PAzyiX0eXb5/uCMjqERuF8TMx1C+eCgtRRnYIyZMt96+QpTccwhE0pPPyf21dD3K7T91IvllNzgw5V8a6jVKP9936ydfgAAAIAQy3GsxBM9LEkwY2e7/qnVrzm9Szl+Ep8fcNbzHVzHzRDVgIHcLlaKIjTgF3K6ZZ7rA5cI6yk1rmIdhaKzRyRQuZvoGqzDL+cC7ADWJwfP76r8prle4UXJnVuCs+HblyDnJC4dSjISySPsiH67Dyj9eFTmNF9q6JS3xfR3uifL3g== 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.9,24,fe80::f816:3eff:fe23:78d4/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.9 \nip-route:169.254.169.254 via 10.10.20.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-0000012e\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=64.05 ===\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: "} 2019-01-09 10:48:29,868 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-f9b7af8a-8c02-4719-b7cf-e29e85a85bf5 2019-01-09 10:48:31,896 - sdnvpn_test_utils - INFO - Waiting for instance 8d5621e4-3170-47a5-b34f-486207def47f to boot up 2019-01-09 10:48:31,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb85e3f9e22ec96e690e2473906adeefca8a2dd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:48:32,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:48: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-0d44a5e0-92ff-4201-bc5c-cbee817d5570 x-compute-request-id: req-0d44a5e0-92ff-4201-bc5c-cbee817d5570 Content-Encoding: gzip Content-Length: 8105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511758429 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.153384] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.155421] pid_max: default: 32768 minimum: 301\n[ 0.156533] ACPI: Core revision 20150930\n[ 0.158111] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159698] Security Framework initialized\n[ 0.160709] Yama: becoming mindful.\n[ 0.161604] AppArmor: AppArmor initialized\n[ 0.162618] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165780] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168948] Initializing cgroup subsys io\n[ 0.169918] Initializing cgroup subsys memory\n[ 0.170948] Initializing cgroup subsys devices\n[ 0.171986] Initializing cgroup subsys freezer\n[ 0.173025] Initializing cgroup subsys net_cls\n[ 0.174068] Initializing cgroup subsys perf_event\n[ 0.175186] Initializing cgroup subsys net_prio\n[ 0.176278] Initializing cgroup subsys hugetlb\n[ 0.177330] Initializing cgroup subsys pids\n[ 0.178399] CPU: Physical Processor ID: 0\n[ 0.180068] mce: CPU supports 10 MCE banks\n[ 0.181104] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193171] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199884] ftrace: allocating 31920 entries in 125 pages\n[ 0.226002] smpboot: Max logical packages: 1\n[ 0.227011] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228657] x2apic enabled\n[ 0.229589] Switched APIC routing to physical x2apic.\n[ 0.231540] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235236] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237354] KVM setup paravirtual spinlock\n[ 0.238825] x86: Booted up 1 node, 1 CPUs\n[ 0.239793] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241424] devtmpfs: initialized\n[ 0.243233] evm: security.selinux\n[ 0.244056] evm: security.SMACK64\n[ 0.244908] evm: security.SMACK64EXEC\n[ 0.245804] evm: security.SMACK64TRANSMUTE\n[ 0.246758] evm: security.SMACK64MMAP\n[ 0.247627] evm: security.ima\n[ 0.248401] evm: security.capability\n[ 0.249362] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251580] pinctrl core: initialized pinctrl subsystem\n[ 0.252871] RTC time: 10:47:36, date: 01/09/19\n[ 0.253983] NET: Registered protocol family 16\n[ 0.255111] cpuidle: using governor ladder\n[ 0.256096] cpuidle: using governor menu\n[ 0.257024] PCCT header not found.\n[ 0.257893] ACPI: bus type PCI registered\n[ 0.258882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260382] PCI: Using configuration type 1 for base access\n[ 0.262323] ACPI: Added _OSI(Module Device)\n[ 0.263319] ACPI: Added _OSI(Processor Device)\n[ 0.264350] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265424] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267706] ACPI: Interpreter enabled\n[ 0.268647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275193] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277397] ACPI: (supports S0 S5)\n[ 0.278231] ACPI: Using IOAPIC for interrupt routing\n[ 0.279410] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284170] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287097] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289377] acpiphp: Slot [3] registered\n[ 0.290176] acpiphp: Slot [4] registered\n[ 0.290975] acpiphp: Slot [5] registered\n[ 0.291760] acpiphp: Slot [6] registered\n[ 0.292545] acpiphp: Slot [7] registered\n[ 0.293333] acpiphp: Slot [8] registered\n[ 0.294122] acpiphp: Slot [9] registered\n[ 0.294917] acpiphp: Slot [10] registered\n[ 0.295717] acpiphp: Slot [11] registered\n[ 0.296522] acpiphp: Slot [12] registered\n[ 0.297322] acpiphp: Slot [13] registered\n[ 0.298124] acpiphp: Slot [14] registered\n[ 0.298931] acpiphp: Slot [15] registered\n[ 0.309901] acpiphp: Slot [16] registered\n[ 0.310704] acpiphp: Slot [17] registered\n[ 0.311511] acpiphp: Slot [18] registered\n[ 0.312312] acpiphp: Slot [19] registered\n[ 0.313114] acpiphp: Slot [20] registered\n[ 0.313924] acpiphp: Slot [21] registered\n[ 0.314726] acpiphp: Slot [22] registered\n[ 0.315537] acpiphp: Slot [23] registered\n[ 0.316342] acpiphp: Slot [24] registered\n[ 0.317146] acpiphp: Slot [25] registered\n[ 0.317953] acpiphp: Slot [26] registered\n[ 0.318752] acpiphp: Slot [27] registered\n[ 0.319561] acpiphp: Slot [28] registered\n[ 0.320368] acpiphp: Slot [29] registered\n[ 0.321169] acpiphp: Slot [30] registered\n[ 0.321977] acpiphp: Slot [31] registered\n[ 0.322781] PCI host bridge to bus 0000:00\n[ 0.323582] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325989] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335064] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336334] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337493] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.345020] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.391529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.393000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.394430] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.395847] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.397256] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.398514] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.399662] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.400884] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.402431] vgaarb: loaded\n[ 0.403036] vgaarb: bridge control possible 0000:00:02.0\n[ 0.404171] SCSI subsystem initialized\n[ 0.404991] ACPI: bus type USB registered\n[ 0.405811] usbcore: registered new interface driver usbfs\n[ 0.406847] usbcore: registered new interface driver hub\n[ 0.407858] usbcore: registered new device driver usb\n[ 0.408912] PCI: Using ACPI for IRQ routing\n[ 0.409934] NetLabel: Initializing\n[ 0.410656] NetLabel: domain hash size = 128\n[ 0.411515] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.412474] NetLabel: unlabeled traffic allowed by default\n[ 0.413569] clocksource: Switched to clocksource kvm-clock\n[ 0.418987] AppArmor: AppArmor Filesystem Enabled\n[ 0.419960] pnp: PnP ACPI init\n[ 0.420870] pnp: PnP ACPI: found 5 devices\n[ 0.427235] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428942] NET: Registered protocol family 2\n[ 0.429902] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433502] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434580] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435749] NET: Registered protocol family 1\n[ 0.436616] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437716] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.467027] Trying to unpack rootfs image as initramfs...\n[ 0.516890] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530760] Scanning for low memory corruption every 60 seconds\n[ 0.532313] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533463] audit: initializing netlink subsys (disabled)\n[ 0.534501] audit: type=2000 audit(1547030857.036:1): initialized\n[ 0.535825] Initialise system trusted keyring\n[ 0.536761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537937] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540015] zbud: loaded\n[ 0.540727] VFS: Disk quotas dquot_6.6.0\n[ 0.541550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543090] fuse init (API version 7.23)\n[ 0.543981] Key type big_key registered\n[ 0.544863] Allocating IMA MOK and blacklist keyrings.\n[ 0.545985] Key type asymmetric registered\n[ 0.546807] Asymmetric key parser 'x509' registered\n[ 0.547752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549582] io scheduler noop registered\n[ 0.550382] io scheduler deadline registered (default)\n[ 0.551362] io scheduler cfq registered\n[ 0.552192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553231] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555941] ACPI: Power Button [PWRF]\n[ 0.556769] GHES: HEST is not enabled!\n[ 0.570457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605350] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608354] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632259] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634440] Linux agpgart interface v0.103\n[ 0.637095] brd: module loaded\n[ 0.638366] loop: module loaded\n[ 0.642789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644855] GPT:90111 != 2097151\n[ 0.645816] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647608] GPT:90111 != 2097151\n[ 0.648739] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650447] vda: vda1 vda15\n[ 0.653101] scsi host0: ata_piix\n[ 0.654431] scsi host1: ata_piix\n[ 0.655701] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657947] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660440] libphy: Fixed MDIO Bus: probed\n[ 0.661276] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662286] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664453] PPP generic driver version 2.4.2\n[ 0.665355] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666559] ehci-pci: EHCI PCI platform driver\n[ 0.667439] ehci-platform: EHCI generic platform driver\n[ 0.668433] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669559] ohci-pci: OHCI PCI platform driver\n[ 0.670441] ohci-platform: OHCI generic platform driver\n[ 0.671446] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.685883] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688353] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690518] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691759] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693194] usb usb1: Product: UHCI Host Controller\n[ 0.694141] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695297] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696314] hub 1-0:1.0: USB hub found\n[ 0.697101] hub 1-0:1.0: 2 ports detected\n[ 0.698033] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700179] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.701146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.702203] mousedev: PS/2 mouse device common for all mice\n[ 0.703480] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705349] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706476] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707702] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708910] i2c /dev entries driver\n[ 0.709700] device-mapper: uevent: version 1.0.3\n[ 0.710660] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713642] NET: Registered protocol family 10\n[ 0.714665] NET: Registered protocol family 17\n[ 0.715566] Key type dns_resolver registered\n[ 0.716521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717644] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719429] registered taskstats version 1\n[ 0.720283] Loading compiled-in X.509 certificates\n[ 0.721756] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723636] zswap: loaded using pool lzo/zbud\n[ 0.725046] Key type trusted registered\n[ 0.726617] Key type encrypted registered\n[ 0.727465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728503] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729565] evm: HMAC attrs: 0x1\n[ 0.730531] Magic number: 3:938:779\n[ 0.731396] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:37 UTC (1547030857)\n[ 0.733015] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734158] EDD information not available.\n[ 0.814202] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815643] ata1.00: configured for MWDMA2\n[ 0.816850] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829445] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831910] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.833820] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835325] Write protecting the kernel read-only data: 14336k\n[ 0.836915] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838700] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.213396] 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 2.70s]\nping 10.10.20.9 KO\nping 10.10.20.9 KO\nping 10.10.20.9 OK\n"} 2019-01-09 10:48:32,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action used request id req-0d44a5e0-92ff-4201-bc5c-cbee817d5570 2019-01-09 10:48:34,982 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 10:49:04,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb85e3f9e22ec96e690e2473906adeefca8a2dd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:49:06,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:49:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94884d15-b362-47a7-a190-d422ee601705 x-compute-request-id: req-94884d15-b362-47a7-a190-d422ee601705 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 511758429 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.153384] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.155421] pid_max: default: 32768 minimum: 301\n[ 0.156533] ACPI: Core revision 20150930\n[ 0.158111] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159698] Security Framework initialized\n[ 0.160709] Yama: becoming mindful.\n[ 0.161604] AppArmor: AppArmor initialized\n[ 0.162618] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165780] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168948] Initializing cgroup subsys io\n[ 0.169918] Initializing cgroup subsys memory\n[ 0.170948] Initializing cgroup subsys devices\n[ 0.171986] Initializing cgroup subsys freezer\n[ 0.173025] Initializing cgroup subsys net_cls\n[ 0.174068] Initializing cgroup subsys perf_event\n[ 0.175186] Initializing cgroup subsys net_prio\n[ 0.176278] Initializing cgroup subsys hugetlb\n[ 0.177330] Initializing cgroup subsys pids\n[ 0.178399] CPU: Physical Processor ID: 0\n[ 0.180068] mce: CPU supports 10 MCE banks\n[ 0.181104] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193171] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199884] ftrace: allocating 31920 entries in 125 pages\n[ 0.226002] smpboot: Max logical packages: 1\n[ 0.227011] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228657] x2apic enabled\n[ 0.229589] Switched APIC routing to physical x2apic.\n[ 0.231540] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235236] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237354] KVM setup paravirtual spinlock\n[ 0.238825] x86: Booted up 1 node, 1 CPUs\n[ 0.239793] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241424] devtmpfs: initialized\n[ 0.243233] evm: security.selinux\n[ 0.244056] evm: security.SMACK64\n[ 0.244908] evm: security.SMACK64EXEC\n[ 0.245804] evm: security.SMACK64TRANSMUTE\n[ 0.246758] evm: security.SMACK64MMAP\n[ 0.247627] evm: security.ima\n[ 0.248401] evm: security.capability\n[ 0.249362] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251580] pinctrl core: initialized pinctrl subsystem\n[ 0.252871] RTC time: 10:47:36, date: 01/09/19\n[ 0.253983] NET: Registered protocol family 16\n[ 0.255111] cpuidle: using governor ladder\n[ 0.256096] cpuidle: using governor menu\n[ 0.257024] PCCT header not found.\n[ 0.257893] ACPI: bus type PCI registered\n[ 0.258882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260382] PCI: Using configuration type 1 for base access\n[ 0.262323] ACPI: Added _OSI(Module Device)\n[ 0.263319] ACPI: Added _OSI(Processor Device)\n[ 0.264350] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265424] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267706] ACPI: Interpreter enabled\n[ 0.268647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275193] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277397] ACPI: (supports S0 S5)\n[ 0.278231] ACPI: Using IOAPIC for interrupt routing\n[ 0.279410] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284170] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287097] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289377] acpiphp: Slot [3] registered\n[ 0.290176] acpiphp: Slot [4] registered\n[ 0.290975] acpiphp: Slot [5] registered\n[ 0.291760] acpiphp: Slot [6] registered\n[ 0.292545] acpiphp: Slot [7] registered\n[ 0.293333] acpiphp: Slot [8] registered\n[ 0.294122] acpiphp: Slot [9] registered\n[ 0.294917] acpiphp: Slot [10] registered\n[ 0.295717] acpiphp: Slot [11] registered\n[ 0.296522] acpiphp: Slot [12] registered\n[ 0.297322] acpiphp: Slot [13] registered\n[ 0.298124] acpiphp: Slot [14] registered\n[ 0.298931] acpiphp: Slot [15] registered\n[ 0.309901] acpiphp: Slot [16] registered\n[ 0.310704] acpiphp: Slot [17] registered\n[ 0.311511] acpiphp: Slot [18] registered\n[ 0.312312] acpiphp: Slot [19] registered\n[ 0.313114] acpiphp: Slot [20] registered\n[ 0.313924] acpiphp: Slot [21] registered\n[ 0.314726] acpiphp: Slot [22] registered\n[ 0.315537] acpiphp: Slot [23] registered\n[ 0.316342] acpiphp: Slot [24] registered\n[ 0.317146] acpiphp: Slot [25] registered\n[ 0.317953] acpiphp: Slot [26] registered\n[ 0.318752] acpiphp: Slot [27] registered\n[ 0.319561] acpiphp: Slot [28] registered\n[ 0.320368] acpiphp: Slot [29] registered\n[ 0.321169] acpiphp: Slot [30] registered\n[ 0.321977] acpiphp: Slot [31] registered\n[ 0.322781] PCI host bridge to bus 0000:00\n[ 0.323582] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325989] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335064] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336334] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337493] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.345020] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.391529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.393000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.394430] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.395847] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.397256] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.398514] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.399662] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.400884] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.402431] vgaarb: loaded\n[ 0.403036] vgaarb: bridge control possible 0000:00:02.0\n[ 0.404171] SCSI subsystem initialized\n[ 0.404991] ACPI: bus type USB registered\n[ 0.405811] usbcore: registered new interface driver usbfs\n[ 0.406847] usbcore: registered new interface driver hub\n[ 0.407858] usbcore: registered new device driver usb\n[ 0.408912] PCI: Using ACPI for IRQ routing\n[ 0.409934] NetLabel: Initializing\n[ 0.410656] NetLabel: domain hash size = 128\n[ 0.411515] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.412474] NetLabel: unlabeled traffic allowed by default\n[ 0.413569] clocksource: Switched to clocksource kvm-clock\n[ 0.418987] AppArmor: AppArmor Filesystem Enabled\n[ 0.419960] pnp: PnP ACPI init\n[ 0.420870] pnp: PnP ACPI: found 5 devices\n[ 0.427235] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428942] NET: Registered protocol family 2\n[ 0.429902] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433502] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434580] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435749] NET: Registered protocol family 1\n[ 0.436616] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437716] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.467027] Trying to unpack rootfs image as initramfs...\n[ 0.516890] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530760] Scanning for low memory corruption every 60 seconds\n[ 0.532313] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533463] audit: initializing netlink subsys (disabled)\n[ 0.534501] audit: type=2000 audit(1547030857.036:1): initialized\n[ 0.535825] Initialise system trusted keyring\n[ 0.536761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537937] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540015] zbud: loaded\n[ 0.540727] VFS: Disk quotas dquot_6.6.0\n[ 0.541550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543090] fuse init (API version 7.23)\n[ 0.543981] Key type big_key registered\n[ 0.544863] Allocating IMA MOK and blacklist keyrings.\n[ 0.545985] Key type asymmetric registered\n[ 0.546807] Asymmetric key parser 'x509' registered\n[ 0.547752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549582] io scheduler noop registered\n[ 0.550382] io scheduler deadline registered (default)\n[ 0.551362] io scheduler cfq registered\n[ 0.552192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553231] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555941] ACPI: Power Button [PWRF]\n[ 0.556769] GHES: HEST is not enabled!\n[ 0.570457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605350] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608354] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632259] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634440] Linux agpgart interface v0.103\n[ 0.637095] brd: module loaded\n[ 0.638366] loop: module loaded\n[ 0.642789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644855] GPT:90111 != 2097151\n[ 0.645816] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647608] GPT:90111 != 2097151\n[ 0.648739] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650447] vda: vda1 vda15\n[ 0.653101] scsi host0: ata_piix\n[ 0.654431] scsi host1: ata_piix\n[ 0.655701] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657947] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660440] libphy: Fixed MDIO Bus: probed\n[ 0.661276] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662286] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664453] PPP generic driver version 2.4.2\n[ 0.665355] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666559] ehci-pci: EHCI PCI platform driver\n[ 0.667439] ehci-platform: EHCI generic platform driver\n[ 0.668433] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669559] ohci-pci: OHCI PCI platform driver\n[ 0.670441] ohci-platform: OHCI generic platform driver\n[ 0.671446] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.685883] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688353] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690518] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691759] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693194] usb usb1: Product: UHCI Host Controller\n[ 0.694141] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695297] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696314] hub 1-0:1.0: USB hub found\n[ 0.697101] hub 1-0:1.0: 2 ports detected\n[ 0.698033] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700179] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.701146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.702203] mousedev: PS/2 mouse device common for all mice\n[ 0.703480] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705349] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706476] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707702] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708910] i2c /dev entries driver\n[ 0.709700] device-mapper: uevent: version 1.0.3\n[ 0.710660] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713642] NET: Registered protocol family 10\n[ 0.714665] NET: Registered protocol family 17\n[ 0.715566] Key type dns_resolver registered\n[ 0.716521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717644] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719429] registered taskstats version 1\n[ 0.720283] Loading compiled-in X.509 certificates\n[ 0.721756] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723636] zswap: loaded using pool lzo/zbud\n[ 0.725046] Key type trusted registered\n[ 0.726617] Key type encrypted registered\n[ 0.727465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728503] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729565] evm: HMAC attrs: 0x1\n[ 0.730531] Magic number: 3:938:779\n[ 0.731396] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:37 UTC (1547030857)\n[ 0.733015] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734158] EDD information not available.\n[ 0.814202] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815643] ata1.00: configured for MWDMA2\n[ 0.816850] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829445] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831910] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.833820] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835325] Write protecting the kernel read-only data: 14336k\n[ 0.836915] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838700] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.213396] 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 2.70s]\nping 10.10.20.9 KO\nping 10.10.20.9 KO\nping 10.10.20.9 OK\nping 10.10.20.9 OK\nping 10.10.20.9 OK\nping 10.10.20.9 OK\n"} 2019-01-09 10:49:06,071 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action used request id req-94884d15-b362-47a7-a190-d422ee601705 2019-01-09 10:49:06,072 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.7) to 'sdnvpn-8-2' (10.10.20.9). -->Expected result: can ping. 2019-01-09 10:49:06,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb85e3f9e22ec96e690e2473906adeefca8a2dd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:49:07,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:49: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-2581565d-428c-4812-a82a-4b2309a15255 x-compute-request-id: req-2581565d-428c-4812-a82a-4b2309a15255 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 511758429 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.153384] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.155421] pid_max: default: 32768 minimum: 301\n[ 0.156533] ACPI: Core revision 20150930\n[ 0.158111] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159698] Security Framework initialized\n[ 0.160709] Yama: becoming mindful.\n[ 0.161604] AppArmor: AppArmor initialized\n[ 0.162618] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164235] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165780] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167243] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168948] Initializing cgroup subsys io\n[ 0.169918] Initializing cgroup subsys memory\n[ 0.170948] Initializing cgroup subsys devices\n[ 0.171986] Initializing cgroup subsys freezer\n[ 0.173025] Initializing cgroup subsys net_cls\n[ 0.174068] Initializing cgroup subsys perf_event\n[ 0.175186] Initializing cgroup subsys net_prio\n[ 0.176278] Initializing cgroup subsys hugetlb\n[ 0.177330] Initializing cgroup subsys pids\n[ 0.178399] CPU: Physical Processor ID: 0\n[ 0.180068] mce: CPU supports 10 MCE banks\n[ 0.181104] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182334] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193171] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199884] ftrace: allocating 31920 entries in 125 pages\n[ 0.226002] smpboot: Max logical packages: 1\n[ 0.227011] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228657] x2apic enabled\n[ 0.229589] Switched APIC routing to physical x2apic.\n[ 0.231540] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232887] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.235236] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.237354] KVM setup paravirtual spinlock\n[ 0.238825] x86: Booted up 1 node, 1 CPUs\n[ 0.239793] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.241424] devtmpfs: initialized\n[ 0.243233] evm: security.selinux\n[ 0.244056] evm: security.SMACK64\n[ 0.244908] evm: security.SMACK64EXEC\n[ 0.245804] evm: security.SMACK64TRANSMUTE\n[ 0.246758] evm: security.SMACK64MMAP\n[ 0.247627] evm: security.ima\n[ 0.248401] evm: security.capability\n[ 0.249362] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251580] pinctrl core: initialized pinctrl subsystem\n[ 0.252871] RTC time: 10:47:36, date: 01/09/19\n[ 0.253983] NET: Registered protocol family 16\n[ 0.255111] cpuidle: using governor ladder\n[ 0.256096] cpuidle: using governor menu\n[ 0.257024] PCCT header not found.\n[ 0.257893] ACPI: bus type PCI registered\n[ 0.258882] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260382] PCI: Using configuration type 1 for base access\n[ 0.262323] ACPI: Added _OSI(Module Device)\n[ 0.263319] ACPI: Added _OSI(Processor Device)\n[ 0.264350] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265424] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267706] ACPI: Interpreter enabled\n[ 0.268647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275193] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277397] ACPI: (supports S0 S5)\n[ 0.278231] ACPI: Using IOAPIC for interrupt routing\n[ 0.279410] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284170] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287097] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289377] acpiphp: Slot [3] registered\n[ 0.290176] acpiphp: Slot [4] registered\n[ 0.290975] acpiphp: Slot [5] registered\n[ 0.291760] acpiphp: Slot [6] registered\n[ 0.292545] acpiphp: Slot [7] registered\n[ 0.293333] acpiphp: Slot [8] registered\n[ 0.294122] acpiphp: Slot [9] registered\n[ 0.294917] acpiphp: Slot [10] registered\n[ 0.295717] acpiphp: Slot [11] registered\n[ 0.296522] acpiphp: Slot [12] registered\n[ 0.297322] acpiphp: Slot [13] registered\n[ 0.298124] acpiphp: Slot [14] registered\n[ 0.298931] acpiphp: Slot [15] registered\n[ 0.309901] acpiphp: Slot [16] registered\n[ 0.310704] acpiphp: Slot [17] registered\n[ 0.311511] acpiphp: Slot [18] registered\n[ 0.312312] acpiphp: Slot [19] registered\n[ 0.313114] acpiphp: Slot [20] registered\n[ 0.313924] acpiphp: Slot [21] registered\n[ 0.314726] acpiphp: Slot [22] registered\n[ 0.315537] acpiphp: Slot [23] registered\n[ 0.316342] acpiphp: Slot [24] registered\n[ 0.317146] acpiphp: Slot [25] registered\n[ 0.317953] acpiphp: Slot [26] registered\n[ 0.318752] acpiphp: Slot [27] registered\n[ 0.319561] acpiphp: Slot [28] registered\n[ 0.320368] acpiphp: Slot [29] registered\n[ 0.321169] acpiphp: Slot [30] registered\n[ 0.321977] acpiphp: Slot [31] registered\n[ 0.322781] PCI host bridge to bus 0000:00\n[ 0.323582] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324787] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325989] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.328862] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335064] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336334] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337493] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.345020] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.391529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.393000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.394430] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.395847] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.397256] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.398514] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.399662] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.400884] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.402431] vgaarb: loaded\n[ 0.403036] vgaarb: bridge control possible 0000:00:02.0\n[ 0.404171] SCSI subsystem initialized\n[ 0.404991] ACPI: bus type USB registered\n[ 0.405811] usbcore: registered new interface driver usbfs\n[ 0.406847] usbcore: registered new interface driver hub\n[ 0.407858] usbcore: registered new device driver usb\n[ 0.408912] PCI: Using ACPI for IRQ routing\n[ 0.409934] NetLabel: Initializing\n[ 0.410656] NetLabel: domain hash size = 128\n[ 0.411515] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.412474] NetLabel: unlabeled traffic allowed by default\n[ 0.413569] clocksource: Switched to clocksource kvm-clock\n[ 0.418987] AppArmor: AppArmor Filesystem Enabled\n[ 0.419960] pnp: PnP ACPI init\n[ 0.420870] pnp: PnP ACPI: found 5 devices\n[ 0.427235] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428942] NET: Registered protocol family 2\n[ 0.429902] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431177] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432344] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.433502] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.434580] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435749] NET: Registered protocol family 1\n[ 0.436616] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.437716] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.438791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.452785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.467027] Trying to unpack rootfs image as initramfs...\n[ 0.516890] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.530760] Scanning for low memory corruption every 60 seconds\n[ 0.532313] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.533463] audit: initializing netlink subsys (disabled)\n[ 0.534501] audit: type=2000 audit(1547030857.036:1): initialized\n[ 0.535825] Initialise system trusted keyring\n[ 0.536761] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.537937] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540015] zbud: loaded\n[ 0.540727] VFS: Disk quotas dquot_6.6.0\n[ 0.541550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.543090] fuse init (API version 7.23)\n[ 0.543981] Key type big_key registered\n[ 0.544863] Allocating IMA MOK and blacklist keyrings.\n[ 0.545985] Key type asymmetric registered\n[ 0.546807] Asymmetric key parser 'x509' registered\n[ 0.547752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549582] io scheduler noop registered\n[ 0.550382] io scheduler deadline registered (default)\n[ 0.551362] io scheduler cfq registered\n[ 0.552192] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553231] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.554494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555941] ACPI: Power Button [PWRF]\n[ 0.556769] GHES: HEST is not enabled!\n[ 0.570457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.605350] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.608354] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.632259] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.634440] Linux agpgart interface v0.103\n[ 0.637095] brd: module loaded\n[ 0.638366] loop: module loaded\n[ 0.642789] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.644855] GPT:90111 != 2097151\n[ 0.645816] GPT:Alternate GPT header not at the end of the disk.\n[ 0.647608] GPT:90111 != 2097151\n[ 0.648739] GPT: Use GNU Parted to correct GPT errors.\n[ 0.650447] vda: vda1 vda15\n[ 0.653101] scsi host0: ata_piix\n[ 0.654431] scsi host1: ata_piix\n[ 0.655701] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.657947] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.660440] libphy: Fixed MDIO Bus: probed\n[ 0.661276] tun: Universal TUN/TAP device driver, 1.6\n[ 0.662286] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.664453] PPP generic driver version 2.4.2\n[ 0.665355] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666559] ehci-pci: EHCI PCI platform driver\n[ 0.667439] ehci-platform: EHCI generic platform driver\n[ 0.668433] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669559] ohci-pci: OHCI PCI platform driver\n[ 0.670441] ohci-platform: OHCI generic platform driver\n[ 0.671446] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.685883] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688353] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690518] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691759] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693194] usb usb1: Product: UHCI Host Controller\n[ 0.694141] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695297] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696314] hub 1-0:1.0: USB hub found\n[ 0.697101] hub 1-0:1.0: 2 ports detected\n[ 0.698033] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700179] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.701146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.702203] mousedev: PS/2 mouse device common for all mice\n[ 0.703480] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.705349] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706476] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707702] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708910] i2c /dev entries driver\n[ 0.709700] device-mapper: uevent: version 1.0.3\n[ 0.710660] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.712314] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.713642] NET: Registered protocol family 10\n[ 0.714665] NET: Registered protocol family 17\n[ 0.715566] Key type dns_resolver registered\n[ 0.716521] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.717644] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719429] registered taskstats version 1\n[ 0.720283] Loading compiled-in X.509 certificates\n[ 0.721756] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.723636] zswap: loaded using pool lzo/zbud\n[ 0.725046] Key type trusted registered\n[ 0.726617] Key type encrypted registered\n[ 0.727465] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728503] ima: No TPM chip found, activating TPM-bypass!\n[ 0.729565] evm: HMAC attrs: 0x1\n[ 0.730531] Magic number: 3:938:779\n[ 0.731396] rtc_cmos 00:00: setting system clock to 2019-01-09 10:47:37 UTC (1547030857)\n[ 0.733015] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.734158] EDD information not available.\n[ 0.814202] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815643] ata1.00: configured for MWDMA2\n[ 0.816850] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829445] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830653] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.831910] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.833820] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835325] Write protecting the kernel read-only data: 14336k\n[ 0.836915] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.838700] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.213396] 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 2.70s]\nping 10.10.20.9 KO\nping 10.10.20.9 KO\nping 10.10.20.9 OK\nping 10.10.20.9 OK\nping 10.10.20.9 OK\nping 10.10.20.9 OK\n"} 2019-01-09 10:49:07,149 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action used request id req-2581565d-428c-4812-a82a-4b2309a15255 2019-01-09 10:49:07,150 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2019-01-09 10:49:07,151 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2019-01-09 10:49:07,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:49:07,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-7171bec8-df2c-45b4-a2a6-7a4f29460760 Date: Wed, 09 Jan 2019 10:49:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"53bba904-b474-46f9-8525-b8f5854c97a0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["6155b5b3-ed20-4017-949d-1dfe3d63acdc"],"description":"","tags":[],"updated_at":"2019-01-09T10:47:11Z","provider:segmentation_id":65,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:11Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c5b40b34-8791-4d1a-8eb2-447f1e8c47bd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["126b9e13-4f90-4b10-89f0-2be5520d9b7e"],"description":"","tags":[],"updated_at":"2019-01-09T10:47:06Z","provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:47:05Z","provider:network_type":"vxlan"}]} 2019-01-09 10:49:07,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-7171bec8-df2c-45b4-a2a6-7a4f29460760 2019-01-09 10:49:07,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"floatingip": {"floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}' 2019-01-09 10:49:08,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-35c7082a-e749-4dff-a6e9-009855e4d5d6 Date: Wed, 09 Jan 2019 10:49:08 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-09T10:49:07Z", "floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "d693bc22-3c2d-4da6-8438-9812cce2af17", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:49:07Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}} 2019-01-09 10:49:08,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-35c7082a-e749-4dff-a6e9-009855e4d5d6 2019-01-09 10:49:08,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" -d '{"addFloatingIp": {"address": "172.30.9.202"}}' 2019-01-09 10:49:11,316 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:49:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99ea6562-914d-44fa-89e6-91a4a1d560f2 x-compute-request-id: req-99ea6562-914d-44fa-89e6-91a4a1d560f2 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. 2019-01-09 10:49:11,317 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action used request id req-99ea6562-914d-44fa-89e6-91a4a1d560f2 2019-01-09 10:49:11,317 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2019-01-09 10:49:11,317 - sdnvpn-results - DEBUG - Ping IP 172.30.9.202 2019-01-09 10:49:11,317 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.202 -c 10' 2019-01-09 10:49:20,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" -d '{"forceDelete": null}' 2019-01-09 10:49:20,536 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae91a630-6dd3-4be9-9826-272fda3f02df x-compute-request-id: req-ae91a630-6dd3-4be9-9826-272fda3f02df Content-Length: 0 Content-Type: application/json 2019-01-09 10:49:20,536 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f/action used request id req-ae91a630-6dd3-4be9-9826-272fda3f02df 2019-01-09 10:49:20,537 - sdnvpn_test_utils - DEBUG - Waiting for instance 8d5621e4-3170-47a5-b34f-486207def47f to be deleted 2019-01-09 10:49:20,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" 2019-01-09 10:49:21,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bfd245a-8efb-47ad-a92a-5194b88105d8 x-compute-request-id: req-6bfd245a-8efb-47ad-a92a-5194b88105d8 Content-Encoding: gzip Content-Length: 920 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:61:ef", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:61:ef", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8d5621e4-3170-47a5-b34f-486207def47f", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000137", "OS-SRV-USG:launched_at": "2019-01-09T10:47:36.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8d5621e4-3170-47a5-b34f-486207def47f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:49:20Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-1", "created": "2019-01-09T10:47:31Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:78:d4", "version": 4, "addr": "10.10.20.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2019-01-09T10:47:22.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "bd238983-e287-4f60-8d71-a597e7a8bda8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T10:47:23Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-09T10:47:18Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:49:21,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-6bfd245a-8efb-47ad-a92a-5194b88105d8 2019-01-09 10:49:23,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" 2019-01-09 10:49:23,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:49:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b9bd3b4-54dd-4dc0-a8a1-75aadb0342cb x-compute-request-id: req-6b9bd3b4-54dd-4dc0-a8a1-75aadb0342cb Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:78:d4", "version": 4, "addr": "10.10.20.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2019-01-09T10:47:22.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "bd238983-e287-4f60-8d71-a597e7a8bda8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T10:47:23Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-09T10:47:18Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:49:23,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-6b9bd3b4-54dd-4dc0-a8a1-75aadb0342cb 2019-01-09 10:49:25,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" -d '{"forceDelete": null}' 2019-01-09 10:49:25,870 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:49:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41c3e657-56d6-45eb-9b2b-2be39b41f54e x-compute-request-id: req-41c3e657-56d6-45eb-9b2b-2be39b41f54e Content-Length: 0 Content-Type: application/json 2019-01-09 10:49:25,870 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8/action used request id req-41c3e657-56d6-45eb-9b2b-2be39b41f54e 2019-01-09 10:49:25,871 - sdnvpn_test_utils - DEBUG - Waiting for instance bd238983-e287-4f60-8d71-a597e7a8bda8 to be deleted 2019-01-09 10:49:25,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" 2019-01-09 10:49:26,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:49:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0b339ad-08dd-421a-88a4-531e8264b9af x-compute-request-id: req-f0b339ad-08dd-421a-88a4-531e8264b9af Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:78:d4", "version": 4, "addr": "10.10.20.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/bd238983-e287-4f60-8d71-a597e7a8bda8", "rel": "bookmark"}], "image": {"id": "19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "links": [{"href": "http://172.30.9.30:8774/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000134", "OS-SRV-USG:launched_at": "2019-01-09T10:47:22.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "bd238983-e287-4f60-8d71-a597e7a8bda8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T10:49:25Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-8-2", "created": "2019-01-09T10:47:18Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:49:26,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-f0b339ad-08dd-421a-88a4-531e8264b9af 2019-01-09 10:49:28,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c08b6a10fcdfbb67bdd9b8cf472a9c69040bccf9" 2019-01-09 10:49:28,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:49: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-dfa8b050-0747-440c-8aef-49eba7e8d329 x-compute-request-id: req-dfa8b050-0747-440c-8aef-49eba7e8d329 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 10:49:28,650 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-dfa8b050-0747-440c-8aef-49eba7e8d329 2019-01-09 10:49:30,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}363cd7f686d2cf8bb2a7f8f71c38a492ef4d7645" 2019-01-09 10:49:32,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c873f1d-20f6-442b-b39f-5da48b035a28 Date: Wed, 09 Jan 2019 10:49:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 10:49:32,348 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/19ccf8e2-48f1-4d08-9294-0e82a8b23d3e used request id req-5c873f1d-20f6-442b-b39f-5da48b035a28 2019-01-09 10:49:32,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/d693bc22-3c2d-4da6-8438-9812cce2af17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:49:32,835 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aaa6e504-de97-4ac3-8bfd-898468e72ba0 Content-Length: 0 Date: Wed, 09 Jan 2019 10:49:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:49:32,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/d693bc22-3c2d-4da6-8438-9812cce2af17 used request id req-aaa6e504-de97-4ac3-8bfd-898468e72ba0 2019-01-09 10:49:32,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"subnet_id": "126b9e13-4f90-4b10-89f0-2be5520d9b7e"}' 2019-01-09 10:49:34,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fb0affce-d3c9-48f4-8b18-b7a526600ed3 Date: Wed, 09 Jan 2019 10:49:34 GMT RESP BODY: {"network_id": "c5b40b34-8791-4d1a-8eb2-447f1e8c47bd", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "126b9e13-4f90-4b10-89f0-2be5520d9b7e", "subnet_ids": ["126b9e13-4f90-4b10-89f0-2be5520d9b7e"], "port_id": "2c9173f2-1155-4792-b116-7504bb4c2ad5", "id": "b08e916f-282a-47d7-9081-89cd0efb3072"} 2019-01-09 10:49:34,172 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072/remove_router_interface used request id req-fb0affce-d3c9-48f4-8b18-b7a526600ed3 2019-01-09 10:49:34,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"subnet_id": "6155b5b3-ed20-4017-949d-1dfe3d63acdc"}' 2019-01-09 10:49:35,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2af62303-044f-4a2b-901c-e91e9d28efad Date: Wed, 09 Jan 2019 10:49:35 GMT RESP BODY: {"network_id": "53bba904-b474-46f9-8525-b8f5854c97a0", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "6155b5b3-ed20-4017-949d-1dfe3d63acdc", "subnet_ids": ["6155b5b3-ed20-4017-949d-1dfe3d63acdc"], "port_id": "c73e337e-fc70-4e75-b643-ef6679491dbc", "id": "b08e916f-282a-47d7-9081-89cd0efb3072"} 2019-01-09 10:49:35,381 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072/remove_router_interface used request id req-2af62303-044f-4a2b-901c-e91e9d28efad 2019-01-09 10:49:35,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:49:36,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-06d32d3e-8493-4492-ba90-25f24921d52d Date: Wed, 09 Jan 2019 10:49:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:49:35Z", "revision_number": 11, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b08e916f-282a-47d7-9081-89cd0efb3072", "name": "sdnvpn-8-1-router"}} 2019-01-09 10:49:36,206 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072 used request id req-06d32d3e-8493-4492-ba90-25f24921d52d 2019-01-09 10:49:36,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/126b9e13-4f90-4b10-89f0-2be5520d9b7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:49:38,372 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b660227-3c2e-45bf-a6f6-917844892997 Date: Wed, 09 Jan 2019 10:49:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:49:38,372 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/126b9e13-4f90-4b10-89f0-2be5520d9b7e used request id req-6b660227-3c2e-45bf-a6f6-917844892997 2019-01-09 10:49:38,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/6155b5b3-ed20-4017-949d-1dfe3d63acdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:49:40,746 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25d3255d-9ad2-408b-8f44-e0bea3beb061 Date: Wed, 09 Jan 2019 10:49:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:49:40,746 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/6155b5b3-ed20-4017-949d-1dfe3d63acdc used request id req-25d3255d-9ad2-408b-8f44-e0bea3beb061 2019-01-09 10:49:40,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:49:41,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3679b18a-c2a7-46b0-8389-503b0487cfe1 Content-Length: 0 Date: Wed, 09 Jan 2019 10:49:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:49:41,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/b08e916f-282a-47d7-9081-89cd0efb3072 used request id req-3679b18a-c2a7-46b0-8389-503b0487cfe1 2019-01-09 10:49:41,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/c5b40b34-8791-4d1a-8eb2-447f1e8c47bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:49:41,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe986555-7d44-493c-85af-cd817c19f9bd Date: Wed, 09 Jan 2019 10:49:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:49:41,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c5b40b34-8791-4d1a-8eb2-447f1e8c47bd used request id req-fe986555-7d44-493c-85af-cd817c19f9bd 2019-01-09 10:49:41,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/53bba904-b474-46f9-8525-b8f5854c97a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39d5d33aa7d4dbfc3b373fddd62074fcf4493568" 2019-01-09 10:49:42,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd4bc8f0-1ba7-46c9-ad98-cb3ec39bc069 Date: Wed, 09 Jan 2019 10:49:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:49:42,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/53bba904-b474-46f9-8525-b8f5854c97a0 used request id req-bd4bc8f0-1ba7-46c9-ad98-cb3ec39bc069 2019-01-09 10:49:42,295 - 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.202 | +========================================================================================+ 2019-01-09 10:49:42,295 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 10:49:42,295 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2019-01-09 10:49:42,296 - 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.202': 'PASS'}]} 2019-01-09 10:49:42,296 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2019-01-09 10:49:42,296 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2019-01-09 10:49:42,296 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2019-01-09 10:49:42,401 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2019-01-09 10:49:42,403 - paramiko.transport - DEBUG - starting thread (client mode): 0x582afe90L 2019-01-09 10:49:42,403 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:42,431 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:42,432 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:42,436 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:42,437 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:42,437 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:42,437 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:42,437 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:42,437 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:42,445 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:42,445 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:42,467 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.224: e94c8aee9a4f77297a96804608359669 2019-01-09 10:49:42,468 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:42,485 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:42,515 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:42,532 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:42,682 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:42,682 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:42,721 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:42,722 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:42,740 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:48,009 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:48,010 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:48,013 - paramiko.transport - DEBUG - starting thread (client mode): 0x57fa54d0L 2019-01-09 10:49:48,013 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:48,019 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:48,019 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:48,021 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:48,021 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:48,021 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:48,021 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:48,022 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:48,022 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:48,026 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:48,027 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:48,029 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 10:49:48,029 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:48,066 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:48,079 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:48,093 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:48,170 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:48,171 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:48,210 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:48,211 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:48,229 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:48,261 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:48,262 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:48,263 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:48,264 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:48,264 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:48,304 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:48,340 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:48,342 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:48,342 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:48,343 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:48,343 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:48,384 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:48,415 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:48,417 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:48,419 - paramiko.transport - DEBUG - starting thread (client mode): 0x57f87050L 2019-01-09 10:49:48,419 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:48,426 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:48,426 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:48,429 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:48,430 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:48,430 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:48,430 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:48,430 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:48,430 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:48,435 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:48,435 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:48,451 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 10:49:48,452 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:48,474 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:48,487 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:48,516 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:48,591 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:48,591 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:48,630 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:48,631 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:48,636 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:48,674 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:48,675 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:48,676 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:48,677 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:48,677 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:48,718 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:48,756 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:48,757 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:48,757 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:48,758 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:48,758 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:48,799 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:48,832 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:48,833 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:48,835 - paramiko.transport - DEBUG - starting thread (client mode): 0x57fee7d0L 2019-01-09 10:49:48,836 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:48,842 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:48,842 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:48,846 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:48,846 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:48,846 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:48,847 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:48,847 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:48,847 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:48,851 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:48,852 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:48,867 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 10:49:48,868 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:48,891 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:48,904 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:48,933 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:49,008 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:49,009 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:49,048 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:49,048 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:49,052 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:49,089 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:49,090 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:49,091 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:49,092 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:49,092 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:49,132 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:49,171 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:49,173 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:49,173 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:49,174 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:49,174 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:49,215 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:49,249 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:49,250 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:49,252 - paramiko.transport - DEBUG - starting thread (client mode): 0x58038c10L 2019-01-09 10:49:49,253 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:49,257 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:49,257 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:49,259 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:49,259 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:49,259 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:49,260 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:49,260 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:49,260 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:49,264 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:49,264 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:49,268 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 10:49:49,269 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:49,304 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:49,314 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:49,333 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:49,400 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:49,400 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:49,440 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:49,440 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:49,443 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:49,472 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:49,473 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:49,474 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:49,475 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:49,475 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:49,515 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:49,546 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:49,548 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:49,548 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:49,549 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:49,549 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:49,590 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:49,617 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:49,618 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:49,620 - paramiko.transport - DEBUG - starting thread (client mode): 0x57f666d0L 2019-01-09 10:49:49,620 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:49,625 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:49,625 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:49,627 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:49,628 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:49,628 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:49,628 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:49,628 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:49,628 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:49,633 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:49,633 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:49,636 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 10:49:49,637 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:49,672 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:49,683 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:49,701 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:49,755 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:49,756 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:49,795 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:49,795 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:49,804 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:49,834 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:49,834 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:49,835 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:49,836 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:49,836 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:49,876 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:49,908 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:49,909 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:49,909 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:49,910 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:49,911 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:49,951 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:49,977 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:49,978 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:49,979 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:49,980 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:49,980 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:49,987 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:54,653 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:54,655 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:54,657 - paramiko.transport - DEBUG - starting thread (client mode): 0x57fa5050L 2019-01-09 10:49:54,658 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:54,665 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:54,665 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:54,669 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:54,669 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:54,669 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:54,669 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:54,669 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:54,670 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:54,674 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:54,675 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:54,689 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 10:49:54,690 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:54,714 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:54,727 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:54,754 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:54,829 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:54,829 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:54,868 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:54,868 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:54,874 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:54,911 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:54,912 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:54,913 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:54,914 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:54,914 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:54,954 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:54,992 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:54,993 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:54,994 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:54,995 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:54,995 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:55,035 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:55,069 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:55,071 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:55,073 - paramiko.transport - DEBUG - starting thread (client mode): 0x57f66e50L 2019-01-09 10:49:55,073 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:55,079 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:55,080 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:55,083 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:55,083 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:55,083 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:55,084 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:55,084 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:55,084 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:55,089 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:55,089 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:55,104 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 10:49:55,105 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:55,128 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:55,141 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:55,170 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:55,260 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:55,260 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:55,299 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:55,299 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:55,305 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:55,342 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:55,342 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:55,343 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:55,344 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:55,344 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:55,385 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:55,423 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:55,425 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:55,426 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:55,427 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:55,427 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:55,467 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:55,501 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:55,503 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:55,504 - paramiko.transport - DEBUG - starting thread (client mode): 0x57fef550L 2019-01-09 10:49:55,505 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:55,511 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:55,511 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:55,514 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:55,514 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:55,515 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:55,515 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:55,515 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:55,515 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:55,520 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:55,520 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:55,537 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 10:49:55,537 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:55,559 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:55,571 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:55,602 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:55,666 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:55,666 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:55,705 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:55,705 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:55,715 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:55,751 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:55,752 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:55,753 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:55,753 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:55,753 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:55,794 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:55,831 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:55,832 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:55,833 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:55,834 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:55,834 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:55,874 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:55,906 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:55,907 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:55,909 - paramiko.transport - DEBUG - starting thread (client mode): 0x57ff5210L 2019-01-09 10:49:55,909 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:55,914 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:55,914 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:55,916 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:55,917 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:55,917 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:55,917 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:55,917 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:55,917 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:55,921 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:55,922 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:55,925 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 10:49:55,926 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:55,961 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:55,971 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:55,990 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:56,053 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:56,053 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:56,093 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:56,093 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:56,100 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:56,128 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:56,129 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:56,130 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:56,131 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:56,131 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:56,171 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:56,203 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:56,204 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:56,205 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:56,206 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:56,206 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:56,246 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:56,274 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:56,275 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:56,277 - paramiko.transport - DEBUG - starting thread (client mode): 0x57fff150L 2019-01-09 10:49:56,278 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 10:49:56,281 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 10:49:56,282 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 10:49:56,284 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 10:49:56,284 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 10:49:56,284 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 10:49:56,284 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 10:49:56,284 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 10:49:56,285 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 10:49:56,327 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 10:49:56,327 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 10:49:56,341 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 10:49:56,342 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 10:49:56,366 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 10:49:56,377 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 10:49:56,406 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 10:49:56,449 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 10:49:56,449 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 10:49:56,488 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 10:49:56,489 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 10:49:56,509 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 10:49:56,539 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 10:49:56,540 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 10:49:56,540 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 10:49:56,541 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 10:49:56,541 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 10:49:56,583 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 10:49:56,615 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 10:49:56,616 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 10:49:56,617 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 10:49:56,618 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 10:49:56,618 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 10:49:56,658 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 10:49:56,686 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 10:49:56,687 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:49:56,688 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 10:49:56,689 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:49:56,689 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:49:56,691 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:49:56,742 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:49:56,743 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:49:56,744 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:49:56,744 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:49:56,744 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:49:56,749 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:49:56,800 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:49:56,801 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:49:56,802 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:49:56,802 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:49:56,803 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:49:56,805 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:49:56,853 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:49:56,854 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:49:56,855 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:49:56,855 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:49:56,855 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:49:56,858 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:49:56,897 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:49:56,898 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 10:49:56,899 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:49:56,900 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 10:49:56,900 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 10:49:56,902 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 10:49:56,952 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 10:49:56,953 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2019-01-09 10:49:56,953 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 10:49:56,953 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2019-01-09 10:49:56,954 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2019-01-09 10:49:56,955 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:49:56,955 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:49:56,956 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:49:56,958 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:49:57,007 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:49:57,007 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2019-01-09 10:49:57,008 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:49:57,009 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:49:57,010 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:49:57,010 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:49:57,014 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:49:57,067 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:49:57,068 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2019-01-09 10:49:57,068 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:49:57,070 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:49:57,070 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:49:57,070 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:49:57,074 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:49:57,124 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:49:57,124 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2019-01-09 10:49:57,128 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:49:57,159 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 10:49:57,160 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 10:49:57,160 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 10:49:57,162 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 10:49:57,202 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-09 10:49:57,203 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-09 10:49:57,204 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-09 10:49:57,205 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-09 10:49:57,205 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-09 10:49:57,246 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-09 10:49:57,281 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-09 10:49:57,282 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-09 10:49:57,284 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-09 10:49:57,323 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-09 10:49:57,323 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-09 10:49:57,349 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-09 10:49:57,378 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2019-01-09 10:49:57,379 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2019-01-09 10:49:57,380 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2019-01-09 10:49:57,380 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2019-01-09 10:49:57,384 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2019-01-09 10:49:57,386 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-2 2019-01-09 10:49:57,387 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-09 10:49:57,387 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-09 10:49:57,388 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-09 10:49:57,390 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-09 10:49:57,390 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-09 10:49:57,391 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2019-01-09 10:49:57,391 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2019-01-09 10:49:57,392 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2019-01-09 10:49:57,427 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-09 10:49:57,427 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.33 2019-01-09 10:49:57,428 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-09 10:49:57,429 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-09 10:49:57,430 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-09 10:49:57,430 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-09 10:49:57,470 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-09 10:50:00,175 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-09 10:50:00,177 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-09 10:50:00,177 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-09 10:50:00,178 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-09 10:50:00,178 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-09 10:50:00,219 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-09 10:50:00,888 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-09 10:50:00,889 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-09 10:50:05,890 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2019-01-09 10:50:05,890 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2019-01-09 10:50:05,891 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2019-01-09 10:50:05,892 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2019-01-09 10:50:05,894 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2019-01-09 10:50:05,947 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2019-01-09 10:50:05,948 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2019-01-09 10:50:05,949 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2019-01-09 10:50:05,949 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2019-01-09 10:50:22,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:50:22,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:50:22,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:50:22,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:50:22,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:50:22,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:50:22,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:50:22,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:50:22,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:50:22,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:50:22,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:50:22,419 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 10:50:22,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:50:22,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:50:22,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:50:22,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:50:22,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:50:22,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:50:22,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:50:22,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:50:22,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:50:22,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:50:22,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:50:22,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:50:22,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:50:22,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:50:22,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:50:22,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15649428-fc9a-4802-b10b-e0be712ac88d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:50:22,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-15649428-fc9a-4802-b10b-e0be712ac88d 2019-01-09 10:50:22,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:50:22,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:50:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["w4SeYDmRR1iLrB7ZIP1D9g"], "issued_at": "2019-01-09T10:50:22.000000Z"}} 2019-01-09 10:50:22,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9daf65773f5d658d12bba77a27993bc95946cfd9" 2019-01-09 10:50:22,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-995e777f-44b1-4e4f-a8da-abe84befc73d x-compute-request-id: req-995e777f-44b1-4e4f-a8da-abe84befc73d Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 10:50:22,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-995e777f-44b1-4e4f-a8da-abe84befc73d 2019-01-09 10:50:22,992 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2019-01-09 10:50:22,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9daf65773f5d658d12bba77a27993bc95946cfd9" -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}}' 2019-01-09 10:50:23,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2edbefb7-7a57-4de7-b591-c2c54f329455 x-compute-request-id: req-2edbefb7-7a57-4de7-b591-c2c54f329455 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 10:50:23,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2edbefb7-7a57-4de7-b591-c2c54f329455 2019-01-09 10:50:23,049 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=2d25413a-6352-4f5e-b310-9304e9be4a10 created successfully. 2019-01-09 10:50:23,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:50:23,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69821651-c36f-4685-acc0-b9feae1d3001 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:50:23,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-69821651-c36f-4685-acc0-b9feae1d3001 2019-01-09 10:50:23,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:50:23,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:50:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["YGhp6HnHSRKjNKs31uRnZw"], "issued_at": "2019-01-09T10:50:23.000000Z"}} 2019-01-09 10:50:23,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:23,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-c5011a2d-feff-498a-9fa1-6afaa6705524 Date: Wed, 09 Jan 2019 10:50:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:47:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "3b809c21-8697-4f63-849b-e46935ce2db7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "revision_number": 0, "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 6, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 10:50:23,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-c5011a2d-feff-498a-9fa1-6afaa6705524 2019-01-09 10:50:23,640 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 10:50:23,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:23,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-014af481-0a95-4d96-81c8-e64dae05376e Date: Wed, 09 Jan 2019 10:50:23 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": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "00d80e20-b895-45d8-b5be-faa420ef14c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "0946b95c-7a61-43de-ad83-49b1b70fb093"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "279c6d95-1200-4be8-99e7-68f669a0e561"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "3b809c21-8697-4f63-849b-e46935ce2db7"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "414418ce-1306-47f9-8a85-b38b95754538"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 80, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:16Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "84008795-b799-4070-a3be-0b4c1e9f8a37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "893e5293-bd71-4cfe-8c14-83339b75bc82"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "90922563-47ee-4b1b-937d-1b4fd27768a3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "bd56d7d4-4aae-4edc-b69a-913627d10493"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7"}]} 2019-01-09 10:50:23,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-014af481-0a95-4d96-81c8-e64dae05376e 2019-01-09 10:50:23,823 - sdnvpn_test_utils - INFO - This rule exists for security group: 4e46aeff-3422-4816-9331-c207cd802207 2019-01-09 10:50:23,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:24,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-3908b4fa-d3f8-4e7f-a706-db28b8af564f Date: Wed, 09 Jan 2019 10:50:23 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": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "00d80e20-b895-45d8-b5be-faa420ef14c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "0946b95c-7a61-43de-ad83-49b1b70fb093"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "279c6d95-1200-4be8-99e7-68f669a0e561"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "3b809c21-8697-4f63-849b-e46935ce2db7"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "414418ce-1306-47f9-8a85-b38b95754538"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 80, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:16Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "84008795-b799-4070-a3be-0b4c1e9f8a37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "893e5293-bd71-4cfe-8c14-83339b75bc82"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "90922563-47ee-4b1b-937d-1b4fd27768a3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "bd56d7d4-4aae-4edc-b69a-913627d10493"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7"}]} 2019-01-09 10:50:24,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-3908b4fa-d3f8-4e7f-a706-db28b8af564f 2019-01-09 10:50:24,005 - sdnvpn_test_utils - INFO - This rule exists for security group: 4e46aeff-3422-4816-9331-c207cd802207 2019-01-09 10:50:24,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:24,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-79ebc1b2-3abd-4942-b534-134fa7ee4bed Date: Wed, 09 Jan 2019 10:50:24 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": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "00d80e20-b895-45d8-b5be-faa420ef14c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "0946b95c-7a61-43de-ad83-49b1b70fb093"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "279c6d95-1200-4be8-99e7-68f669a0e561"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "3b809c21-8697-4f63-849b-e46935ce2db7"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "414418ce-1306-47f9-8a85-b38b95754538"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 80, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:16Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80"}, {"remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639"}, {"remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "84008795-b799-4070-a3be-0b4c1e9f8a37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "port_range_min": null, "revision_number": 0, "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "893e5293-bd71-4cfe-8c14-83339b75bc82"}, {"remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "90922563-47ee-4b1b-937d-1b4fd27768a3"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1"}, {"remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 22, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:15Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "bd56d7d4-4aae-4edc-b69a-913627d10493"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "project_id": "", "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": null, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "port_range_min": null, "revision_number": 0, "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7"}]} 2019-01-09 10:50:24,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-79ebc1b2-3abd-4942-b534-134fa7ee4bed 2019-01-09 10:50:24,038 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2019-01-09 10:50:24,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:50:24,417 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-70eaba22-297a-4b9f-a0f2-0d4e45cf650c Date: Wed, 09 Jan 2019 10:50:24 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": "2019-01-09T10:50:24Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "port_range_min": 179, "revision_number": 0, "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:24Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "d3f1a03d-6310-4600-a06f-3d7f4e25c578"}} 2019-01-09 10:50:24,417 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules used request id req-70eaba22-297a-4b9f-a0f2-0d4e45cf650c 2019-01-09 10:50:24,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:24,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-649bbe78-1c8b-4832-8aba-3d12d0017ac6 Date: Wed, 09 Jan 2019 10:50:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 10:50:24,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-649bbe78-1c8b-4832-8aba-3d12d0017ac6 2019-01-09 10:50:24,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:24,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-de2b8c12-e128-4726-994a-c951fcdb4c14 Date: Wed, 09 Jan 2019 10:50:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 10:50:24,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-de2b8c12-e128-4726-994a-c951fcdb4c14 2019-01-09 10:50:24,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:24,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c152c203-9ae1-4bde-a2b6-e5548de0d042 Date: Wed, 09 Jan 2019 10:50:24 GMT RESP BODY: {"routers": []} 2019-01-09 10:50:24,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-c152c203-9ae1-4bde-a2b6-e5548de0d042 2019-01-09 10:50:24,765 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2019-01-09 10:50:24,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2019-01-09 10:50:25,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-b58ce939-24aa-4c3d-b4c3-d863550db354 Date: Wed, 09 Jan 2019 10:50:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T10:50:25Z","is_default":false,"provider:segmentation_id":85,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:24Z","mtu":1450}} 2019-01-09 10:50:25,143 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b58ce939-24aa-4c3d-b4c3-d863550db354 2019-01-09 10:50:25,143 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d' created successfully 2019-01-09 10:50:25,143 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 10:50:25,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"subnets": [{"ip_version": 4, "network_id": "c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2019-01-09 10:50:25,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-110184a1-601a-4592-980e-b48ed945eec2 Date: Wed, 09 Jan 2019 10:50:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:50:25Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"a3475ec98a734cb2aeb418d350edd17b","id":"6f15170b-7a79-415a-9cba-4b6d53313878","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2019-01-09 10:50:25,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-110184a1-601a-4592-980e-b48ed945eec2 2019-01-09 10:50:25,712 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '6f15170b-7a79-415a-9cba-4b6d53313878' created successfully 2019-01-09 10:50:25,712 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 10:50:25,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2019-01-09 10:50:26,056 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-51fdb0cc-d719-4404-8440-396267104a91 Date: Wed, 09 Jan 2019 10:50:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:50:25Z", "revision_number": 0, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4fb53469-aaa5-4d8d-b416-dbacee738120", "name": "sdnvpn-3-1-router"}} 2019-01-09 10:50:26,056 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-51fdb0cc-d719-4404-8440-396267104a91 2019-01-09 10:50:26,056 - sdnvpn.lib.openstack_utils - DEBUG - Router '4fb53469-aaa5-4d8d-b416-dbacee738120' created successfully 2019-01-09 10:50:26,057 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 10:50:26,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"subnet_id": "6f15170b-7a79-415a-9cba-4b6d53313878"}' 2019-01-09 10:50:27,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee4d0eb9-d624-48a1-9e44-544db92f5f33 Date: Wed, 09 Jan 2019 10:50:27 GMT RESP BODY: {"network_id": "c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "6f15170b-7a79-415a-9cba-4b6d53313878", "subnet_ids": ["6f15170b-7a79-415a-9cba-4b6d53313878"], "port_id": "a6475b85-4246-4c7c-a48a-d6a654b16c1f", "id": "4fb53469-aaa5-4d8d-b416-dbacee738120"} 2019-01-09 10:50:27,521 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120/add_router_interface used request id req-ee4d0eb9-d624-48a1-9e44-544db92f5f33 2019-01-09 10:50:27,521 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 10:50:27,521 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 10:50:27,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:27,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-4d0cf58b-17d8-4c4b-a971-9118fb0ba925 Date: Wed, 09 Jan 2019 10:50:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["6f15170b-7a79-415a-9cba-4b6d53313878"],"description":"","tags":[],"updated_at":"2019-01-09T10:50:25Z","provider:segmentation_id":85,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:24Z","provider:network_type":"vxlan"}]} 2019-01-09 10:50:27,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-4d0cf58b-17d8-4c4b-a971-9118fb0ba925 2019-01-09 10:50:27,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}}' 2019-01-09 10:50:29,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-ad44cf92-b71a-44e5-90fc-8efe3974623d Date: Wed, 09 Jan 2019 10:50:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:50:28Z", "revision_number": 3, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4fb53469-aaa5-4d8d-b416-dbacee738120", "name": "sdnvpn-3-1-router"}} 2019-01-09 10:50:29,144 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120 used request id req-ad44cf92-b71a-44e5-90fc-8efe3974623d 2019-01-09 10:50:29,144 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 10:50:29,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:29,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-b9fe9d15-3830-46f6-949b-d8fa8d5a34cf Date: Wed, 09 Jan 2019 10:50:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["6f15170b-7a79-415a-9cba-4b6d53313878"],"description":"","tags":[],"updated_at":"2019-01-09T10:50:25Z","provider:segmentation_id":85,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:24Z","provider:network_type":"vxlan"}]} 2019-01-09 10:50:29,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-b9fe9d15-3830-46f6-949b-d8fa8d5a34cf 2019-01-09 10:50:29,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:29,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-d694edae-582d-4d84-a721-7d0b36c009aa Date: Wed, 09 Jan 2019 10:50:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:25Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:50:25Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"6f15170b-7a79-415a-9cba-4b6d53313878","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2019-01-09 10:50:29,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d694edae-582d-4d84-a721-7d0b36c009aa 2019-01-09 10:50:29,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:29,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-34eaf8b3-17fa-445f-a6cf-a085729145b9 Date: Wed, 09 Jan 2019 10:50:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:50:28Z", "revision_number": 3, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4fb53469-aaa5-4d8d-b416-dbacee738120", "name": "sdnvpn-3-1-router"}]} 2019-01-09 10:50:29,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-34eaf8b3-17fa-445f-a6cf-a085729145b9 2019-01-09 10:50:29,670 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2019-01-09 10:50:29,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2019-01-09 10:50:30,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 652 X-Openstack-Request-Id: req-c2698e11-7ca4-4f0b-9670-4fb1c49053e3 Date: Wed, 09 Jan 2019 10:50: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":"d19d0505-ca04-4e51-bf09-cff9264ba471","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T10:50:29Z","is_default":false,"provider:segmentation_id":4,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:29Z","mtu":1450}} 2019-01-09 10:50:30,125 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-c2698e11-7ca4-4f0b-9670-4fb1c49053e3 2019-01-09 10:50:30,126 - sdnvpn.lib.openstack_utils - DEBUG - Network 'd19d0505-ca04-4e51-bf09-cff9264ba471' created successfully 2019-01-09 10:50:30,126 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 10:50:30,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"subnets": [{"ip_version": 4, "network_id": "d19d0505-ca04-4e51-bf09-cff9264ba471", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2019-01-09 10:50:30,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-82428475-b4d5-4204-88f3-18a6bc63f1af Date: Wed, 09 Jan 2019 10:50:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d19d0505-ca04-4e51-bf09-cff9264ba471","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:30Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:50:30Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2019-01-09 10:50:30,682 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-82428475-b4d5-4204-88f3-18a6bc63f1af 2019-01-09 10:50:30,682 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67' created successfully 2019-01-09 10:50:30,683 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 10:50:30,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2019-01-09 10:50:31,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-5968a42b-abce-4e3b-a0bf-da6864d7882c Date: Wed, 09 Jan 2019 10:50:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:50:30Z", "revision_number": 0, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "2e98cf86-8ba0-44cd-9de7-493f8d67d9aa", "name": "sdnvpn-3-2-quagga-router"}} 2019-01-09 10:50:31,021 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-5968a42b-abce-4e3b-a0bf-da6864d7882c 2019-01-09 10:50:31,021 - sdnvpn.lib.openstack_utils - DEBUG - Router '2e98cf86-8ba0-44cd-9de7-493f8d67d9aa' created successfully 2019-01-09 10:50:31,021 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 10:50:31,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"subnet_id": "ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67"}' 2019-01-09 10:50:32,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0233c527-5079-4cc9-a389-7c7da4fc31df Date: Wed, 09 Jan 2019 10:50:32 GMT RESP BODY: {"network_id": "d19d0505-ca04-4e51-bf09-cff9264ba471", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67", "subnet_ids": ["ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67"], "port_id": "07bec013-85fd-4d95-8e7f-e83741ca8008", "id": "2e98cf86-8ba0-44cd-9de7-493f8d67d9aa"} 2019-01-09 10:50:32,478 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa/add_router_interface used request id req-0233c527-5079-4cc9-a389-7c7da4fc31df 2019-01-09 10:50:32,478 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 10:50:32,478 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 10:50:32,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:32,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2021 X-Openstack-Request-Id: req-d58b3815-aa27-4086-a6ec-d6e6de1eb017 Date: Wed, 09 Jan 2019 10:50:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["6f15170b-7a79-415a-9cba-4b6d53313878"],"description":"","tags":[],"updated_at":"2019-01-09T10:50:25Z","provider:segmentation_id":85,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d19d0505-ca04-4e51-bf09-cff9264ba471","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67"],"description":"","tags":[],"updated_at":"2019-01-09T10:50:30Z","provider:segmentation_id":4,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:29Z","provider:network_type":"vxlan"}]} 2019-01-09 10:50:32,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-d58b3815-aa27-4086-a6ec-d6e6de1eb017 2019-01-09 10:50:32,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}}' 2019-01-09 10:50:34,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-a8dccb44-3a74-4e1f-8f8a-b7fe3a1d433d Date: Wed, 09 Jan 2019 10:50:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:50:33Z", "revision_number": 3, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "2e98cf86-8ba0-44cd-9de7-493f8d67d9aa", "name": "sdnvpn-3-2-quagga-router"}} 2019-01-09 10:50:34,037 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa used request id req-a8dccb44-3a74-4e1f-8f8a-b7fe3a1d433d 2019-01-09 10:50:34,038 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 10:50:34,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:50:34,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db612f11-0f3f-4275-aea3-4ad146f36a29 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:50:34,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-db612f11-0f3f-4275-aea3-4ad146f36a29 2019-01-09 10:50:34,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:50:34,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:50:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["xcBRFtloRfiow1FmxXXFsA"], "issued_at": "2019-01-09T10:50:34.000000Z"}} 2019-01-09 10:50:34,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0b90cf72450a76686501919938bc3e54d19ed00" 2019-01-09 10:50:34,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-7a09e6b7-84db-43fa-b3b3-8d4eb635db64 Date: Wed, 09 Jan 2019 10:50:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 10:50:34,682 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-7a09e6b7-84db-43fa-b3b3-8d4eb635db64 2019-01-09 10:50:34,682 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2019-01-09 10:50:34,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0b90cf72450a76686501919938bc3e54d19ed00" 2019-01-09 10:50:34,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-78d1e0e5-05dd-426b-962c-70dd5fbbfb34 Date: Wed, 09 Jan 2019 10:50: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"}}} 2019-01-09 10:50:34,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-78d1e0e5-05dd-426b-962c-70dd5fbbfb34 2019-01-09 10:50:34,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0b90cf72450a76686501919938bc3e54d19ed00" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2019-01-09 10:50:35,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/999bcee4-d8cc-4961-a22d-a300eaba226b X-Openstack-Request-Id: req-338c9a6f-52d9-4f21-bf41-b1a576ef1996 Date: Wed, 09 Jan 2019 10:50:35 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2019-01-09T10:50:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T10:50:35Z", "visibility": "public", "locations": [], "self": "/v2/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "min_disk": 0, "protected": false, "id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "file": "/v2/images/999bcee4-d8cc-4961-a22d-a300eaba226b/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 10:50:35,065 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-338c9a6f-52d9-4f21-bf41-b1a576ef1996 2019-01-09 10:50:35,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/999bcee4-d8cc-4961-a22d-a300eaba226b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0b90cf72450a76686501919938bc3e54d19ed00" -d '' 2019-01-09 10:50:45,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38ec6cd0-2e57-4cee-bf20-2c62c496ad0c Date: Wed, 09 Jan 2019 10:50:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 10:50:45,973 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/999bcee4-d8cc-4961-a22d-a300eaba226b/file used request id req-38ec6cd0-2e57-4cee-bf20-2c62c496ad0c 2019-01-09 10:50:45,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:46,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2021 X-Openstack-Request-Id: req-3a44bf45-7b41-4455-8aef-8317d1a6752c Date: Wed, 09 Jan 2019 10:50:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["6f15170b-7a79-415a-9cba-4b6d53313878"],"description":"","tags":[],"updated_at":"2019-01-09T10:50:25Z","provider:segmentation_id":85,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d19d0505-ca04-4e51-bf09-cff9264ba471","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67"],"description":"","tags":[],"updated_at":"2019-01-09T10:50:30Z","provider:segmentation_id":4,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:29Z","provider:network_type":"vxlan"}]} 2019-01-09 10:50:46,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-3a44bf45-7b41-4455-8aef-8317d1a6752c 2019-01-09 10:50:46,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"floatingip": {"floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}' 2019-01-09 10:50:48,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-bd7d70e7-6f4d-4b9b-afd8-7cb15c6a4c23 Date: Wed, 09 Jan 2019 10:50:48 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-09T10:50:47Z", "floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": null, "id": "24a6ed46-ac98-433a-b761-33c4db96419b", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:47Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}} 2019-01-09 10:50:48,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-bd7d70e7-6f4d-4b9b-afd8-7cb15c6a4c23 2019-01-09 10:50:48,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:50:48,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2021 X-Openstack-Request-Id: req-14adc4ed-a49d-4647-bbb3-ca3911318ae8 Date: Wed, 09 Jan 2019 10:50:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["6f15170b-7a79-415a-9cba-4b6d53313878"],"description":"","tags":[],"updated_at":"2019-01-09T10:50:25Z","provider:segmentation_id":85,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:24Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d19d0505-ca04-4e51-bf09-cff9264ba471","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67"],"description":"","tags":[],"updated_at":"2019-01-09T10:50:30Z","provider:segmentation_id":4,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:50:29Z","provider:network_type":"vxlan"}]} 2019-01-09 10:50:48,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-14adc4ed-a49d-4647-bbb3-ca3911318ae8 2019-01-09 10:50:48,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"floatingip": {"floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}' 2019-01-09 10:50:49,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-738a43a7-96ed-406c-8aa5-82cda34a1acb Date: Wed, 09 Jan 2019 10:50:49 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2019-01-09T10:50:48Z", "floating_network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "b9e5d8a1-47c4-4c62-b7e3-9b17f5f69bcb", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:48Z", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}} 2019-01-09 10:50:49,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips used request id req-738a43a7-96ed-406c-8aa5-82cda34a1acb 2019-01-09 10:50:49,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:50:49,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13e922df-52eb-4b9b-8678-25f754787d70 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:50:49,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-13e922df-52eb-4b9b-8678-25f754787d70 2019-01-09 10:50:49,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:50:50,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:50:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["u7RyMfeHSAKOTdQATs8mYw"], "issued_at": "2019-01-09T10:50:50.000000Z"}} 2019-01-09 10:50:50,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53f1ce430a9b8551d207084b39eea097775e8ce5" 2019-01-09 10:50:50,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f84e8c6-a6ad-4cd9-9236-03026e0d6fe5 x-compute-request-id: req-3f84e8c6-a6ad-4cd9-9236-03026e0d6fe5 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 10:50:50,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-3f84e8c6-a6ad-4cd9-9236-03026e0d6fe5 2019-01-09 10:50:50,395 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 10:50:50,396 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 10:50:50,396 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 10:50:50,401 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 10:50:50,435 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 10:50:50,436 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 10:50:50,446 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2019-01-09 10:50:50,446 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=999bcee4-d8cc-4961-a22d-a300eaba226b network=d19d0505-ca04-4e51-bf09-cff9264ba471 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.11.5 files=None userdata= #! /bin/bash set -xe # change the password because this script is run on a passwordless cloud-image echo 'ubuntu:opnfv' | chpasswd # Wait for a floating IP # as a workaround to NAT breakage sleep 20 # Variables to be filled in with python NEIGHBOR_IP=172.30.9.33 OWN_IP=172.30.9.201 # 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 2019-01-09 10:50:50,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:50:50,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:50:50,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:50:50,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:50:50,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:50:50,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:50:50,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:50:50,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:50:50,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:50:50,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:50:50,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:50:50,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:50:50,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:50:50,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:50:50,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:50:50,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:50:50,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:50:50,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:50:50,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:50:50,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:50:50,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:50:50,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:50:50,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:50:50,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:50:50,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c5ed7a-41b1-49a6-81a1-663e7685dfb6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:50:50,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-86c5ed7a-41b1-49a6-81a1-663e7685dfb6 2019-01-09 10:50:50,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:50:50,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:50:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["KZwOOM4RQIqLL0BhLr8iTg"], "issued_at": "2019-01-09T10:50:50.000000Z"}} 2019-01-09 10:50:50,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" 2019-01-09 10:50:51,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ace1181e-8748-4935-a856-cb5ab7d978e1 x-compute-request-id: req-ace1181e-8748-4935-a856-cb5ab7d978e1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 10:50:51,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-ace1181e-8748-4935-a856-cb5ab7d978e1 2019-01-09 10:50:51,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" 2019-01-09 10:50:51,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-7ee102a6-4d45-447f-91b3-cdd1173aaf07 x-compute-request-id: req-7ee102a6-4d45-447f-91b3-cdd1173aaf07 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 10:50:51,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10 used request id req-7ee102a6-4d45-447f-91b3-cdd1173aaf07 2019-01-09 10:50:51,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "999bcee4-d8cc-4961-a22d-a300eaba226b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "2d25413a-6352-4f5e-b310-9304e9be4a10", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMzMKT1dOX0lQPTE3Mi4zMC45LjIwMQojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "d19d0505-ca04-4e51-bf09-cff9264ba471"}], "config_drive": true}}' 2019-01-09 10:50:53,028 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10: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-87b44215-30a9-488b-ba02-064dc4935cac x-compute-request-id: req-87b44215-30a9-488b-ba02-064dc4935cac Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "adminPass": "sYzuThpNb4H8"}} 2019-01-09 10:50:53,028 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-87b44215-30a9-488b-ba02-064dc4935cac 2019-01-09 10:50:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:50:53,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72cda43-0501-47dd-9752-1507c7fcf072 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:50:53,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b72cda43-0501-47dd-9752-1507c7fcf072 2019-01-09 10:50:53,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:50:53,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["H1JuChJlQ66rmxz2BLGnIA"], "issued_at": "2019-01-09T10:50:53.000000Z"}} 2019-01-09 10:50:53,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:50:53,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-a10eab71-7c74-4245-9ca8-057cf14e4d59 x-compute-request-id: req-a10eab71-7c74-4245-9ca8-057cf14e4d59 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10: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-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:50:53,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-a10eab71-7c74-4245-9ca8-057cf14e4d59 2019-01-09 10:50:56,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:50:57,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:50:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-310882a5-06d3-426f-871d-463bdfe8630d x-compute-request-id: req-310882a5-06d3-426f-871d-463bdfe8630d Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:50:57,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-310882a5-06d3-426f-871d-463bdfe8630d 2019-01-09 10:51:00,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:01,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-ffb35c2c-8217-4c58-bc61-ee8ace4765dc x-compute-request-id: req-ffb35c2c-8217-4c58-bc61-ee8ace4765dc Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:01,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-ffb35c2c-8217-4c58-bc61-ee8ace4765dc 2019-01-09 10:51:04,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:05,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc15a581-9fbc-48d1-a294-cfe6bf264bb6 x-compute-request-id: req-bc15a581-9fbc-48d1-a294-cfe6bf264bb6 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:05,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-bc15a581-9fbc-48d1-a294-cfe6bf264bb6 2019-01-09 10:51:08,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:08,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51: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-59e08478-d24d-4f07-824f-2752810843da x-compute-request-id: req-59e08478-d24d-4f07-824f-2752810843da Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:08,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-59e08478-d24d-4f07-824f-2752810843da 2019-01-09 10:51:11,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:12,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51: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-b5bfc46e-c144-4dfc-946f-f5beca4c5471 x-compute-request-id: req-b5bfc46e-c144-4dfc-946f-f5beca4c5471 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:12,735 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-b5bfc46e-c144-4dfc-946f-f5beca4c5471 2019-01-09 10:51:15,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:16,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa36296d-e60d-4a1b-b093-0b2dda02790d x-compute-request-id: req-aa36296d-e60d-4a1b-b093-0b2dda02790d Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:16,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-aa36296d-e60d-4a1b-b093-0b2dda02790d 2019-01-09 10:51:19,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:19,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ef1da82-60ff-4d6f-b237-8389456165b6 x-compute-request-id: req-6ef1da82-60ff-4d6f-b237-8389456165b6 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:19,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-6ef1da82-60ff-4d6f-b237-8389456165b6 2019-01-09 10:51:22,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:23,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51: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-4e9c80bd-55cf-4b8a-8acc-df4fc0620b83 x-compute-request-id: req-4e9c80bd-55cf-4b8a-8acc-df4fc0620b83 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:23,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-4e9c80bd-55cf-4b8a-8acc-df4fc0620b83 2019-01-09 10:51:26,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:27,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51: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-89a649a6-7355-4df6-a528-6b417f663177 x-compute-request-id: req-89a649a6-7355-4df6-a528-6b417f663177 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:27,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-89a649a6-7355-4df6-a528-6b417f663177 2019-01-09 10:51:30,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:31,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51: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-e4cd81df-5b09-458d-b919-08c8816ddf41 x-compute-request-id: req-e4cd81df-5b09-458d-b919-08c8816ddf41 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:31,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-e4cd81df-5b09-458d-b919-08c8816ddf41 2019-01-09 10:51:34,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:34,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-7adefd26-0b55-4c25-b252-db2ed988ebd1 x-compute-request-id: req-7adefd26-0b55-4c25-b252-db2ed988ebd1 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:34,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-7adefd26-0b55-4c25-b252-db2ed988ebd1 2019-01-09 10:51:37,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:38,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-9f5fc2e2-f455-4132-861b-0100829d2200 x-compute-request-id: req-9f5fc2e2-f455-4132-861b-0100829d2200 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:38,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-9f5fc2e2-f455-4132-861b-0100829d2200 2019-01-09 10:51:41,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:41,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51: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-4d97fc8a-b33d-4af6-a03d-96aa1f1a143b x-compute-request-id: req-4d97fc8a-b33d-4af6-a03d-96aa1f1a143b Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:41,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-4d97fc8a-b33d-4af6-a03d-96aa1f1a143b 2019-01-09 10:51:44,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:45,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-531e5476-0093-4278-ac19-4bc5e9afbe52 x-compute-request-id: req-531e5476-0093-4278-ac19-4bc5e9afbe52 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:45,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-531e5476-0093-4278-ac19-4bc5e9afbe52 2019-01-09 10:51:48,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:49,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51: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-fad3d00a-2519-47ef-8a68-ea9d48d11da0 x-compute-request-id: req-fad3d00a-2519-47ef-8a68-ea9d48d11da0 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:49,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-fad3d00a-2519-47ef-8a68-ea9d48d11da0 2019-01-09 10:51:52,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:53,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:51: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-bb9e9636-c769-442a-89d0-0372249043e9 x-compute-request-id: req-bb9e9636-c769-442a-89d0-0372249043e9 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:53,545 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-bb9e9636-c769-442a-89d0-0372249043e9 2019-01-09 10:51:56,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:51:57,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-176dfd5c-72d0-4c88-bfef-33daef8f130a x-compute-request-id: req-176dfd5c-72d0-4c88-bfef-33daef8f130a Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:51:57,039 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-176dfd5c-72d0-4c88-bfef-33daef8f130a 2019-01-09 10:52:00,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:00,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e35b592-c0ec-4d4e-a3cc-b90fca558f2b x-compute-request-id: req-6e35b592-c0ec-4d4e-a3cc-b90fca558f2b Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:00,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-6e35b592-c0ec-4d4e-a3cc-b90fca558f2b 2019-01-09 10:52:03,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:03,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52: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-23bb1589-ecec-4eba-934c-77affdb1b1f4 x-compute-request-id: req-23bb1589-ecec-4eba-934c-77affdb1b1f4 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:03,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-23bb1589-ecec-4eba-934c-77affdb1b1f4 2019-01-09 10:52:06,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:07,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d06e4fe-1a5e-4a29-a855-49604f58f1a8 x-compute-request-id: req-2d06e4fe-1a5e-4a29-a855-49604f58f1a8 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:07,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-2d06e4fe-1a5e-4a29-a855-49604f58f1a8 2019-01-09 10:52:10,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:10,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c425e17-24b1-4866-a9a6-9ec634620490 x-compute-request-id: req-1c425e17-24b1-4866-a9a6-9ec634620490 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:10,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-1c425e17-24b1-4866-a9a6-9ec634620490 2019-01-09 10:52:13,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:14,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52: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-293458ad-b470-48ff-9e94-93cb532a5bfa x-compute-request-id: req-293458ad-b470-48ff-9e94-93cb532a5bfa Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:14,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-293458ad-b470-48ff-9e94-93cb532a5bfa 2019-01-09 10:52:17,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:17,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e56bb5c-424b-4788-bdd1-f735d0bce9aa x-compute-request-id: req-6e56bb5c-424b-4788-bdd1-f735d0bce9aa Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:17,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-6e56bb5c-424b-4788-bdd1-f735d0bce9aa 2019-01-09 10:52:20,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:21,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-541c5ff2-f970-43cb-90a9-2728e268e233 x-compute-request-id: req-541c5ff2-f970-43cb-90a9-2728e268e233 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:21,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-541c5ff2-f970-43cb-90a9-2728e268e233 2019-01-09 10:52:24,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:24,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-8606dd7f-27f7-48dd-8d49-519a631bae6a x-compute-request-id: req-8606dd7f-27f7-48dd-8d49-519a631bae6a Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:24,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-8606dd7f-27f7-48dd-8d49-519a631bae6a 2019-01-09 10:52:27,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:28,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-4c94e210-b741-45a6-b9c4-ec3ff58d824f x-compute-request-id: req-4c94e210-b741-45a6-b9c4-ec3ff58d824f Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:28,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-4c94e210-b741-45a6-b9c4-ec3ff58d824f 2019-01-09 10:52:31,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:31,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-08cc5a4f-7ee5-4538-a102-dbad543b4c25 x-compute-request-id: req-08cc5a4f-7ee5-4538-a102-dbad543b4c25 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:31,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-08cc5a4f-7ee5-4538-a102-dbad543b4c25 2019-01-09 10:52:35,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:35,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-cfa61024-614d-42bd-9e45-845d66b6ba0b x-compute-request-id: req-cfa61024-614d-42bd-9e45-845d66b6ba0b Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:35,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-cfa61024-614d-42bd-9e45-845d66b6ba0b 2019-01-09 10:52:38,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:39,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1fd8f74-cb0b-48dd-b0fe-cc6e8d0e5bf0 x-compute-request-id: req-a1fd8f74-cb0b-48dd-b0fe-cc6e8d0e5bf0 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:39,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-a1fd8f74-cb0b-48dd-b0fe-cc6e8d0e5bf0 2019-01-09 10:52:42,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:42,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f367de0-f3e8-4428-a1e1-e280172da096 x-compute-request-id: req-3f367de0-f3e8-4428-a1e1-e280172da096 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:42,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-3f367de0-f3e8-4428-a1e1-e280172da096 2019-01-09 10:52:45,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:46,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75f3ef4b-5cbc-4222-b5d9-af7d40007a9c x-compute-request-id: req-75f3ef4b-5cbc-4222-b5d9-af7d40007a9c Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:46,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-75f3ef4b-5cbc-4222-b5d9-af7d40007a9c 2019-01-09 10:52:49,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:49,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80cfc97b-918f-4109-a700-af2efe21eac4 x-compute-request-id: req-80cfc97b-918f-4109-a700-af2efe21eac4 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:49,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-80cfc97b-918f-4109-a700-af2efe21eac4 2019-01-09 10:52:52,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:53,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52ab2f4a-888a-4984-ac14-7022621fa9b3 x-compute-request-id: req-52ab2f4a-888a-4984-ac14-7022621fa9b3 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:53,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-52ab2f4a-888a-4984-ac14-7022621fa9b3 2019-01-09 10:52:56,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:52:57,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:52:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea06252d-e43d-4a1c-aa42-2c037b7a4593 x-compute-request-id: req-ea06252d-e43d-4a1c-aa42-2c037b7a4593 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:50:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:52:57,135 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-ea06252d-e43d-4a1c-aa42-2c037b7a4593 2019-01-09 10:53:00,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c30f8d68d82abb125a5a9f9c6e7ca5fa6c6c180" 2019-01-09 10:53:00,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-2b383c1d-3766-4df6-bd9c-44935e57db31 x-compute-request-id: req-2b383c1d-3766-4df6-bd9c-44935e57db31 Content-Encoding: gzip Content-Length: 791 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:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2019-01-09T10:52:58.000000", "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:52:59Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:53:00,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-2b383c1d-3766-4df6-bd9c-44935e57db31 2019-01-09 10:53:00,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" 2019-01-09 10:53:01,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-23960a82-48a1-4bc3-acae-c1fa9ec7fe0d x-compute-request-id: req-23960a82-48a1-4bc3-acae-c1fa9ec7fe0d Content-Encoding: gzip Content-Length: 791 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:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2019-01-09T10:52:58.000000", "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:52:59Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:53:01,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba used request id req-23960a82-48a1-4bc3-acae-c1fa9ec7fe0d 2019-01-09 10:53:01,539 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2019-01-09 10:53:01,540 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group '4e46aeff-3422-4816-9331-c207cd802207'... 2019-01-09 10:53:01,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53f1ce430a9b8551d207084b39eea097775e8ce5" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:53:03,043 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f56b7c0a-eaf3-48e8-98bf-e03474c59cd1 x-compute-request-id: req-f56b7c0a-eaf3-48e8-98bf-e03474c59cd1 Content-Length: 0 Content-Type: application/json 2019-01-09 10:53:03,043 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-f56b7c0a-eaf3-48e8-98bf-e03474c59cd1 2019-01-09 10:53:03,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53f1ce430a9b8551d207084b39eea097775e8ce5" -d '{"addFloatingIp": {"address": "172.30.9.210"}}' 2019-01-09 10:53:05,434 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:53:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-738f0a5a-15a9-4db5-be93-d1ea32a33f82 x-compute-request-id: req-738f0a5a-15a9-4db5-be93-d1ea32a33f82 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. 2019-01-09 10:53:05,434 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-738f0a5a-15a9-4db5-be93-d1ea32a33f82 2019-01-09 10:53:05,435 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 10:53:05,436 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 10:53:05,436 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 10:53:05,438 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 10:53:05,608 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-09 10:53:05,609 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-09 10:53:05,609 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-09 10:53:05,610 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-09 10:53:05,610 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-09 10:53:05,651 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-09 10:53:05,750 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-09 10:53:05,750 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2019-01-09 10:53:05,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:53:05,755 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-09 10:53:06,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cec4a14-d5b2-4cb8-b694-caf583b04f5f x-compute-request-id: req-6cec4a14-d5b2-4cb8-b694-caf583b04f5f Content-Encoding: gzip Content-Length: 10412 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1237268097 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131375] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133007] pid_max: default: 32768 minimum: 301\n[ 0.133882] ACPI: Core revision 20150930\n[ 0.135252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136529] Security Framework initialized\n[ 0.137337] Yama: becoming mindful.\n[ 0.138062] AppArmor: AppArmor initialized\n[ 0.138924] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.140313] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141943] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143137] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144481] Initializing cgroup subsys io\n[ 0.145275] Initializing cgroup subsys memory\n[ 0.146116] Initializing cgroup subsys devices\n[ 0.146980] Initializing cgroup subsys freezer\n[ 0.147833] Initializing cgroup subsys net_cls\n[ 0.148680] Initializing cgroup subsys perf_event\n[ 0.149582] Initializing cgroup subsys net_prio\n[ 0.150453] Initializing cgroup subsys hugetlb\n[ 0.151308] Initializing cgroup subsys pids\n[ 0.152172] CPU: Physical Processor ID: 0\n[ 0.153655] mce: CPU supports 10 MCE banks\n[ 0.154493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155480] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166162] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.172574] ftrace: allocating 32123 entries in 126 pages\n[ 0.199162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] smpboot: Max logical packages: 1\n[ 0.201335] x2apic enabled\n[ 0.202139] Switched APIC routing to physical x2apic.\n[ 0.203867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204980] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206939] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208702] KVM setup paravirtual spinlock\n[ 0.209974] x86: Booted up 1 node, 1 CPUs\n[ 0.210766] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212137] devtmpfs: initialized\n[ 0.214582] evm: security.selinux\n[ 0.215275] evm: security.SMACK64\n[ 0.215950] evm: security.SMACK64EXEC\n[ 0.216680] evm: security.SMACK64TRANSMUTE\n[ 0.217482] evm: security.SMACK64MMAP\n[ 0.218218] evm: security.ima\n[ 0.218844] evm: security.capability\n[ 0.219634] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221447] pinctrl core: initialized pinctrl subsystem\n[ 0.222531] RTC time: 10:52:59, date: 01/09/19\n[ 0.223454] NET: Registered protocol family 16\n[ 0.224412] cpuidle: using governor ladder\n[ 0.225216] cpuidle: using governor menu\n[ 0.225986] PCCT header not found.\n[ 0.226730] ACPI: bus type PCI registered\n[ 0.227520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228737] PCI: Using configuration type 1 for base access\n[ 0.230871] ACPI: Added _OSI(Module Device)\n[ 0.231696] ACPI: Added _OSI(Processor Device)\n[ 0.232545] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233433] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236256] ACPI: Interpreter enabled\n[ 0.237022] ACPI: (supports S0 S5)\n[ 0.237713] ACPI: Using IOAPIC for interrupt routing\n[ 0.238645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242844] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244057] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247621] acpiphp: Slot [3] registered\n[ 0.248420] acpiphp: Slot [4] registered\n[ 0.249210] acpiphp: Slot [5] registered\n[ 0.250006] acpiphp: Slot [6] registered\n[ 0.250792] acpiphp: Slot [7] registered\n[ 0.251578] acpiphp: Slot [8] registered\n[ 0.252367] acpiphp: Slot [9] registered\n[ 0.253154] acpiphp: Slot [10] registered\n[ 0.253950] acpiphp: Slot [11] registered\n[ 0.254749] acpiphp: Slot [12] registered\n[ 0.255557] acpiphp: Slot [13] registered\n[ 0.256357] acpiphp: Slot [14] registered\n[ 0.267276] acpiphp: Slot [15] registered\n[ 0.268089] acpiphp: Slot [16] registered\n[ 0.268886] acpiphp: Slot [17] registered\n[ 0.269689] acpiphp: Slot [18] registered\n[ 0.270505] acpiphp: Slot [19] registered\n[ 0.271312] acpiphp: Slot [20] registered\n[ 0.272112] acpiphp: Slot [21] registered\n[ 0.272907] acpiphp: Slot [22] registered\n[ 0.273709] acpiphp: Slot [23] registered\n[ 0.274510] acpiphp: Slot [24] registered\n[ 0.275315] acpiphp: Slot [25] registered\n[ 0.276118] acpiphp: Slot [26] registered\n[ 0.276911] acpiphp: Slot [27] registered\n[ 0.277708] acpiphp: Slot [28] registered\n[ 0.278507] acpiphp: Slot [29] registered\n[ 0.279308] acpiphp: Slot [30] registered\n[ 0.280105] acpiphp: Slot [31] registered\n[ 0.280899] PCI host bridge to bus 0000:00\n[ 0.281696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282884] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285503] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.286922] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295487] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303987] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356053] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357417] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358657] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361204] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362741] vgaarb: loaded\n[ 0.363336] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364470] SCSI subsystem initialized\n[ 0.365274] ACPI: bus type USB registered\n[ 0.366076] usbcore: registered new interface driver usbfs\n[ 0.367090] usbcore: registered new interface driver hub\n[ 0.368074] usbcore: registered new device driver usb\n[ 0.369103] PCI: Using ACPI for IRQ routing\n[ 0.370118] NetLabel: Initializing\n[ 0.370819] NetLabel: domain hash size = 128\n[ 0.371665] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372606] NetLabel: unlabeled traffic allowed by default\n[ 0.373673] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374625] clocksource: Switched to clocksource kvm-clock\n[ 0.380184] AppArmor: AppArmor Filesystem Enabled\n[ 0.381127] pnp: PnP ACPI init\n[ 0.382037] pnp: PnP ACPI: found 5 devices\n[ 0.388070] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389755] NET: Registered protocol family 2\n[ 0.390708] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391993] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393173] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394340] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395418] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396588] NET: Registered protocol family 1\n[ 0.397446] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427852] Trying to unpack rootfs image as initramfs...\n[ 1.703237] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.717296] Scanning for low memory corruption every 60 seconds\n[ 1.718904] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.720348] audit: initializing netlink subsys (disabled)\n[ 1.721612] audit: type=2000 audit(1547031181.624:1): initialized\n[ 1.723224] Initialise system trusted keyring\n[ 1.724350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.725805] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.728095] zbud: loaded\n[ 1.728924] VFS: Disk quotas dquot_6.6.0\n[ 1.729919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.731622] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.733113] fuse init (API version 7.23)\n[ 1.734163] Key type big_key registered\n[ 1.735137] Allocating IMA MOK and blacklist keyrings.\n[ 1.736508] Key type asymmetric registered\n[ 1.737519] Asymmetric key parser 'x509' registered\n[ 1.738704] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.740503] io scheduler noop registered\n[ 1.741472] io scheduler deadline registered (default)\n[ 1.742688] io scheduler cfq registered\n[ 1.743697] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744994] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.748368] ACPI: Power Button [PWRF]\n[ 1.749371] GHES: HEST is not enabled!\n[ 1.763202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.791781] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.794415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.818818] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.821190] Linux agpgart interface v0.103\n[ 1.823330] brd: module loaded\n[ 1.824706] loop: module loaded\n[ 1.826267] vda: vda1\n[ 1.827685] scsi host0: ata_piix\n[ 1.828585] scsi host1: ata_piix\n[ 1.829424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.830900] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.832593] libphy: Fixed MDIO Bus: probed\n[ 1.833573] tun: Universal TUN/TAP device driver, 1.6\n[ 1.834725] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.837104] PPP generic driver version 2.4.2\n[ 1.838238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.839713] ehci-pci: EHCI PCI platform driver\n[ 1.840775] ehci-platform: EHCI generic platform driver\n[ 1.841987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.843381] ohci-pci: OHCI PCI platform driver\n[ 1.844450] ohci-platform: OHCI generic platform driver\n[ 1.845657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.860352] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.861573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.863299] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.864477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.865801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.867332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.869058] usb usb1: Product: UHCI Host Controller\n[ 1.870229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.871645] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.872775] hub 1-0:1.0: USB hub found\n[ 1.873694] hub 1-0:1.0: 2 ports detected\n[ 1.874780] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.877211] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.878393] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.879616] mousedev: PS/2 mouse device common for all mice\n[ 1.881116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.883286] rtc_cmos 00:00: RTC can wake from S4\n[ 1.884551] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.885979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887459] i2c /dev entries driver\n[ 1.888384] device-mapper: uevent: version 1.0.3\n[ 1.889484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.891446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892939] NET: Registered protocol family 10\n[ 1.894093] NET: Registered protocol family 17\n[ 1.895157] Key type dns_resolver registered\n[ 1.896239] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.897580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.899683] registered taskstats version 1\n[ 1.900669] Loading compiled-in X.509 certificates\n[ 1.902317] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.904539] zswap: loaded using pool lzo/zbud\n[ 1.906469] Key type trusted registered\n[ 1.908887] Key type encrypted registered\n[ 1.909868] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.911122] ima: No TPM chip found, activating TPM-bypass!\n[ 1.912372] evm: HMAC attrs: 0x1\n[ 1.913411] Magic number: 3:44:881\n[ 1.914368] rtc_cmos 00:00: setting system clock to 2019-01-09 10:53:01 UTC (1547031181)\n[ 1.916282] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.917639] EDD information not available.\n[ 1.987151] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.988816] ata1.00: configured for MWDMA2\n[ 1.990227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.992894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.994425] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.006160] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.008214] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.010101] Write protecting the kernel read-only data: 14336k\n[ 2.011859] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.013872] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.022813] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024985] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027368] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029637] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.031839] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036258] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038363] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041026] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043171] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071541] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080777] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.083023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.096854] AVX2 version of gcm_enc/dec engaged.\n[ 2.097983] AES CTR mode by8 optimization enabled\n[ 2.114985] FDC 0 is a S82078B\n[ 2.186638] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349946] usb 1-1: Product: QEMU USB Tablet\n[ 2.351038] usb 1-1: Manufacturer: QEMU\n[ 2.351956] usb 1-1: SerialNumber: 42\n[ 2.359418] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366281] usbcore: registered new interface driver usbhid\n[ 2.367531] usbhid: USB HID core driver\n[ 2.370140] 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.372407] 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.714685] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 2.716084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.345569] md: linear personality registered for level -1\n[ 3.348406] md: multipath personality registered for level -4\n[ 3.351299] md: raid0 personality registered for level 0\n[ 3.354337] md: raid1 personality registered for level 1\n[ 3.422630] raid6: sse2x1 gen() 11640 MB/s\n[ 3.490631] raid6: sse2x1 xor() 9033 MB/s\n[ 3.558629] raid6: sse2x2 gen() 14845 MB/s\n[ 3.626628] raid6: sse2x2 xor() 9674 MB/s\n[ 3.694631] raid6: sse2x4 gen() 16536 MB/s\n[ 3.762630] raid6: sse2x4 xor() 11638 MB/s\n[ 3.830631] raid6: avx2x1 gen() 22651 MB/s\n[ 3.898628] raid6: avx2x2 gen() 26755 MB/s\n[ 3.966628] raid6: avx2x4 gen() 30523 MB/s\n[ 3.968906] raid6: using algorithm avx2x4 gen() 30523 MB/s\n[ 3.970183] raid6: using avx2x2 recovery algorithm\n[ 3.972418] xor: automatically using best checksumming function:\n[ 4.010628] avx : 35886.000 MB/sec\n[ 4.012605] async_tx: api initialized (async)\n[ 4.020082] md: raid6 personality registered for level 6\n[ 4.021325] md: raid5 personality registered for level 5\n[ 4.022556] md: raid4 personality registered for level 4\n[ 4.026829] 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.050566] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.076851] 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.163546] 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.166845] systemd[1]: Detected virtualization kvm.\n[ 4.167800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.171149] systemd[1]: Set hostname to .\n[ 4.174771] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.175886] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.287285] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.290533] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.293214] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.296201] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.299573] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.302323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.305275] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.309242] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.311974] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.315117] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.321343] systemd[1]: Listening on LVM2 metadata daemon socket.\n[ 4.324850] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.328060] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.335704] 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...[ 4.343411] iscsi: registered transport (tcp)\n\n[ 4.345488] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.352781] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.358659] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.365505] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.370452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.373916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.380198] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.386058] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.389322] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.394759] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...[ 4.399412] iscsi: registered transport (iser)\n\n[ 4.401588] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405706] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.407470] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.410111] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.413912] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.417073] 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.423800] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.426471] 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.436914] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.438891] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.441528] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.444040] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting 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 Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n"} 2019-01-09 10:53:06,834 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-6cec4a14-d5b2-4cb8-b694-caf583b04f5f 2019-01-09 10:53:36,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:53:37,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-1b5ee4f2-108c-4e89-a6ba-ab7e8d0e9060 x-compute-request-id: req-1b5ee4f2-108c-4e89-a6ba-ab7e8d0e9060 Content-Encoding: gzip Content-Length: 13216 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1237268097 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131375] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133007] pid_max: default: 32768 minimum: 301\n[ 0.133882] ACPI: Core revision 20150930\n[ 0.135252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136529] Security Framework initialized\n[ 0.137337] Yama: becoming mindful.\n[ 0.138062] AppArmor: AppArmor initialized\n[ 0.138924] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.140313] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141943] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143137] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144481] Initializing cgroup subsys io\n[ 0.145275] Initializing cgroup subsys memory\n[ 0.146116] Initializing cgroup subsys devices\n[ 0.146980] Initializing cgroup subsys freezer\n[ 0.147833] Initializing cgroup subsys net_cls\n[ 0.148680] Initializing cgroup subsys perf_event\n[ 0.149582] Initializing cgroup subsys net_prio\n[ 0.150453] Initializing cgroup subsys hugetlb\n[ 0.151308] Initializing cgroup subsys pids\n[ 0.152172] CPU: Physical Processor ID: 0\n[ 0.153655] mce: CPU supports 10 MCE banks\n[ 0.154493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155480] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166162] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.172574] ftrace: allocating 32123 entries in 126 pages\n[ 0.199162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] smpboot: Max logical packages: 1\n[ 0.201335] x2apic enabled\n[ 0.202139] Switched APIC routing to physical x2apic.\n[ 0.203867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204980] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206939] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208702] KVM setup paravirtual spinlock\n[ 0.209974] x86: Booted up 1 node, 1 CPUs\n[ 0.210766] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212137] devtmpfs: initialized\n[ 0.214582] evm: security.selinux\n[ 0.215275] evm: security.SMACK64\n[ 0.215950] evm: security.SMACK64EXEC\n[ 0.216680] evm: security.SMACK64TRANSMUTE\n[ 0.217482] evm: security.SMACK64MMAP\n[ 0.218218] evm: security.ima\n[ 0.218844] evm: security.capability\n[ 0.219634] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221447] pinctrl core: initialized pinctrl subsystem\n[ 0.222531] RTC time: 10:52:59, date: 01/09/19\n[ 0.223454] NET: Registered protocol family 16\n[ 0.224412] cpuidle: using governor ladder\n[ 0.225216] cpuidle: using governor menu\n[ 0.225986] PCCT header not found.\n[ 0.226730] ACPI: bus type PCI registered\n[ 0.227520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228737] PCI: Using configuration type 1 for base access\n[ 0.230871] ACPI: Added _OSI(Module Device)\n[ 0.231696] ACPI: Added _OSI(Processor Device)\n[ 0.232545] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233433] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236256] ACPI: Interpreter enabled\n[ 0.237022] ACPI: (supports S0 S5)\n[ 0.237713] ACPI: Using IOAPIC for interrupt routing\n[ 0.238645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242844] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244057] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247621] acpiphp: Slot [3] registered\n[ 0.248420] acpiphp: Slot [4] registered\n[ 0.249210] acpiphp: Slot [5] registered\n[ 0.250006] acpiphp: Slot [6] registered\n[ 0.250792] acpiphp: Slot [7] registered\n[ 0.251578] acpiphp: Slot [8] registered\n[ 0.252367] acpiphp: Slot [9] registered\n[ 0.253154] acpiphp: Slot [10] registered\n[ 0.253950] acpiphp: Slot [11] registered\n[ 0.254749] acpiphp: Slot [12] registered\n[ 0.255557] acpiphp: Slot [13] registered\n[ 0.256357] acpiphp: Slot [14] registered\n[ 0.267276] acpiphp: Slot [15] registered\n[ 0.268089] acpiphp: Slot [16] registered\n[ 0.268886] acpiphp: Slot [17] registered\n[ 0.269689] acpiphp: Slot [18] registered\n[ 0.270505] acpiphp: Slot [19] registered\n[ 0.271312] acpiphp: Slot [20] registered\n[ 0.272112] acpiphp: Slot [21] registered\n[ 0.272907] acpiphp: Slot [22] registered\n[ 0.273709] acpiphp: Slot [23] registered\n[ 0.274510] acpiphp: Slot [24] registered\n[ 0.275315] acpiphp: Slot [25] registered\n[ 0.276118] acpiphp: Slot [26] registered\n[ 0.276911] acpiphp: Slot [27] registered\n[ 0.277708] acpiphp: Slot [28] registered\n[ 0.278507] acpiphp: Slot [29] registered\n[ 0.279308] acpiphp: Slot [30] registered\n[ 0.280105] acpiphp: Slot [31] registered\n[ 0.280899] PCI host bridge to bus 0000:00\n[ 0.281696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282884] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285503] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.286922] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295487] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303987] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356053] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357417] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358657] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361204] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362741] vgaarb: loaded\n[ 0.363336] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364470] SCSI subsystem initialized\n[ 0.365274] ACPI: bus type USB registered\n[ 0.366076] usbcore: registered new interface driver usbfs\n[ 0.367090] usbcore: registered new interface driver hub\n[ 0.368074] usbcore: registered new device driver usb\n[ 0.369103] PCI: Using ACPI for IRQ routing\n[ 0.370118] NetLabel: Initializing\n[ 0.370819] NetLabel: domain hash size = 128\n[ 0.371665] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372606] NetLabel: unlabeled traffic allowed by default\n[ 0.373673] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374625] clocksource: Switched to clocksource kvm-clock\n[ 0.380184] AppArmor: AppArmor Filesystem Enabled\n[ 0.381127] pnp: PnP ACPI init\n[ 0.382037] pnp: PnP ACPI: found 5 devices\n[ 0.388070] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389755] NET: Registered protocol family 2\n[ 0.390708] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391993] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393173] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394340] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395418] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396588] NET: Registered protocol family 1\n[ 0.397446] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427852] Trying to unpack rootfs image as initramfs...\n[ 1.703237] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.717296] Scanning for low memory corruption every 60 seconds\n[ 1.718904] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.720348] audit: initializing netlink subsys (disabled)\n[ 1.721612] audit: type=2000 audit(1547031181.624:1): initialized\n[ 1.723224] Initialise system trusted keyring\n[ 1.724350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.725805] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.728095] zbud: loaded\n[ 1.728924] VFS: Disk quotas dquot_6.6.0\n[ 1.729919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.731622] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.733113] fuse init (API version 7.23)\n[ 1.734163] Key type big_key registered\n[ 1.735137] Allocating IMA MOK and blacklist keyrings.\n[ 1.736508] Key type asymmetric registered\n[ 1.737519] Asymmetric key parser 'x509' registered\n[ 1.738704] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.740503] io scheduler noop registered\n[ 1.741472] io scheduler deadline registered (default)\n[ 1.742688] io scheduler cfq registered\n[ 1.743697] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744994] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.748368] ACPI: Power Button [PWRF]\n[ 1.749371] GHES: HEST is not enabled!\n[ 1.763202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.791781] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.794415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.818818] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.821190] Linux agpgart interface v0.103\n[ 1.823330] brd: module loaded\n[ 1.824706] loop: module loaded\n[ 1.826267] vda: vda1\n[ 1.827685] scsi host0: ata_piix\n[ 1.828585] scsi host1: ata_piix\n[ 1.829424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.830900] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.832593] libphy: Fixed MDIO Bus: probed\n[ 1.833573] tun: Universal TUN/TAP device driver, 1.6\n[ 1.834725] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.837104] PPP generic driver version 2.4.2\n[ 1.838238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.839713] ehci-pci: EHCI PCI platform driver\n[ 1.840775] ehci-platform: EHCI generic platform driver\n[ 1.841987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.843381] ohci-pci: OHCI PCI platform driver\n[ 1.844450] ohci-platform: OHCI generic platform driver\n[ 1.845657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.860352] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.861573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.863299] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.864477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.865801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.867332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.869058] usb usb1: Product: UHCI Host Controller\n[ 1.870229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.871645] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.872775] hub 1-0:1.0: USB hub found\n[ 1.873694] hub 1-0:1.0: 2 ports detected\n[ 1.874780] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.877211] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.878393] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.879616] mousedev: PS/2 mouse device common for all mice\n[ 1.881116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.883286] rtc_cmos 00:00: RTC can wake from S4\n[ 1.884551] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.885979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887459] i2c /dev entries driver\n[ 1.888384] device-mapper: uevent: version 1.0.3\n[ 1.889484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.891446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892939] NET: Registered protocol family 10\n[ 1.894093] NET: Registered protocol family 17\n[ 1.895157] Key type dns_resolver registered\n[ 1.896239] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.897580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.899683] registered taskstats version 1\n[ 1.900669] Loading compiled-in X.509 certificates\n[ 1.902317] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.904539] zswap: loaded using pool lzo/zbud\n[ 1.906469] Key type trusted registered\n[ 1.908887] Key type encrypted registered\n[ 1.909868] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.911122] ima: No TPM chip found, activating TPM-bypass!\n[ 1.912372] evm: HMAC attrs: 0x1\n[ 1.913411] Magic number: 3:44:881\n[ 1.914368] rtc_cmos 00:00: setting system clock to 2019-01-09 10:53:01 UTC (1547031181)\n[ 1.916282] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.917639] EDD information not available.\n[ 1.987151] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.988816] ata1.00: configured for MWDMA2\n[ 1.990227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.992894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.994425] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.006160] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.008214] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.010101] Write protecting the kernel read-only data: 14336k\n[ 2.011859] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.013872] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.022813] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024985] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027368] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029637] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.031839] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036258] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038363] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041026] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043171] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071541] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080777] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.083023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.096854] AVX2 version of gcm_enc/dec engaged.\n[ 2.097983] AES CTR mode by8 optimization enabled\n[ 2.114985] FDC 0 is a S82078B\n[ 2.186638] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349946] usb 1-1: Product: QEMU USB Tablet\n[ 2.351038] usb 1-1: Manufacturer: QEMU\n[ 2.351956] usb 1-1: SerialNumber: 42\n[ 2.359418] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366281] usbcore: registered new interface driver usbhid\n[ 2.367531] usbhid: USB HID core driver\n[ 2.370140] 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.372407] 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.714685] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 2.716084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.345569] md: linear personality registered for level -1\n[ 3.348406] md: multipath personality registered for level -4\n[ 3.351299] md: raid0 personality registered for level 0\n[ 3.354337] md: raid1 personality registered for level 1\n[ 3.422630] raid6: sse2x1 gen() 11640 MB/s\n[ 3.490631] raid6: sse2x1 xor() 9033 MB/s\n[ 3.558629] raid6: sse2x2 gen() 14845 MB/s\n[ 3.626628] raid6: sse2x2 xor() 9674 MB/s\n[ 3.694631] raid6: sse2x4 gen() 16536 MB/s\n[ 3.762630] raid6: sse2x4 xor() 11638 MB/s\n[ 3.830631] raid6: avx2x1 gen() 22651 MB/s\n[ 3.898628] raid6: avx2x2 gen() 26755 MB/s\n[ 3.966628] raid6: avx2x4 gen() 30523 MB/s\n[ 3.968906] raid6: using algorithm avx2x4 gen() 30523 MB/s\n[ 3.970183] raid6: using avx2x2 recovery algorithm\n[ 3.972418] xor: automatically using best checksumming function:\n[ 4.010628] avx : 35886.000 MB/sec\n[ 4.012605] async_tx: api initialized (async)\n[ 4.020082] md: raid6 personality registered for level 6\n[ 4.021325] md: raid5 personality registered for level 5\n[ 4.022556] md: raid4 personality registered for level 4\n[ 4.026829] 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.050566] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.076851] 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.163546] 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.166845] systemd[1]: Detected virtualization kvm.\n[ 4.167800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.171149] systemd[1]: Set hostname to .\n[ 4.174771] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.175886] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.287285] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.290533] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.293214] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.296201] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.299573] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.302323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.305275] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.309242] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.311974] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.315117] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.321343] systemd[1]: Listening on LVM2 metadata daemon socket.\n[ 4.324850] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.328060] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.335704] 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...[ 4.343411] iscsi: registered transport (tcp)\n\n[ 4.345488] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.352781] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.358659] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.365505] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.370452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.373916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.380198] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.386058] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.389322] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.394759] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...[ 4.399412] iscsi: registered transport (iser)\n\n[ 4.401588] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405706] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.407470] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.410111] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.413912] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.417073] 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.423800] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.426471] 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.436914] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.438891] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.441528] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.444040] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting 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 Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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.941748] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 10:53:05 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.175128] cloud-init[1039]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 10:53:06 +0000. Up 7.01 seconds.\n[ 8.177415] cloud-init[1039]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184137] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.186403] cloud-init[1039]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.192287] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.196103] cloud-init[1039]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.200095] cloud-init[1039]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.208118] cloud-init[1039]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ad:07:f2 |\n[ 8.210783] cloud-init[1039]: ci-info: | ens3 | True | fe80::f816:3eff:fead:7f2/64 | . | link | fa:16:3e:ad:07:f2 |\n[ 8.216266] cloud-init[1039]: ci-info: | ens6 | False | . | . | . | 52:54:00:06:c7:bd |\n[ 8.224103] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.226796] cloud-init[1039]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.235002] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.238955] cloud-init[1039]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.241063] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.244630] cloud-init[1039]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.248089] cloud-init[1039]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.249406] cloud-init[1039]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.250720] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.256073] cloud-init[1039]: Generating public/private rsa key pair.\n[ 8.256980] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.258086] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.259198] cloud-init[1039]: The key fingerprint is:\n[ 8.259964] Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1039]: SHA256:OIJYBuzc83rUCc+GxFyTOtJ5p4VRIoMbL/9FsCcovGo root@sdnvpn-3-2-quagga\n[ 8.266256] cloud-init[1039]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.269735] cloud-init[1039]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n [ 8.276333] cloud-init[1039]: |o .o .o. |\n[ 8.277078] cloud-init[1039]: | o o o*. |\n[ 8.277819] cloud-init[1039]: |o = B = * |\n[ 8.278558] cloud-init[1039]: | * X % * = |\n[ 8.279286] cloud-init[1039]: |. . @ @ S |\nStarting System Logging Service...\n[ 8.281617] cloud-init[1039]: | . * O . |\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.323811] cloud-init[1039]: | . o o . |\n[ 8.334984] cloud-init[1039]: | E . . . |\n[ 8.340621] cloud-init[1039]: |. . |\n[ 8.345275] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0mcloud-init] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1039]: +----[SHA256]-----+\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.385946] cloud-init[1039]: Generating public/private dsa key pair.\n[ 8.400781] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.423715] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.442504] cloud-init[1039]: The key fingerprint is:[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n \n[ 8.457967] Starting Login to default iSCSI targets...\ncloud-init[1039]: SHA256:TnNyqFoyqov5h6Tt2163udxsPr6ne7ywOBISsXJWWls root@sdnvpn-3-2-quagga\n[ 8.480096] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\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.\ncloud-init Starting LSB: daemon to balance interrupts for SMP systems...\n[1039]: Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...The key's randomart image is:\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.539413] cloud-init[1039]: Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n+---[DSA 1024]----+\n[ 8.550256] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\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[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[1039]: | |\n[ 8.590652] cloud-init[1039]: | . o E |\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.594877] cloud-init[1039]: | * o |\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[ 8.607560] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1039]: | . * . . |\n[ 8.620090] cloud-init[1039]: | + . S o |\n[ 8.624061] cloud-init[1039]: | . . .+ = |\n[ 8.626171] cloud-init[1039]: | + .o.+.o .. |\n[ 8.632066] cloud-init[1039]: |o.oo.*.o.*oo+ |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.638391] cloud-init[1039]: |===++ .**XB.. |\n[ 8.644398] cloud-init[1039]: +----[SHA256]-----+\n[ 8.648053] cloud-init[1039]: Generating public/private ecdsa key pair.\n[ 8.650441] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.660134] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.661865] cloud-init[1039]: The key fingerprint is:\n[ 8.664051] cloud-init[1039]: SHA256:KO8r4kgpUAV6M+RmjZGvJPxJeD1VncQ1Pe9qfL9BiKs root@sdnvpn-3-2-quagga\n[ 8.672567] cloud-init[1039]: The key's randomart image is:\n[ 8.674960] cloud-init[1039]: +---[ECDSA 256]---+\n[ 8.676422] cloud-init[1039]: | +o. ..+.oo. |\n[ 8.678894] cloud-init[1039]: | +.= . + .o |\n[ 8.681489] cloud-init[1039]: |o @.o . o|\n[ 8.684080] cloud-init[1039]: |.B.=.o . . . .|\n[ 8.686729] cloud-init[1039]: |.o+.o o S . . o |\n[ 8.689795] cloud-init[1039]: |. oo o . . .|\n[ 8.692787] cloud-init[1039]: |.o . . . o |\n[ 8.695378] cloud-init[1039]: |o.. .. . + o|\n[ 8.698546] cloud-init[1039]: |.... .o. E . o+|\n[ 8.701166] cloud-init[1039]: +----[SHA256]-----+\n[ 8.703459] cloud-init[1039]: Generating public/private ed25519 key pair.\n[ 8.706181] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.708798] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.712846] cloud-init[1039]: The key fingerprint is:\n[ 8.720057] cloud-init[1039]: SHA256:wOr8TmcDXJJ+hmybPnZf5RvuP14OSQ1arBlYK2IvckI root@sdnvpn-3-2-quagga\n[ 8.721523] cloud-init[1039]: The key's randomart image is:\n[ 8.722575] cloud-init[1039]: +--[ED25519 256]--+\n[ 8.728052] cloud-init[1039]: | . |\n[ 8.729061] cloud-init[1039]: | . . o o |\n[ 8.730021] cloud-init[1039]: | E + o o + |\n[ 8.730975] cloud-init[1039]: | * * o . * o |\n[ 8.732049] cloud-init[1039]: | . X S . + o .|\n[ 8.736052] cloud-init[1039]: | o . X . + . |\n[ 8.737045] cloud-init[1039]: | o + + . = .|\n[ 8.738170] cloud-init[1039]: | +oo.. . . *.|\n[ 8.744054] cloud-init[1039]: | o+o .. .=o+|\n[ 8.745082] cloud-init[1039]: +----[SHA256]-----+\n[ 8.940943] cloud-init[1131]: Generating locales (this might take a while)...\n[ 9.509965] cloud-init[1131]: en_US.UTF-8... done\n[ 9.512022] cloud-init[1131]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2019-01-09 10:53:37,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-1b5ee4f2-108c-4e89-a6ba-ab7e8d0e9060 2019-01-09 10:54:07,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:54:09,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-a88ea509-05e2-4ddd-a125-511453b60e73 x-compute-request-id: req-a88ea509-05e2-4ddd-a125-511453b60e73 Content-Encoding: gzip Content-Length: 13216 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1237268097 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131375] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133007] pid_max: default: 32768 minimum: 301\n[ 0.133882] ACPI: Core revision 20150930\n[ 0.135252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136529] Security Framework initialized\n[ 0.137337] Yama: becoming mindful.\n[ 0.138062] AppArmor: AppArmor initialized\n[ 0.138924] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.140313] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141943] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143137] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144481] Initializing cgroup subsys io\n[ 0.145275] Initializing cgroup subsys memory\n[ 0.146116] Initializing cgroup subsys devices\n[ 0.146980] Initializing cgroup subsys freezer\n[ 0.147833] Initializing cgroup subsys net_cls\n[ 0.148680] Initializing cgroup subsys perf_event\n[ 0.149582] Initializing cgroup subsys net_prio\n[ 0.150453] Initializing cgroup subsys hugetlb\n[ 0.151308] Initializing cgroup subsys pids\n[ 0.152172] CPU: Physical Processor ID: 0\n[ 0.153655] mce: CPU supports 10 MCE banks\n[ 0.154493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155480] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166162] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.172574] ftrace: allocating 32123 entries in 126 pages\n[ 0.199162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] smpboot: Max logical packages: 1\n[ 0.201335] x2apic enabled\n[ 0.202139] Switched APIC routing to physical x2apic.\n[ 0.203867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204980] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206939] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208702] KVM setup paravirtual spinlock\n[ 0.209974] x86: Booted up 1 node, 1 CPUs\n[ 0.210766] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212137] devtmpfs: initialized\n[ 0.214582] evm: security.selinux\n[ 0.215275] evm: security.SMACK64\n[ 0.215950] evm: security.SMACK64EXEC\n[ 0.216680] evm: security.SMACK64TRANSMUTE\n[ 0.217482] evm: security.SMACK64MMAP\n[ 0.218218] evm: security.ima\n[ 0.218844] evm: security.capability\n[ 0.219634] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221447] pinctrl core: initialized pinctrl subsystem\n[ 0.222531] RTC time: 10:52:59, date: 01/09/19\n[ 0.223454] NET: Registered protocol family 16\n[ 0.224412] cpuidle: using governor ladder\n[ 0.225216] cpuidle: using governor menu\n[ 0.225986] PCCT header not found.\n[ 0.226730] ACPI: bus type PCI registered\n[ 0.227520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228737] PCI: Using configuration type 1 for base access\n[ 0.230871] ACPI: Added _OSI(Module Device)\n[ 0.231696] ACPI: Added _OSI(Processor Device)\n[ 0.232545] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233433] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236256] ACPI: Interpreter enabled\n[ 0.237022] ACPI: (supports S0 S5)\n[ 0.237713] ACPI: Using IOAPIC for interrupt routing\n[ 0.238645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242844] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244057] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247621] acpiphp: Slot [3] registered\n[ 0.248420] acpiphp: Slot [4] registered\n[ 0.249210] acpiphp: Slot [5] registered\n[ 0.250006] acpiphp: Slot [6] registered\n[ 0.250792] acpiphp: Slot [7] registered\n[ 0.251578] acpiphp: Slot [8] registered\n[ 0.252367] acpiphp: Slot [9] registered\n[ 0.253154] acpiphp: Slot [10] registered\n[ 0.253950] acpiphp: Slot [11] registered\n[ 0.254749] acpiphp: Slot [12] registered\n[ 0.255557] acpiphp: Slot [13] registered\n[ 0.256357] acpiphp: Slot [14] registered\n[ 0.267276] acpiphp: Slot [15] registered\n[ 0.268089] acpiphp: Slot [16] registered\n[ 0.268886] acpiphp: Slot [17] registered\n[ 0.269689] acpiphp: Slot [18] registered\n[ 0.270505] acpiphp: Slot [19] registered\n[ 0.271312] acpiphp: Slot [20] registered\n[ 0.272112] acpiphp: Slot [21] registered\n[ 0.272907] acpiphp: Slot [22] registered\n[ 0.273709] acpiphp: Slot [23] registered\n[ 0.274510] acpiphp: Slot [24] registered\n[ 0.275315] acpiphp: Slot [25] registered\n[ 0.276118] acpiphp: Slot [26] registered\n[ 0.276911] acpiphp: Slot [27] registered\n[ 0.277708] acpiphp: Slot [28] registered\n[ 0.278507] acpiphp: Slot [29] registered\n[ 0.279308] acpiphp: Slot [30] registered\n[ 0.280105] acpiphp: Slot [31] registered\n[ 0.280899] PCI host bridge to bus 0000:00\n[ 0.281696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282884] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285503] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.286922] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295487] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303987] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356053] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357417] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358657] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361204] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362741] vgaarb: loaded\n[ 0.363336] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364470] SCSI subsystem initialized\n[ 0.365274] ACPI: bus type USB registered\n[ 0.366076] usbcore: registered new interface driver usbfs\n[ 0.367090] usbcore: registered new interface driver hub\n[ 0.368074] usbcore: registered new device driver usb\n[ 0.369103] PCI: Using ACPI for IRQ routing\n[ 0.370118] NetLabel: Initializing\n[ 0.370819] NetLabel: domain hash size = 128\n[ 0.371665] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372606] NetLabel: unlabeled traffic allowed by default\n[ 0.373673] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374625] clocksource: Switched to clocksource kvm-clock\n[ 0.380184] AppArmor: AppArmor Filesystem Enabled\n[ 0.381127] pnp: PnP ACPI init\n[ 0.382037] pnp: PnP ACPI: found 5 devices\n[ 0.388070] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389755] NET: Registered protocol family 2\n[ 0.390708] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391993] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393173] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394340] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395418] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396588] NET: Registered protocol family 1\n[ 0.397446] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427852] Trying to unpack rootfs image as initramfs...\n[ 1.703237] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.717296] Scanning for low memory corruption every 60 seconds\n[ 1.718904] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.720348] audit: initializing netlink subsys (disabled)\n[ 1.721612] audit: type=2000 audit(1547031181.624:1): initialized\n[ 1.723224] Initialise system trusted keyring\n[ 1.724350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.725805] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.728095] zbud: loaded\n[ 1.728924] VFS: Disk quotas dquot_6.6.0\n[ 1.729919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.731622] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.733113] fuse init (API version 7.23)\n[ 1.734163] Key type big_key registered\n[ 1.735137] Allocating IMA MOK and blacklist keyrings.\n[ 1.736508] Key type asymmetric registered\n[ 1.737519] Asymmetric key parser 'x509' registered\n[ 1.738704] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.740503] io scheduler noop registered\n[ 1.741472] io scheduler deadline registered (default)\n[ 1.742688] io scheduler cfq registered\n[ 1.743697] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744994] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.748368] ACPI: Power Button [PWRF]\n[ 1.749371] GHES: HEST is not enabled!\n[ 1.763202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.791781] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.794415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.818818] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.821190] Linux agpgart interface v0.103\n[ 1.823330] brd: module loaded\n[ 1.824706] loop: module loaded\n[ 1.826267] vda: vda1\n[ 1.827685] scsi host0: ata_piix\n[ 1.828585] scsi host1: ata_piix\n[ 1.829424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.830900] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.832593] libphy: Fixed MDIO Bus: probed\n[ 1.833573] tun: Universal TUN/TAP device driver, 1.6\n[ 1.834725] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.837104] PPP generic driver version 2.4.2\n[ 1.838238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.839713] ehci-pci: EHCI PCI platform driver\n[ 1.840775] ehci-platform: EHCI generic platform driver\n[ 1.841987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.843381] ohci-pci: OHCI PCI platform driver\n[ 1.844450] ohci-platform: OHCI generic platform driver\n[ 1.845657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.860352] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.861573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.863299] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.864477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.865801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.867332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.869058] usb usb1: Product: UHCI Host Controller\n[ 1.870229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.871645] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.872775] hub 1-0:1.0: USB hub found\n[ 1.873694] hub 1-0:1.0: 2 ports detected\n[ 1.874780] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.877211] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.878393] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.879616] mousedev: PS/2 mouse device common for all mice\n[ 1.881116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.883286] rtc_cmos 00:00: RTC can wake from S4\n[ 1.884551] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.885979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887459] i2c /dev entries driver\n[ 1.888384] device-mapper: uevent: version 1.0.3\n[ 1.889484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.891446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892939] NET: Registered protocol family 10\n[ 1.894093] NET: Registered protocol family 17\n[ 1.895157] Key type dns_resolver registered\n[ 1.896239] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.897580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.899683] registered taskstats version 1\n[ 1.900669] Loading compiled-in X.509 certificates\n[ 1.902317] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.904539] zswap: loaded using pool lzo/zbud\n[ 1.906469] Key type trusted registered\n[ 1.908887] Key type encrypted registered\n[ 1.909868] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.911122] ima: No TPM chip found, activating TPM-bypass!\n[ 1.912372] evm: HMAC attrs: 0x1\n[ 1.913411] Magic number: 3:44:881\n[ 1.914368] rtc_cmos 00:00: setting system clock to 2019-01-09 10:53:01 UTC (1547031181)\n[ 1.916282] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.917639] EDD information not available.\n[ 1.987151] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.988816] ata1.00: configured for MWDMA2\n[ 1.990227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.992894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.994425] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.006160] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.008214] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.010101] Write protecting the kernel read-only data: 14336k\n[ 2.011859] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.013872] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.022813] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024985] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027368] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029637] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.031839] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036258] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038363] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041026] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043171] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071541] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080777] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.083023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.096854] AVX2 version of gcm_enc/dec engaged.\n[ 2.097983] AES CTR mode by8 optimization enabled\n[ 2.114985] FDC 0 is a S82078B\n[ 2.186638] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349946] usb 1-1: Product: QEMU USB Tablet\n[ 2.351038] usb 1-1: Manufacturer: QEMU\n[ 2.351956] usb 1-1: SerialNumber: 42\n[ 2.359418] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366281] usbcore: registered new interface driver usbhid\n[ 2.367531] usbhid: USB HID core driver\n[ 2.370140] 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.372407] 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.714685] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 2.716084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.345569] md: linear personality registered for level -1\n[ 3.348406] md: multipath personality registered for level -4\n[ 3.351299] md: raid0 personality registered for level 0\n[ 3.354337] md: raid1 personality registered for level 1\n[ 3.422630] raid6: sse2x1 gen() 11640 MB/s\n[ 3.490631] raid6: sse2x1 xor() 9033 MB/s\n[ 3.558629] raid6: sse2x2 gen() 14845 MB/s\n[ 3.626628] raid6: sse2x2 xor() 9674 MB/s\n[ 3.694631] raid6: sse2x4 gen() 16536 MB/s\n[ 3.762630] raid6: sse2x4 xor() 11638 MB/s\n[ 3.830631] raid6: avx2x1 gen() 22651 MB/s\n[ 3.898628] raid6: avx2x2 gen() 26755 MB/s\n[ 3.966628] raid6: avx2x4 gen() 30523 MB/s\n[ 3.968906] raid6: using algorithm avx2x4 gen() 30523 MB/s\n[ 3.970183] raid6: using avx2x2 recovery algorithm\n[ 3.972418] xor: automatically using best checksumming function:\n[ 4.010628] avx : 35886.000 MB/sec\n[ 4.012605] async_tx: api initialized (async)\n[ 4.020082] md: raid6 personality registered for level 6\n[ 4.021325] md: raid5 personality registered for level 5\n[ 4.022556] md: raid4 personality registered for level 4\n[ 4.026829] 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.050566] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.076851] 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.163546] 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.166845] systemd[1]: Detected virtualization kvm.\n[ 4.167800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.171149] systemd[1]: Set hostname to .\n[ 4.174771] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.175886] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.287285] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.290533] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.293214] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.296201] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.299573] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.302323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.305275] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.309242] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.311974] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.315117] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.321343] systemd[1]: Listening on LVM2 metadata daemon socket.\n[ 4.324850] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.328060] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.335704] 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...[ 4.343411] iscsi: registered transport (tcp)\n\n[ 4.345488] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.352781] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.358659] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.365505] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.370452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.373916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.380198] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.386058] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.389322] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.394759] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...[ 4.399412] iscsi: registered transport (iser)\n\n[ 4.401588] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405706] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.407470] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.410111] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.413912] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.417073] 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.423800] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.426471] 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.436914] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.438891] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.441528] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.444040] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting 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 Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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.941748] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 10:53:05 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.175128] cloud-init[1039]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 10:53:06 +0000. Up 7.01 seconds.\n[ 8.177415] cloud-init[1039]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184137] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.186403] cloud-init[1039]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.192287] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.196103] cloud-init[1039]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.200095] cloud-init[1039]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.208118] cloud-init[1039]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ad:07:f2 |\n[ 8.210783] cloud-init[1039]: ci-info: | ens3 | True | fe80::f816:3eff:fead:7f2/64 | . | link | fa:16:3e:ad:07:f2 |\n[ 8.216266] cloud-init[1039]: ci-info: | ens6 | False | . | . | . | 52:54:00:06:c7:bd |\n[ 8.224103] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.226796] cloud-init[1039]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.235002] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.238955] cloud-init[1039]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.241063] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.244630] cloud-init[1039]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.248089] cloud-init[1039]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.249406] cloud-init[1039]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.250720] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.256073] cloud-init[1039]: Generating public/private rsa key pair.\n[ 8.256980] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.258086] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.259198] cloud-init[1039]: The key fingerprint is:\n[ 8.259964] Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1039]: SHA256:OIJYBuzc83rUCc+GxFyTOtJ5p4VRIoMbL/9FsCcovGo root@sdnvpn-3-2-quagga\n[ 8.266256] cloud-init[1039]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.269735] cloud-init[1039]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n [ 8.276333] cloud-init[1039]: |o .o .o. |\n[ 8.277078] cloud-init[1039]: | o o o*. |\n[ 8.277819] cloud-init[1039]: |o = B = * |\n[ 8.278558] cloud-init[1039]: | * X % * = |\n[ 8.279286] cloud-init[1039]: |. . @ @ S |\nStarting System Logging Service...\n[ 8.281617] cloud-init[1039]: | . * O . |\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.323811] cloud-init[1039]: | . o o . |\n[ 8.334984] cloud-init[1039]: | E . . . |\n[ 8.340621] cloud-init[1039]: |. . |\n[ 8.345275] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0mcloud-init] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1039]: +----[SHA256]-----+\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.385946] cloud-init[1039]: Generating public/private dsa key pair.\n[ 8.400781] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.423715] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.442504] cloud-init[1039]: The key fingerprint is:[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n \n[ 8.457967] Starting Login to default iSCSI targets...\ncloud-init[1039]: SHA256:TnNyqFoyqov5h6Tt2163udxsPr6ne7ywOBISsXJWWls root@sdnvpn-3-2-quagga\n[ 8.480096] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\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.\ncloud-init Starting LSB: daemon to balance interrupts for SMP systems...\n[1039]: Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...The key's randomart image is:\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.539413] cloud-init[1039]: Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n+---[DSA 1024]----+\n[ 8.550256] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\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[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[1039]: | |\n[ 8.590652] cloud-init[1039]: | . o E |\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.594877] cloud-init[1039]: | * o |\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[ 8.607560] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1039]: | . * . . |\n[ 8.620090] cloud-init[1039]: | + . S o |\n[ 8.624061] cloud-init[1039]: | . . .+ = |\n[ 8.626171] cloud-init[1039]: | + .o.+.o .. |\n[ 8.632066] cloud-init[1039]: |o.oo.*.o.*oo+ |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.638391] cloud-init[1039]: |===++ .**XB.. |\n[ 8.644398] cloud-init[1039]: +----[SHA256]-----+\n[ 8.648053] cloud-init[1039]: Generating public/private ecdsa key pair.\n[ 8.650441] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.660134] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.661865] cloud-init[1039]: The key fingerprint is:\n[ 8.664051] cloud-init[1039]: SHA256:KO8r4kgpUAV6M+RmjZGvJPxJeD1VncQ1Pe9qfL9BiKs root@sdnvpn-3-2-quagga\n[ 8.672567] cloud-init[1039]: The key's randomart image is:\n[ 8.674960] cloud-init[1039]: +---[ECDSA 256]---+\n[ 8.676422] cloud-init[1039]: | +o. ..+.oo. |\n[ 8.678894] cloud-init[1039]: | +.= . + .o |\n[ 8.681489] cloud-init[1039]: |o @.o . o|\n[ 8.684080] cloud-init[1039]: |.B.=.o . . . .|\n[ 8.686729] cloud-init[1039]: |.o+.o o S . . o |\n[ 8.689795] cloud-init[1039]: |. oo o . . .|\n[ 8.692787] cloud-init[1039]: |.o . . . o |\n[ 8.695378] cloud-init[1039]: |o.. .. . + o|\n[ 8.698546] cloud-init[1039]: |.... .o. E . o+|\n[ 8.701166] cloud-init[1039]: +----[SHA256]-----+\n[ 8.703459] cloud-init[1039]: Generating public/private ed25519 key pair.\n[ 8.706181] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.708798] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.712846] cloud-init[1039]: The key fingerprint is:\n[ 8.720057] cloud-init[1039]: SHA256:wOr8TmcDXJJ+hmybPnZf5RvuP14OSQ1arBlYK2IvckI root@sdnvpn-3-2-quagga\n[ 8.721523] cloud-init[1039]: The key's randomart image is:\n[ 8.722575] cloud-init[1039]: +--[ED25519 256]--+\n[ 8.728052] cloud-init[1039]: | . |\n[ 8.729061] cloud-init[1039]: | . . o o |\n[ 8.730021] cloud-init[1039]: | E + o o + |\n[ 8.730975] cloud-init[1039]: | * * o . * o |\n[ 8.732049] cloud-init[1039]: | . X S . + o .|\n[ 8.736052] cloud-init[1039]: | o . X . + . |\n[ 8.737045] cloud-init[1039]: | o + + . = .|\n[ 8.738170] cloud-init[1039]: | +oo.. . . *.|\n[ 8.744054] cloud-init[1039]: | o+o .. .=o+|\n[ 8.745082] cloud-init[1039]: +----[SHA256]-----+\n[ 8.940943] cloud-init[1131]: Generating locales (this might take a while)...\n[ 9.509965] cloud-init[1131]: en_US.UTF-8... done\n[ 9.512022] cloud-init[1131]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2019-01-09 10:54:09,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-a88ea509-05e2-4ddd-a125-511453b60e73 2019-01-09 10:54:39,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:54:40,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-a8a1a3c0-dc91-40e9-b505-70a3a6f63cc6 x-compute-request-id: req-a8a1a3c0-dc91-40e9-b505-70a3a6f63cc6 Content-Encoding: gzip Content-Length: 13216 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1237268097 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131375] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133007] pid_max: default: 32768 minimum: 301\n[ 0.133882] ACPI: Core revision 20150930\n[ 0.135252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136529] Security Framework initialized\n[ 0.137337] Yama: becoming mindful.\n[ 0.138062] AppArmor: AppArmor initialized\n[ 0.138924] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.140313] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141943] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143137] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144481] Initializing cgroup subsys io\n[ 0.145275] Initializing cgroup subsys memory\n[ 0.146116] Initializing cgroup subsys devices\n[ 0.146980] Initializing cgroup subsys freezer\n[ 0.147833] Initializing cgroup subsys net_cls\n[ 0.148680] Initializing cgroup subsys perf_event\n[ 0.149582] Initializing cgroup subsys net_prio\n[ 0.150453] Initializing cgroup subsys hugetlb\n[ 0.151308] Initializing cgroup subsys pids\n[ 0.152172] CPU: Physical Processor ID: 0\n[ 0.153655] mce: CPU supports 10 MCE banks\n[ 0.154493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155480] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166162] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.172574] ftrace: allocating 32123 entries in 126 pages\n[ 0.199162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] smpboot: Max logical packages: 1\n[ 0.201335] x2apic enabled\n[ 0.202139] Switched APIC routing to physical x2apic.\n[ 0.203867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204980] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206939] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208702] KVM setup paravirtual spinlock\n[ 0.209974] x86: Booted up 1 node, 1 CPUs\n[ 0.210766] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212137] devtmpfs: initialized\n[ 0.214582] evm: security.selinux\n[ 0.215275] evm: security.SMACK64\n[ 0.215950] evm: security.SMACK64EXEC\n[ 0.216680] evm: security.SMACK64TRANSMUTE\n[ 0.217482] evm: security.SMACK64MMAP\n[ 0.218218] evm: security.ima\n[ 0.218844] evm: security.capability\n[ 0.219634] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221447] pinctrl core: initialized pinctrl subsystem\n[ 0.222531] RTC time: 10:52:59, date: 01/09/19\n[ 0.223454] NET: Registered protocol family 16\n[ 0.224412] cpuidle: using governor ladder\n[ 0.225216] cpuidle: using governor menu\n[ 0.225986] PCCT header not found.\n[ 0.226730] ACPI: bus type PCI registered\n[ 0.227520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228737] PCI: Using configuration type 1 for base access\n[ 0.230871] ACPI: Added _OSI(Module Device)\n[ 0.231696] ACPI: Added _OSI(Processor Device)\n[ 0.232545] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233433] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236256] ACPI: Interpreter enabled\n[ 0.237022] ACPI: (supports S0 S5)\n[ 0.237713] ACPI: Using IOAPIC for interrupt routing\n[ 0.238645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242844] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244057] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247621] acpiphp: Slot [3] registered\n[ 0.248420] acpiphp: Slot [4] registered\n[ 0.249210] acpiphp: Slot [5] registered\n[ 0.250006] acpiphp: Slot [6] registered\n[ 0.250792] acpiphp: Slot [7] registered\n[ 0.251578] acpiphp: Slot [8] registered\n[ 0.252367] acpiphp: Slot [9] registered\n[ 0.253154] acpiphp: Slot [10] registered\n[ 0.253950] acpiphp: Slot [11] registered\n[ 0.254749] acpiphp: Slot [12] registered\n[ 0.255557] acpiphp: Slot [13] registered\n[ 0.256357] acpiphp: Slot [14] registered\n[ 0.267276] acpiphp: Slot [15] registered\n[ 0.268089] acpiphp: Slot [16] registered\n[ 0.268886] acpiphp: Slot [17] registered\n[ 0.269689] acpiphp: Slot [18] registered\n[ 0.270505] acpiphp: Slot [19] registered\n[ 0.271312] acpiphp: Slot [20] registered\n[ 0.272112] acpiphp: Slot [21] registered\n[ 0.272907] acpiphp: Slot [22] registered\n[ 0.273709] acpiphp: Slot [23] registered\n[ 0.274510] acpiphp: Slot [24] registered\n[ 0.275315] acpiphp: Slot [25] registered\n[ 0.276118] acpiphp: Slot [26] registered\n[ 0.276911] acpiphp: Slot [27] registered\n[ 0.277708] acpiphp: Slot [28] registered\n[ 0.278507] acpiphp: Slot [29] registered\n[ 0.279308] acpiphp: Slot [30] registered\n[ 0.280105] acpiphp: Slot [31] registered\n[ 0.280899] PCI host bridge to bus 0000:00\n[ 0.281696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282884] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285503] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.286922] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295487] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303987] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356053] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357417] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358657] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361204] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362741] vgaarb: loaded\n[ 0.363336] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364470] SCSI subsystem initialized\n[ 0.365274] ACPI: bus type USB registered\n[ 0.366076] usbcore: registered new interface driver usbfs\n[ 0.367090] usbcore: registered new interface driver hub\n[ 0.368074] usbcore: registered new device driver usb\n[ 0.369103] PCI: Using ACPI for IRQ routing\n[ 0.370118] NetLabel: Initializing\n[ 0.370819] NetLabel: domain hash size = 128\n[ 0.371665] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372606] NetLabel: unlabeled traffic allowed by default\n[ 0.373673] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374625] clocksource: Switched to clocksource kvm-clock\n[ 0.380184] AppArmor: AppArmor Filesystem Enabled\n[ 0.381127] pnp: PnP ACPI init\n[ 0.382037] pnp: PnP ACPI: found 5 devices\n[ 0.388070] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389755] NET: Registered protocol family 2\n[ 0.390708] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391993] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393173] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394340] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395418] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396588] NET: Registered protocol family 1\n[ 0.397446] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427852] Trying to unpack rootfs image as initramfs...\n[ 1.703237] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.717296] Scanning for low memory corruption every 60 seconds\n[ 1.718904] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.720348] audit: initializing netlink subsys (disabled)\n[ 1.721612] audit: type=2000 audit(1547031181.624:1): initialized\n[ 1.723224] Initialise system trusted keyring\n[ 1.724350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.725805] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.728095] zbud: loaded\n[ 1.728924] VFS: Disk quotas dquot_6.6.0\n[ 1.729919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.731622] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.733113] fuse init (API version 7.23)\n[ 1.734163] Key type big_key registered\n[ 1.735137] Allocating IMA MOK and blacklist keyrings.\n[ 1.736508] Key type asymmetric registered\n[ 1.737519] Asymmetric key parser 'x509' registered\n[ 1.738704] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.740503] io scheduler noop registered\n[ 1.741472] io scheduler deadline registered (default)\n[ 1.742688] io scheduler cfq registered\n[ 1.743697] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744994] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.748368] ACPI: Power Button [PWRF]\n[ 1.749371] GHES: HEST is not enabled!\n[ 1.763202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.791781] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.794415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.818818] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.821190] Linux agpgart interface v0.103\n[ 1.823330] brd: module loaded\n[ 1.824706] loop: module loaded\n[ 1.826267] vda: vda1\n[ 1.827685] scsi host0: ata_piix\n[ 1.828585] scsi host1: ata_piix\n[ 1.829424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.830900] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.832593] libphy: Fixed MDIO Bus: probed\n[ 1.833573] tun: Universal TUN/TAP device driver, 1.6\n[ 1.834725] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.837104] PPP generic driver version 2.4.2\n[ 1.838238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.839713] ehci-pci: EHCI PCI platform driver\n[ 1.840775] ehci-platform: EHCI generic platform driver\n[ 1.841987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.843381] ohci-pci: OHCI PCI platform driver\n[ 1.844450] ohci-platform: OHCI generic platform driver\n[ 1.845657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.860352] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.861573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.863299] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.864477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.865801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.867332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.869058] usb usb1: Product: UHCI Host Controller\n[ 1.870229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.871645] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.872775] hub 1-0:1.0: USB hub found\n[ 1.873694] hub 1-0:1.0: 2 ports detected\n[ 1.874780] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.877211] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.878393] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.879616] mousedev: PS/2 mouse device common for all mice\n[ 1.881116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.883286] rtc_cmos 00:00: RTC can wake from S4\n[ 1.884551] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.885979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887459] i2c /dev entries driver\n[ 1.888384] device-mapper: uevent: version 1.0.3\n[ 1.889484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.891446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892939] NET: Registered protocol family 10\n[ 1.894093] NET: Registered protocol family 17\n[ 1.895157] Key type dns_resolver registered\n[ 1.896239] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.897580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.899683] registered taskstats version 1\n[ 1.900669] Loading compiled-in X.509 certificates\n[ 1.902317] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.904539] zswap: loaded using pool lzo/zbud\n[ 1.906469] Key type trusted registered\n[ 1.908887] Key type encrypted registered\n[ 1.909868] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.911122] ima: No TPM chip found, activating TPM-bypass!\n[ 1.912372] evm: HMAC attrs: 0x1\n[ 1.913411] Magic number: 3:44:881\n[ 1.914368] rtc_cmos 00:00: setting system clock to 2019-01-09 10:53:01 UTC (1547031181)\n[ 1.916282] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.917639] EDD information not available.\n[ 1.987151] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.988816] ata1.00: configured for MWDMA2\n[ 1.990227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.992894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.994425] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.006160] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.008214] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.010101] Write protecting the kernel read-only data: 14336k\n[ 2.011859] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.013872] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.022813] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024985] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027368] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029637] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.031839] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036258] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038363] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041026] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043171] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071541] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080777] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.083023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.096854] AVX2 version of gcm_enc/dec engaged.\n[ 2.097983] AES CTR mode by8 optimization enabled\n[ 2.114985] FDC 0 is a S82078B\n[ 2.186638] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349946] usb 1-1: Product: QEMU USB Tablet\n[ 2.351038] usb 1-1: Manufacturer: QEMU\n[ 2.351956] usb 1-1: SerialNumber: 42\n[ 2.359418] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366281] usbcore: registered new interface driver usbhid\n[ 2.367531] usbhid: USB HID core driver\n[ 2.370140] 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.372407] 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.714685] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 2.716084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.345569] md: linear personality registered for level -1\n[ 3.348406] md: multipath personality registered for level -4\n[ 3.351299] md: raid0 personality registered for level 0\n[ 3.354337] md: raid1 personality registered for level 1\n[ 3.422630] raid6: sse2x1 gen() 11640 MB/s\n[ 3.490631] raid6: sse2x1 xor() 9033 MB/s\n[ 3.558629] raid6: sse2x2 gen() 14845 MB/s\n[ 3.626628] raid6: sse2x2 xor() 9674 MB/s\n[ 3.694631] raid6: sse2x4 gen() 16536 MB/s\n[ 3.762630] raid6: sse2x4 xor() 11638 MB/s\n[ 3.830631] raid6: avx2x1 gen() 22651 MB/s\n[ 3.898628] raid6: avx2x2 gen() 26755 MB/s\n[ 3.966628] raid6: avx2x4 gen() 30523 MB/s\n[ 3.968906] raid6: using algorithm avx2x4 gen() 30523 MB/s\n[ 3.970183] raid6: using avx2x2 recovery algorithm\n[ 3.972418] xor: automatically using best checksumming function:\n[ 4.010628] avx : 35886.000 MB/sec\n[ 4.012605] async_tx: api initialized (async)\n[ 4.020082] md: raid6 personality registered for level 6\n[ 4.021325] md: raid5 personality registered for level 5\n[ 4.022556] md: raid4 personality registered for level 4\n[ 4.026829] 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.050566] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.076851] 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.163546] 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.166845] systemd[1]: Detected virtualization kvm.\n[ 4.167800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.171149] systemd[1]: Set hostname to .\n[ 4.174771] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.175886] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.287285] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.290533] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.293214] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.296201] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.299573] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.302323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.305275] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.309242] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.311974] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.315117] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.321343] systemd[1]: Listening on LVM2 metadata daemon socket.\n[ 4.324850] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.328060] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.335704] 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...[ 4.343411] iscsi: registered transport (tcp)\n\n[ 4.345488] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.352781] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.358659] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.365505] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.370452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.373916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.380198] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.386058] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.389322] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.394759] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...[ 4.399412] iscsi: registered transport (iser)\n\n[ 4.401588] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405706] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.407470] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.410111] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.413912] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.417073] 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.423800] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.426471] 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.436914] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.438891] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.441528] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.444040] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting 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 Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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.941748] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 10:53:05 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.175128] cloud-init[1039]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 10:53:06 +0000. Up 7.01 seconds.\n[ 8.177415] cloud-init[1039]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184137] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.186403] cloud-init[1039]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.192287] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.196103] cloud-init[1039]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.200095] cloud-init[1039]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.208118] cloud-init[1039]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ad:07:f2 |\n[ 8.210783] cloud-init[1039]: ci-info: | ens3 | True | fe80::f816:3eff:fead:7f2/64 | . | link | fa:16:3e:ad:07:f2 |\n[ 8.216266] cloud-init[1039]: ci-info: | ens6 | False | . | . | . | 52:54:00:06:c7:bd |\n[ 8.224103] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.226796] cloud-init[1039]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.235002] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.238955] cloud-init[1039]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.241063] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.244630] cloud-init[1039]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.248089] cloud-init[1039]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.249406] cloud-init[1039]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.250720] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.256073] cloud-init[1039]: Generating public/private rsa key pair.\n[ 8.256980] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.258086] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.259198] cloud-init[1039]: The key fingerprint is:\n[ 8.259964] Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1039]: SHA256:OIJYBuzc83rUCc+GxFyTOtJ5p4VRIoMbL/9FsCcovGo root@sdnvpn-3-2-quagga\n[ 8.266256] cloud-init[1039]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.269735] cloud-init[1039]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n [ 8.276333] cloud-init[1039]: |o .o .o. |\n[ 8.277078] cloud-init[1039]: | o o o*. |\n[ 8.277819] cloud-init[1039]: |o = B = * |\n[ 8.278558] cloud-init[1039]: | * X % * = |\n[ 8.279286] cloud-init[1039]: |. . @ @ S |\nStarting System Logging Service...\n[ 8.281617] cloud-init[1039]: | . * O . |\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.323811] cloud-init[1039]: | . o o . |\n[ 8.334984] cloud-init[1039]: | E . . . |\n[ 8.340621] cloud-init[1039]: |. . |\n[ 8.345275] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0mcloud-init] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1039]: +----[SHA256]-----+\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.385946] cloud-init[1039]: Generating public/private dsa key pair.\n[ 8.400781] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.423715] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.442504] cloud-init[1039]: The key fingerprint is:[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n \n[ 8.457967] Starting Login to default iSCSI targets...\ncloud-init[1039]: SHA256:TnNyqFoyqov5h6Tt2163udxsPr6ne7ywOBISsXJWWls root@sdnvpn-3-2-quagga\n[ 8.480096] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\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.\ncloud-init Starting LSB: daemon to balance interrupts for SMP systems...\n[1039]: Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...The key's randomart image is:\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.539413] cloud-init[1039]: Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n+---[DSA 1024]----+\n[ 8.550256] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\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[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[1039]: | |\n[ 8.590652] cloud-init[1039]: | . o E |\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.594877] cloud-init[1039]: | * o |\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[ 8.607560] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1039]: | . * . . |\n[ 8.620090] cloud-init[1039]: | + . S o |\n[ 8.624061] cloud-init[1039]: | . . .+ = |\n[ 8.626171] cloud-init[1039]: | + .o.+.o .. |\n[ 8.632066] cloud-init[1039]: |o.oo.*.o.*oo+ |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.638391] cloud-init[1039]: |===++ .**XB.. |\n[ 8.644398] cloud-init[1039]: +----[SHA256]-----+\n[ 8.648053] cloud-init[1039]: Generating public/private ecdsa key pair.\n[ 8.650441] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.660134] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.661865] cloud-init[1039]: The key fingerprint is:\n[ 8.664051] cloud-init[1039]: SHA256:KO8r4kgpUAV6M+RmjZGvJPxJeD1VncQ1Pe9qfL9BiKs root@sdnvpn-3-2-quagga\n[ 8.672567] cloud-init[1039]: The key's randomart image is:\n[ 8.674960] cloud-init[1039]: +---[ECDSA 256]---+\n[ 8.676422] cloud-init[1039]: | +o. ..+.oo. |\n[ 8.678894] cloud-init[1039]: | +.= . + .o |\n[ 8.681489] cloud-init[1039]: |o @.o . o|\n[ 8.684080] cloud-init[1039]: |.B.=.o . . . .|\n[ 8.686729] cloud-init[1039]: |.o+.o o S . . o |\n[ 8.689795] cloud-init[1039]: |. oo o . . .|\n[ 8.692787] cloud-init[1039]: |.o . . . o |\n[ 8.695378] cloud-init[1039]: |o.. .. . + o|\n[ 8.698546] cloud-init[1039]: |.... .o. E . o+|\n[ 8.701166] cloud-init[1039]: +----[SHA256]-----+\n[ 8.703459] cloud-init[1039]: Generating public/private ed25519 key pair.\n[ 8.706181] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.708798] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.712846] cloud-init[1039]: The key fingerprint is:\n[ 8.720057] cloud-init[1039]: SHA256:wOr8TmcDXJJ+hmybPnZf5RvuP14OSQ1arBlYK2IvckI root@sdnvpn-3-2-quagga\n[ 8.721523] cloud-init[1039]: The key's randomart image is:\n[ 8.722575] cloud-init[1039]: +--[ED25519 256]--+\n[ 8.728052] cloud-init[1039]: | . |\n[ 8.729061] cloud-init[1039]: | . . o o |\n[ 8.730021] cloud-init[1039]: | E + o o + |\n[ 8.730975] cloud-init[1039]: | * * o . * o |\n[ 8.732049] cloud-init[1039]: | . X S . + o .|\n[ 8.736052] cloud-init[1039]: | o . X . + . |\n[ 8.737045] cloud-init[1039]: | o + + . = .|\n[ 8.738170] cloud-init[1039]: | +oo.. . . *.|\n[ 8.744054] cloud-init[1039]: | o+o .. .=o+|\n[ 8.745082] cloud-init[1039]: +----[SHA256]-----+\n[ 8.940943] cloud-init[1131]: Generating locales (this might take a while)...\n[ 9.509965] cloud-init[1131]: en_US.UTF-8... done\n[ 9.512022] cloud-init[1131]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2019-01-09 10:54:40,168 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-a8a1a3c0-dc91-40e9-b505-70a3a6f63cc6 2019-01-09 10:55:10,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:55:11,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-20d5ba14-2e30-4e00-bc56-486ed712c8cc x-compute-request-id: req-20d5ba14-2e30-4e00-bc56-486ed712c8cc Content-Encoding: gzip Content-Length: 13216 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1237268097 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131375] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133007] pid_max: default: 32768 minimum: 301\n[ 0.133882] ACPI: Core revision 20150930\n[ 0.135252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136529] Security Framework initialized\n[ 0.137337] Yama: becoming mindful.\n[ 0.138062] AppArmor: AppArmor initialized\n[ 0.138924] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.140313] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141943] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143137] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144481] Initializing cgroup subsys io\n[ 0.145275] Initializing cgroup subsys memory\n[ 0.146116] Initializing cgroup subsys devices\n[ 0.146980] Initializing cgroup subsys freezer\n[ 0.147833] Initializing cgroup subsys net_cls\n[ 0.148680] Initializing cgroup subsys perf_event\n[ 0.149582] Initializing cgroup subsys net_prio\n[ 0.150453] Initializing cgroup subsys hugetlb\n[ 0.151308] Initializing cgroup subsys pids\n[ 0.152172] CPU: Physical Processor ID: 0\n[ 0.153655] mce: CPU supports 10 MCE banks\n[ 0.154493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155480] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166162] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.172574] ftrace: allocating 32123 entries in 126 pages\n[ 0.199162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] smpboot: Max logical packages: 1\n[ 0.201335] x2apic enabled\n[ 0.202139] Switched APIC routing to physical x2apic.\n[ 0.203867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204980] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206939] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208702] KVM setup paravirtual spinlock\n[ 0.209974] x86: Booted up 1 node, 1 CPUs\n[ 0.210766] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212137] devtmpfs: initialized\n[ 0.214582] evm: security.selinux\n[ 0.215275] evm: security.SMACK64\n[ 0.215950] evm: security.SMACK64EXEC\n[ 0.216680] evm: security.SMACK64TRANSMUTE\n[ 0.217482] evm: security.SMACK64MMAP\n[ 0.218218] evm: security.ima\n[ 0.218844] evm: security.capability\n[ 0.219634] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221447] pinctrl core: initialized pinctrl subsystem\n[ 0.222531] RTC time: 10:52:59, date: 01/09/19\n[ 0.223454] NET: Registered protocol family 16\n[ 0.224412] cpuidle: using governor ladder\n[ 0.225216] cpuidle: using governor menu\n[ 0.225986] PCCT header not found.\n[ 0.226730] ACPI: bus type PCI registered\n[ 0.227520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228737] PCI: Using configuration type 1 for base access\n[ 0.230871] ACPI: Added _OSI(Module Device)\n[ 0.231696] ACPI: Added _OSI(Processor Device)\n[ 0.232545] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233433] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236256] ACPI: Interpreter enabled\n[ 0.237022] ACPI: (supports S0 S5)\n[ 0.237713] ACPI: Using IOAPIC for interrupt routing\n[ 0.238645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242844] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244057] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247621] acpiphp: Slot [3] registered\n[ 0.248420] acpiphp: Slot [4] registered\n[ 0.249210] acpiphp: Slot [5] registered\n[ 0.250006] acpiphp: Slot [6] registered\n[ 0.250792] acpiphp: Slot [7] registered\n[ 0.251578] acpiphp: Slot [8] registered\n[ 0.252367] acpiphp: Slot [9] registered\n[ 0.253154] acpiphp: Slot [10] registered\n[ 0.253950] acpiphp: Slot [11] registered\n[ 0.254749] acpiphp: Slot [12] registered\n[ 0.255557] acpiphp: Slot [13] registered\n[ 0.256357] acpiphp: Slot [14] registered\n[ 0.267276] acpiphp: Slot [15] registered\n[ 0.268089] acpiphp: Slot [16] registered\n[ 0.268886] acpiphp: Slot [17] registered\n[ 0.269689] acpiphp: Slot [18] registered\n[ 0.270505] acpiphp: Slot [19] registered\n[ 0.271312] acpiphp: Slot [20] registered\n[ 0.272112] acpiphp: Slot [21] registered\n[ 0.272907] acpiphp: Slot [22] registered\n[ 0.273709] acpiphp: Slot [23] registered\n[ 0.274510] acpiphp: Slot [24] registered\n[ 0.275315] acpiphp: Slot [25] registered\n[ 0.276118] acpiphp: Slot [26] registered\n[ 0.276911] acpiphp: Slot [27] registered\n[ 0.277708] acpiphp: Slot [28] registered\n[ 0.278507] acpiphp: Slot [29] registered\n[ 0.279308] acpiphp: Slot [30] registered\n[ 0.280105] acpiphp: Slot [31] registered\n[ 0.280899] PCI host bridge to bus 0000:00\n[ 0.281696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282884] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285503] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.286922] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295487] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303987] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356053] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357417] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358657] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361204] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362741] vgaarb: loaded\n[ 0.363336] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364470] SCSI subsystem initialized\n[ 0.365274] ACPI: bus type USB registered\n[ 0.366076] usbcore: registered new interface driver usbfs\n[ 0.367090] usbcore: registered new interface driver hub\n[ 0.368074] usbcore: registered new device driver usb\n[ 0.369103] PCI: Using ACPI for IRQ routing\n[ 0.370118] NetLabel: Initializing\n[ 0.370819] NetLabel: domain hash size = 128\n[ 0.371665] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372606] NetLabel: unlabeled traffic allowed by default\n[ 0.373673] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374625] clocksource: Switched to clocksource kvm-clock\n[ 0.380184] AppArmor: AppArmor Filesystem Enabled\n[ 0.381127] pnp: PnP ACPI init\n[ 0.382037] pnp: PnP ACPI: found 5 devices\n[ 0.388070] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389755] NET: Registered protocol family 2\n[ 0.390708] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391993] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393173] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394340] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395418] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396588] NET: Registered protocol family 1\n[ 0.397446] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427852] Trying to unpack rootfs image as initramfs...\n[ 1.703237] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.717296] Scanning for low memory corruption every 60 seconds\n[ 1.718904] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.720348] audit: initializing netlink subsys (disabled)\n[ 1.721612] audit: type=2000 audit(1547031181.624:1): initialized\n[ 1.723224] Initialise system trusted keyring\n[ 1.724350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.725805] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.728095] zbud: loaded\n[ 1.728924] VFS: Disk quotas dquot_6.6.0\n[ 1.729919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.731622] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.733113] fuse init (API version 7.23)\n[ 1.734163] Key type big_key registered\n[ 1.735137] Allocating IMA MOK and blacklist keyrings.\n[ 1.736508] Key type asymmetric registered\n[ 1.737519] Asymmetric key parser 'x509' registered\n[ 1.738704] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.740503] io scheduler noop registered\n[ 1.741472] io scheduler deadline registered (default)\n[ 1.742688] io scheduler cfq registered\n[ 1.743697] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744994] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.748368] ACPI: Power Button [PWRF]\n[ 1.749371] GHES: HEST is not enabled!\n[ 1.763202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.791781] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.794415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.818818] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.821190] Linux agpgart interface v0.103\n[ 1.823330] brd: module loaded\n[ 1.824706] loop: module loaded\n[ 1.826267] vda: vda1\n[ 1.827685] scsi host0: ata_piix\n[ 1.828585] scsi host1: ata_piix\n[ 1.829424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.830900] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.832593] libphy: Fixed MDIO Bus: probed\n[ 1.833573] tun: Universal TUN/TAP device driver, 1.6\n[ 1.834725] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.837104] PPP generic driver version 2.4.2\n[ 1.838238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.839713] ehci-pci: EHCI PCI platform driver\n[ 1.840775] ehci-platform: EHCI generic platform driver\n[ 1.841987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.843381] ohci-pci: OHCI PCI platform driver\n[ 1.844450] ohci-platform: OHCI generic platform driver\n[ 1.845657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.860352] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.861573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.863299] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.864477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.865801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.867332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.869058] usb usb1: Product: UHCI Host Controller\n[ 1.870229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.871645] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.872775] hub 1-0:1.0: USB hub found\n[ 1.873694] hub 1-0:1.0: 2 ports detected\n[ 1.874780] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.877211] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.878393] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.879616] mousedev: PS/2 mouse device common for all mice\n[ 1.881116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.883286] rtc_cmos 00:00: RTC can wake from S4\n[ 1.884551] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.885979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887459] i2c /dev entries driver\n[ 1.888384] device-mapper: uevent: version 1.0.3\n[ 1.889484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.891446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892939] NET: Registered protocol family 10\n[ 1.894093] NET: Registered protocol family 17\n[ 1.895157] Key type dns_resolver registered\n[ 1.896239] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.897580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.899683] registered taskstats version 1\n[ 1.900669] Loading compiled-in X.509 certificates\n[ 1.902317] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.904539] zswap: loaded using pool lzo/zbud\n[ 1.906469] Key type trusted registered\n[ 1.908887] Key type encrypted registered\n[ 1.909868] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.911122] ima: No TPM chip found, activating TPM-bypass!\n[ 1.912372] evm: HMAC attrs: 0x1\n[ 1.913411] Magic number: 3:44:881\n[ 1.914368] rtc_cmos 00:00: setting system clock to 2019-01-09 10:53:01 UTC (1547031181)\n[ 1.916282] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.917639] EDD information not available.\n[ 1.987151] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.988816] ata1.00: configured for MWDMA2\n[ 1.990227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.992894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.994425] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.006160] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.008214] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.010101] Write protecting the kernel read-only data: 14336k\n[ 2.011859] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.013872] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.022813] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024985] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027368] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029637] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.031839] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036258] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038363] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041026] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043171] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071541] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080777] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.083023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.096854] AVX2 version of gcm_enc/dec engaged.\n[ 2.097983] AES CTR mode by8 optimization enabled\n[ 2.114985] FDC 0 is a S82078B\n[ 2.186638] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349946] usb 1-1: Product: QEMU USB Tablet\n[ 2.351038] usb 1-1: Manufacturer: QEMU\n[ 2.351956] usb 1-1: SerialNumber: 42\n[ 2.359418] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366281] usbcore: registered new interface driver usbhid\n[ 2.367531] usbhid: USB HID core driver\n[ 2.370140] 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.372407] 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.714685] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 2.716084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.345569] md: linear personality registered for level -1\n[ 3.348406] md: multipath personality registered for level -4\n[ 3.351299] md: raid0 personality registered for level 0\n[ 3.354337] md: raid1 personality registered for level 1\n[ 3.422630] raid6: sse2x1 gen() 11640 MB/s\n[ 3.490631] raid6: sse2x1 xor() 9033 MB/s\n[ 3.558629] raid6: sse2x2 gen() 14845 MB/s\n[ 3.626628] raid6: sse2x2 xor() 9674 MB/s\n[ 3.694631] raid6: sse2x4 gen() 16536 MB/s\n[ 3.762630] raid6: sse2x4 xor() 11638 MB/s\n[ 3.830631] raid6: avx2x1 gen() 22651 MB/s\n[ 3.898628] raid6: avx2x2 gen() 26755 MB/s\n[ 3.966628] raid6: avx2x4 gen() 30523 MB/s\n[ 3.968906] raid6: using algorithm avx2x4 gen() 30523 MB/s\n[ 3.970183] raid6: using avx2x2 recovery algorithm\n[ 3.972418] xor: automatically using best checksumming function:\n[ 4.010628] avx : 35886.000 MB/sec\n[ 4.012605] async_tx: api initialized (async)\n[ 4.020082] md: raid6 personality registered for level 6\n[ 4.021325] md: raid5 personality registered for level 5\n[ 4.022556] md: raid4 personality registered for level 4\n[ 4.026829] 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.050566] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.076851] 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.163546] 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.166845] systemd[1]: Detected virtualization kvm.\n[ 4.167800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.171149] systemd[1]: Set hostname to .\n[ 4.174771] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.175886] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.287285] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.290533] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.293214] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.296201] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.299573] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.302323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.305275] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.309242] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.311974] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.315117] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.321343] systemd[1]: Listening on LVM2 metadata daemon socket.\n[ 4.324850] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.328060] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.335704] 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...[ 4.343411] iscsi: registered transport (tcp)\n\n[ 4.345488] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.352781] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.358659] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.365505] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.370452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.373916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.380198] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.386058] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.389322] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.394759] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...[ 4.399412] iscsi: registered transport (iser)\n\n[ 4.401588] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405706] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.407470] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.410111] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.413912] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.417073] 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.423800] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.426471] 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.436914] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.438891] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.441528] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.444040] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting 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 Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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.941748] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 10:53:05 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.175128] cloud-init[1039]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 10:53:06 +0000. Up 7.01 seconds.\n[ 8.177415] cloud-init[1039]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184137] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.186403] cloud-init[1039]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.192287] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.196103] cloud-init[1039]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.200095] cloud-init[1039]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.208118] cloud-init[1039]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ad:07:f2 |\n[ 8.210783] cloud-init[1039]: ci-info: | ens3 | True | fe80::f816:3eff:fead:7f2/64 | . | link | fa:16:3e:ad:07:f2 |\n[ 8.216266] cloud-init[1039]: ci-info: | ens6 | False | . | . | . | 52:54:00:06:c7:bd |\n[ 8.224103] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.226796] cloud-init[1039]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.235002] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.238955] cloud-init[1039]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.241063] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.244630] cloud-init[1039]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.248089] cloud-init[1039]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.249406] cloud-init[1039]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.250720] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.256073] cloud-init[1039]: Generating public/private rsa key pair.\n[ 8.256980] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.258086] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.259198] cloud-init[1039]: The key fingerprint is:\n[ 8.259964] Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1039]: SHA256:OIJYBuzc83rUCc+GxFyTOtJ5p4VRIoMbL/9FsCcovGo root@sdnvpn-3-2-quagga\n[ 8.266256] cloud-init[1039]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.269735] cloud-init[1039]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n [ 8.276333] cloud-init[1039]: |o .o .o. |\n[ 8.277078] cloud-init[1039]: | o o o*. |\n[ 8.277819] cloud-init[1039]: |o = B = * |\n[ 8.278558] cloud-init[1039]: | * X % * = |\n[ 8.279286] cloud-init[1039]: |. . @ @ S |\nStarting System Logging Service...\n[ 8.281617] cloud-init[1039]: | . * O . |\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.323811] cloud-init[1039]: | . o o . |\n[ 8.334984] cloud-init[1039]: | E . . . |\n[ 8.340621] cloud-init[1039]: |. . |\n[ 8.345275] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0mcloud-init] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1039]: +----[SHA256]-----+\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.385946] cloud-init[1039]: Generating public/private dsa key pair.\n[ 8.400781] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.423715] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.442504] cloud-init[1039]: The key fingerprint is:[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n \n[ 8.457967] Starting Login to default iSCSI targets...\ncloud-init[1039]: SHA256:TnNyqFoyqov5h6Tt2163udxsPr6ne7ywOBISsXJWWls root@sdnvpn-3-2-quagga\n[ 8.480096] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\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.\ncloud-init Starting LSB: daemon to balance interrupts for SMP systems...\n[1039]: Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...The key's randomart image is:\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.539413] cloud-init[1039]: Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n+---[DSA 1024]----+\n[ 8.550256] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\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[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[1039]: | |\n[ 8.590652] cloud-init[1039]: | . o E |\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.594877] cloud-init[1039]: | * o |\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[ 8.607560] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1039]: | . * . . |\n[ 8.620090] cloud-init[1039]: | + . S o |\n[ 8.624061] cloud-init[1039]: | . . .+ = |\n[ 8.626171] cloud-init[1039]: | + .o.+.o .. |\n[ 8.632066] cloud-init[1039]: |o.oo.*.o.*oo+ |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.638391] cloud-init[1039]: |===++ .**XB.. |\n[ 8.644398] cloud-init[1039]: +----[SHA256]-----+\n[ 8.648053] cloud-init[1039]: Generating public/private ecdsa key pair.\n[ 8.650441] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.660134] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.661865] cloud-init[1039]: The key fingerprint is:\n[ 8.664051] cloud-init[1039]: SHA256:KO8r4kgpUAV6M+RmjZGvJPxJeD1VncQ1Pe9qfL9BiKs root@sdnvpn-3-2-quagga\n[ 8.672567] cloud-init[1039]: The key's randomart image is:\n[ 8.674960] cloud-init[1039]: +---[ECDSA 256]---+\n[ 8.676422] cloud-init[1039]: | +o. ..+.oo. |\n[ 8.678894] cloud-init[1039]: | +.= . + .o |\n[ 8.681489] cloud-init[1039]: |o @.o . o|\n[ 8.684080] cloud-init[1039]: |.B.=.o . . . .|\n[ 8.686729] cloud-init[1039]: |.o+.o o S . . o |\n[ 8.689795] cloud-init[1039]: |. oo o . . .|\n[ 8.692787] cloud-init[1039]: |.o . . . o |\n[ 8.695378] cloud-init[1039]: |o.. .. . + o|\n[ 8.698546] cloud-init[1039]: |.... .o. E . o+|\n[ 8.701166] cloud-init[1039]: +----[SHA256]-----+\n[ 8.703459] cloud-init[1039]: Generating public/private ed25519 key pair.\n[ 8.706181] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.708798] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.712846] cloud-init[1039]: The key fingerprint is:\n[ 8.720057] cloud-init[1039]: SHA256:wOr8TmcDXJJ+hmybPnZf5RvuP14OSQ1arBlYK2IvckI root@sdnvpn-3-2-quagga\n[ 8.721523] cloud-init[1039]: The key's randomart image is:\n[ 8.722575] cloud-init[1039]: +--[ED25519 256]--+\n[ 8.728052] cloud-init[1039]: | . |\n[ 8.729061] cloud-init[1039]: | . . o o |\n[ 8.730021] cloud-init[1039]: | E + o o + |\n[ 8.730975] cloud-init[1039]: | * * o . * o |\n[ 8.732049] cloud-init[1039]: | . X S . + o .|\n[ 8.736052] cloud-init[1039]: | o . X . + . |\n[ 8.737045] cloud-init[1039]: | o + + . = .|\n[ 8.738170] cloud-init[1039]: | +oo.. . . *.|\n[ 8.744054] cloud-init[1039]: | o+o .. .=o+|\n[ 8.745082] cloud-init[1039]: +----[SHA256]-----+\n[ 8.940943] cloud-init[1131]: Generating locales (this might take a while)...\n[ 9.509965] cloud-init[1131]: en_US.UTF-8... done\n[ 9.512022] cloud-init[1131]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2019-01-09 10:55:11,305 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-20d5ba14-2e30-4e00-bc56-486ed712c8cc 2019-01-09 10:55:41,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9c7f4ba340c476057a979efcc4b467ead419f78" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:55:42,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b53c787b-e64a-4b5c-8121-b6b08371ff5c x-compute-request-id: req-b53c787b-e64a-4b5c-8121-b6b08371ff5c Content-Encoding: gzip Content-Length: 14867 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1237268097 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131375] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133007] pid_max: default: 32768 minimum: 301\n[ 0.133882] ACPI: Core revision 20150930\n[ 0.135252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136529] Security Framework initialized\n[ 0.137337] Yama: becoming mindful.\n[ 0.138062] AppArmor: AppArmor initialized\n[ 0.138924] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.140313] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141943] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.143137] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.144481] Initializing cgroup subsys io\n[ 0.145275] Initializing cgroup subsys memory\n[ 0.146116] Initializing cgroup subsys devices\n[ 0.146980] Initializing cgroup subsys freezer\n[ 0.147833] Initializing cgroup subsys net_cls\n[ 0.148680] Initializing cgroup subsys perf_event\n[ 0.149582] Initializing cgroup subsys net_prio\n[ 0.150453] Initializing cgroup subsys hugetlb\n[ 0.151308] Initializing cgroup subsys pids\n[ 0.152172] CPU: Physical Processor ID: 0\n[ 0.153655] mce: CPU supports 10 MCE banks\n[ 0.154493] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155480] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166162] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.172574] ftrace: allocating 32123 entries in 126 pages\n[ 0.199162] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] smpboot: Max logical packages: 1\n[ 0.201335] x2apic enabled\n[ 0.202139] Switched APIC routing to physical x2apic.\n[ 0.203867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204980] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206939] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208702] KVM setup paravirtual spinlock\n[ 0.209974] x86: Booted up 1 node, 1 CPUs\n[ 0.210766] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212137] devtmpfs: initialized\n[ 0.214582] evm: security.selinux\n[ 0.215275] evm: security.SMACK64\n[ 0.215950] evm: security.SMACK64EXEC\n[ 0.216680] evm: security.SMACK64TRANSMUTE\n[ 0.217482] evm: security.SMACK64MMAP\n[ 0.218218] evm: security.ima\n[ 0.218844] evm: security.capability\n[ 0.219634] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221447] pinctrl core: initialized pinctrl subsystem\n[ 0.222531] RTC time: 10:52:59, date: 01/09/19\n[ 0.223454] NET: Registered protocol family 16\n[ 0.224412] cpuidle: using governor ladder\n[ 0.225216] cpuidle: using governor menu\n[ 0.225986] PCCT header not found.\n[ 0.226730] ACPI: bus type PCI registered\n[ 0.227520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228737] PCI: Using configuration type 1 for base access\n[ 0.230871] ACPI: Added _OSI(Module Device)\n[ 0.231696] ACPI: Added _OSI(Processor Device)\n[ 0.232545] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233433] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236256] ACPI: Interpreter enabled\n[ 0.237022] ACPI: (supports S0 S5)\n[ 0.237713] ACPI: Using IOAPIC for interrupt routing\n[ 0.238645] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241726] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242844] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244057] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245232] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247621] acpiphp: Slot [3] registered\n[ 0.248420] acpiphp: Slot [4] registered\n[ 0.249210] acpiphp: Slot [5] registered\n[ 0.250006] acpiphp: Slot [6] registered\n[ 0.250792] acpiphp: Slot [7] registered\n[ 0.251578] acpiphp: Slot [8] registered\n[ 0.252367] acpiphp: Slot [9] registered\n[ 0.253154] acpiphp: Slot [10] registered\n[ 0.253950] acpiphp: Slot [11] registered\n[ 0.254749] acpiphp: Slot [12] registered\n[ 0.255557] acpiphp: Slot [13] registered\n[ 0.256357] acpiphp: Slot [14] registered\n[ 0.267276] acpiphp: Slot [15] registered\n[ 0.268089] acpiphp: Slot [16] registered\n[ 0.268886] acpiphp: Slot [17] registered\n[ 0.269689] acpiphp: Slot [18] registered\n[ 0.270505] acpiphp: Slot [19] registered\n[ 0.271312] acpiphp: Slot [20] registered\n[ 0.272112] acpiphp: Slot [21] registered\n[ 0.272907] acpiphp: Slot [22] registered\n[ 0.273709] acpiphp: Slot [23] registered\n[ 0.274510] acpiphp: Slot [24] registered\n[ 0.275315] acpiphp: Slot [25] registered\n[ 0.276118] acpiphp: Slot [26] registered\n[ 0.276911] acpiphp: Slot [27] registered\n[ 0.277708] acpiphp: Slot [28] registered\n[ 0.278507] acpiphp: Slot [29] registered\n[ 0.279308] acpiphp: Slot [30] registered\n[ 0.280105] acpiphp: Slot [31] registered\n[ 0.280899] PCI host bridge to bus 0000:00\n[ 0.281696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282884] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284080] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.285503] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.286922] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295487] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296650] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297891] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303987] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305410] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354647] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356053] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357417] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358657] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360142] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361204] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362741] vgaarb: loaded\n[ 0.363336] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364470] SCSI subsystem initialized\n[ 0.365274] ACPI: bus type USB registered\n[ 0.366076] usbcore: registered new interface driver usbfs\n[ 0.367090] usbcore: registered new interface driver hub\n[ 0.368074] usbcore: registered new device driver usb\n[ 0.369103] PCI: Using ACPI for IRQ routing\n[ 0.370118] NetLabel: Initializing\n[ 0.370819] NetLabel: domain hash size = 128\n[ 0.371665] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372606] NetLabel: unlabeled traffic allowed by default\n[ 0.373673] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374625] clocksource: Switched to clocksource kvm-clock\n[ 0.380184] AppArmor: AppArmor Filesystem Enabled\n[ 0.381127] pnp: PnP ACPI init\n[ 0.382037] pnp: PnP ACPI: found 5 devices\n[ 0.388070] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389755] NET: Registered protocol family 2\n[ 0.390708] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391993] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393173] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394340] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395418] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396588] NET: Registered protocol family 1\n[ 0.397446] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398522] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413711] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427852] Trying to unpack rootfs image as initramfs...\n[ 1.703237] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.717296] Scanning for low memory corruption every 60 seconds\n[ 1.718904] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.720348] audit: initializing netlink subsys (disabled)\n[ 1.721612] audit: type=2000 audit(1547031181.624:1): initialized\n[ 1.723224] Initialise system trusted keyring\n[ 1.724350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.725805] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.728095] zbud: loaded\n[ 1.728924] VFS: Disk quotas dquot_6.6.0\n[ 1.729919] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.731622] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.733113] fuse init (API version 7.23)\n[ 1.734163] Key type big_key registered\n[ 1.735137] Allocating IMA MOK and blacklist keyrings.\n[ 1.736508] Key type asymmetric registered\n[ 1.737519] Asymmetric key parser 'x509' registered\n[ 1.738704] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.740503] io scheduler noop registered\n[ 1.741472] io scheduler deadline registered (default)\n[ 1.742688] io scheduler cfq registered\n[ 1.743697] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.744994] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.746576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.748368] ACPI: Power Button [PWRF]\n[ 1.749371] GHES: HEST is not enabled!\n[ 1.763202] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.791781] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.794415] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.818818] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.821190] Linux agpgart interface v0.103\n[ 1.823330] brd: module loaded\n[ 1.824706] loop: module loaded\n[ 1.826267] vda: vda1\n[ 1.827685] scsi host0: ata_piix\n[ 1.828585] scsi host1: ata_piix\n[ 1.829424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.830900] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.832593] libphy: Fixed MDIO Bus: probed\n[ 1.833573] tun: Universal TUN/TAP device driver, 1.6\n[ 1.834725] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.837104] PPP generic driver version 2.4.2\n[ 1.838238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.839713] ehci-pci: EHCI PCI platform driver\n[ 1.840775] ehci-platform: EHCI generic platform driver\n[ 1.841987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.843381] ohci-pci: OHCI PCI platform driver\n[ 1.844450] ohci-platform: OHCI generic platform driver\n[ 1.845657] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.860352] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.861573] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.863299] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.864477] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.865801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.867332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.869058] usb usb1: Product: UHCI Host Controller\n[ 1.870229] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.871645] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.872775] hub 1-0:1.0: USB hub found\n[ 1.873694] hub 1-0:1.0: 2 ports detected\n[ 1.874780] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.877211] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.878393] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.879616] mousedev: PS/2 mouse device common for all mice\n[ 1.881116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.883286] rtc_cmos 00:00: RTC can wake from S4\n[ 1.884551] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.885979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.887459] i2c /dev entries driver\n[ 1.888384] device-mapper: uevent: version 1.0.3\n[ 1.889484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.891446] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.892939] NET: Registered protocol family 10\n[ 1.894093] NET: Registered protocol family 17\n[ 1.895157] Key type dns_resolver registered\n[ 1.896239] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.897580] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.899683] registered taskstats version 1\n[ 1.900669] Loading compiled-in X.509 certificates\n[ 1.902317] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.904539] zswap: loaded using pool lzo/zbud\n[ 1.906469] Key type trusted registered\n[ 1.908887] Key type encrypted registered\n[ 1.909868] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.911122] ima: No TPM chip found, activating TPM-bypass!\n[ 1.912372] evm: HMAC attrs: 0x1\n[ 1.913411] Magic number: 3:44:881\n[ 1.914368] rtc_cmos 00:00: setting system clock to 2019-01-09 10:53:01 UTC (1547031181)\n[ 1.916282] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.917639] EDD information not available.\n[ 1.987151] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.988816] ata1.00: configured for MWDMA2\n[ 1.990227] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.992894] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.994425] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.006160] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.008214] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.010101] Write protecting the kernel read-only data: 14336k\n[ 2.011859] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.013872] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.022813] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024985] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027368] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.029637] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.031839] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.034027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.036258] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.038363] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.041026] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.043171] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.071541] virtio_net virtio0 ens3: renamed from eth0\n[ 2.080777] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.083023] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.096854] AVX2 version of gcm_enc/dec engaged.\n[ 2.097983] AES CTR mode by8 optimization enabled\n[ 2.114985] FDC 0 is a S82078B\n[ 2.186638] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.346845] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.348376] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.349946] usb 1-1: Product: QEMU USB Tablet\n[ 2.351038] usb 1-1: Manufacturer: QEMU\n[ 2.351956] usb 1-1: SerialNumber: 42\n[ 2.359418] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.366281] usbcore: registered new interface driver usbhid\n[ 2.367531] usbhid: USB HID core driver\n[ 2.370140] 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.372407] 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.714685] tsc: Refined TSC clocksource calibration: 3491.908 MHz\n[ 2.716084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325574b9f72, max_idle_ns: 440795367431 ns\nBegin: Loading essential drivers ... [ 3.345569] md: linear personality registered for level -1\n[ 3.348406] md: multipath personality registered for level -4\n[ 3.351299] md: raid0 personality registered for level 0\n[ 3.354337] md: raid1 personality registered for level 1\n[ 3.422630] raid6: sse2x1 gen() 11640 MB/s\n[ 3.490631] raid6: sse2x1 xor() 9033 MB/s\n[ 3.558629] raid6: sse2x2 gen() 14845 MB/s\n[ 3.626628] raid6: sse2x2 xor() 9674 MB/s\n[ 3.694631] raid6: sse2x4 gen() 16536 MB/s\n[ 3.762630] raid6: sse2x4 xor() 11638 MB/s\n[ 3.830631] raid6: avx2x1 gen() 22651 MB/s\n[ 3.898628] raid6: avx2x2 gen() 26755 MB/s\n[ 3.966628] raid6: avx2x4 gen() 30523 MB/s\n[ 3.968906] raid6: using algorithm avx2x4 gen() 30523 MB/s\n[ 3.970183] raid6: using avx2x2 recovery algorithm\n[ 3.972418] xor: automatically using best checksumming function:\n[ 4.010628] avx : 35886.000 MB/sec\n[ 4.012605] async_tx: api initialized (async)\n[ 4.020082] md: raid6 personality registered for level 6\n[ 4.021325] md: raid5 personality registered for level 5\n[ 4.022556] md: raid4 personality registered for level 4\n[ 4.026829] 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.050566] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.076851] 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.163546] 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.166845] systemd[1]: Detected virtualization kvm.\n[ 4.167800] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.171149] systemd[1]: Set hostname to .\n[ 4.174771] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.175886] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.287285] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.290533] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.293214] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.296201] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.299573] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.302323] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.305275] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.309242] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.311974] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.315117] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.321343] systemd[1]: Listening on LVM2 metadata daemon socket.\n[ 4.324850] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.328060] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.335704] 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...[ 4.343411] iscsi: registered transport (tcp)\n\n[ 4.345488] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.352781] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.358659] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.365505] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.370452] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.373916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.380198] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.386058] EXT4-fs (vda1): re-mounted. Opts: (null)\n\n[ 4.389322] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.394759] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...[ 4.399412] iscsi: registered transport (iser)\n\n[ 4.401588] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.405706] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.407470] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.410111] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.413912] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.417073] 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.423800] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.426471] 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.436914] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.438891] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.441528] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.444040] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting 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 Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\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 Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Found device /dev/ttyS0.\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.941748] cloud-init[447]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 10:53:05 +0000. Up 5.27 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.175128] cloud-init[1039]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 10:53:06 +0000. Up 7.01 seconds.\n[ 8.177415] cloud-init[1039]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.184137] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.186403] cloud-init[1039]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.192287] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.196103] cloud-init[1039]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.200095] cloud-init[1039]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.208118] cloud-init[1039]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:ad:07:f2 |\n[ 8.210783] cloud-init[1039]: ci-info: | ens3 | True | fe80::f816:3eff:fead:7f2/64 | . | link | fa:16:3e:ad:07:f2 |\n[ 8.216266] cloud-init[1039]: ci-info: | ens6 | False | . | . | . | 52:54:00:06:c7:bd |\n[ 8.224103] cloud-init[1039]: ci-info: +--------+-------+-----------------------------+---------------+-------+-------------------+\n[ 8.226796] cloud-init[1039]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.235002] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n\n[ 8.238955] cloud-init[1039]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.241063] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.244630] cloud-init[1039]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[ 8.248089] cloud-init[1039]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.249406] cloud-init[1039]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |\n[ 8.250720] cloud-init[1039]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 8.256073] cloud-init[1039]: Generating public/private rsa key pair.\n[ 8.256980] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.258086] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.259198] cloud-init[1039]: The key fingerprint is:\n[ 8.259964] Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1039]: SHA256:OIJYBuzc83rUCc+GxFyTOtJ5p4VRIoMbL/9FsCcovGo root@sdnvpn-3-2-quagga\n[ 8.266256] cloud-init[1039]: The key's randomart image is:\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.269735] cloud-init[1039]: +---[RSA 2048]----+\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n [ 8.276333] cloud-init[1039]: |o .o .o. |\n[ 8.277078] cloud-init[1039]: | o o o*. |\n[ 8.277819] cloud-init[1039]: |o = B = * |\n[ 8.278558] cloud-init[1039]: | * X % * = |\n[ 8.279286] cloud-init[1039]: |. . @ @ S |\nStarting System Logging Service...\n[ 8.281617] cloud-init[1039]: | . * O . |\n Starting LSB: MD monitoring daemon...\n Starting Login Service...\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.323811] cloud-init[1039]: | . o o . |\n[ 8.334984] cloud-init[1039]: | E . . . |\n[ 8.340621] cloud-init[1039]: |. . |\n[ 8.345275] Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0mcloud-init] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[1039]: +----[SHA256]-----+\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.385946] cloud-init[1039]: Generating public/private dsa key pair.\n[ 8.400781] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.423715] [[0;32m OK [0m] Started LSB: MD monitoring daemon.\ncloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.442504] cloud-init[1039]: The key fingerprint is:[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n \n[ 8.457967] Starting Login to default iSCSI targets...\ncloud-init[1039]: SHA256:TnNyqFoyqov5h6Tt2163udxsPr6ne7ywOBISsXJWWls root@sdnvpn-3-2-quagga\n[ 8.480096] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\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.\ncloud-init Starting LSB: daemon to balance interrupts for SMP systems...\n[1039]: Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...The key's randomart image is:\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Accounts Service.\n\n[ 8.539413] cloud-init[1039]: Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n+---[DSA 1024]----+\n[ 8.550256] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\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[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[1039]: | |\n[ 8.590652] cloud-init[1039]: | . o E |\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[ 8.594877] cloud-init[1039]: | * o |\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[ 8.607560] cloud-init[[0;32m OK [0m] Started Set console scheme.\n[1039]: | . * . . |\n[ 8.620090] cloud-init[1039]: | + . S o |\n[ 8.624061] cloud-init[1039]: | . . .+ = |\n[ 8.626171] cloud-init[1039]: | + .o.+.o .. |\n[ 8.632066] cloud-init[1039]: |o.oo.*.o.*oo+ |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.638391] cloud-init[1039]: |===++ .**XB.. |\n[ 8.644398] cloud-init[1039]: +----[SHA256]-----+\n[ 8.648053] cloud-init[1039]: Generating public/private ecdsa key pair.\n[ 8.650441] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.660134] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.661865] cloud-init[1039]: The key fingerprint is:\n[ 8.664051] cloud-init[1039]: SHA256:KO8r4kgpUAV6M+RmjZGvJPxJeD1VncQ1Pe9qfL9BiKs root@sdnvpn-3-2-quagga\n[ 8.672567] cloud-init[1039]: The key's randomart image is:\n[ 8.674960] cloud-init[1039]: +---[ECDSA 256]---+\n[ 8.676422] cloud-init[1039]: | +o. ..+.oo. |\n[ 8.678894] cloud-init[1039]: | +.= . + .o |\n[ 8.681489] cloud-init[1039]: |o @.o . o|\n[ 8.684080] cloud-init[1039]: |.B.=.o . . . .|\n[ 8.686729] cloud-init[1039]: |.o+.o o S . . o |\n[ 8.689795] cloud-init[1039]: |. oo o . . .|\n[ 8.692787] cloud-init[1039]: |.o . . . o |\n[ 8.695378] cloud-init[1039]: |o.. .. . + o|\n[ 8.698546] cloud-init[1039]: |.... .o. E . o+|\n[ 8.701166] cloud-init[1039]: +----[SHA256]-----+\n[ 8.703459] cloud-init[1039]: Generating public/private ed25519 key pair.\n[ 8.706181] cloud-init[1039]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.708798] cloud-init[1039]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.712846] cloud-init[1039]: The key fingerprint is:\n[ 8.720057] cloud-init[1039]: SHA256:wOr8TmcDXJJ+hmybPnZf5RvuP14OSQ1arBlYK2IvckI root@sdnvpn-3-2-quagga\n[ 8.721523] cloud-init[1039]: The key's randomart image is:\n[ 8.722575] cloud-init[1039]: +--[ED25519 256]--+\n[ 8.728052] cloud-init[1039]: | . |\n[ 8.729061] cloud-init[1039]: | . . o o |\n[ 8.730021] cloud-init[1039]: | E + o o + |\n[ 8.730975] cloud-init[1039]: | * * o . * o |\n[ 8.732049] cloud-init[1039]: | . X S . + o .|\n[ 8.736052] cloud-init[1039]: | o . X . + . |\n[ 8.737045] cloud-init[1039]: | o + + . = .|\n[ 8.738170] cloud-init[1039]: | +oo.. . . *.|\n[ 8.744054] cloud-init[1039]: | o+o .. .=o+|\n[ 8.745082] cloud-init[1039]: +----[SHA256]-----+\n[ 8.940943] cloud-init[1131]: Generating locales (this might take a while)...\n[ 9.509965] cloud-init[1131]: en_US.UTF-8... done\n[ 9.512022] cloud-init[1131]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 130.385232] cloud-init[1131]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 09 Jan 2019 10:53:08 +0000. Up 8.87 seconds.\n[ 130.680020] cloud-init[1403]: + chpasswd\n[ 130.681385] cloud-init[1403]: + echo ubuntu:opnfv\n[ 130.736536] cloud-init[1403]: + sleep 20\n[ 150.738665] cloud-init[1403]: + NEIGHBOR_IP=172.30.9.33\n[ 150.740239] cloud-init[1403]: + OWN_IP=172.30.9.201\n[ 150.741400] cloud-init[1403]: + EXT_NET_MASK=24\n[ 150.744081] cloud-init[1403]: ++ awk '{print $2}'\n[ 150.745484] cloud-init[1403]: ++ getent hosts\n[ 150.750014] cloud-init[1403]: ++ awk '{print $1}'\n[ 150.751084] cloud-init[1403]: ++ cat /etc/hostname\n[ 150.754023] cloud-init[1403]: + [[ localhost\n[ 150.754985] cloud-init[1403]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 150.758932] cloud-init[1403]: + tee -a /etc/hosts\n[ 150.759928] cloud-init[1403]: ++ awk '{print $1}'\n[ 150.763046] cloud-init[1403]: ++ cat /etc/hostname\n[ 150.765083] cloud-init[1403]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 150.766587] cloud-init[1403]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 150.768572] cloud-init[1403]: + quagga_int=\n[ 150.770557] cloud-init[1403]: ++ awk 'NR>2{print $1}'\n[ 150.773846] cloud-init[1403]: ++ netstat -ia\n[ 150.774792] cloud-init[1403]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.778443] cloud-init[1403]: ++ grep ens3\n[ 150.779775] cloud-init[1403]: ++ ifconfig\n[ 150.781065] cloud-init[1403]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:ad:07:f2 ' ']'\n[ 150.795689] cloud-init[1403]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.798324] cloud-init[1403]: ++ grep ens6\n[ 150.801191] cloud-init[1403]: ++ ifconfig\n[ 150.802211] cloud-init[1403]: + '[' -z '' ']'\n[ 150.805364] cloud-init[1403]: + quagga_int=ens6\n[ 150.806477] cloud-init[1403]: + break\n[ 150.809326] cloud-init[1403]: + '[' -z ens6 ']'\n[ 150.811325] cloud-init[1403]: + ip link set ens6 up\n[ 150.822517] cloud-init[1403]: + ip addr add 172.30.9.201/24 dev ens6\n[ 150.826578] cloud-init[1403]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 150.829178] cloud-init[1403]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 150.832029] cloud-init[1403]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 150.834897] cloud-init[1403]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 150.836378] cloud-init[1403]: + touch /var/log/bgpd.log\n[ 150.838408] cloud-init[1403]: + chown quagga:quagga /var/log/bgpd.log\n[ 150.839874] cloud-init[1403]: + chown quagga:quagga /etc/quagga/daemons\n[ 150.841519] cloud-init[1403]: + cat\n[ 150.842476] cloud-init[1403]: + touch /etc/quagga/zebra.conf\n[ 150.843757] cloud-init[1403]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 150.845934] cloud-init[1403]: + cat\n[ 150.848886] cloud-init[1403]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 150.850353] cloud-init[1403]: + service quagga restart\n[ 150.865996] cloud-init[1403]: + pgrep bgpd\n[ 150.871226] cloud-init[1403]: 1496\n[ 150.874033] cloud-init[1403]: + pgrep zebra\n[ 150.875048] cloud-init[1403]: 1492\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Jan 9 10:55:30 ec2: \n<14>Jan 9 10:55:30 ec2: #############################################################\n<14>Jan 9 10:55:30 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Jan 9 10:55:30 ec2: 1024 SHA256:TnNyqFoyqov5h6Tt2163udxsPr6ne7ywOBISsXJWWls root@sdnvpn-3-2-quagga (DSA)\n<14>Jan 9 10:55:30 ec2: 256 SHA256:KO8r4kgpUAV6M+RmjZGvJPxJeD1VncQ1Pe9qfL9BiKs root@sdnvpn-3-2-quagga (ECDSA)\n<14>Jan 9 10:55:30 ec2: 256 SHA256:wOr8TmcDXJJ+hmybPnZf5RvuP14OSQ1arBlYK2IvckI root@sdnvpn-3-2-quagga (ED25519)\n<14>Jan 9 10:55:30 ec2: 2048 SHA256:OIJYBuzc83rUCc+GxFyTOtJ5p4VRIoMbL/9FsCcovGo root@sdnvpn-3-2-quagga (RSA)\n<14>Jan 9 10:55:30 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Jan 9 10:55:30 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK0mLuKuXa6JWJb1plNb2dU2y+sxYVMRCnleK4qkpftlVM9qs4K9LlU3BCHRD6zSy/jbitv+yperNrLqlj+DEp4= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEY7xisotslZHfiKHuDGbV5dGXfa5k0b2FpwS1llM9b+ root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNvs1X/AJgHVbwuT3hF5aJnJ1M+i6b0jlXp1jDQiIeCpqnlYmqQbZVToxAQ0iWBKBsD0eXeM7hbqXRKshNAEJBq8bZRD+1FnJPNHJM0/zzzqcRwAOAU3l9yRYgaOvgw3Kyy8qYGU3PA89LMNxVTbxRxGc7a9+0T3dUpBHvb82EYcj7VneE94LIsGakVeMeF7YJk39D25CK0Ax4aEaeQy4o9hAx+jOWcCIHux/m0bYBp9b1AK+MGwQG31O8YHfwI4GxGIiRqyVAN3IguVQm3A27gjbAbKPVm39y8Ew/fw+Hzun55e4ThDCALTPKK+/6wteCHSTVLebTu8ZjoP+tLHLB root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 150.916057] cloud-init[1403]: Cloud-init v. 0.7.9 running 'modules:final' at Wed, 09 Jan 2019 10:55:10 +0000. Up 130.60 seconds.\n[ 150.918010] cloud-init[1403]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 150.919565] cloud-init[1403]: Cloud-init v. 0.7.9 finished at Wed, 09 Jan 2019 10:55:30 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 150.91 seconds\n"} 2019-01-09 10:55:42,415 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-b53c787b-e64a-4b5c-8121-b6b08371ff5c 2019-01-09 10:55:42,417 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2019-01-09 10:55:42,417 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2019-01-09 10:55:42,419 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2019-01-09 10:55:42,419 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2019-01-09 10:55:42,423 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2019-01-09 10:55:43,117 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2019-01-09 10:55:43,118 - sdnvpn-quagga - INFO - Maybe stdout of configure-bgp -op add-neighbor --as-num 200 --ip 172.30.9.201 --use-source-ip 172.30.9.33: client: JAVA_HOME not set; results may vary  2019-01-09 10:55:43,118 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2019-01-09 10:55:43,119 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2019-01-09 10:55:43,120 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2019-01-09 10:55:43,120 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2019-01-09 10:55:43,161 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2019-01-09 10:55:43,857 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2019-01-09 10:55:43,858 - 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.201, remote AS 200, local AS 100, external link BGP version 4, remote router ID 0.0.0.0 BGP state = Idle Last read 00:00:00, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds For address family: VPN-IPv4 Unicast NEXT_HOP is propagated unchanged to this neighbor Community attribute sent to this neighbor(both) 0 accepted prefixes Connections established 0; dropped 0 Last reset never Next start timer due in 2 seconds Read thread: off Write thread: off  2019-01-09 10:55:43,859 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2019-01-09 10:55:43,859 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2019-01-09 10:55:43,859 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2019-01-09 10:55:44,861 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2019-01-09 10:55:44,862 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2019-01-09 10:55:44,862 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2019-01-09 10:55:44,864 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2019-01-09 10:55:45,544 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2019-01-09 10:55:45,545 - 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.201, 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.33 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  2019-01-09 10:55:45,545 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2019-01-09 10:55:45,545 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2019-01-09 10:55:45,545 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2019-01-09 10:55:46,547 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2019-01-09 10:55:46,548 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2019-01-09 10:55:46,548 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2019-01-09 10:55:46,551 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2019-01-09 10:55:47,222 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2019-01-09 10:55:47,223 - 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.201, remote AS 200, local AS 100, external link BGP version 4, remote router ID 172.30.9.201 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.33 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.33, Local port: 36177 Foreign host: 172.30.9.201, Foreign port: 179 Nexthop: 172.30.9.33 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2019-01-09 10:55:47,223 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2019-01-09 10:55:47,224 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:02 2019-01-09 10:55:47,224 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2019-01-09 10:55:48,225 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2019-01-09 10:55:48,226 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-09 10:55:48,226 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-09 10:55:48,227 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-09 10:55:48,230 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-09 10:55:48,291 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-09 10:55:48,291 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-09 10:55:48,292 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-09 10:55:48,293 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-09 10:55:48,293 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-09 10:55:48,333 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-09 10:55:48,438 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-09 10:55:48,439 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-09 10:55:48,439 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-09 10:55:48,440 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-09 10:55:48,440 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-09 10:55:48,480 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-09 10:55:48,618 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-09 10:55:48,619 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-09 10:55:48,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53f1ce430a9b8551d207084b39eea097775e8ce5" 2019-01-09 10:55:48,742 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:55:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7431318-668e-41d5-af8b-99b9bde75dd4 x-compute-request-id: req-f7431318-668e-41d5-af8b-99b9bde75dd4 Content-Length: 0 Content-Type: application/json 2019-01-09 10:55:48,742 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10 used request id req-f7431318-668e-41d5-af8b-99b9bde75dd4 2019-01-09 10:55:48,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53f1ce430a9b8551d207084b39eea097775e8ce5" -d '{"forceDelete": null}' 2019-01-09 10:55:48,914 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:55:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-144a63c5-723d-48bf-ad5b-8c590c7d03ab x-compute-request-id: req-144a63c5-723d-48bf-ad5b-8c590c7d03ab Content-Length: 0 Content-Type: application/json 2019-01-09 10:55:48,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba/action used request id req-144a63c5-723d-48bf-ad5b-8c590c7d03ab 2019-01-09 10:55:48,915 - sdnvpn_test_utils - DEBUG - Waiting for instance to be deleted 2019-01-09 10:55:48,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53f1ce430a9b8551d207084b39eea097775e8ce5" 2019-01-09 10:55:49,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:55:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-511452db-74d0-4afe-a258-faf87d0ad179 x-compute-request-id: req-511452db-74d0-4afe-a258-faf87d0ad179 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:07:f2", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c0d6ed92-6453-42b7-a2f5-1aa65834deba", "rel": "bookmark"}], "image": {"id": "999bcee4-d8cc-4961-a22d-a300eaba226b", "links": [{"href": "http://172.30.9.30:8774/images/999bcee4-d8cc-4961-a22d-a300eaba226b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013a", "OS-SRV-USG:launched_at": "2019-01-09T10:52:58.000000", "flavor": {"id": "2d25413a-6352-4f5e-b310-9304e9be4a10", "links": [{"href": "http://172.30.9.30:8774/flavors/2d25413a-6352-4f5e-b310-9304e9be4a10", "rel": "bookmark"}]}, "id": "c0d6ed92-6453-42b7-a2f5-1aa65834deba", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:55:48Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-3-2-quagga", "created": "2019-01-09T10:50:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:55:49,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-511452db-74d0-4afe-a258-faf87d0ad179 2019-01-09 10:55:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/999bcee4-d8cc-4961-a22d-a300eaba226b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0b90cf72450a76686501919938bc3e54d19ed00" 2019-01-09 10:55:52,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b29d99dc-bc8e-4945-9957-6a0b777b8dc2 Date: Wed, 09 Jan 2019 10:55:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 10:55:52,848 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/999bcee4-d8cc-4961-a22d-a300eaba226b used request id req-b29d99dc-bc8e-4945-9957-6a0b777b8dc2 2019-01-09 10:55:52,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/24a6ed46-ac98-433a-b761-33c4db96419b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:55:53,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da994ba3-ee1d-4e88-9a40-ac950a824836 Content-Length: 0 Date: Wed, 09 Jan 2019 10:55:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:55:53,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/24a6ed46-ac98-433a-b761-33c4db96419b used request id req-da994ba3-ee1d-4e88-9a40-ac950a824836 2019-01-09 10:55:53,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/b9e5d8a1-47c4-4c62-b7e3-9b17f5f69bcb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:55:54,072 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ca5caf8-77f7-4305-b74d-66a436fc9b45 Content-Length: 0 Date: Wed, 09 Jan 2019 10:55:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:55:54,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/b9e5d8a1-47c4-4c62-b7e3-9b17f5f69bcb used request id req-7ca5caf8-77f7-4305-b74d-66a436fc9b45 2019-01-09 10:55:54,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"subnet_id": "6f15170b-7a79-415a-9cba-4b6d53313878"}' 2019-01-09 10:55:55,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-17e5b4fb-3ad6-4054-86bc-787f05bf676a Date: Wed, 09 Jan 2019 10:55:55 GMT RESP BODY: {"network_id": "c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "6f15170b-7a79-415a-9cba-4b6d53313878", "subnet_ids": ["6f15170b-7a79-415a-9cba-4b6d53313878"], "port_id": "a6475b85-4246-4c7c-a48a-d6a654b16c1f", "id": "4fb53469-aaa5-4d8d-b416-dbacee738120"} 2019-01-09 10:55:55,319 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120/remove_router_interface used request id req-17e5b4fb-3ad6-4054-86bc-787f05bf676a 2019-01-09 10:55:55,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"subnet_id": "ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67"}' 2019-01-09 10:55:56,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4ec8b0ec-d44c-4de6-aa36-3142d807ffbd Date: Wed, 09 Jan 2019 10:55:56 GMT RESP BODY: {"network_id": "d19d0505-ca04-4e51-bf09-cff9264ba471", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67", "subnet_ids": ["ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67"], "port_id": "07bec013-85fd-4d95-8e7f-e83741ca8008", "id": "2e98cf86-8ba0-44cd-9de7-493f8d67d9aa"} 2019-01-09 10:55:56,551 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa/remove_router_interface used request id req-4ec8b0ec-d44c-4de6-aa36-3142d807ffbd 2019-01-09 10:55:56,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:55:57,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-b365b7b7-0ce2-4276-9484-5931a55c37fd Date: Wed, 09 Jan 2019 10:55:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:55:57Z", "revision_number": 7, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4fb53469-aaa5-4d8d-b416-dbacee738120", "name": "sdnvpn-3-1-router"}} 2019-01-09 10:55:57,559 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120 used request id req-b365b7b7-0ce2-4276-9484-5931a55c37fd 2019-01-09 10:55:57,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 10:55:58,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-f2026f53-818f-4a43-be1d-4de9d4044cb9 Date: Wed, 09 Jan 2019 10:55:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:50:30Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T10:55:58Z", "revision_number": 7, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "2e98cf86-8ba0-44cd-9de7-493f8d67d9aa", "name": "sdnvpn-3-2-quagga-router"}} 2019-01-09 10:55:58,416 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa used request id req-f2026f53-818f-4a43-be1d-4de9d4044cb9 2019-01-09 10:55:58,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/6f15170b-7a79-415a-9cba-4b6d53313878 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:56:00,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-57a21c28-c60a-4a6a-8dba-c1a2e4b16ff4 Date: Wed, 09 Jan 2019 10:56:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:56:00,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/6f15170b-7a79-415a-9cba-4b6d53313878 used request id req-57a21c28-c60a-4a6a-8dba-c1a2e4b16ff4 2019-01-09 10:56:00,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:56:02,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35a0c968-dfb5-49c5-ba82-d07a37c576ae Date: Wed, 09 Jan 2019 10:56:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:56:02,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ca0bb92a-6ef5-4cda-8b8b-de1dd43ddf67 used request id req-35a0c968-dfb5-49c5-ba82-d07a37c576ae 2019-01-09 10:56:02,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:56:03,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da01b68d-cf94-455a-b4e6-c745755c9b0b Content-Length: 0 Date: Wed, 09 Jan 2019 10:56:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:56:03,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/4fb53469-aaa5-4d8d-b416-dbacee738120 used request id req-da01b68d-cf94-455a-b4e6-c745755c9b0b 2019-01-09 10:56:03,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:56:03,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cca77104-9e4c-4cc1-bbf7-8058cb397e5a Content-Length: 0 Date: Wed, 09 Jan 2019 10:56:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:56:03,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/2e98cf86-8ba0-44cd-9de7-493f8d67d9aa used request id req-cca77104-9e4c-4cc1-bbf7-8058cb397e5a 2019-01-09 10:56:03,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:56:04,773 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8099adf2-2725-4145-af8f-200ff0b31b35 Date: Wed, 09 Jan 2019 10:56:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:56:04,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/c57ebf2b-0ccf-4faf-8773-9f36cfc8da0d used request id req-8099adf2-2725-4145-af8f-200ff0b31b35 2019-01-09 10:56:04,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/d19d0505-ca04-4e51-bf09-cff9264ba471 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f464e5838a1c8abb1ae7d84bcb24bdef7f326432" 2019-01-09 10:56:05,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6aa0e005-0c9c-4097-b3c2-204a2269ed6c Date: Wed, 09 Jan 2019 10:56:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:56:05,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d19d0505-ca04-4e51-bf09-cff9264ba471 used request id req-6aa0e005-0c9c-4097-b3c2-204a2269ed6c 2019-01-09 10:56:05,642 - 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 | +========================================================================================+ 2019-01-09 10:56:05,642 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 10:56:05,642 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2019-01-09 10:56:05,643 - 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'}]} 2019-01-09 10:56:05,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2019-01-09 10:56:05,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2019-01-09 10:56:05,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2019-01-09 10:56:05,736 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2019-01-09 10:56:05,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:05,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:05,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:05,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:05,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:05,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:05,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:05,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:05,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:05,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:05,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:05,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:05,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 10:56:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:05,743 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:05,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:05,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:05,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:05,745 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 10:56:05,745 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2019-01-09 10:56:05,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:05,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae3d90bc-87e2-4a21-8379-645683b19ef4 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:05,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ae3d90bc-87e2-4a21-8379-645683b19ef4 2019-01-09 10:56:05,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:06,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["_DqgyK0LQCCGLoew9DBl7w"], "issued_at": "2019-01-09T10:56:06.000000Z"}} 2019-01-09 10:56:06,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53a355b0b60790113e1acd62d3db8fb90dd51b3" 2019-01-09 10:56:06,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-eeffdf85-9ffe-4d78-8adf-ead53876b237 Date: Wed, 09 Jan 2019 10:56:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 10:56:06,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-eeffdf85-9ffe-4d78-8adf-ead53876b237 2019-01-09 10:56:06,382 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 10:56:06,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53a355b0b60790113e1acd62d3db8fb90dd51b3" 2019-01-09 10:56:06,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5092b3a3-0592-4d69-9427-8085402e0461 Date: Wed, 09 Jan 2019 10:56:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 10:56:06,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5092b3a3-0592-4d69-9427-8085402e0461 2019-01-09 10:56:06,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f53a355b0b60790113e1acd62d3db8fb90dd51b3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-09 10:56:06,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d X-Openstack-Request-Id: req-814b1a8e-f7c1-40b4-9cbf-a51e35ba05c7 Date: Wed, 09 Jan 2019 10:56:06 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T10:56:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T10:56:06Z", "visibility": "public", "locations": [], "self": "/v2/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "min_disk": 0, "protected": false, "id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "file": "/v2/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 10:56:06,795 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-814b1a8e-f7c1-40b4-9cbf-a51e35ba05c7 2019-01-09 10:56:06,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53a355b0b60790113e1acd62d3db8fb90dd51b3" -d '' 2019-01-09 10:56:07,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-433c0b11-3c08-40a9-9ba7-5aa4d6dc825b Date: Wed, 09 Jan 2019 10:56:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 10:56:07,751 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d/file used request id req-433c0b11-3c08-40a9-9ba7-5aa4d6dc825b 2019-01-09 10:56:07,752 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2019-01-09 10:56:07,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:07,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502e181e-73a8-4849-ae59-ba61d46063b6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:07,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-502e181e-73a8-4849-ae59-ba61d46063b6 2019-01-09 10:56:07,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:08,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["ZaAyJWeMStupbongFaKbkQ"], "issued_at": "2019-01-09T10:56:08.000000Z"}} 2019-01-09 10:56:08,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2019-01-09 10:56:08,707 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0a51d9ea-2b5e-4072-97f2-c9e7d44105e2 Date: Wed, 09 Jan 2019 10:56:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"400abe88-ec40-437e-93f4-ffc43914ed97","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T10:56:08Z","is_default":false,"provider:segmentation_id":3,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:56:08Z","mtu":1450}} 2019-01-09 10:56:08,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-0a51d9ea-2b5e-4072-97f2-c9e7d44105e2 2019-01-09 10:56:08,708 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 400abe88-ec40-437e-93f4-ffc43914ed97 with cidr 10.10.10.0/24 2019-01-09 10:56:08,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" -d '{"subnets": [{"ip_version": 4, "network_id": "400abe88-ec40-437e-93f4-ffc43914ed97", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2019-01-09 10:56:09,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-cb0dde53-b4b0-48ae-b25d-8ae717217538 Date: Wed, 09 Jan 2019 10:56:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"400abe88-ec40-437e-93f4-ffc43914ed97","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:56:08Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:56:08Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"d5d41ac4-fc2c-4280-bcea-eab87d76d1d5","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2019-01-09 10:56:09,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-cb0dde53-b4b0-48ae-b25d-8ae717217538 2019-01-09 10:56:09,325 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2019-01-09 10:56:09,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2019-01-09 10:56:09,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-6b315f5d-d3c6-45cc-999f-5f08c06ca636 Date: Wed, 09 Jan 2019 10:56: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":"9712d20d-5b10-4491-a4b5-ac6dbb727e53","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T10:56:09Z","is_default":false,"provider:segmentation_id":85,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:56:09Z","mtu":1450}} 2019-01-09 10:56:09,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6b315f5d-d3c6-45cc-999f-5f08c06ca636 2019-01-09 10:56:09,786 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 9712d20d-5b10-4491-a4b5-ac6dbb727e53 with cidr 10.10.10.0/24 2019-01-09 10:56:09,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" -d '{"subnets": [{"ip_version": 4, "network_id": "9712d20d-5b10-4491-a4b5-ac6dbb727e53", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2019-01-09 10:56:10,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-f71eb6ca-f845-4aff-b8f7-6ebf8b5838cc Date: Wed, 09 Jan 2019 10:56:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712d20d-5b10-4491-a4b5-ac6dbb727e53","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:56:10Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:56: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":"a3475ec98a734cb2aeb418d350edd17b","id":"4882eeb4-6208-431f-a925-6fca9fcce9fe","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2019-01-09 10:56:10,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f71eb6ca-f845-4aff-b8f7-6ebf8b5838cc 2019-01-09 10:56:10,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:56:11,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-5f414a36-9dee-4021-bfa1-9e91e9f1c458 Date: Wed, 09 Jan 2019 10:56:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "3b809c21-8697-4f63-849b-e46935ce2db7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "revision_number": 0, "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-09T10:50:24Z", "revision_number": 0, "id": "d3f1a03d-6310-4600-a06f-3d7f4e25c578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:50:24Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 7, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 10:56:11,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-5f414a36-9dee-4021-bfa1-9e91e9f1c458 2019-01-09 10:56:11,100 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 10:56:11,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:11,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d68238b3-c26b-44cc-94e1-bcd7a257e7a2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:11,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d68238b3-c26b-44cc-94e1-bcd7a257e7a2 2019-01-09 10:56:11,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:11,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["p3DZy8U5SLOpjmPP4nTa3g"], "issued_at": "2019-01-09T10:56:11.000000Z"}} 2019-01-09 10:56:11,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" 2019-01-09 10:56:11,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-19032bb1-6385-4951-ad42-a95472de858f x-compute-request-id: req-19032bb1-6385-4951-ad42-a95472de858f Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10171, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10171, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 10:56:11,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-19032bb1-6385-4951-ad42-a95472de858f 2019-01-09 10:56:11,655 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-09 10:56:11,655 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2019-01-09 10:56:11,655 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=c5df1576-1a2a-480f-815a-30b54c2c7f8d network=400abe88-ec40-437e-93f4-ffc43914ed97 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files=None userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa 2019-01-09 10:56:11,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:11,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:11,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:11,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:11,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:11,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:11,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:11,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:11,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:11,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:11,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:11,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:11,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:11,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:11,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:11,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:11,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:11,663 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:11,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:11,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa4d7a4-97bf-498a-8ad3-d3545646a4e8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:11,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-efa4d7a4-97bf-498a-8ad3-d3545646a4e8 2019-01-09 10:56:11,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:12,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["ihXNTUa6SKCzeWOape0ccw"], "issued_at": "2019-01-09T10:56:12.000000Z"}} 2019-01-09 10:56:12,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" 2019-01-09 10:56:12,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c655d6e-2cc1-4921-ab95-a5d6cda8f534 x-compute-request-id: req-5c655d6e-2cc1-4921-ab95-a5d6cda8f534 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 10:56:12,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5c655d6e-2cc1-4921-ab95-a5d6cda8f534 2019-01-09 10:56:12,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" 2019-01-09 10:56:12,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9da834ff-e1cf-4044-886f-7c444075d2b2 x-compute-request-id: req-9da834ff-e1cf-4044-886f-7c444075d2b2 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 10:56:12,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-9da834ff-e1cf-4044-886f-7c444075d2b2 2019-01-09 10:56:12,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "400abe88-ec40-437e-93f4-ffc43914ed97"}], "config_drive": true}}' 2019-01-09 10:56:14,264 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:56:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a153b0e-7a64-4175-9f0e-f0e36edfc736 x-compute-request-id: req-4a153b0e-7a64-4175-9f0e-f0e36edfc736 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8c0393ab-504e-4325-9a71-ea36c7ce60ea", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "bookmark"}], "adminPass": "KTNHUq3e44Bn"}} 2019-01-09 10:56:14,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4a153b0e-7a64-4175-9f0e-f0e36edfc736 2019-01-09 10:56:14,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:14,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2abe2d4b-c2ec-49c0-aa50-e7b436234cb0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:14,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2abe2d4b-c2ec-49c0-aa50-e7b436234cb0 2019-01-09 10:56:14,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:14,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["yQbLoJHFTba5h4tRIhJbyQ"], "issued_at": "2019-01-09T10:56:14.000000Z"}} 2019-01-09 10:56:14,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd9338f56e12135b7b11e3d75e0f7678be1c479" 2019-01-09 10:56:15,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbaba8ea-51ff-4c23-bebf-598a5b77a3e8 x-compute-request-id: req-cbaba8ea-51ff-4c23-bebf-598a5b77a3e8 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.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8c0393ab-504e-4325-9a71-ea36c7ce60ea", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:56: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-2-2", "created": "2019-01-09T10:56:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:15,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea used request id req-cbaba8ea-51ff-4c23-bebf-598a5b77a3e8 2019-01-09 10:56:18,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd9338f56e12135b7b11e3d75e0f7678be1c479" 2019-01-09 10:56:18,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-731b3261-bbc0-411a-b423-c3bffd7e319b x-compute-request-id: req-731b3261-bbc0-411a-b423-c3bffd7e319b Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8c0393ab-504e-4325-9a71-ea36c7ce60ea", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:56:15Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-09T10:56:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:18,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea used request id req-731b3261-bbc0-411a-b423-c3bffd7e319b 2019-01-09 10:56:21,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cd9338f56e12135b7b11e3d75e0f7678be1c479" 2019-01-09 10:56:22,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e4da5f2-0484-4742-908a-4115aeca46ee x-compute-request-id: req-3e4da5f2-0484-4742-908a-4115aeca46ee Content-Encoding: gzip Content-Length: 786 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:3b:cf:77", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-09T10:56:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8c0393ab-504e-4325-9a71-ea36c7ce60ea", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:20Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-09T10:56:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:22,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea used request id req-3e4da5f2-0484-4742-908a-4115aeca46ee 2019-01-09 10:56:22,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" 2019-01-09 10:56:23,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7235406-972d-49c1-9557-1d532714c6aa x-compute-request-id: req-f7235406-972d-49c1-9557-1d532714c6aa Content-Encoding: gzip Content-Length: 786 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:3b:cf:77", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-09T10:56:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8c0393ab-504e-4325-9a71-ea36c7ce60ea", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:20Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-09T10:56:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:23,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea used request id req-f7235406-972d-49c1-9557-1d532714c6aa 2019-01-09 10:56:23,325 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2019-01-09 10:56:23,325 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2019-01-09 10:56:23,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:56:24,957 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:56:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-46da5445-0f28-4301-8356-b303cc488798 x-compute-request-id: req-46da5445-0f28-4301-8356-b303cc488798 Content-Length: 0 Content-Type: application/json 2019-01-09 10:56:24,958 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-46da5445-0f28-4301-8356-b303cc488798 2019-01-09 10:56:24,958 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2019-01-09 10:56:24,958 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=c5df1576-1a2a-480f-815a-30b54c2c7f8d network=9712d20d-5b10-4491-a4b5-ac6dbb727e53 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.12 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.11 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2019-01-09 10:56:24,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:24,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:24,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:24,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:24,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:24,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:24,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:24,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:24,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:24,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:24,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:24,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:24,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:24,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:24,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:24,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:24,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:24,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:24,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:24,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:24,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:24,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:24,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:24,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:24,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:24,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:24,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:24,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:24,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:24,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:24,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:24,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:24,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:24,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a71bca03-7827-42ce-9dcc-44f2dcd4805a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:24,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a71bca03-7827-42ce-9dcc-44f2dcd4805a 2019-01-09 10:56:24,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:25,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["wsYcImpqT7C7FuWv8K931A"], "issued_at": "2019-01-09T10:56:25.000000Z"}} 2019-01-09 10:56:25,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73590d2800e23486fdafcec3b693feb11dbb870d" 2019-01-09 10:56:25,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56: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-32198bab-4d0e-4cc6-987c-af7f8c0d3a13 x-compute-request-id: req-32198bab-4d0e-4cc6-987c-af7f8c0d3a13 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 10:56:25,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-32198bab-4d0e-4cc6-987c-af7f8c0d3a13 2019-01-09 10:56:25,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73590d2800e23486fdafcec3b693feb11dbb870d" 2019-01-09 10:56:25,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56: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-189ba900-2ba5-4941-9bcd-055c6707c210 x-compute-request-id: req-189ba900-2ba5-4941-9bcd-055c6707c210 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 10:56:25,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-189ba900-2ba5-4941-9bcd-055c6707c210 2019-01-09 10:56:25,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73590d2800e23486fdafcec3b693feb11dbb870d" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "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": "9712d20d-5b10-4491-a4b5-ac6dbb727e53"}], "config_drive": true}}' 2019-01-09 10:56:27,334 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:56: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-20bee3d2-52bd-4a63-a458-139b4b0d5b77 x-compute-request-id: req-20bee3d2-52bd-4a63-a458-139b4b0d5b77 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "adminPass": "HoRgTeu89RYY"}} 2019-01-09 10:56:27,334 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-20bee3d2-52bd-4a63-a458-139b4b0d5b77 2019-01-09 10:56:27,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:27,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f717ed7c-06df-406e-9847-eb930e978610 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:27,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f717ed7c-06df-406e-9847-eb930e978610 2019-01-09 10:56:27,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:27,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["34PsX4KfQmK0lLpwpA-Thg"], "issued_at": "2019-01-09T10:56:27.000000Z"}} 2019-01-09 10:56:27,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22f2217765c2f64df3ff9c113a7356e080ba2e21" 2019-01-09 10:56:28,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32d94da1-c8b2-4790-8f84-5bab9e03c902 x-compute-request-id: req-32d94da1-c8b2-4790-8f84-5bab9e03c902 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.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:56:27Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:28,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c used request id req-32d94da1-c8b2-4790-8f84-5bab9e03c902 2019-01-09 10:56:31,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22f2217765c2f64df3ff9c113a7356e080ba2e21" 2019-01-09 10:56:31,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56: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-0ee12b92-0220-4487-965e-9db2b8dbcb3c x-compute-request-id: req-0ee12b92-0220-4487-965e-9db2b8dbcb3c Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:56:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:31,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c used request id req-0ee12b92-0220-4487-965e-9db2b8dbcb3c 2019-01-09 10:56:34,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22f2217765c2f64df3ff9c113a7356e080ba2e21" 2019-01-09 10:56:35,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f5b3d75-ec39-4aa8-81b0-060c84638460 x-compute-request-id: req-1f5b3d75-ec39-4aa8-81b0-060c84638460 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:7e:e7", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-09T10:56:32.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:32Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:35,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c used request id req-1f5b3d75-ec39-4aa8-81b0-060c84638460 2019-01-09 10:56:35,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73590d2800e23486fdafcec3b693feb11dbb870d" 2019-01-09 10:56:35,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56: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-9c1e8e27-d034-422c-8cf7-761ffc14f1da x-compute-request-id: req-9c1e8e27-d034-422c-8cf7-761ffc14f1da Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:7e:e7", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-09T10:56:32.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:32Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:35,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c used request id req-9c1e8e27-d034-422c-8cf7-761ffc14f1da 2019-01-09 10:56:35,807 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2019-01-09 10:56:35,807 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2019-01-09 10:56:35,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:56:37,425 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:56: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-befa70db-02ad-4a26-9fc4-5deec3143ed6 x-compute-request-id: req-befa70db-02ad-4a26-9fc4-5deec3143ed6 Content-Length: 0 Content-Type: application/json 2019-01-09 10:56:37,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action used request id req-befa70db-02ad-4a26-9fc4-5deec3143ed6 2019-01-09 10:56:37,425 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2019-01-09 10:56:37,425 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=c5df1576-1a2a-480f-815a-30b54c2c7f8d network=400abe88-ec40-437e-93f4-ffc43914ed97 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=10.10.10.11 files={'/home/cirros/id_rsa': "\x00\x00\x00\x07ssh-rsa\x00\x00\x00\x03\x01\x00\x01\x00\x00\x00\x82u\xadI/|\x02nu\xe9\xeb-\x06\xca\xb4\x8d\xbc\x8e\x07\x87\x8b1F\x03v\x0c\xecP{'\xc4T\x02\xb4\x00\xb0\xc0\x08=\xffk\xaa\xdcZ\x06P\x15\x16xvM\xb1>\xa3p\xafl\x08\xc1\x18\x89.;\xf4%\x02\xcd\xba\xf1q\xdf\x17h\x89J\xdf\xc1\xc4\t\xc0\xd5\x82X\x017\x03s_\xf5\x83|\xc7\xa3^\x92\xb3dn\xb5\xb3\xdf+PIM\xbd\x9d\x18\x0e\xa8Z\xa9\x91\xaa\xc4\x85xz6\xa5\xa8\xb8\xd8\xad\t(\x97-\xd1\xfbi\x00\x00\x00\x82\x01~\xcf\xd3E\x0c&\x0f\xfeS_\x87\xe7]\x1f3*1FMD\x1b\xd3\xa7n\xc7ha\x9bu\\\x05\x89\x92o\x12\xf4\xd4\xa8\x0eB3,;I\xe7\xa1\x18\xab\x94\xfc\\i\xcfG+dG|\xaf\x87\xfa\xdf\xdb[\xba\x1f\xcf\xf5\x87y\xbf\xde\xf9uz+\xe1\xff\xffu\xd4\xbelwp\x11\x124\x96\x80\x0f\xdd\xf6\xc0\xd0\xe6\x0e\x9a\xe3\x86o\xe5Y\xd0x]\x88Y\xa1\xb9o\x9a\xa6\x1d\x03\x84\xce\xfa\xc3\xa1Q\x1c\x8f\xeb\xc1R\xb8\x92\x11\x00\x00\x00B\x00\x9bu\xac\x13\t\xfa\xc2\xc3s\xdc\xa1\x88|\xff\xbd|\xa8\xdb%2CV1\xbd\xb6\xf6\x87^\x01\x0c\xad\xe0\x19\x8f\xc0T\xed\x04\xc7z \xb1}\x16\xb8|\xf1\xc9\xc2+7\x82\xba\x1a\xb2\x91\xfd\xf5\xc9a\x10\xaf\xe1\xb3'\x00\x00\x00B\x00\xc1\xc82D\xb1n\x00K5\xcc'p\x1f\x9a\x87\x1bC\x1c\xd81-l+\xc7\x08\x03\xc7F\x96s\xeaL\xdbL\n\xc1\xa9\xaaL\xe5\x9c\xfb\xdd\xd0qG\x05j\xaf\xd3\xf9\x17-\xfb\t\x10\x00\x80V\x8dZ4\x12\xb6\xef"} userdata= #!/bin/sh sudo mkdir -p /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/.ssh/ sudo chown cirros:cirros /home/cirros/id_rsa mv /home/cirros/id_rsa /home/cirros/.ssh/ sudo echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgnWtSS98Am516estBsq0jbyOB4eLMUYDdgzsUHsnxFQCtACwwAg9/2uq3FoGUBUWeHZNsT6jcK9sCMEYiS479CUCzbrxcd8XaIlK38HECcDVglgBNwNzX/WDfMejXpKzZG61s98rUElNvZ0YDqhaqZGqxIV4ejalqLjYrQkoly3R+2k= cirros@test1>/home/cirros/.ssh/authorized_keys sudo chown cirros:cirros /home/cirros/.ssh/authorized_keys chmod 700 /home/cirros/.ssh chmod 644 /home/cirros/.ssh/authorized_keys chmod 600 /home/cirros/.ssh/id_rsa #!/bin/sh set 10.10.10.12 10.10.10.12 while true; do for i do ip=$i hostname=$(ssh -y -i /home/cirros/.ssh/id_rsa cirros@$ip 'hostname' /dev/null) RES=$? if [ "Z$RES" = "Z0" ]; then echo $ip $hostname; else echo $ip 'not reachable';fi; done sleep 1 done 2019-01-09 10:56:37,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:37,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:37,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:37,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:37,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:37,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:37,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:37,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:37,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:37,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:37,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:37,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:37,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:37,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:37,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:37,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:37,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:56:37,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:56:37,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:56:37,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:56:37,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:56:37,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:56:37,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:56:37,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:56:37,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:56:37,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:56:37,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:56:37,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:56:37,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:56:37,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:56:37,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:56:37,434 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:56:37,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:37,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f58a20a-869f-46a4-b357-805eab0b4980 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:37,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1f58a20a-869f-46a4-b357-805eab0b4980 2019-01-09 10:56:37,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:37,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["LVd2FqmkQEarf6Ur49wmQA"], "issued_at": "2019-01-09T10:56:37.000000Z"}} 2019-01-09 10:56:37,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae48bd24371a79f18b201f6f34370aab3656ddd" 2019-01-09 10:56:37,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-137cd441-bb63-4012-9d5f-a88a0910fbf0 x-compute-request-id: req-137cd441-bb63-4012-9d5f-a88a0910fbf0 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 10:56:37,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-137cd441-bb63-4012-9d5f-a88a0910fbf0 2019-01-09 10:56:38,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae48bd24371a79f18b201f6f34370aab3656ddd" 2019-01-09 10:56:38,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-a4f28f2d-39a6-4bdb-b3e6-0384ee42dfc2 x-compute-request-id: req-a4f28f2d-39a6-4bdb-b3e6-0384ee42dfc2 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 10:56:38,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-a4f28f2d-39a6-4bdb-b3e6-0384ee42dfc2 2019-01-09 10:56:38,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae48bd24371a79f18b201f6f34370aab3656ddd" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "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": "400abe88-ec40-437e-93f4-ffc43914ed97"}], "config_drive": true}}' 2019-01-09 10:56:40,215 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:56:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d26e1f61-58da-47d3-bdca-73e21a9edcda x-compute-request-id: req-d26e1f61-58da-47d3-bdca-73e21a9edcda Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "bookmark"}], "adminPass": "t3EK3Y95m9U3"}} 2019-01-09 10:56:40,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-d26e1f61-58da-47d3-bdca-73e21a9edcda 2019-01-09 10:56:40,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:56:40,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf27a0af-3554-44a6-bf81-a8033ae5131c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:56:40,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bf27a0af-3554-44a6-bf81-a8033ae5131c 2019-01-09 10:56:40,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:56:40,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:56:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["oaFfoJALQ62FJeSDxQdsRQ"], "issued_at": "2019-01-09T10:56:40.000000Z"}} 2019-01-09 10:56:40,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b974861a841460f6bc9a1bcaa13a63cdf7286769" 2019-01-09 10:56:41,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-350d7e3f-f170-474a-b4ce-240592879abd x-compute-request-id: req-350d7e3f-f170-474a-b4ce-240592879abd 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.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:56:40Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2019-01-09T10:56:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:41,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 used request id req-350d7e3f-f170-474a-b4ce-240592879abd 2019-01-09 10:56:44,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b974861a841460f6bc9a1bcaa13a63cdf7286769" 2019-01-09 10:56:44,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-02667677-2b24-45a1-9ac9-efb86970567e x-compute-request-id: req-02667677-2b24-45a1-9ac9-efb86970567e 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.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T10:56:41Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2019-01-09T10:56:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:44,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 used request id req-02667677-2b24-45a1-9ac9-efb86970567e 2019-01-09 10:56:47,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b974861a841460f6bc9a1bcaa13a63cdf7286769" 2019-01-09 10:56:48,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56: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-32693a39-959b-42a1-a5e7-5e61c0a9235d x-compute-request-id: req-32693a39-959b-42a1-a5e7-5e61c0a9235d 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:91:ae:a8", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2019-01-09T10:56:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2019-01-09T10:56:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:48,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 used request id req-32693a39-959b-42a1-a5e7-5e61c0a9235d 2019-01-09 10:56:48,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae48bd24371a79f18b201f6f34370aab3656ddd" 2019-01-09 10:56:49,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-acf321da-d109-4066-b414-a97d343ef28f x-compute-request-id: req-acf321da-d109-4066-b414-a97d343ef28f 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:91:ae:a8", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2019-01-09T10:56:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2019-01-09T10:56:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 10:56:49,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71 used request id req-acf321da-d109-4066-b414-a97d343ef28f 2019-01-09 10:56:49,813 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2019-01-09 10:56:49,814 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2019-01-09 10:56:49,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 10:56:51,124 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-826ca6bc-808b-41ef-acf5-88d9f38db943 x-compute-request-id: req-826ca6bc-808b-41ef-acf5-88d9f38db943 Content-Length: 0 Content-Type: application/json 2019-01-09 10:56:51,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action used request id req-826ca6bc-808b-41ef-acf5-88d9f38db943 2019-01-09 10:56:51,124 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2019-01-09 10:56:51,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-780484", "route_distinguishers": "111:111"}}' 2019-01-09 10:56:51,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-cbf6bb20-1365-4808-9e89-9f0f03a43018 Date: Wed, 09 Jan 2019 10:56:51 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "d1549c2a-a494-4f9e-af0b-34566b69a925", "name": "sdnvpn-1-780484", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 10:56:51,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-cbf6bb20-1365-4808-9e89-9f0f03a43018 2019-01-09 10:56:51,490 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-780484', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [u'55:55'], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'd1549c2a-a494-4f9e-af0b-34566b69a925'}} 2019-01-09 10:56:51,490 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2019-01-09 10:56:51,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/d1549c2a-a494-4f9e-af0b-34566b69a925/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" -d '{"network_association": {"network_id": "400abe88-ec40-437e-93f4-ffc43914ed97"}}' 2019-01-09 10:56:52,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-7c4aa106-81c6-4722-b994-36f184b7fe85 Date: Wed, 09 Jan 2019 10:56:52 GMT RESP BODY: {"network_association": {"network_id": "400abe88-ec40-437e-93f4-ffc43914ed97", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "72756c4b-c610-4968-b6a2-20c47fa8c095"}} 2019-01-09 10:56:52,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/d1549c2a-a494-4f9e-af0b-34566b69a925/network_associations used request id req-7c4aa106-81c6-4722-b994-36f184b7fe85 2019-01-09 10:56:52,607 - sdnvpn_test_utils - INFO - Waiting for instance 8c0393ab-504e-4325-9a71-ea36c7ce60ea to boot up 2019-01-09 10:56:52,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:56:53,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:56:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3dad3cf-8a60-4e77-bfa6-8a1bb30aa1bb x-compute-request-id: req-b3dad3cf-8a60-4e77-bfa6-8a1bb30aa1bb Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:56:53,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-b3dad3cf-8a60-4e77-bfa6-8a1bb30aa1bb 2019-01-09 10:56:55,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:56:56,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-52448b4f-acad-43bb-9a28-3e83cfe470fc x-compute-request-id: req-52448b4f-acad-43bb-9a28-3e83cfe470fc Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:56:56,766 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-52448b4f-acad-43bb-9a28-3e83cfe470fc 2019-01-09 10:56:58,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:56:59,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-3456757b-ed38-4272-92a3-e1d21cf8be81 x-compute-request-id: req-3456757b-ed38-4272-92a3-e1d21cf8be81 Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:56:59,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-3456757b-ed38-4272-92a3-e1d21cf8be81 2019-01-09 10:57:01,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:02,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8e325a4-7a18-4001-b263-28dfa15191a4 x-compute-request-id: req-a8e325a4-7a18-4001-b263-28dfa15191a4 Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:57:02,945 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-a8e325a4-7a18-4001-b263-28dfa15191a4 2019-01-09 10:57:04,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:06,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5567a5c6-d483-4d30-87ac-67cc10d0038c x-compute-request-id: req-5567a5c6-d483-4d30-87ac-67cc10d0038c Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:57:06,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-5567a5c6-d483-4d30-87ac-67cc10d0038c 2019-01-09 10:57:08,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:09,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57: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-34bead69-141a-40a5-ba4b-1f8aae8d517f x-compute-request-id: req-34bead69-141a-40a5-ba4b-1f8aae8d517f Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:57:09,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-34bead69-141a-40a5-ba4b-1f8aae8d517f 2019-01-09 10:57:11,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:12,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-3fb67bab-7222-4e15-b8dd-9b6e32052b35 x-compute-request-id: req-3fb67bab-7222-4e15-b8dd-9b6e32052b35 Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:57:12,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-3fb67bab-7222-4e15-b8dd-9b6e32052b35 2019-01-09 10:57:14,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:15,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-a72aea53-800e-46f0-9106-0580a57ed653 x-compute-request-id: req-a72aea53-800e-46f0-9106-0580a57ed653 Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:57:15,304 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-a72aea53-800e-46f0-9106-0580a57ed653 2019-01-09 10:57:17,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:18,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-072bd40c-2dd2-4798-89b2-3dc12c32ae89 x-compute-request-id: req-072bd40c-2dd2-4798-89b2-3dc12c32ae89 Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:57:18,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-072bd40c-2dd2-4798-89b2-3dc12c32ae89 2019-01-09 10:57:20,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:21,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a9d22b9-c632-4efa-8e99-0c7c4f6b8d68 x-compute-request-id: req-7a9d22b9-c632-4efa-8e99-0c7c4f6b8d68 Content-Encoding: gzip Content-Length: 7882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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"} 2019-01-09 10:57:21,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-7a9d22b9-c632-4efa-8e99-0c7c4f6b8d68 2019-01-09 10:57:23,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:24,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57: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-4818b807-7742-4396-a3f3-62ea7a4ea949 x-compute-request-id: req-4818b807-7742-4396-a3f3-62ea7a4ea949 Content-Encoding: gzip Content-Length: 9544 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n"} 2019-01-09 10:57:24,610 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-4818b807-7742-4396-a3f3-62ea7a4ea949 2019-01-09 10:57:26,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:27,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45bc8a0d-0429-4cd4-8ad2-8033c65ef0b5 x-compute-request-id: req-45bc8a0d-0429-4cd4-8ad2-8033c65ef0b5 Content-Encoding: gzip Content-Length: 10147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 10:57:27,705 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-45bc8a0d-0429-4cd4-8ad2-8033c65ef0b5 2019-01-09 10:57:29,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:30,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d147f62-ab39-460d-b3a4-6e6d7d505428 x-compute-request-id: req-2d147f62-ab39-460d-b3a4-6e6d7d505428 Content-Encoding: gzip Content-Length: 10147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 10:57:30,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-2d147f62-ab39-460d-b3a4-6e6d7d505428 2019-01-09 10:57:32,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:33,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-7e08fb84-8d7c-477d-9ecb-681468c4aad1 x-compute-request-id: req-7e08fb84-8d7c-477d-9ecb-681468c4aad1 Content-Encoding: gzip Content-Length: 10147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 10:57:33,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-7e08fb84-8d7c-477d-9ecb-681468c4aad1 2019-01-09 10:57:36,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:37,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-8e7e8117-cf0b-4336-aa7a-8ec5704a6382 x-compute-request-id: req-8e7e8117-cf0b-4336-aa7a-8ec5704a6382 Content-Encoding: gzip Content-Length: 10147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 10:57:37,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-8e7e8117-cf0b-4336-aa7a-8ec5704a6382 2019-01-09 10:57:39,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:40,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10: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-20c4c58b-e742-46eb-863e-6f67c2cf6a3a x-compute-request-id: req-20c4c58b-e742-46eb-863e-6f67c2cf6a3a Content-Encoding: gzip Content-Length: 10147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 10:57:40,190 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-20c4c58b-e742-46eb-863e-6f67c2cf6a3a 2019-01-09 10:57:42,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:43,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa0445e8-5411-4674-9a69-f11d469e6cc5 x-compute-request-id: req-aa0445e8-5411-4674-9a69-f11d469e6cc5 Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 10:57:43,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-aa0445e8-5411-4674-9a69-f11d469e6cc5 2019-01-09 10:57:45,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:46,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d6f8e5a-6990-45ab-88e4-0bd92605cf94 x-compute-request-id: req-4d6f8e5a-6990-45ab-88e4-0bd92605cf94 Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 10:57:46,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-4d6f8e5a-6990-45ab-88e4-0bd92605cf94 2019-01-09 10:57:48,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:49,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02698f74-9523-4ba9-b5b6-31e57e8b1877 x-compute-request-id: req-02698f74-9523-4ba9-b5b6-31e57e8b1877 Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 10:57:49,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-02698f74-9523-4ba9-b5b6-31e57e8b1877 2019-01-09 10:57:51,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:52,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acf10235-3dd6-4964-8a39-e33f5de5f706 x-compute-request-id: req-acf10235-3dd6-4964-8a39-e33f5de5f706 Content-Encoding: gzip Content-Length: 10217 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 10:57:52,756 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-acf10235-3dd6-4964-8a39-e33f5de5f706 2019-01-09 10:57:54,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:55,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6db50f63-7c10-4160-ad5f-1d08b23de230 x-compute-request-id: req-6db50f63-7c10-4160-ad5f-1d08b23de230 Content-Encoding: gzip Content-Length: 10237 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 10:57:55,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-6db50f63-7c10-4160-ad5f-1d08b23de230 2019-01-09 10:57:57,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:57:58,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-274a1db2-c1fe-44ed-bc38-bc400a655d31 x-compute-request-id: req-274a1db2-c1fe-44ed-bc38-bc400a655d31 Content-Encoding: gzip Content-Length: 10237 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 10:57:58,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-274a1db2-c1fe-44ed-bc38-bc400a655d31 2019-01-09 10:58:01,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:58:02,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:58:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-877821ae-bbe3-43fb-92b4-cabdd772d15c x-compute-request-id: req-877821ae-bbe3-43fb-92b4-cabdd772d15c Content-Encoding: gzip Content-Length: 10237 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 10:58:02,081 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-877821ae-bbe3-43fb-92b4-cabdd772d15c 2019-01-09 10:58:04,102 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:58:05,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:58:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-055ea6a1-88d1-4430-adf7-7d0eb05915bd x-compute-request-id: req-055ea6a1-88d1-4430-adf7-7d0eb05915bd Content-Encoding: gzip Content-Length: 10237 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 10:58:05,176 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-055ea6a1-88d1-4430-adf7-7d0eb05915bd 2019-01-09 10:58:07,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:58:08,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:58: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-448ac521-e347-49db-b118-f392f7589964 x-compute-request-id: req-448ac521-e347-49db-b118-f392f7589964 Content-Encoding: gzip Content-Length: 10237 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 10:58:08,263 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-448ac521-e347-49db-b118-f392f7589964 2019-01-09 10:58:10,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d3751c0157451f70affccf15408c0d2d04c4564" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:58:11,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:58:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5be18bf-dc11-4219-957d-97f713a292f0 x-compute-request-id: req-d5be18bf-dc11-4219-957d-97f713a292f0 Content-Encoding: gzip Content-Length: 11149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 719776544 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131978] pid_max: default: 32768 minimum: 301\n[ 0.132886] ACPI: Core revision 20150930\n[ 0.134274] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135582] Security Framework initialized\n[ 0.136394] Yama: becoming mindful.\n[ 0.137120] AppArmor: AppArmor initialized\n[ 0.137983] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139325] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143212] Initializing cgroup subsys io\n[ 0.144025] Initializing cgroup subsys memory\n[ 0.144888] Initializing cgroup subsys devices\n[ 0.145773] Initializing cgroup subsys freezer\n[ 0.146646] Initializing cgroup subsys net_cls\n[ 0.147518] Initializing cgroup subsys perf_event\n[ 0.148430] Initializing cgroup subsys net_prio\n[ 0.149312] Initializing cgroup subsys hugetlb\n[ 0.150187] Initializing cgroup subsys pids\n[ 0.151060] CPU: Physical Processor ID: 0\n[ 0.152548] mce: CPU supports 10 MCE banks\n[ 0.153403] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165112] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171534] ftrace: allocating 31920 entries in 125 pages\n[ 0.197975] smpboot: Max logical packages: 1\n[ 0.198842] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200205] x2apic enabled\n[ 0.201004] Switched APIC routing to physical x2apic.\n[ 0.202797] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203913] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207664] KVM setup paravirtual spinlock\n[ 0.208946] x86: Booted up 1 node, 1 CPUs\n[ 0.209751] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211128] devtmpfs: initialized\n[ 0.212834] evm: security.selinux\n[ 0.213533] evm: security.SMACK64\n[ 0.214217] evm: security.SMACK64EXEC\n[ 0.214950] evm: security.SMACK64TRANSMUTE\n[ 0.215758] evm: security.SMACK64MMAP\n[ 0.216509] evm: security.ima\n[ 0.217143] evm: security.capability\n[ 0.217945] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219782] pinctrl core: initialized pinctrl subsystem\n[ 0.220876] RTC time: 10:56:19, date: 01/09/19\n[ 0.221828] NET: Registered protocol family 16\n[ 0.222793] cpuidle: using governor ladder\n[ 0.223606] cpuidle: using governor menu\n[ 0.224385] PCCT header not found.\n[ 0.225133] ACPI: bus type PCI registered\n[ 0.225936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227167] PCI: Using configuration type 1 for base access\n[ 0.228903] ACPI: Added _OSI(Module Device)\n[ 0.229758] ACPI: Added _OSI(Processor Device)\n[ 0.230615] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231508] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233624] ACPI: Interpreter enabled\n[ 0.234393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238033] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241670] ACPI: (supports S0 S5)\n[ 0.242365] ACPI: Using IOAPIC for interrupt routing\n[ 0.243296] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.247515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248737] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252155] acpiphp: Slot [3] registered\n[ 0.252958] acpiphp: Slot [4] registered\n[ 0.253759] acpiphp: Slot [5] registered\n[ 0.254554] acpiphp: Slot [6] registered\n[ 0.255346] acpiphp: Slot [7] registered\n[ 0.256145] acpiphp: Slot [8] registered\n[ 0.256943] acpiphp: Slot [9] registered\n[ 0.257741] acpiphp: Slot [10] registered\n[ 0.258552] acpiphp: Slot [11] registered\n[ 0.259368] acpiphp: Slot [12] registered\n[ 0.260184] acpiphp: Slot [13] registered\n[ 0.260990] acpiphp: Slot [14] registered\n[ 0.261799] acpiphp: Slot [15] registered\n[ 0.272772] acpiphp: Slot [16] registered\n[ 0.273581] acpiphp: Slot [17] registered\n[ 0.274386] acpiphp: Slot [18] registered\n[ 0.275190] acpiphp: Slot [19] registered\n[ 0.275991] acpiphp: Slot [20] registered\n[ 0.276805] acpiphp: Slot [21] registered\n[ 0.277613] acpiphp: Slot [22] registered\n[ 0.278417] acpiphp: Slot [23] registered\n[ 0.279221] acpiphp: Slot [24] registered\n[ 0.280021] acpiphp: Slot [25] registered\n[ 0.280828] acpiphp: Slot [26] registered\n[ 0.281633] acpiphp: Slot [27] registered\n[ 0.282438] acpiphp: Slot [28] registered\n[ 0.283243] acpiphp: Slot [29] registered\n[ 0.284044] acpiphp: Slot [30] registered\n[ 0.284853] acpiphp: Slot [31] registered\n[ 0.285660] PCI host bridge to bus 0000:00\n[ 0.286467] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290327] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291766] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299370] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300539] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301801] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308234] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309658] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357035] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362741] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365147] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366205] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367751] vgaarb: loaded\n[ 0.368355] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369495] SCSI subsystem initialized\n[ 0.370316] ACPI: bus type USB registered\n[ 0.371133] usbcore: registered new interface driver usbfs\n[ 0.372162] usbcore: registered new interface driver hub\n[ 0.373167] usbcore: registered new device driver usb\n[ 0.374229] PCI: Using ACPI for IRQ routing\n[ 0.375250] NetLabel: Initializing\n[ 0.375961] NetLabel: domain hash size = 128\n[ 0.376814] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377766] NetLabel: unlabeled traffic allowed by default\n[ 0.378874] clocksource: Switched to clocksource kvm-clock\n[ 0.384293] AppArmor: AppArmor Filesystem Enabled\n[ 0.385267] pnp: PnP ACPI init\n[ 0.386178] pnp: PnP ACPI: found 5 devices\n[ 0.392552] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394273] NET: Registered protocol family 2\n[ 0.395239] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397710] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398892] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401169] NET: Registered protocol family 1\n[ 0.402041] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404243] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418277] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432478] Trying to unpack rootfs image as initramfs...\n[ 0.481477] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495397] Scanning for low memory corruption every 60 seconds\n[ 0.496770] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497933] audit: initializing netlink subsys (disabled)\n[ 0.498975] audit: type=2000 audit(1547031380.603:1): initialized\n[ 0.500305] Initialise system trusted keyring\n[ 0.501244] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504399] zbud: loaded\n[ 0.505100] VFS: Disk quotas dquot_6.6.0\n[ 0.505929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507450] fuse init (API version 7.23)\n[ 0.508353] Key type big_key registered\n[ 0.509159] Allocating IMA MOK and blacklist keyrings.\n[ 0.510641] Key type asymmetric registered\n[ 0.511481] Asymmetric key parser 'x509' registered\n[ 0.512445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513936] io scheduler noop registered\n[ 0.514744] io scheduler deadline registered (default)\n[ 0.515752] io scheduler cfq registered\n[ 0.516593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517646] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520401] ACPI: Power Button [PWRF]\n[ 0.521238] GHES: HEST is not enabled!\n[ 0.534915] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564842] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590305] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592583] Linux agpgart interface v0.103\n[ 0.594610] brd: module loaded\n[ 0.595779] loop: module loaded\n[ 0.601270] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602727] GPT:90111 != 2097151\n[ 0.603410] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604496] GPT:90111 != 2097151\n[ 0.605164] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606123] vda: vda1 vda15\n[ 0.607742] scsi host0: ata_piix\n[ 0.608479] scsi host1: ata_piix\n[ 0.609192] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611840] libphy: Fixed MDIO Bus: probed\n[ 0.612665] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613615] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615851] PPP generic driver version 2.4.2\n[ 0.616737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618062] ehci-pci: EHCI PCI platform driver\n[ 0.618942] ehci-platform: EHCI generic platform driver\n[ 0.619931] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621051] ohci-pci: OHCI PCI platform driver\n[ 0.621912] ohci-platform: OHCI generic platform driver\n[ 0.622902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638269] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639726] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644503] usb usb1: Product: UHCI Host Controller\n[ 0.645437] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646574] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647572] hub 1-0:1.0: USB hub found\n[ 0.648347] hub 1-0:1.0: 2 ports detected\n[ 0.649249] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653355] mousedev: PS/2 mouse device common for all mice\n[ 0.654615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656470] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657559] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658750] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659949] i2c /dev entries driver\n[ 0.660714] device-mapper: uevent: version 1.0.3\n[ 0.661650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663280] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664565] NET: Registered protocol family 10\n[ 0.665553] NET: Registered protocol family 17\n[ 0.666444] Key type dns_resolver registered\n[ 0.667373] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668466] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670221] registered taskstats version 1\n[ 0.671055] Loading compiled-in X.509 certificates\n[ 0.672488] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674327] zswap: loaded using pool lzo/zbud\n[ 0.675683] Key type trusted registered\n[ 0.677236] Key type encrypted registered\n[ 0.678061] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679101] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680144] evm: HMAC attrs: 0x1\n[ 0.681443] Magic number: 3:594:931\n[ 0.682284] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:20 UTC (1547031380)\n[ 0.683877] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684989] EDD information not available.\n[ 0.767409] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.768833] ata1.00: configured for MWDMA2\n[ 0.770026] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782674] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783889] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785125] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786990] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788515] Write protecting the kernel read-only data: 14336k\n[ 0.790065] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791869] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848377] 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.33\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCHzSCGV/4Gp+DRtk1EiAMzkvdLbT7cjNEjqD07OvzCp4JywLLKOfM4rp/vPEG35BeKG7IxCGbjdoglLmOJBrKPUEhGavkZ26nvoWbcorPydLY71CQ0KS0FJN71CyWr4YyQf+qFf85mgnnc++5DWh2mZvRUti4NlckZQNJDJMGL8S8ADOwkF6L/0VdtXS/ug75bq+MQIBk7ZeLTzOK8jKDYZfm3ttI3XZpYfdn+KxUAR9mx9AZwAwaBLF7AnC3A8yFqqV7T0KcNHm5EBid3NPNePH2dM8U1ls4m2Pkik7GVjYHM5Ngep6Ere0Fh8lMuPvODwQfIniXzurkCbCu2X3jb root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKLzEEUVmU+MSvh7ntJWuPVkCZY2cApqM+lk0Oydn59Sfq4B2FXb5F15TQBm+vbWoXihV5YVZ7Q4nFLSiczcBA4E6tIc1VANoGlm2dmUEiBXgzF4vOXdCXq8ddGcryM5yGhqtyZYCPFoeXHzSqZ4aLoUAc7441bqV6FpfiyjxfWjAAAAFQDKueIRzzGn2Webu5HHkh8QKkEQlQAAAIEAgj7RB45ygXABIJtrKQ5wbdh0dHy5o5xD/nfLRrhMNM4xdSeXxMn2Hi/yS4ndv8qF27EHVVM5AiISsb3VkykjJDEyuxn1CVMGfQhlV2OAGNasC0DuGdF8pwIIm9iGOYBgOKChktWlqPJp8+83vPSnljzijKfMIN6FFxulS5um9JcAAACBAICkZcm9YyaY36chaQJGIAyR7Aam/sb8wKE9k5bh//QW/q713eMf9bIseWQmkO7qshwZORR+SwFKWOSu6MgybGyQxz8GcBEaG6wtycNQ1vlqxdn1UihiMwq4Q+eFogl5J2NY/5oi7ZGlskxqL4UQYrJFxVxu0kGvkZpK4t3cJ9Ba 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:fe3b:cf77/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: 8c0393ab-504e-4325-9a71-ea36c7ce60ea\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.68 ===\n/dev/root resized successfully [took 2.68s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3B:CF:77 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3b:cf77/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:16 overruns:0 frame:0\n TX packets:17 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:5850 (5.7 KiB) TX bytes:2011 (1.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 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.119460] usb 1-1: Product: QEMU USB Tablet\n[ 1.119461] usb 1-1: Manufacturer: QEMU\n[ 1.119462] usb 1-1: SerialNumber: 42\n[ 1.495089] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 1.500180] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.518415] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.579702] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.581596] ISO 9660 Extensions: RRIP_1991A\n[ 62.791030] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.458991] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 10:58:03 cirros authpriv.info dropbear[634]: Exit (cirros): Exited normally\nJan 9 10:58:04 cirros authpriv.info dropbear[637]: Child connection from 10.10.10.11:52424\nJan 9 10:58:04 cirros authpriv.notice dropbear[637]: 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:52424\nJan 9 10:58:04 cirros authpriv.info dropbear[637]: Exit (cirros): Exited normally\nJan 9 10:58:04 cirros authpriv.info dropbear[640]: Child connection from 10.10.10.11:52426\nJan 9 10:58:04 cirros authpriv.notice dropbear[640]: 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:52426\nJan 9 10:58:04 cirros authpriv.info dropbear[640]: Exit (cirros): Exited normally\nJan 9 10:58:05 cirros authpriv.info dropbear[643]: Child connection from 10.10.10.11:52428\nJan 9 10:58:05 cirros authpriv.notice dropbear[643]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:52428\nJan 9 10:58:05 cirros authpriv.info dropbear[643]: Exit (cirros): Exited normally\nJan 9 10:58:05 cirros authpriv.info dropbear[646]: Child connection from 10.10.10.11:52430\nJan 9 10:58:05 cirros authpriv.notice dropbear[646]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:52430\nJan 9 10:58:05 cirros authpriv.info dropbear[646]: Exit (cirros): Exited normally\nJan 9 10:58:06 cirros authpriv.info dropbear[649]: Child connection from 10.10.10.11:52432\nJan 9 10:58:06 cirros authpriv.notice dropbear[649]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:52432\nJan 9 10:58:06 cirros authpriv.info dropbear[649]: Exit (cirros): Exited normally\nJan 9 10:58:06 cirros authpriv.info dropbear[652]: Child connection from 10.10.10.11:52434\nJan 9 10:58:06 cirros authpriv.notice dropbear[652]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:52434\nJan 9 10:58:06 cirros authpriv.info dropbear[652]: Exit (cirros): Exited normally\nJan 9 10:58:07 cirros authpriv.info dropbear[655]: Child connection from 10.10.10.11:52436\nJan 9 10:58:07 cirros authpriv.notice dropbear[655]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:52436\nJan 9 10:58:07 cirros authpriv.info dropbear[655]: Exit (cirros): Exited normally\nJan 9 10:58:07 cirros authpriv.info dropbear[658]: Child connection from 10.10.10.11:52438\nJan 9 10:58:07 cirros authpriv.notice dropbear[658]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:52438\nJan 9 10:58:07 cirros authpriv.info dropbear[658]: 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: "} 2019-01-09 10:58:11,355 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-d5be18bf-dc11-4219-957d-97f713a292f0 2019-01-09 10:58:13,392 - sdnvpn_test_utils - INFO - Waiting for instance 2c44eba0-7f31-41c8-a9c4-e47da3d27d71 to boot up 2019-01-09 10:58:13,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae48bd24371a79f18b201f6f34370aab3656ddd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:58:14,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:58:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a622d6b-935f-405c-aa1e-4459b9b4f90d x-compute-request-id: req-6a622d6b-935f-405c-aa1e-4459b9b4f90d Content-Encoding: gzip Content-Length: 8145 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500697888 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135455] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137150] pid_max: default: 32768 minimum: 301\n[ 0.138066] ACPI: Core revision 20150930\n[ 0.139472] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140817] Security Framework initialized\n[ 0.141639] Yama: becoming mindful.\n[ 0.142392] AppArmor: AppArmor initialized\n[ 0.143285] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145970] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147231] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148682] Initializing cgroup subsys io\n[ 0.149554] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151397] Initializing cgroup subsys freezer\n[ 0.152316] Initializing cgroup subsys net_cls\n[ 0.153220] Initializing cgroup subsys perf_event\n[ 0.154183] Initializing cgroup subsys net_prio\n[ 0.155134] Initializing cgroup subsys hugetlb\n[ 0.156055] Initializing cgroup subsys pids\n[ 0.156971] CPU: Physical Processor ID: 0\n[ 0.158556] mce: CPU supports 10 MCE banks\n[ 0.159422] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160445] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172534] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179068] ftrace: allocating 31920 entries in 125 pages\n[ 0.206284] smpboot: Max logical packages: 1\n[ 0.207189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208573] x2apic enabled\n[ 0.209390] Switched APIC routing to physical x2apic.\n[ 0.211185] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214411] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216294] KVM setup paravirtual spinlock\n[ 0.217648] x86: Booted up 1 node, 1 CPUs\n[ 0.218515] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219986] devtmpfs: initialized\n[ 0.221733] evm: security.selinux\n[ 0.222454] evm: security.SMACK64\n[ 0.223191] evm: security.SMACK64EXEC\n[ 0.223966] evm: security.SMACK64TRANSMUTE\n[ 0.224815] evm: security.SMACK64MMAP\n[ 0.225589] evm: security.ima\n[ 0.226268] evm: security.capability\n[ 0.227109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229041] pinctrl core: initialized pinctrl subsystem\n[ 0.230196] RTC time: 10:56:44, date: 01/09/19\n[ 0.231185] NET: Registered protocol family 16\n[ 0.232188] cpuidle: using governor ladder\n[ 0.233046] cpuidle: using governor menu\n[ 0.233881] PCCT header not found.\n[ 0.234665] ACPI: bus type PCI registered\n[ 0.235503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236821] PCI: Using configuration type 1 for base access\n[ 0.238687] ACPI: Added _OSI(Module Device)\n[ 0.239601] ACPI: Added _OSI(Processor Device)\n[ 0.240535] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241507] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243780] ACPI: Interpreter enabled\n[ 0.244599] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252522] ACPI: (supports S0 S5)\n[ 0.253387] ACPI: Using IOAPIC for interrupt routing\n[ 0.254375] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260090] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261341] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263685] acpiphp: Slot [3] registered\n[ 0.264520] acpiphp: Slot [4] registered\n[ 0.265377] acpiphp: Slot [5] registered\n[ 0.266227] acpiphp: Slot [6] registered\n[ 0.267057] acpiphp: Slot [7] registered\n[ 0.267911] acpiphp: Slot [8] registered\n[ 0.268756] acpiphp: Slot [9] registered\n[ 0.269588] acpiphp: Slot [10] registered\n[ 0.270445] acpiphp: Slot [11] registered\n[ 0.271302] acpiphp: Slot [12] registered\n[ 0.272148] acpiphp: Slot [13] registered\n[ 0.272999] acpiphp: Slot [14] registered\n[ 0.273859] acpiphp: Slot [15] registered\n[ 0.284829] acpiphp: Slot [16] registered\n[ 0.285698] acpiphp: Slot [17] registered\n[ 0.286580] acpiphp: Slot [18] registered\n[ 0.287462] acpiphp: Slot [19] registered\n[ 0.288336] acpiphp: Slot [20] registered\n[ 0.289225] acpiphp: Slot [21] registered\n[ 0.290105] acpiphp: Slot [22] registered\n[ 0.290980] acpiphp: Slot [23] registered\n[ 0.291865] acpiphp: Slot [24] registered\n[ 0.292750] acpiphp: Slot [25] registered\n[ 0.293614] acpiphp: Slot [26] registered\n[ 0.294501] acpiphp: Slot [27] registered\n[ 0.295372] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297093] acpiphp: Slot [30] registered\n[ 0.297948] acpiphp: Slot [31] registered\n[ 0.298804] PCI host bridge to bus 0000:00\n[ 0.299658] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300941] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302229] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305273] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311680] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314329] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315679] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322288] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323795] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371187] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374268] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377261] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378601] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379962] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381153] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382825] vgaarb: loaded\n[ 0.383459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384679] SCSI subsystem initialized\n[ 0.385544] ACPI: bus type USB registered\n[ 0.386397] usbcore: registered new interface driver usbfs\n[ 0.387484] usbcore: registered new interface driver hub\n[ 0.388559] usbcore: registered new device driver usb\n[ 0.389666] PCI: Using ACPI for IRQ routing\n[ 0.390744] NetLabel: Initializing\n[ 0.391493] NetLabel: domain hash size = 128\n[ 0.392398] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393396] NetLabel: unlabeled traffic allowed by default\n[ 0.394533] clocksource: Switched to clocksource kvm-clock\n[ 0.400047] AppArmor: AppArmor Filesystem Enabled\n[ 0.401062] pnp: PnP ACPI init\n[ 0.401997] pnp: PnP ACPI: found 5 devices\n[ 0.408439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410217] NET: Registered protocol family 2\n[ 0.411240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412562] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413804] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415019] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417398] NET: Registered protocol family 1\n[ 0.418333] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419534] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420694] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435131] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449451] Trying to unpack rootfs image as initramfs...\n[ 0.500101] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514083] Scanning for low memory corruption every 60 seconds\n[ 0.515541] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516806] audit: initializing netlink subsys (disabled)\n[ 0.517932] audit: type=2000 audit(1547031405.282:1): initialized\n[ 0.519413] Initialise system trusted keyring\n[ 0.520394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521666] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523634] zbud: loaded\n[ 0.524340] VFS: Disk quotas dquot_6.6.0\n[ 0.525151] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526965] fuse init (API version 7.23)\n[ 0.528095] Key type big_key registered\n[ 0.529111] Allocating IMA MOK and blacklist keyrings.\n[ 0.530873] Key type asymmetric registered\n[ 0.531933] Asymmetric key parser 'x509' registered\n[ 0.533145] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.534946] io scheduler noop registered\n[ 0.535916] io scheduler deadline registered (default)\n[ 0.537137] io scheduler cfq registered\n[ 0.538136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539421] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540980] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542767] ACPI: Power Button [PWRF]\n[ 0.543762] GHES: HEST is not enabled!\n[ 0.557761] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587977] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591729] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.615589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617996] Linux agpgart interface v0.103\n[ 0.620209] brd: module loaded\n[ 0.621533] loop: module loaded\n[ 0.626411] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628169] GPT:90111 != 2097151\n[ 0.628977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630309] GPT:90111 != 2097151\n[ 0.631117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632280] vda: vda1 vda15\n[ 0.633929] scsi host0: ata_piix\n[ 0.634807] scsi host1: ata_piix\n[ 0.635631] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637105] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638816] libphy: Fixed MDIO Bus: probed\n[ 0.639794] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643506] PPP generic driver version 2.4.2\n[ 0.644560] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645979] ehci-pci: EHCI PCI platform driver\n[ 0.647024] ehci-platform: EHCI generic platform driver\n[ 0.648227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649584] ohci-pci: OHCI PCI platform driver\n[ 0.650624] ohci-platform: OHCI generic platform driver\n[ 0.651809] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666419] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667622] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669369] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670582] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671922] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675041] usb usb1: Product: UHCI Host Controller\n[ 0.676168] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677595] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678741] hub 1-0:1.0: USB hub found\n[ 0.679658] hub 1-0:1.0: 2 ports detected\n[ 0.680724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683113] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684047] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685050] mousedev: PS/2 mouse device common for all mice\n[ 0.686282] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688113] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689194] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691602] i2c /dev entries driver\n[ 0.692367] device-mapper: uevent: version 1.0.3\n[ 0.693279] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694885] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696146] NET: Registered protocol family 10\n[ 0.697112] NET: Registered protocol family 17\n[ 0.697976] Key type dns_resolver registered\n[ 0.698891] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699963] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701684] registered taskstats version 1\n[ 0.702507] Loading compiled-in X.509 certificates\n[ 0.703944] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705772] zswap: loaded using pool lzo/zbud\n[ 0.707143] Key type trusted registered\n[ 0.708652] Key type encrypted registered\n[ 0.709468] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710470] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711493] evm: HMAC attrs: 0x1\n[ 0.712784] Magic number: 3:594:931\n[ 0.713618] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:45 UTC (1547031405)\n[ 0.715200] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716287] EDD information not available.\n[ 0.795201] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796624] ata1.00: configured for MWDMA2\n[ 0.797835] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810156] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811377] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.812600] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.814438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815938] Write protecting the kernel read-only data: 14336k\n[ 0.817472] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.819267] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.141908] 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 2.52s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2019-01-09 10:58:14,468 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action used request id req-6a622d6b-935f-405c-aa1e-4459b9b4f90d 2019-01-09 10:58:16,471 - sdnvpn_test_utils - INFO - Waiting for instance cba15435-6dd2-47a3-94d5-bd93a2ec7d6c to boot up 2019-01-09 10:58:16,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73590d2800e23486fdafcec3b693feb11dbb870d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:58:17,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3818e71f-9b9a-43ce-9407-0a2d656d95c8 x-compute-request-id: req-3818e71f-9b9a-43ce-9407-0a2d656d95c8 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 610542386 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129688] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131349] pid_max: default: 32768 minimum: 301\n[ 0.132238] ACPI: Core revision 20150930\n[ 0.133629] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134942] Security Framework initialized\n[ 0.135756] Yama: becoming mindful.\n[ 0.136482] AppArmor: AppArmor initialized\n[ 0.137343] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140416] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141983] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143779] Initializing cgroup subsys io\n[ 0.144854] Initializing cgroup subsys memory\n[ 0.145976] Initializing cgroup subsys devices\n[ 0.147112] Initializing cgroup subsys freezer\n[ 0.148240] Initializing cgroup subsys net_cls\n[ 0.149393] Initializing cgroup subsys perf_event\n[ 0.150582] Initializing cgroup subsys net_prio\n[ 0.151734] Initializing cgroup subsys hugetlb\n[ 0.152874] Initializing cgroup subsys pids\n[ 0.154013] CPU: Physical Processor ID: 0\n[ 0.155766] mce: CPU supports 10 MCE banks\n[ 0.156879] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158186] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171322] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179160] ftrace: allocating 31920 entries in 125 pages\n[ 0.209596] smpboot: Max logical packages: 1\n[ 0.210455] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211799] x2apic enabled\n[ 0.212602] Switched APIC routing to physical x2apic.\n[ 0.214352] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217440] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219216] KVM setup paravirtual spinlock\n[ 0.220515] x86: Booted up 1 node, 1 CPUs\n[ 0.221322] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222706] devtmpfs: initialized\n[ 0.224420] evm: security.selinux\n[ 0.225115] evm: security.SMACK64\n[ 0.225813] evm: security.SMACK64EXEC\n[ 0.226560] evm: security.SMACK64TRANSMUTE\n[ 0.227375] evm: security.SMACK64MMAP\n[ 0.228140] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229589] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231437] pinctrl core: initialized pinctrl subsystem\n[ 0.232539] RTC time: 10:56:31, date: 01/09/19\n[ 0.233488] NET: Registered protocol family 16\n[ 0.234454] cpuidle: using governor ladder\n[ 0.235263] cpuidle: using governor menu\n[ 0.236049] PCCT header not found.\n[ 0.236807] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238855] PCI: Using configuration type 1 for base access\n[ 0.240623] ACPI: Added _OSI(Module Device)\n[ 0.241468] ACPI: Added _OSI(Processor Device)\n[ 0.242327] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243217] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245359] ACPI: Interpreter enabled\n[ 0.246128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253482] ACPI: (supports S0 S5)\n[ 0.254181] ACPI: Using IOAPIC for interrupt routing\n[ 0.255236] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259510] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260747] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261936] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264183] acpiphp: Slot [3] registered\n[ 0.264987] acpiphp: Slot [4] registered\n[ 0.265819] acpiphp: Slot [5] registered\n[ 0.266721] acpiphp: Slot [6] registered\n[ 0.267611] acpiphp: Slot [7] registered\n[ 0.268532] acpiphp: Slot [8] registered\n[ 0.269445] acpiphp: Slot [9] registered\n[ 0.270358] acpiphp: Slot [10] registered\n[ 0.271267] acpiphp: Slot [11] registered\n[ 0.272194] acpiphp: Slot [12] registered\n[ 0.273126] acpiphp: Slot [13] registered\n[ 0.274034] acpiphp: Slot [14] registered\n[ 0.274913] acpiphp: Slot [15] registered\n[ 0.286002] acpiphp: Slot [16] registered\n[ 0.286887] acpiphp: Slot [17] registered\n[ 0.287744] acpiphp: Slot [18] registered\n[ 0.288641] acpiphp: Slot [19] registered\n[ 0.289532] acpiphp: Slot [20] registered\n[ 0.290408] acpiphp: Slot [21] registered\n[ 0.291287] acpiphp: Slot [22] registered\n[ 0.292168] acpiphp: Slot [23] registered\n[ 0.293079] acpiphp: Slot [24] registered\n[ 0.293971] acpiphp: Slot [25] registered\n[ 0.294882] acpiphp: Slot [26] registered\n[ 0.295759] acpiphp: Slot [27] registered\n[ 0.296613] acpiphp: Slot [28] registered\n[ 0.297484] acpiphp: Slot [29] registered\n[ 0.298354] acpiphp: Slot [30] registered\n[ 0.299226] acpiphp: Slot [31] registered\n[ 0.300134] PCI host bridge to bus 0000:00\n[ 0.301069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302406] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303736] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305306] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314813] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316106] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317548] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323821] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371899] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373415] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376379] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379286] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380384] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382062] vgaarb: loaded\n[ 0.382699] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383929] SCSI subsystem initialized\n[ 0.384791] ACPI: bus type USB registered\n[ 0.385685] usbcore: registered new interface driver usbfs\n[ 0.386787] usbcore: registered new interface driver hub\n[ 0.387867] usbcore: registered new device driver usb\n[ 0.388992] PCI: Using ACPI for IRQ routing\n[ 0.390083] NetLabel: Initializing\n[ 0.390871] NetLabel: domain hash size = 128\n[ 0.391783] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392803] NetLabel: unlabeled traffic allowed by default\n[ 0.393976] clocksource: Switched to clocksource kvm-clock\n[ 0.399397] AppArmor: AppArmor Filesystem Enabled\n[ 0.400401] pnp: PnP ACPI init\n[ 0.401382] pnp: PnP ACPI: found 5 devices\n[ 0.407812] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409708] NET: Registered protocol family 2\n[ 0.410749] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412108] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413272] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414443] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415516] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416684] NET: Registered protocol family 1\n[ 0.417550] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418652] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433718] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447969] Trying to unpack rootfs image as initramfs...\n[ 0.496959] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510793] Scanning for low memory corruption every 60 seconds\n[ 0.512153] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513290] audit: initializing netlink subsys (disabled)\n[ 0.514315] audit: type=2000 audit(1547031392.846:1): initialized\n[ 0.515607] Initialise system trusted keyring\n[ 0.516533] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517689] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519650] zbud: loaded\n[ 0.520360] VFS: Disk quotas dquot_6.6.0\n[ 0.521170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522676] fuse init (API version 7.23)\n[ 0.523552] Key type big_key registered\n[ 0.524351] Allocating IMA MOK and blacklist keyrings.\n[ 0.525454] Key type asymmetric registered\n[ 0.526279] Asymmetric key parser 'x509' registered\n[ 0.527235] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528697] io scheduler noop registered\n[ 0.529488] io scheduler deadline registered (default)\n[ 0.530478] io scheduler cfq registered\n[ 0.531878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534185] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535627] ACPI: Power Button [PWRF]\n[ 0.536450] GHES: HEST is not enabled!\n[ 0.551434] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.581000] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583320] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607299] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609423] Linux agpgart interface v0.103\n[ 0.611498] brd: module loaded\n[ 0.612718] loop: module loaded\n[ 0.617047] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618522] GPT:90111 != 2097151\n[ 0.619199] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620292] GPT:90111 != 2097151\n[ 0.620968] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621934] vda: vda1 vda15\n[ 0.623351] scsi host0: ata_piix\n[ 0.624088] scsi host1: ata_piix\n[ 0.624795] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626015] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627457] libphy: Fixed MDIO Bus: probed\n[ 0.628273] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629221] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631321] PPP generic driver version 2.4.2\n[ 0.632199] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633445] ehci-pci: EHCI PCI platform driver\n[ 0.634334] ehci-platform: EHCI generic platform driver\n[ 0.635322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636441] ohci-pci: OHCI PCI platform driver\n[ 0.637310] ohci-platform: OHCI generic platform driver\n[ 0.638308] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652642] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653646] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657247] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659897] usb usb1: Product: UHCI Host Controller\n[ 0.660830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661968] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662978] hub 1-0:1.0: USB hub found\n[ 0.663771] hub 1-0:1.0: 2 ports detected\n[ 0.664689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667820] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668859] mousedev: PS/2 mouse device common for all mice\n[ 0.670129] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671990] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673098] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674333] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675536] i2c /dev entries driver\n[ 0.676301] device-mapper: uevent: version 1.0.3\n[ 0.677246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678908] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680211] NET: Registered protocol family 10\n[ 0.681219] NET: Registered protocol family 17\n[ 0.682132] Key type dns_resolver registered\n[ 0.683072] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684181] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685948] registered taskstats version 1\n[ 0.686806] Loading compiled-in X.509 certificates\n[ 0.688266] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690163] zswap: loaded using pool lzo/zbud\n[ 0.691544] Key type trusted registered\n[ 0.693086] Key type encrypted registered\n[ 0.693932] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694993] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696051] evm: HMAC attrs: 0x1\n[ 0.696984] Magic number: 3:594:931\n[ 0.697842] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:32 UTC (1547031392)\n[ 0.699465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700585] EDD information not available.\n[ 0.782532] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783976] ata1.00: configured for MWDMA2\n[ 0.785173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797862] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.799110] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.800366] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.802246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803796] Write protecting the kernel read-only data: 14336k\n[ 0.805375] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807196] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.863442] 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.11\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.68s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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"} 2019-01-09 10:58:17,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action used request id req-3818e71f-9b9a-43ce-9407-0a2d656d95c8 2019-01-09 10:58:19,549 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 10:58:49,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae48bd24371a79f18b201f6f34370aab3656ddd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:58:50,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:58: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-174faed2-174a-4cd8-9c34-cd12fa92711b x-compute-request-id: req-174faed2-174a-4cd8-9c34-cd12fa92711b Content-Encoding: gzip Content-Length: 8188 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500697888 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135455] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137150] pid_max: default: 32768 minimum: 301\n[ 0.138066] ACPI: Core revision 20150930\n[ 0.139472] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140817] Security Framework initialized\n[ 0.141639] Yama: becoming mindful.\n[ 0.142392] AppArmor: AppArmor initialized\n[ 0.143285] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145970] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147231] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148682] Initializing cgroup subsys io\n[ 0.149554] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151397] Initializing cgroup subsys freezer\n[ 0.152316] Initializing cgroup subsys net_cls\n[ 0.153220] Initializing cgroup subsys perf_event\n[ 0.154183] Initializing cgroup subsys net_prio\n[ 0.155134] Initializing cgroup subsys hugetlb\n[ 0.156055] Initializing cgroup subsys pids\n[ 0.156971] CPU: Physical Processor ID: 0\n[ 0.158556] mce: CPU supports 10 MCE banks\n[ 0.159422] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160445] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172534] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179068] ftrace: allocating 31920 entries in 125 pages\n[ 0.206284] smpboot: Max logical packages: 1\n[ 0.207189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208573] x2apic enabled\n[ 0.209390] Switched APIC routing to physical x2apic.\n[ 0.211185] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214411] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216294] KVM setup paravirtual spinlock\n[ 0.217648] x86: Booted up 1 node, 1 CPUs\n[ 0.218515] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219986] devtmpfs: initialized\n[ 0.221733] evm: security.selinux\n[ 0.222454] evm: security.SMACK64\n[ 0.223191] evm: security.SMACK64EXEC\n[ 0.223966] evm: security.SMACK64TRANSMUTE\n[ 0.224815] evm: security.SMACK64MMAP\n[ 0.225589] evm: security.ima\n[ 0.226268] evm: security.capability\n[ 0.227109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229041] pinctrl core: initialized pinctrl subsystem\n[ 0.230196] RTC time: 10:56:44, date: 01/09/19\n[ 0.231185] NET: Registered protocol family 16\n[ 0.232188] cpuidle: using governor ladder\n[ 0.233046] cpuidle: using governor menu\n[ 0.233881] PCCT header not found.\n[ 0.234665] ACPI: bus type PCI registered\n[ 0.235503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236821] PCI: Using configuration type 1 for base access\n[ 0.238687] ACPI: Added _OSI(Module Device)\n[ 0.239601] ACPI: Added _OSI(Processor Device)\n[ 0.240535] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241507] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243780] ACPI: Interpreter enabled\n[ 0.244599] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252522] ACPI: (supports S0 S5)\n[ 0.253387] ACPI: Using IOAPIC for interrupt routing\n[ 0.254375] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260090] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261341] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263685] acpiphp: Slot [3] registered\n[ 0.264520] acpiphp: Slot [4] registered\n[ 0.265377] acpiphp: Slot [5] registered\n[ 0.266227] acpiphp: Slot [6] registered\n[ 0.267057] acpiphp: Slot [7] registered\n[ 0.267911] acpiphp: Slot [8] registered\n[ 0.268756] acpiphp: Slot [9] registered\n[ 0.269588] acpiphp: Slot [10] registered\n[ 0.270445] acpiphp: Slot [11] registered\n[ 0.271302] acpiphp: Slot [12] registered\n[ 0.272148] acpiphp: Slot [13] registered\n[ 0.272999] acpiphp: Slot [14] registered\n[ 0.273859] acpiphp: Slot [15] registered\n[ 0.284829] acpiphp: Slot [16] registered\n[ 0.285698] acpiphp: Slot [17] registered\n[ 0.286580] acpiphp: Slot [18] registered\n[ 0.287462] acpiphp: Slot [19] registered\n[ 0.288336] acpiphp: Slot [20] registered\n[ 0.289225] acpiphp: Slot [21] registered\n[ 0.290105] acpiphp: Slot [22] registered\n[ 0.290980] acpiphp: Slot [23] registered\n[ 0.291865] acpiphp: Slot [24] registered\n[ 0.292750] acpiphp: Slot [25] registered\n[ 0.293614] acpiphp: Slot [26] registered\n[ 0.294501] acpiphp: Slot [27] registered\n[ 0.295372] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297093] acpiphp: Slot [30] registered\n[ 0.297948] acpiphp: Slot [31] registered\n[ 0.298804] PCI host bridge to bus 0000:00\n[ 0.299658] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300941] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302229] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305273] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311680] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314329] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315679] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322288] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323795] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371187] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374268] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377261] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378601] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379962] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381153] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382825] vgaarb: loaded\n[ 0.383459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384679] SCSI subsystem initialized\n[ 0.385544] ACPI: bus type USB registered\n[ 0.386397] usbcore: registered new interface driver usbfs\n[ 0.387484] usbcore: registered new interface driver hub\n[ 0.388559] usbcore: registered new device driver usb\n[ 0.389666] PCI: Using ACPI for IRQ routing\n[ 0.390744] NetLabel: Initializing\n[ 0.391493] NetLabel: domain hash size = 128\n[ 0.392398] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393396] NetLabel: unlabeled traffic allowed by default\n[ 0.394533] clocksource: Switched to clocksource kvm-clock\n[ 0.400047] AppArmor: AppArmor Filesystem Enabled\n[ 0.401062] pnp: PnP ACPI init\n[ 0.401997] pnp: PnP ACPI: found 5 devices\n[ 0.408439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410217] NET: Registered protocol family 2\n[ 0.411240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412562] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413804] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415019] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417398] NET: Registered protocol family 1\n[ 0.418333] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419534] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420694] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435131] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449451] Trying to unpack rootfs image as initramfs...\n[ 0.500101] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514083] Scanning for low memory corruption every 60 seconds\n[ 0.515541] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516806] audit: initializing netlink subsys (disabled)\n[ 0.517932] audit: type=2000 audit(1547031405.282:1): initialized\n[ 0.519413] Initialise system trusted keyring\n[ 0.520394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521666] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523634] zbud: loaded\n[ 0.524340] VFS: Disk quotas dquot_6.6.0\n[ 0.525151] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526965] fuse init (API version 7.23)\n[ 0.528095] Key type big_key registered\n[ 0.529111] Allocating IMA MOK and blacklist keyrings.\n[ 0.530873] Key type asymmetric registered\n[ 0.531933] Asymmetric key parser 'x509' registered\n[ 0.533145] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.534946] io scheduler noop registered\n[ 0.535916] io scheduler deadline registered (default)\n[ 0.537137] io scheduler cfq registered\n[ 0.538136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539421] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540980] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542767] ACPI: Power Button [PWRF]\n[ 0.543762] GHES: HEST is not enabled!\n[ 0.557761] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587977] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591729] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.615589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617996] Linux agpgart interface v0.103\n[ 0.620209] brd: module loaded\n[ 0.621533] loop: module loaded\n[ 0.626411] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628169] GPT:90111 != 2097151\n[ 0.628977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630309] GPT:90111 != 2097151\n[ 0.631117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632280] vda: vda1 vda15\n[ 0.633929] scsi host0: ata_piix\n[ 0.634807] scsi host1: ata_piix\n[ 0.635631] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637105] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638816] libphy: Fixed MDIO Bus: probed\n[ 0.639794] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643506] PPP generic driver version 2.4.2\n[ 0.644560] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645979] ehci-pci: EHCI PCI platform driver\n[ 0.647024] ehci-platform: EHCI generic platform driver\n[ 0.648227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649584] ohci-pci: OHCI PCI platform driver\n[ 0.650624] ohci-platform: OHCI generic platform driver\n[ 0.651809] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666419] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667622] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669369] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670582] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671922] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675041] usb usb1: Product: UHCI Host Controller\n[ 0.676168] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677595] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678741] hub 1-0:1.0: USB hub found\n[ 0.679658] hub 1-0:1.0: 2 ports detected\n[ 0.680724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683113] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684047] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685050] mousedev: PS/2 mouse device common for all mice\n[ 0.686282] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688113] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689194] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691602] i2c /dev entries driver\n[ 0.692367] device-mapper: uevent: version 1.0.3\n[ 0.693279] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694885] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696146] NET: Registered protocol family 10\n[ 0.697112] NET: Registered protocol family 17\n[ 0.697976] Key type dns_resolver registered\n[ 0.698891] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699963] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701684] registered taskstats version 1\n[ 0.702507] Loading compiled-in X.509 certificates\n[ 0.703944] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705772] zswap: loaded using pool lzo/zbud\n[ 0.707143] Key type trusted registered\n[ 0.708652] Key type encrypted registered\n[ 0.709468] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710470] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711493] evm: HMAC attrs: 0x1\n[ 0.712784] Magic number: 3:594:931\n[ 0.713618] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:45 UTC (1547031405)\n[ 0.715200] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716287] EDD information not available.\n[ 0.795201] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796624] ata1.00: configured for MWDMA2\n[ 0.797835] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810156] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811377] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.812600] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.814438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815938] Write protecting the kernel read-only data: 14336k\n[ 0.817472] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.819267] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.141908] 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 2.52s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n[ 124.443899] random: nonblocking pool is initialized\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2019-01-09 10:58:50,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action used request id req-174faed2-174a-4cd8-9c34-cd12fa92711b 2019-01-09 10:58:50,659 - 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. 2019-01-09 10:58:50,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae48bd24371a79f18b201f6f34370aab3656ddd" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:58:51,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:58: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-d9e65c47-3ce6-4019-b481-850d70c383ba x-compute-request-id: req-d9e65c47-3ce6-4019-b481-850d70c383ba Content-Encoding: gzip Content-Length: 8189 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500697888 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135455] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137150] pid_max: default: 32768 minimum: 301\n[ 0.138066] ACPI: Core revision 20150930\n[ 0.139472] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140817] Security Framework initialized\n[ 0.141639] Yama: becoming mindful.\n[ 0.142392] AppArmor: AppArmor initialized\n[ 0.143285] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145970] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147231] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148682] Initializing cgroup subsys io\n[ 0.149554] Initializing cgroup subsys memory\n[ 0.150480] Initializing cgroup subsys devices\n[ 0.151397] Initializing cgroup subsys freezer\n[ 0.152316] Initializing cgroup subsys net_cls\n[ 0.153220] Initializing cgroup subsys perf_event\n[ 0.154183] Initializing cgroup subsys net_prio\n[ 0.155134] Initializing cgroup subsys hugetlb\n[ 0.156055] Initializing cgroup subsys pids\n[ 0.156971] CPU: Physical Processor ID: 0\n[ 0.158556] mce: CPU supports 10 MCE banks\n[ 0.159422] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160445] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172534] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179068] ftrace: allocating 31920 entries in 125 pages\n[ 0.206284] smpboot: Max logical packages: 1\n[ 0.207189] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208573] x2apic enabled\n[ 0.209390] Switched APIC routing to physical x2apic.\n[ 0.211185] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214411] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216294] KVM setup paravirtual spinlock\n[ 0.217648] x86: Booted up 1 node, 1 CPUs\n[ 0.218515] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219986] devtmpfs: initialized\n[ 0.221733] evm: security.selinux\n[ 0.222454] evm: security.SMACK64\n[ 0.223191] evm: security.SMACK64EXEC\n[ 0.223966] evm: security.SMACK64TRANSMUTE\n[ 0.224815] evm: security.SMACK64MMAP\n[ 0.225589] evm: security.ima\n[ 0.226268] evm: security.capability\n[ 0.227109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229041] pinctrl core: initialized pinctrl subsystem\n[ 0.230196] RTC time: 10:56:44, date: 01/09/19\n[ 0.231185] NET: Registered protocol family 16\n[ 0.232188] cpuidle: using governor ladder\n[ 0.233046] cpuidle: using governor menu\n[ 0.233881] PCCT header not found.\n[ 0.234665] ACPI: bus type PCI registered\n[ 0.235503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236821] PCI: Using configuration type 1 for base access\n[ 0.238687] ACPI: Added _OSI(Module Device)\n[ 0.239601] ACPI: Added _OSI(Processor Device)\n[ 0.240535] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241507] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243780] ACPI: Interpreter enabled\n[ 0.244599] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248605] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252522] ACPI: (supports S0 S5)\n[ 0.253387] ACPI: Using IOAPIC for interrupt routing\n[ 0.254375] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258779] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260090] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261341] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263685] acpiphp: Slot [3] registered\n[ 0.264520] acpiphp: Slot [4] registered\n[ 0.265377] acpiphp: Slot [5] registered\n[ 0.266227] acpiphp: Slot [6] registered\n[ 0.267057] acpiphp: Slot [7] registered\n[ 0.267911] acpiphp: Slot [8] registered\n[ 0.268756] acpiphp: Slot [9] registered\n[ 0.269588] acpiphp: Slot [10] registered\n[ 0.270445] acpiphp: Slot [11] registered\n[ 0.271302] acpiphp: Slot [12] registered\n[ 0.272148] acpiphp: Slot [13] registered\n[ 0.272999] acpiphp: Slot [14] registered\n[ 0.273859] acpiphp: Slot [15] registered\n[ 0.284829] acpiphp: Slot [16] registered\n[ 0.285698] acpiphp: Slot [17] registered\n[ 0.286580] acpiphp: Slot [18] registered\n[ 0.287462] acpiphp: Slot [19] registered\n[ 0.288336] acpiphp: Slot [20] registered\n[ 0.289225] acpiphp: Slot [21] registered\n[ 0.290105] acpiphp: Slot [22] registered\n[ 0.290980] acpiphp: Slot [23] registered\n[ 0.291865] acpiphp: Slot [24] registered\n[ 0.292750] acpiphp: Slot [25] registered\n[ 0.293614] acpiphp: Slot [26] registered\n[ 0.294501] acpiphp: Slot [27] registered\n[ 0.295372] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297093] acpiphp: Slot [30] registered\n[ 0.297948] acpiphp: Slot [31] registered\n[ 0.298804] PCI host bridge to bus 0000:00\n[ 0.299658] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300941] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302229] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305273] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311680] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313074] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314329] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315679] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322288] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323795] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371187] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372748] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374268] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375771] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377261] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378601] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379962] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381153] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382825] vgaarb: loaded\n[ 0.383459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384679] SCSI subsystem initialized\n[ 0.385544] ACPI: bus type USB registered\n[ 0.386397] usbcore: registered new interface driver usbfs\n[ 0.387484] usbcore: registered new interface driver hub\n[ 0.388559] usbcore: registered new device driver usb\n[ 0.389666] PCI: Using ACPI for IRQ routing\n[ 0.390744] NetLabel: Initializing\n[ 0.391493] NetLabel: domain hash size = 128\n[ 0.392398] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393396] NetLabel: unlabeled traffic allowed by default\n[ 0.394533] clocksource: Switched to clocksource kvm-clock\n[ 0.400047] AppArmor: AppArmor Filesystem Enabled\n[ 0.401062] pnp: PnP ACPI init\n[ 0.401997] pnp: PnP ACPI: found 5 devices\n[ 0.408439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410217] NET: Registered protocol family 2\n[ 0.411240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412562] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413804] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415019] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416151] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417398] NET: Registered protocol family 1\n[ 0.418333] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.419534] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.420694] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.435131] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.449451] Trying to unpack rootfs image as initramfs...\n[ 0.500101] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.514083] Scanning for low memory corruption every 60 seconds\n[ 0.515541] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516806] audit: initializing netlink subsys (disabled)\n[ 0.517932] audit: type=2000 audit(1547031405.282:1): initialized\n[ 0.519413] Initialise system trusted keyring\n[ 0.520394] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.521666] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.523634] zbud: loaded\n[ 0.524340] VFS: Disk quotas dquot_6.6.0\n[ 0.525151] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526965] fuse init (API version 7.23)\n[ 0.528095] Key type big_key registered\n[ 0.529111] Allocating IMA MOK and blacklist keyrings.\n[ 0.530873] Key type asymmetric registered\n[ 0.531933] Asymmetric key parser 'x509' registered\n[ 0.533145] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.534946] io scheduler noop registered\n[ 0.535916] io scheduler deadline registered (default)\n[ 0.537137] io scheduler cfq registered\n[ 0.538136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539421] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540980] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542767] ACPI: Power Button [PWRF]\n[ 0.543762] GHES: HEST is not enabled!\n[ 0.557761] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587977] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.591729] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.615589] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.617996] Linux agpgart interface v0.103\n[ 0.620209] brd: module loaded\n[ 0.621533] loop: module loaded\n[ 0.626411] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628169] GPT:90111 != 2097151\n[ 0.628977] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630309] GPT:90111 != 2097151\n[ 0.631117] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632280] vda: vda1 vda15\n[ 0.633929] scsi host0: ata_piix\n[ 0.634807] scsi host1: ata_piix\n[ 0.635631] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637105] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638816] libphy: Fixed MDIO Bus: probed\n[ 0.639794] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640934] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643506] PPP generic driver version 2.4.2\n[ 0.644560] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645979] ehci-pci: EHCI PCI platform driver\n[ 0.647024] ehci-platform: EHCI generic platform driver\n[ 0.648227] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.649584] ohci-pci: OHCI PCI platform driver\n[ 0.650624] ohci-platform: OHCI generic platform driver\n[ 0.651809] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666419] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667622] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669369] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670582] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671922] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675041] usb usb1: Product: UHCI Host Controller\n[ 0.676168] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677595] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678741] hub 1-0:1.0: USB hub found\n[ 0.679658] hub 1-0:1.0: 2 ports detected\n[ 0.680724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683113] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684047] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685050] mousedev: PS/2 mouse device common for all mice\n[ 0.686282] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688113] rtc_cmos 00:00: RTC can wake from S4\n[ 0.689194] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691602] i2c /dev entries driver\n[ 0.692367] device-mapper: uevent: version 1.0.3\n[ 0.693279] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.694885] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.696146] NET: Registered protocol family 10\n[ 0.697112] NET: Registered protocol family 17\n[ 0.697976] Key type dns_resolver registered\n[ 0.698891] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699963] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701684] registered taskstats version 1\n[ 0.702507] Loading compiled-in X.509 certificates\n[ 0.703944] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705772] zswap: loaded using pool lzo/zbud\n[ 0.707143] Key type trusted registered\n[ 0.708652] Key type encrypted registered\n[ 0.709468] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710470] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711493] evm: HMAC attrs: 0x1\n[ 0.712784] Magic number: 3:594:931\n[ 0.713618] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:45 UTC (1547031405)\n[ 0.715200] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716287] EDD information not available.\n[ 0.795201] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.796624] ata1.00: configured for MWDMA2\n[ 0.797835] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.810156] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.811377] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.812600] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.814438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815938] Write protecting the kernel read-only data: 14336k\n[ 0.817472] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.819267] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.141908] 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 2.52s]\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 not reachable\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n[ 124.443899] random: nonblocking pool is initialized\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n"} 2019-01-09 10:58:51,737 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action used request id req-d9e65c47-3ce6-4019-b481-850d70c383ba 2019-01-09 10:58:51,738 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2019-01-09 10:58:51,738 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2019-01-09 10:58:51,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-718915", "route_distinguishers": "222:222"}}' 2019-01-09 10:58:52,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-f19bea53-d73e-4e10-a4a8-6ae9ee4ff1d4 Date: Wed, 09 Jan 2019 10:58:52 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "8fb7016f-9ec2-45b5-a358-dfab4105eb5a", "name": "sdnvpn-2-718915", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 10:58:52,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-f19bea53-d73e-4e10-a4a8-6ae9ee4ff1d4 2019-01-09 10:58:52,102 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-718915', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [u'88:88'], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'8fb7016f-9ec2-45b5-a358-dfab4105eb5a'}} 2019-01-09 10:58:52,102 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2019-01-09 10:58:52,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/8fb7016f-9ec2-45b5-a358-dfab4105eb5a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" -d '{"network_association": {"network_id": "9712d20d-5b10-4491-a4b5-ac6dbb727e53"}}' 2019-01-09 10:58:52,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d94d9b98-fb35-40a7-af47-94fc778f01e6 Date: Wed, 09 Jan 2019 10:58:52 GMT RESP BODY: {"network_association": {"network_id": "9712d20d-5b10-4491-a4b5-ac6dbb727e53", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "d32dc720-615b-4b37-aff1-3b48edf591d2"}} 2019-01-09 10:58:52,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/8fb7016f-9ec2-45b5-a358-dfab4105eb5a/network_associations used request id req-d94d9b98-fb35-40a7-af47-94fc778f01e6 2019-01-09 10:58:52,747 - sdnvpn_test_utils - DEBUG - Waiting for network d1549c2a-a494-4f9e-af0b-34566b69a925 to associate with BGPVPN 400abe88-ec40-437e-93f4-ffc43914ed97 2019-01-09 10:58:52,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/d1549c2a-a494-4f9e-af0b-34566b69a925 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:58:53,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-70a88303-652b-453e-9980-e146633ae199 Date: Wed, 09 Jan 2019 10:58:53 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "d1549c2a-a494-4f9e-af0b-34566b69a925", "name": "sdnvpn-1-780484", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["55:55"], "networks": ["400abe88-ec40-437e-93f4-ffc43914ed97"], "route_targets": ["55:55"], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 10:58:53,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/d1549c2a-a494-4f9e-af0b-34566b69a925 used request id req-70a88303-652b-453e-9980-e146633ae199 2019-01-09 10:58:54,205 - sdnvpn_test_utils - DEBUG - Waiting for network 8fb7016f-9ec2-45b5-a358-dfab4105eb5a to associate with BGPVPN 9712d20d-5b10-4491-a4b5-ac6dbb727e53 2019-01-09 10:58:54,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/8fb7016f-9ec2-45b5-a358-dfab4105eb5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:58:54,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-ed946cd3-4cdd-41a5-8ca9-efd6c699362c Date: Wed, 09 Jan 2019 10:58:54 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "8fb7016f-9ec2-45b5-a358-dfab4105eb5a", "name": "sdnvpn-2-718915", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["9712d20d-5b10-4491-a4b5-ac6dbb727e53"], "route_targets": ["88:88"], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 10:58:54,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/8fb7016f-9ec2-45b5-a358-dfab4105eb5a used request id req-ed946cd3-4cdd-41a5-8ca9-efd6c699362c 2019-01-09 10:58:55,527 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 10:59:25,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73590d2800e23486fdafcec3b693feb11dbb870d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:59:26,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afe2d727-4b92-46b6-9791-d05b587399ef x-compute-request-id: req-afe2d727-4b92-46b6-9791-d05b587399ef Content-Encoding: gzip Content-Length: 8105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610542386 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129688] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131349] pid_max: default: 32768 minimum: 301\n[ 0.132238] ACPI: Core revision 20150930\n[ 0.133629] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134942] Security Framework initialized\n[ 0.135756] Yama: becoming mindful.\n[ 0.136482] AppArmor: AppArmor initialized\n[ 0.137343] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140416] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141983] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143779] Initializing cgroup subsys io\n[ 0.144854] Initializing cgroup subsys memory\n[ 0.145976] Initializing cgroup subsys devices\n[ 0.147112] Initializing cgroup subsys freezer\n[ 0.148240] Initializing cgroup subsys net_cls\n[ 0.149393] Initializing cgroup subsys perf_event\n[ 0.150582] Initializing cgroup subsys net_prio\n[ 0.151734] Initializing cgroup subsys hugetlb\n[ 0.152874] Initializing cgroup subsys pids\n[ 0.154013] CPU: Physical Processor ID: 0\n[ 0.155766] mce: CPU supports 10 MCE banks\n[ 0.156879] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158186] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171322] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179160] ftrace: allocating 31920 entries in 125 pages\n[ 0.209596] smpboot: Max logical packages: 1\n[ 0.210455] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211799] x2apic enabled\n[ 0.212602] Switched APIC routing to physical x2apic.\n[ 0.214352] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217440] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219216] KVM setup paravirtual spinlock\n[ 0.220515] x86: Booted up 1 node, 1 CPUs\n[ 0.221322] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222706] devtmpfs: initialized\n[ 0.224420] evm: security.selinux\n[ 0.225115] evm: security.SMACK64\n[ 0.225813] evm: security.SMACK64EXEC\n[ 0.226560] evm: security.SMACK64TRANSMUTE\n[ 0.227375] evm: security.SMACK64MMAP\n[ 0.228140] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229589] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231437] pinctrl core: initialized pinctrl subsystem\n[ 0.232539] RTC time: 10:56:31, date: 01/09/19\n[ 0.233488] NET: Registered protocol family 16\n[ 0.234454] cpuidle: using governor ladder\n[ 0.235263] cpuidle: using governor menu\n[ 0.236049] PCCT header not found.\n[ 0.236807] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238855] PCI: Using configuration type 1 for base access\n[ 0.240623] ACPI: Added _OSI(Module Device)\n[ 0.241468] ACPI: Added _OSI(Processor Device)\n[ 0.242327] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243217] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245359] ACPI: Interpreter enabled\n[ 0.246128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253482] ACPI: (supports S0 S5)\n[ 0.254181] ACPI: Using IOAPIC for interrupt routing\n[ 0.255236] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259510] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260747] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261936] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264183] acpiphp: Slot [3] registered\n[ 0.264987] acpiphp: Slot [4] registered\n[ 0.265819] acpiphp: Slot [5] registered\n[ 0.266721] acpiphp: Slot [6] registered\n[ 0.267611] acpiphp: Slot [7] registered\n[ 0.268532] acpiphp: Slot [8] registered\n[ 0.269445] acpiphp: Slot [9] registered\n[ 0.270358] acpiphp: Slot [10] registered\n[ 0.271267] acpiphp: Slot [11] registered\n[ 0.272194] acpiphp: Slot [12] registered\n[ 0.273126] acpiphp: Slot [13] registered\n[ 0.274034] acpiphp: Slot [14] registered\n[ 0.274913] acpiphp: Slot [15] registered\n[ 0.286002] acpiphp: Slot [16] registered\n[ 0.286887] acpiphp: Slot [17] registered\n[ 0.287744] acpiphp: Slot [18] registered\n[ 0.288641] acpiphp: Slot [19] registered\n[ 0.289532] acpiphp: Slot [20] registered\n[ 0.290408] acpiphp: Slot [21] registered\n[ 0.291287] acpiphp: Slot [22] registered\n[ 0.292168] acpiphp: Slot [23] registered\n[ 0.293079] acpiphp: Slot [24] registered\n[ 0.293971] acpiphp: Slot [25] registered\n[ 0.294882] acpiphp: Slot [26] registered\n[ 0.295759] acpiphp: Slot [27] registered\n[ 0.296613] acpiphp: Slot [28] registered\n[ 0.297484] acpiphp: Slot [29] registered\n[ 0.298354] acpiphp: Slot [30] registered\n[ 0.299226] acpiphp: Slot [31] registered\n[ 0.300134] PCI host bridge to bus 0000:00\n[ 0.301069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302406] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303736] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305306] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314813] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316106] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317548] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323821] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371899] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373415] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376379] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379286] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380384] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382062] vgaarb: loaded\n[ 0.382699] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383929] SCSI subsystem initialized\n[ 0.384791] ACPI: bus type USB registered\n[ 0.385685] usbcore: registered new interface driver usbfs\n[ 0.386787] usbcore: registered new interface driver hub\n[ 0.387867] usbcore: registered new device driver usb\n[ 0.388992] PCI: Using ACPI for IRQ routing\n[ 0.390083] NetLabel: Initializing\n[ 0.390871] NetLabel: domain hash size = 128\n[ 0.391783] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392803] NetLabel: unlabeled traffic allowed by default\n[ 0.393976] clocksource: Switched to clocksource kvm-clock\n[ 0.399397] AppArmor: AppArmor Filesystem Enabled\n[ 0.400401] pnp: PnP ACPI init\n[ 0.401382] pnp: PnP ACPI: found 5 devices\n[ 0.407812] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409708] NET: Registered protocol family 2\n[ 0.410749] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412108] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413272] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414443] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415516] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416684] NET: Registered protocol family 1\n[ 0.417550] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418652] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433718] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447969] Trying to unpack rootfs image as initramfs...\n[ 0.496959] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510793] Scanning for low memory corruption every 60 seconds\n[ 0.512153] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513290] audit: initializing netlink subsys (disabled)\n[ 0.514315] audit: type=2000 audit(1547031392.846:1): initialized\n[ 0.515607] Initialise system trusted keyring\n[ 0.516533] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517689] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519650] zbud: loaded\n[ 0.520360] VFS: Disk quotas dquot_6.6.0\n[ 0.521170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522676] fuse init (API version 7.23)\n[ 0.523552] Key type big_key registered\n[ 0.524351] Allocating IMA MOK and blacklist keyrings.\n[ 0.525454] Key type asymmetric registered\n[ 0.526279] Asymmetric key parser 'x509' registered\n[ 0.527235] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528697] io scheduler noop registered\n[ 0.529488] io scheduler deadline registered (default)\n[ 0.530478] io scheduler cfq registered\n[ 0.531878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534185] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535627] ACPI: Power Button [PWRF]\n[ 0.536450] GHES: HEST is not enabled!\n[ 0.551434] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.581000] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583320] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607299] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609423] Linux agpgart interface v0.103\n[ 0.611498] brd: module loaded\n[ 0.612718] loop: module loaded\n[ 0.617047] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618522] GPT:90111 != 2097151\n[ 0.619199] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620292] GPT:90111 != 2097151\n[ 0.620968] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621934] vda: vda1 vda15\n[ 0.623351] scsi host0: ata_piix\n[ 0.624088] scsi host1: ata_piix\n[ 0.624795] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626015] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627457] libphy: Fixed MDIO Bus: probed\n[ 0.628273] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629221] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631321] PPP generic driver version 2.4.2\n[ 0.632199] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633445] ehci-pci: EHCI PCI platform driver\n[ 0.634334] ehci-platform: EHCI generic platform driver\n[ 0.635322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636441] ohci-pci: OHCI PCI platform driver\n[ 0.637310] ohci-platform: OHCI generic platform driver\n[ 0.638308] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652642] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653646] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657247] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659897] usb usb1: Product: UHCI Host Controller\n[ 0.660830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661968] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662978] hub 1-0:1.0: USB hub found\n[ 0.663771] hub 1-0:1.0: 2 ports detected\n[ 0.664689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667820] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668859] mousedev: PS/2 mouse device common for all mice\n[ 0.670129] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671990] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673098] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674333] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675536] i2c /dev entries driver\n[ 0.676301] device-mapper: uevent: version 1.0.3\n[ 0.677246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678908] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680211] NET: Registered protocol family 10\n[ 0.681219] NET: Registered protocol family 17\n[ 0.682132] Key type dns_resolver registered\n[ 0.683072] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684181] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685948] registered taskstats version 1\n[ 0.686806] Loading compiled-in X.509 certificates\n[ 0.688266] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690163] zswap: loaded using pool lzo/zbud\n[ 0.691544] Key type trusted registered\n[ 0.693086] Key type encrypted registered\n[ 0.693932] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694993] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696051] evm: HMAC attrs: 0x1\n[ 0.696984] Magic number: 3:594:931\n[ 0.697842] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:32 UTC (1547031392)\n[ 0.699465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700585] EDD information not available.\n[ 0.782532] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783976] ata1.00: configured for MWDMA2\n[ 0.785173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797862] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.799110] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.800366] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.802246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803796] Write protecting the kernel read-only data: 14336k\n[ 0.805375] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807196] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.863442] 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.11\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.68s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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"} 2019-01-09 10:59:26,640 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action used request id req-afe2d727-4b92-46b6-9791-d05b587399ef 2019-01-09 10:59:26,641 - sdnvpn-results - DEBUG - SSH from 'sdnvpn-2-4' (10.10.10.12) to 'sdnvpn-2-1' (10.10.10.11). -->Expected result: not reachable. 2019-01-09 10:59:26,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73590d2800e23486fdafcec3b693feb11dbb870d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 10:59:27,719 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7df243b-297a-4501-b986-a37443ff6a98 x-compute-request-id: req-a7df243b-297a-4501-b986-a37443ff6a98 Content-Encoding: gzip Content-Length: 8105 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 610542386 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129688] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131349] pid_max: default: 32768 minimum: 301\n[ 0.132238] ACPI: Core revision 20150930\n[ 0.133629] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134942] Security Framework initialized\n[ 0.135756] Yama: becoming mindful.\n[ 0.136482] AppArmor: AppArmor initialized\n[ 0.137343] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138759] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140416] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141983] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143779] Initializing cgroup subsys io\n[ 0.144854] Initializing cgroup subsys memory\n[ 0.145976] Initializing cgroup subsys devices\n[ 0.147112] Initializing cgroup subsys freezer\n[ 0.148240] Initializing cgroup subsys net_cls\n[ 0.149393] Initializing cgroup subsys perf_event\n[ 0.150582] Initializing cgroup subsys net_prio\n[ 0.151734] Initializing cgroup subsys hugetlb\n[ 0.152874] Initializing cgroup subsys pids\n[ 0.154013] CPU: Physical Processor ID: 0\n[ 0.155766] mce: CPU supports 10 MCE banks\n[ 0.156879] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158186] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171322] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179160] ftrace: allocating 31920 entries in 125 pages\n[ 0.209596] smpboot: Max logical packages: 1\n[ 0.210455] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211799] x2apic enabled\n[ 0.212602] Switched APIC routing to physical x2apic.\n[ 0.214352] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215460] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217440] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219216] KVM setup paravirtual spinlock\n[ 0.220515] x86: Booted up 1 node, 1 CPUs\n[ 0.221322] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222706] devtmpfs: initialized\n[ 0.224420] evm: security.selinux\n[ 0.225115] evm: security.SMACK64\n[ 0.225813] evm: security.SMACK64EXEC\n[ 0.226560] evm: security.SMACK64TRANSMUTE\n[ 0.227375] evm: security.SMACK64MMAP\n[ 0.228140] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229589] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231437] pinctrl core: initialized pinctrl subsystem\n[ 0.232539] RTC time: 10:56:31, date: 01/09/19\n[ 0.233488] NET: Registered protocol family 16\n[ 0.234454] cpuidle: using governor ladder\n[ 0.235263] cpuidle: using governor menu\n[ 0.236049] PCCT header not found.\n[ 0.236807] ACPI: bus type PCI registered\n[ 0.237614] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238855] PCI: Using configuration type 1 for base access\n[ 0.240623] ACPI: Added _OSI(Module Device)\n[ 0.241468] ACPI: Added _OSI(Processor Device)\n[ 0.242327] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243217] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245359] ACPI: Interpreter enabled\n[ 0.246128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249806] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253482] ACPI: (supports S0 S5)\n[ 0.254181] ACPI: Using IOAPIC for interrupt routing\n[ 0.255236] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259510] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260747] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261936] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264183] acpiphp: Slot [3] registered\n[ 0.264987] acpiphp: Slot [4] registered\n[ 0.265819] acpiphp: Slot [5] registered\n[ 0.266721] acpiphp: Slot [6] registered\n[ 0.267611] acpiphp: Slot [7] registered\n[ 0.268532] acpiphp: Slot [8] registered\n[ 0.269445] acpiphp: Slot [9] registered\n[ 0.270358] acpiphp: Slot [10] registered\n[ 0.271267] acpiphp: Slot [11] registered\n[ 0.272194] acpiphp: Slot [12] registered\n[ 0.273126] acpiphp: Slot [13] registered\n[ 0.274034] acpiphp: Slot [14] registered\n[ 0.274913] acpiphp: Slot [15] registered\n[ 0.286002] acpiphp: Slot [16] registered\n[ 0.286887] acpiphp: Slot [17] registered\n[ 0.287744] acpiphp: Slot [18] registered\n[ 0.288641] acpiphp: Slot [19] registered\n[ 0.289532] acpiphp: Slot [20] registered\n[ 0.290408] acpiphp: Slot [21] registered\n[ 0.291287] acpiphp: Slot [22] registered\n[ 0.292168] acpiphp: Slot [23] registered\n[ 0.293079] acpiphp: Slot [24] registered\n[ 0.293971] acpiphp: Slot [25] registered\n[ 0.294882] acpiphp: Slot [26] registered\n[ 0.295759] acpiphp: Slot [27] registered\n[ 0.296613] acpiphp: Slot [28] registered\n[ 0.297484] acpiphp: Slot [29] registered\n[ 0.298354] acpiphp: Slot [30] registered\n[ 0.299226] acpiphp: Slot [31] registered\n[ 0.300134] PCI host bridge to bus 0000:00\n[ 0.301069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302406] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303736] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305306] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313345] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314813] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316106] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317548] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323821] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.325362] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371899] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373415] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376379] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377744] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379286] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380384] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382062] vgaarb: loaded\n[ 0.382699] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383929] SCSI subsystem initialized\n[ 0.384791] ACPI: bus type USB registered\n[ 0.385685] usbcore: registered new interface driver usbfs\n[ 0.386787] usbcore: registered new interface driver hub\n[ 0.387867] usbcore: registered new device driver usb\n[ 0.388992] PCI: Using ACPI for IRQ routing\n[ 0.390083] NetLabel: Initializing\n[ 0.390871] NetLabel: domain hash size = 128\n[ 0.391783] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392803] NetLabel: unlabeled traffic allowed by default\n[ 0.393976] clocksource: Switched to clocksource kvm-clock\n[ 0.399397] AppArmor: AppArmor Filesystem Enabled\n[ 0.400401] pnp: PnP ACPI init\n[ 0.401382] pnp: PnP ACPI: found 5 devices\n[ 0.407812] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409708] NET: Registered protocol family 2\n[ 0.410749] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412108] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413272] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414443] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415516] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416684] NET: Registered protocol family 1\n[ 0.417550] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418652] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419722] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433718] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447969] Trying to unpack rootfs image as initramfs...\n[ 0.496959] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510793] Scanning for low memory corruption every 60 seconds\n[ 0.512153] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513290] audit: initializing netlink subsys (disabled)\n[ 0.514315] audit: type=2000 audit(1547031392.846:1): initialized\n[ 0.515607] Initialise system trusted keyring\n[ 0.516533] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517689] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519650] zbud: loaded\n[ 0.520360] VFS: Disk quotas dquot_6.6.0\n[ 0.521170] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522676] fuse init (API version 7.23)\n[ 0.523552] Key type big_key registered\n[ 0.524351] Allocating IMA MOK and blacklist keyrings.\n[ 0.525454] Key type asymmetric registered\n[ 0.526279] Asymmetric key parser 'x509' registered\n[ 0.527235] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.528697] io scheduler noop registered\n[ 0.529488] io scheduler deadline registered (default)\n[ 0.530478] io scheduler cfq registered\n[ 0.531878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.532924] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534185] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535627] ACPI: Power Button [PWRF]\n[ 0.536450] GHES: HEST is not enabled!\n[ 0.551434] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.581000] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583320] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607299] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609423] Linux agpgart interface v0.103\n[ 0.611498] brd: module loaded\n[ 0.612718] loop: module loaded\n[ 0.617047] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.618522] GPT:90111 != 2097151\n[ 0.619199] GPT:Alternate GPT header not at the end of the disk.\n[ 0.620292] GPT:90111 != 2097151\n[ 0.620968] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621934] vda: vda1 vda15\n[ 0.623351] scsi host0: ata_piix\n[ 0.624088] scsi host1: ata_piix\n[ 0.624795] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.626015] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.627457] libphy: Fixed MDIO Bus: probed\n[ 0.628273] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629221] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631321] PPP generic driver version 2.4.2\n[ 0.632199] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633445] ehci-pci: EHCI PCI platform driver\n[ 0.634334] ehci-platform: EHCI generic platform driver\n[ 0.635322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636441] ohci-pci: OHCI PCI platform driver\n[ 0.637310] ohci-platform: OHCI generic platform driver\n[ 0.638308] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652642] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653646] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655098] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656129] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.657247] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659897] usb usb1: Product: UHCI Host Controller\n[ 0.660830] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661968] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662978] hub 1-0:1.0: USB hub found\n[ 0.663771] hub 1-0:1.0: 2 ports detected\n[ 0.664689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666847] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667820] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668859] mousedev: PS/2 mouse device common for all mice\n[ 0.670129] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671990] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673098] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674333] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675536] i2c /dev entries driver\n[ 0.676301] device-mapper: uevent: version 1.0.3\n[ 0.677246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678908] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680211] NET: Registered protocol family 10\n[ 0.681219] NET: Registered protocol family 17\n[ 0.682132] Key type dns_resolver registered\n[ 0.683072] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684181] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.685948] registered taskstats version 1\n[ 0.686806] Loading compiled-in X.509 certificates\n[ 0.688266] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690163] zswap: loaded using pool lzo/zbud\n[ 0.691544] Key type trusted registered\n[ 0.693086] Key type encrypted registered\n[ 0.693932] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694993] ima: No TPM chip found, activating TPM-bypass!\n[ 0.696051] evm: HMAC attrs: 0x1\n[ 0.696984] Magic number: 3:594:931\n[ 0.697842] rtc_cmos 00:00: setting system clock to 2019-01-09 10:56:32 UTC (1547031392)\n[ 0.699465] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700585] EDD information not available.\n[ 0.782532] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.783976] ata1.00: configured for MWDMA2\n[ 0.785173] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797862] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.799110] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.800366] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.802246] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803796] Write protecting the kernel read-only data: 14336k\n[ 0.805375] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807196] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.863442] 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.11\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.68s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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"} 2019-01-09 10:59:27,720 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action used request id req-a7df243b-297a-4501-b986-a37443ff6a98 2019-01-09 10:59:27,721 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2019-01-09 10:59:27,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" -d '{"forceDelete": null}' 2019-01-09 10:59:27,910 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:59: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-c4fb6abf-858a-4ef3-abb4-c4488eeb3c1f x-compute-request-id: req-c4fb6abf-858a-4ef3-abb4-c4488eeb3c1f Content-Length: 0 Content-Type: application/json 2019-01-09 10:59:27,910 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71/action used request id req-c4fb6abf-858a-4ef3-abb4-c4488eeb3c1f 2019-01-09 10:59:27,911 - sdnvpn_test_utils - DEBUG - Waiting for instance 2c44eba0-7f31-41c8-a9c4-e47da3d27d71 to be deleted 2019-01-09 10:59:27,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" 2019-01-09 10:59:28,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59: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-85adbfaa-7240-4351-8174-36e96d7feb0b x-compute-request-id: req-85adbfaa-7240-4351-8174-36e96d7feb0b Content-Encoding: gzip Content-Length: 976 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:ae:a8", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000143", "OS-SRV-USG:launched_at": "2019-01-09T10:56:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2c44eba0-7f31-41c8-a9c4-e47da3d27d71", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:59:27Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-1", "created": "2019-01-09T10:56:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:7e:e7", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-09T10:56:32.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:32Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:cf:77", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-09T10:56:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8c0393ab-504e-4325-9a71-ea36c7ce60ea", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:20Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-09T10:56:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:59:28,610 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-85adbfaa-7240-4351-8174-36e96d7feb0b 2019-01-09 10:59:30,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" 2019-01-09 10:59:31,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42239d7e-de84-4644-963a-94a7c10807df x-compute-request-id: req-42239d7e-de84-4644-963a-94a7c10807df Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:7e:e7", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-09T10:56:32.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:32Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:cf:77", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-09T10:56:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8c0393ab-504e-4325-9a71-ea36c7ce60ea", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:20Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-09T10:56:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:59:31,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-42239d7e-de84-4644-963a-94a7c10807df 2019-01-09 10:59:33,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" -d '{"forceDelete": null}' 2019-01-09 10:59:33,568 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5b1261f7-f1bc-4636-9ac8-e3276df3a8cf x-compute-request-id: req-5b1261f7-f1bc-4636-9ac8-e3276df3a8cf Content-Length: 0 Content-Type: application/json 2019-01-09 10:59:33,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea/action used request id req-5b1261f7-f1bc-4636-9ac8-e3276df3a8cf 2019-01-09 10:59:33,568 - sdnvpn_test_utils - DEBUG - Waiting for instance 8c0393ab-504e-4325-9a71-ea36c7ce60ea to be deleted 2019-01-09 10:59:33,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" 2019-01-09 10:59:34,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a18e8cb8-3113-4ff3-857c-d675bd96b57d x-compute-request-id: req-a18e8cb8-3113-4ff3-857c-d675bd96b57d Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:7e:e7", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-09T10:56:32.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:32Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:cf:77", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/8c0393ab-504e-4325-9a71-ea36c7ce60ea", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013d", "OS-SRV-USG:launched_at": "2019-01-09T10:56:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "8c0393ab-504e-4325-9a71-ea36c7ce60ea", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:59:33Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-2", "created": "2019-01-09T10:56:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:59:34,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-a18e8cb8-3113-4ff3-857c-d675bd96b57d 2019-01-09 10:59:36,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" 2019-01-09 10:59:37,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d52c70ff-c826-4fc7-91d6-59b459fc3816 x-compute-request-id: req-d52c70ff-c826-4fc7-91d6-59b459fc3816 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:7e:e7", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-09T10:56:32.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:56:32Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:59:37,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-d52c70ff-c826-4fc7-91d6-59b459fc3816 2019-01-09 10:59:39,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" -d '{"forceDelete": null}' 2019-01-09 10:59:39,352 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:59:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c961f51-5c59-4a0d-8770-0b43c05262ff x-compute-request-id: req-9c961f51-5c59-4a0d-8770-0b43c05262ff Content-Length: 0 Content-Type: application/json 2019-01-09 10:59:39,352 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c/action used request id req-9c961f51-5c59-4a0d-8770-0b43c05262ff 2019-01-09 10:59:39,352 - sdnvpn_test_utils - DEBUG - Waiting for instance cba15435-6dd2-47a3-94d5-bd93a2ec7d6c to be deleted 2019-01-09 10:59:39,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" 2019-01-09 10:59:39,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d10cfba4-3200-4745-9946-4b97ab50eb4b x-compute-request-id: req-d10cfba4-3200-4745-9946-4b97ab50eb4b Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:7e:e7", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "rel": "bookmark"}], "image": {"id": "c5df1576-1a2a-480f-815a-30b54c2c7f8d", "links": [{"href": "http://172.30.9.30:8774/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000140", "OS-SRV-USG:launched_at": "2019-01-09T10:56:32.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "cba15435-6dd2-47a3-94d5-bd93a2ec7d6c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T10:59:39Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-2-4", "created": "2019-01-09T10:56:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 10:59:39,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-d10cfba4-3200-4745-9946-4b97ab50eb4b 2019-01-09 10:59:42,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697016f36d5274081acd60a4736c86b9c00e78a2" 2019-01-09 10:59:42,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59: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-57f24e2d-336e-47c7-9893-9309da6fdf46 x-compute-request-id: req-57f24e2d-336e-47c7-9893-9309da6fdf46 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 10:59:42,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-57f24e2d-336e-47c7-9893-9309da6fdf46 2019-01-09 10:59:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f53a355b0b60790113e1acd62d3db8fb90dd51b3" 2019-01-09 10:59:44,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7198b26a-71ba-4ee0-9767-a4452918fd9c Date: Wed, 09 Jan 2019 10:59:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 10:59:44,909 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/c5df1576-1a2a-480f-815a-30b54c2c7f8d used request id req-7198b26a-71ba-4ee0-9767-a4452918fd9c 2019-01-09 10:59:44,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/d1549c2a-a494-4f9e-af0b-34566b69a925 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:59:45,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf90fc67-b1ba-4053-a7ac-e8f5177af500 Content-Length: 0 Date: Wed, 09 Jan 2019 10:59:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:59:45,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/d1549c2a-a494-4f9e-af0b-34566b69a925 used request id req-cf90fc67-b1ba-4053-a7ac-e8f5177af500 2019-01-09 10:59:45,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/8fb7016f-9ec2-45b5-a358-dfab4105eb5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:59:46,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a743718-17ba-4d3b-ba9a-06b70406c0a5 Content-Length: 0 Date: Wed, 09 Jan 2019 10:59:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:59:46,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/8fb7016f-9ec2-45b5-a358-dfab4105eb5a used request id req-2a743718-17ba-4d3b-ba9a-06b70406c0a5 2019-01-09 10:59:46,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/d5d41ac4-fc2c-4280-bcea-eab87d76d1d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:59:48,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7bf0204-2404-4b84-969e-338418128faf Date: Wed, 09 Jan 2019 10:59:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:59:48,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/d5d41ac4-fc2c-4280-bcea-eab87d76d1d5 used request id req-f7bf0204-2404-4b84-969e-338418128faf 2019-01-09 10:59:48,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/4882eeb4-6208-431f-a925-6fca9fcce9fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:59:50,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0376082c-5cc9-46ff-a2ae-95b4148c2f97 Date: Wed, 09 Jan 2019 10:59:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:59:50,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/4882eeb4-6208-431f-a925-6fca9fcce9fe used request id req-0376082c-5cc9-46ff-a2ae-95b4148c2f97 2019-01-09 10:59:50,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/400abe88-ec40-437e-93f4-ffc43914ed97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:59:51,481 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0630dda0-5b9e-4866-be4e-dd1ace322412 Date: Wed, 09 Jan 2019 10:59:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:59:51,481 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/400abe88-ec40-437e-93f4-ffc43914ed97 used request id req-0630dda0-5b9e-4866-be4e-dd1ace322412 2019-01-09 10:59:51,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/9712d20d-5b10-4491-a4b5-ac6dbb727e53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c30af49c17384fa2ba168240f9a2d16a3c23a9aa" 2019-01-09 10:59:52,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef1aa651-c1da-4338-ab21-85d7e41b06ad Date: Wed, 09 Jan 2019 10:59:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 10:59:52,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/9712d20d-5b10-4491-a4b5-ac6dbb727e53 used request id req-ef1aa651-c1da-4338-ab21-85d7e41b06ad 2019-01-09 10:59:52,394 - 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] | +========================================================================================+ 2019-01-09 10:59:52,394 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 10:59:52,395 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2019-01-09 10:59:52,395 - 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'}]} 2019-01-09 10:59:52,395 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2019-01-09 10:59:52,395 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2019-01-09 10:59:52,396 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2019-01-09 10:59:52,485 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:59:52,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:59:52,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:59:52,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:59:52,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:59:52,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:59:52,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:59:52,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:59:52,494 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 10:59:52,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:59:52,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5379f76-abbc-4894-b799-f2de623150e7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:59:52,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b5379f76-abbc-4894-b799-f2de623150e7 2019-01-09 10:59:52,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:59:52,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:59:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["FvigYI6RRi-QYZ4Dg6477w"], "issued_at": "2019-01-09T10:59:52.000000Z"}} 2019-01-09 10:59:52,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}971a8ba3559b8741d48fed8788d508b6dc81be24" 2019-01-09 10:59:53,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-df518f8c-bfb3-4ae4-95a5-dcaf97ae8da8 Date: Wed, 09 Jan 2019 10:59:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 10:59:53,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-df518f8c-bfb3-4ae4-95a5-dcaf97ae8da8 2019-01-09 10:59:53,058 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 10:59:53,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}971a8ba3559b8741d48fed8788d508b6dc81be24" 2019-01-09 10:59:53,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-55be9b05-8044-4225-bc1a-ec7f3272ee41 Date: Wed, 09 Jan 2019 10:59:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 10:59:53,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-55be9b05-8044-4225-bc1a-ec7f3272ee41 2019-01-09 10:59:53,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}971a8ba3559b8741d48fed8788d508b6dc81be24" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-09 10:59:53,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/dd3de7b0-3c05-498c-9c89-99c22a61b853 X-Openstack-Request-Id: req-7bad4ec8-c51f-4474-9531-6ce0a2361549 Date: Wed, 09 Jan 2019 10:59:53 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T10:59:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T10:59:53Z", "visibility": "public", "locations": [], "self": "/v2/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "min_disk": 0, "protected": false, "id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "file": "/v2/images/dd3de7b0-3c05-498c-9c89-99c22a61b853/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 10:59:53,447 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-7bad4ec8-c51f-4474-9531-6ce0a2361549 2019-01-09 10:59:53,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/dd3de7b0-3c05-498c-9c89-99c22a61b853/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}971a8ba3559b8741d48fed8788d508b6dc81be24" -d '' 2019-01-09 10:59:54,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51180f09-6b18-40db-9a6b-c39a021853fc Date: Wed, 09 Jan 2019 10:59:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 10:59:54,491 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dd3de7b0-3c05-498c-9c89-99c22a61b853/file used request id req-51180f09-6b18-40db-9a6b-c39a021853fc 2019-01-09 10:59:54,491 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2019-01-09 10:59:54,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:59:54,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8cf3b3c-46c3-4ca9-8e12-a45c647ff17f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:59:54,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f8cf3b3c-46c3-4ca9-8e12-a45c647ff17f 2019-01-09 10:59:54,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:59:54,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:59:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["YXsTggsLRtmHKKWC4hhq6Q"], "issued_at": "2019-01-09T10:59:54.000000Z"}} 2019-01-09 10:59:54,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2019-01-09 10:59:55,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-cdac32e2-5bad-45b8-8086-b8d5dcb10365 Date: Wed, 09 Jan 2019 10:59:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"de4c2590-6e76-4306-be5f-66d56ba3ee6a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T10:59:55Z","is_default":false,"provider:segmentation_id":24,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:59:55Z","mtu":1450}} 2019-01-09 10:59:55,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-cdac32e2-5bad-45b8-8086-b8d5dcb10365 2019-01-09 10:59:55,368 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network de4c2590-6e76-4306-be5f-66d56ba3ee6a with cidr 10.10.10.0/24 2019-01-09 10:59:55,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"subnets": [{"ip_version": 4, "network_id": "de4c2590-6e76-4306-be5f-66d56ba3ee6a", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2019-01-09 10:59:55,912 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c7f00b6f-65e1-404c-a96a-bf9c5b1b9f33 Date: Wed, 09 Jan 2019 10:59:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de4c2590-6e76-4306-be5f-66d56ba3ee6a","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:59:55Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:59:55Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"a3475ec98a734cb2aeb418d350edd17b","id":"5ed18767-0a13-4a99-9e80-e2805eee8364","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2019-01-09 10:59:55,912 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c7f00b6f-65e1-404c-a96a-bf9c5b1b9f33 2019-01-09 10:59:55,913 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2019-01-09 10:59:55,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2019-01-09 10:59:56,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-f344c5f2-8b88-4ad0-b588-da81a0dbe2a8 Date: Wed, 09 Jan 2019 10:59:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1550f4e1-45e8-41b6-b846-618c78e9625a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T10:59:56Z","is_default":false,"provider:segmentation_id":57,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:59:56Z","mtu":1450}} 2019-01-09 10:59:56,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-f344c5f2-8b88-4ad0-b588-da81a0dbe2a8 2019-01-09 10:59:56,818 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network 1550f4e1-45e8-41b6-b846-618c78e9625a with cidr 10.10.11.0/24 2019-01-09 10:59:56,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"subnets": [{"ip_version": 4, "network_id": "1550f4e1-45e8-41b6-b846-618c78e9625a", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2019-01-09 10:59:57,703 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2a1f45d9-f1f1-40ec-8122-bda4c6f06321 Date: Wed, 09 Jan 2019 10:59:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1550f4e1-45e8-41b6-b846-618c78e9625a","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T10:59:57Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T10:59:57Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"328076ee-0199-48ed-986e-b6fa3438f1b2","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2019-01-09 10:59:57,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-2a1f45d9-f1f1-40ec-8122-bda4c6f06321 2019-01-09 10:59:57,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 10:59:57,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-e365b6f4-cb38-482a-a2d2-2dba1546d6c5 Date: Wed, 09 Jan 2019 10:59:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "3b809c21-8697-4f63-849b-e46935ce2db7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "revision_number": 0, "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-09T10:50:24Z", "revision_number": 0, "id": "d3f1a03d-6310-4600-a06f-3d7f4e25c578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:50:24Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 7, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 10:59:57,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-e365b6f4-cb38-482a-a2d2-2dba1546d6c5 2019-01-09 10:59:57,954 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 10:59:57,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:59:57,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03721159-1ec6-44e9-b988-dda037c79e88 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:59:57,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-03721159-1ec6-44e9-b988-dda037c79e88 2019-01-09 10:59:57,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:59:58,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:59:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["TEWKC1dwRBy9ejOGRrWAKA"], "issued_at": "2019-01-09T10:59:58.000000Z"}} 2019-01-09 10:59:58,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 10:59:58,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59: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-5bc34f9a-edd9-469d-a5f7-1883515272d3 x-compute-request-id: req-5bc34f9a-edd9-469d-a5f7-1883515272d3 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 10:59:58,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-5bc34f9a-edd9-469d-a5f7-1883515272d3 2019-01-09 10:59:58,570 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-09 10:59:58,570 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2019-01-09 10:59:58,570 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=dd3de7b0-3c05-498c-9c89-99c22a61b853 network=de4c2590-6e76-4306-be5f-66d56ba3ee6a secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 10:59:58,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:59:58,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:59:58,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:59:58,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:59:58,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:59:58,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:59:58,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:59:58,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:59:58,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:59:58,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:59:58,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:59:58,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:59:58,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:59:58,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:59:58,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:59:58,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:59:58,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:59:58,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:59:58,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:59:58,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:59:58,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:59:58,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:59:58,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:59:58,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:59:58,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 10:59:58,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 10:59:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 10:59:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 10:59:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 10:59:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 10:59:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 10:59:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 10:59:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 10:59:58,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 10:59:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 10:59:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 10:59:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 10:59:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 10:59:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 10:59:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 10:59:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 10:59:58,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 10:59:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 10:59:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 10:59:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 10:59:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 10:59:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 10:59:58,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 10:59:58,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 10:59:58,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4303b264-eae0-47c4-9713-f61d012a5717 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 10:59:58,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4303b264-eae0-47c4-9713-f61d012a5717 2019-01-09 10:59:58,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 10:59:58,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T11:59:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["pVWYGLXlSoWDFtSqu-1xSg"], "issued_at": "2019-01-09T10:59:58.000000Z"}} 2019-01-09 10:59:58,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b9dea0a54062d0c20288586ca36e1fdeebea8" 2019-01-09 10:59:59,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59: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-82507220-ee85-436c-9b6a-47fe3d6f5824 x-compute-request-id: req-82507220-ee85-436c-9b6a-47fe3d6f5824 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 10:59:59,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-82507220-ee85-436c-9b6a-47fe3d6f5824 2019-01-09 10:59:59,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b9dea0a54062d0c20288586ca36e1fdeebea8" 2019-01-09 10:59:59,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 10:59: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-5737e392-21c9-44db-8f3d-5b24f27ae44c x-compute-request-id: req-5737e392-21c9-44db-8f3d-5b24f27ae44c Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 10:59:59,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-5737e392-21c9-44db-8f3d-5b24f27ae44c 2019-01-09 10:59:59,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b9dea0a54062d0c20288586ca36e1fdeebea8" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "de4c2590-6e76-4306-be5f-66d56ba3ee6a"}]}}' 2019-01-09 11:00:01,533 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 10:59: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-4049ea7d-0e08-4c3e-b56f-88d8bbdaa574 x-compute-request-id: req-4049ea7d-0e08-4c3e-b56f-88d8bbdaa574 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c59d82c5-8560-4a54-807e-32eb93bd8420", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "bookmark"}], "adminPass": "qFXRz4v6cLc5"}} 2019-01-09 11:00:01,533 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4049ea7d-0e08-4c3e-b56f-88d8bbdaa574 2019-01-09 11:00:01,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:01,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4be135d-539c-4111-995a-8f99de664840 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:01,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d4be135d-539c-4111-995a-8f99de664840 2019-01-09 11:00:01,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:01,913 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["2ja7qpL0T3qYsTDqHBuxZw"], "issued_at": "2019-01-09T11:00:01.000000Z"}} 2019-01-09 11:00:01,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aba68c608421824906b88d9eec76cff76f23d2b5" 2019-01-09 11:00:02,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e870fd4-c60a-4d3b-8fd2-ec316d9af6b4 x-compute-request-id: req-2e870fd4-c60a-4d3b-8fd2-ec316d9af6b4 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c59d82c5-8560-4a54-807e-32eb93bd8420", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2019-01-09T11:00:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:02,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 used request id req-2e870fd4-c60a-4d3b-8fd2-ec316d9af6b4 2019-01-09 11:00:05,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aba68c608421824906b88d9eec76cff76f23d2b5" 2019-01-09 11:00:06,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00: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-929b2a5b-c5db-43df-a6a2-a16df3ab2cbb x-compute-request-id: req-929b2a5b-c5db-43df-a6a2-a16df3ab2cbb 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:77:48:1e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c59d82c5-8560-4a54-807e-32eb93bd8420", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:02Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-09T11:00:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:06,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 used request id req-929b2a5b-c5db-43df-a6a2-a16df3ab2cbb 2019-01-09 11:00:10,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aba68c608421824906b88d9eec76cff76f23d2b5" 2019-01-09 11:00:10,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b91b011e-33cc-46f3-8adb-0bd7ea0dc6c1 x-compute-request-id: req-b91b011e-33cc-46f3-8adb-0bd7ea0dc6c1 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:48:1e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-09T11:00:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c59d82c5-8560-4a54-807e-32eb93bd8420", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-09T11:00:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:10,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 used request id req-b91b011e-33cc-46f3-8adb-0bd7ea0dc6c1 2019-01-09 11:00:10,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b9dea0a54062d0c20288586ca36e1fdeebea8" 2019-01-09 11:00:10,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b005f91-46ea-405f-8526-899da3523f78 x-compute-request-id: req-9b005f91-46ea-405f-8526-899da3523f78 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:48:1e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-09T11:00:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c59d82c5-8560-4a54-807e-32eb93bd8420", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-09T11:00:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:10,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420 used request id req-9b005f91-46ea-405f-8526-899da3523f78 2019-01-09 11:00:10,711 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.9'. 2019-01-09 11:00:10,711 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2019-01-09 11:00:10,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:00:12,510 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:00:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ba616a0-41be-4dde-ae5d-fd55e816260f x-compute-request-id: req-1ba616a0-41be-4dde-ae5d-fd55e816260f Content-Length: 0 Content-Type: application/json 2019-01-09 11:00:12,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420/action used request id req-1ba616a0-41be-4dde-ae5d-fd55e816260f 2019-01-09 11:00:12,510 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2019-01-09 11:00:12,511 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=dd3de7b0-3c05-498c-9c89-99c22a61b853 network=de4c2590-6e76-4306-be5f-66d56ba3ee6a secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:00:12,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:00:12,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:00:12,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:00:12,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:00:12,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:00:12,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:00:12,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:00:12,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:00:12,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:00:12,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:00:12,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:00:12,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:00:12,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:00:12,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:00:12,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:00:12,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:00:12,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:00:12,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:00:12,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:00:12,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:00:12,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:00:12,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:00:12,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:00:12,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:00:12,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:00:12,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:00:12,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:00:12,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:00:12,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:00:12,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:00:12,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:00:12,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:00:12,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:00:12,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:00:12,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:00:12,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:00:12,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:00:12,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:00:12,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:00:12,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:00:12,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:00:12,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:00:12,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:00:12,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:00:12,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:00:12,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:00:12,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:00:12,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:00:12,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:12,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ad2d9b-0c9a-4db9-83a6-7cb48add94af Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:12,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-54ad2d9b-0c9a-4db9-83a6-7cb48add94af 2019-01-09 11:00:12,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:12,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["H0PflRapTWy6c-5OS-a6_Q"], "issued_at": "2019-01-09T11:00:12.000000Z"}} 2019-01-09 11:00:12,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f326d26ab853bef42546c48fbf6a119cce30881d" 2019-01-09 11:00:13,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d542079b-17e5-40f8-b9d8-3901a91d0ecc x-compute-request-id: req-d542079b-17e5-40f8-b9d8-3901a91d0ecc Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:00:13,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-d542079b-17e5-40f8-b9d8-3901a91d0ecc 2019-01-09 11:00:13,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f326d26ab853bef42546c48fbf6a119cce30881d" 2019-01-09 11:00:13,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-9547998f-f1c5-48b4-9b66-a88c78bfa51f x-compute-request-id: req-9547998f-f1c5-48b4-9b66-a88c78bfa51f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:00:13,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-9547998f-f1c5-48b4-9b66-a88c78bfa51f 2019-01-09 11:00:13,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f326d26ab853bef42546c48fbf6a119cce30881d" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "de4c2590-6e76-4306-be5f-66d56ba3ee6a"}]}}' 2019-01-09 11:00:14,682 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11: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-c5f034b4-eecf-40a8-baba-9722106e5915 x-compute-request-id: req-c5f034b4-eecf-40a8-baba-9722106e5915 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "adminPass": "wiZLJCyV2Qz3"}} 2019-01-09 11:00:14,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c5f034b4-eecf-40a8-baba-9722106e5915 2019-01-09 11:00:14,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:14,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f30ea23-89e9-4628-a339-ccf9ef4605d8 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:14,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7f30ea23-89e9-4628-a339-ccf9ef4605d8 2019-01-09 11:00:14,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:15,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["WPRIbS8AS0WJo8wFrDl2qw"], "issued_at": "2019-01-09T11:00:15.000000Z"}} 2019-01-09 11:00:15,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8455cdce6f0ebac653ade34e843558e4cdf5a454" 2019-01-09 11:00:15,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-f066e16c-0337-470a-b643-1715de05591e x-compute-request-id: req-f066e16c-0337-470a-b643-1715de05591e Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:15,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 used request id req-f066e16c-0337-470a-b643-1715de05591e 2019-01-09 11:00:18,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8455cdce6f0ebac653ade34e843558e4cdf5a454" 2019-01-09 11:00:19,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00: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-4f8cf099-7271-4f7e-a293-4016634a87fd x-compute-request-id: req-4f8cf099-7271-4f7e-a293-4016634a87fd 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.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:15Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:19,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 used request id req-4f8cf099-7271-4f7e-a293-4016634a87fd 2019-01-09 11:00:22,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8455cdce6f0ebac653ade34e843558e4cdf5a454" 2019-01-09 11:00:23,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0932d260-470e-4496-be89-8a8475ff649a x-compute-request-id: req-0932d260-470e-4496-be89-8a8475ff649a Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b9:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-09T11:00:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:23,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 used request id req-0932d260-470e-4496-be89-8a8475ff649a 2019-01-09 11:00:23,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f326d26ab853bef42546c48fbf6a119cce30881d" 2019-01-09 11:00:23,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a54b0314-5473-4bd2-aee1-83108b859ac3 x-compute-request-id: req-a54b0314-5473-4bd2-aee1-83108b859ac3 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b9:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-09T11:00:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:23,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 used request id req-a54b0314-5473-4bd2-aee1-83108b859ac3 2019-01-09 11:00:23,979 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.5'. 2019-01-09 11:00:23,979 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2019-01-09 11:00:23,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:00:25,093 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:00:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2368c8a1-84fd-41f1-b3e1-349f9fb56211 x-compute-request-id: req-2368c8a1-84fd-41f1-b3e1-349f9fb56211 Content-Length: 0 Content-Type: application/json 2019-01-09 11:00:25,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7/action used request id req-2368c8a1-84fd-41f1-b3e1-349f9fb56211 2019-01-09 11:00:25,094 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2019-01-09 11:00:25,094 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=dd3de7b0-3c05-498c-9c89-99c22a61b853 network=1550f4e1-45e8-41b6-b846-618c78e9625a secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:00:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:00:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:00:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:00:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:00:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:00:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:00:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:00:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:00:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:00:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:00:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:00:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:00:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:00:25,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:00:25,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:00:25,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:00:25,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:00:25,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:00:25,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:00:25,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:00:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:00:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:00:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:00:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:00:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:00:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:00:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:00:25,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:00:25,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:00:25,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:00:25,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:00:25,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:00:25,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:25,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fbf039d-84c4-4601-8193-fc41766a29f1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:25,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3fbf039d-84c4-4601-8193-fc41766a29f1 2019-01-09 11:00:25,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:25,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["hvSUF-TWTF-Fkx6Atx8ibA"], "issued_at": "2019-01-09T11:00:25.000000Z"}} 2019-01-09 11:00:25,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" 2019-01-09 11:00:25,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00fb155b-0d87-43c6-b0b5-8b3a290f2cf4 x-compute-request-id: req-00fb155b-0d87-43c6-b0b5-8b3a290f2cf4 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:00:25,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-00fb155b-0d87-43c6-b0b5-8b3a290f2cf4 2019-01-09 11:00:25,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" 2019-01-09 11:00:25,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f64ab0d-b0e6-43b4-b0e5-a607851193ed x-compute-request-id: req-2f64ab0d-b0e6-43b4-b0e5-a607851193ed Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:00:25,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-2f64ab0d-b0e6-43b4-b0e5-a607851193ed 2019-01-09 11:00:25,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1550f4e1-45e8-41b6-b846-618c78e9625a"}]}}' 2019-01-09 11:00:27,137 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:00:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6c916d3-e75a-4a97-abfe-f6c1ac7eb154 x-compute-request-id: req-b6c916d3-e75a-4a97-abfe-f6c1ac7eb154 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "adminPass": "XWFKmqUTG8w7"}} 2019-01-09 11:00:27,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-b6c916d3-e75a-4a97-abfe-f6c1ac7eb154 2019-01-09 11:00:27,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:27,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-173e3c9e-82c4-4c81-9eea-a79f68e9eff7 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:27,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-173e3c9e-82c4-4c81-9eea-a79f68e9eff7 2019-01-09 11:00:27,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:27,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["Nu9CyKscRIOODaWKFGCzfQ"], "issued_at": "2019-01-09T11:00:27.000000Z"}} 2019-01-09 11:00:27,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad3f5ed38eba67aaa142b2cff86d73360f8ff68" 2019-01-09 11:00:28,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00: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-e027ed85-81b6-4b04-bb69-db4085c2ae15 x-compute-request-id: req-e027ed85-81b6-4b04-bb69-db4085c2ae15 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:27Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:28,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef used request id req-e027ed85-81b6-4b04-bb69-db4085c2ae15 2019-01-09 11:00:31,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad3f5ed38eba67aaa142b2cff86d73360f8ff68" 2019-01-09 11:00:31,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47662515-38f4-4b19-ab85-06a387586f11 x-compute-request-id: req-47662515-38f4-4b19-ab85-06a387586f11 Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:27Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:31,605 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef used request id req-47662515-38f4-4b19-ab85-06a387586f11 2019-01-09 11:00:34,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ad3f5ed38eba67aaa142b2cff86d73360f8ff68" 2019-01-09 11:00:35,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbf24caa-94ef-4809-8290-6470c04ec583 x-compute-request-id: req-dbf24caa-94ef-4809-8290-6470c04ec583 Content-Encoding: gzip Content-Length: 783 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:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:35,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef used request id req-dbf24caa-94ef-4809-8290-6470c04ec583 2019-01-09 11:00:35,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" 2019-01-09 11:00:35,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4de9b3e-4b69-415e-91bb-c6ff02823c0e x-compute-request-id: req-e4de9b3e-4b69-415e-91bb-c6ff02823c0e Content-Encoding: gzip Content-Length: 783 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:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:35,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef used request id req-e4de9b3e-4b69-415e-91bb-c6ff02823c0e 2019-01-09 11:00:35,627 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.9'. 2019-01-09 11:00:35,627 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2019-01-09 11:00:35,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:00:37,341 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:00:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5671f7bc-fc3c-40d9-b925-aa6cc0fc1150 x-compute-request-id: req-5671f7bc-fc3c-40d9-b925-aa6cc0fc1150 Content-Length: 0 Content-Type: application/json 2019-01-09 11:00:37,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-5671f7bc-fc3c-40d9-b925-aa6cc0fc1150 2019-01-09 11:00:37,342 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2019-01-09 11:00:37,342 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=dd3de7b0-3c05-498c-9c89-99c22a61b853 network=1550f4e1-45e8-41b6-b846-618c78e9625a secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.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 2019-01-09 11:00:37,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:00:37,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:00:37,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:00:37,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:00:37,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:00:37,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:00:37,343 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:00:37,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:00:37,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:00:37,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:00:37,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:00:37,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:00:37,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:00:37,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:00:37,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:00:37,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:00:37,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:00:37,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:00:37,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:00:37,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:00:37,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:00:37,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:00:37,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:00:37,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:00:37,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:00:37,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:00:37,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:00:37,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:00:37,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:00:37,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:00:37,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:00:37,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:00:37,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:37,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c38c9b47-8cf4-4e9d-a5ab-0db2b5a034dd Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:37,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c38c9b47-8cf4-4e9d-a5ab-0db2b5a034dd 2019-01-09 11:00:37,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:37,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["TxLNAgvJTIy17pmQliMOTQ"], "issued_at": "2019-01-09T11:00:37.000000Z"}} 2019-01-09 11:00:37,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221cc261815e814a29dbbf3bf7d110215c301659" 2019-01-09 11:00:37,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ac536ca-d63f-4302-8213-6205d5a6e9f8 x-compute-request-id: req-6ac536ca-d63f-4302-8213-6205d5a6e9f8 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:00:37,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6ac536ca-d63f-4302-8213-6205d5a6e9f8 2019-01-09 11:00:37,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221cc261815e814a29dbbf3bf7d110215c301659" 2019-01-09 11:00:37,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26833143-9f95-4d27-a0c1-b39c1ef679ca x-compute-request-id: req-26833143-9f95-4d27-a0c1-b39c1ef679ca Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:00:37,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-26833143-9f95-4d27-a0c1-b39c1ef679ca 2019-01-09 11:00:37,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221cc261815e814a29dbbf3bf7d110215c301659" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1550f4e1-45e8-41b6-b846-618c78e9625a"}], "config_drive": true}}' 2019-01-09 11:00:39,539 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c2cd6f3-5129-4995-85a8-d0ae15c5423a x-compute-request-id: req-1c2cd6f3-5129-4995-85a8-d0ae15c5423a Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "538d0946-7885-44a5-88e4-4505d1560f80", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "adminPass": "CctP674cuRq6"}} 2019-01-09 11:00:39,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-1c2cd6f3-5129-4995-85a8-d0ae15c5423a 2019-01-09 11:00:39,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:39,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0856162-d270-4fca-9c57-a96f7c72b4db Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:39,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-d0856162-d270-4fca-9c57-a96f7c72b4db 2019-01-09 11:00:39,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:39,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["Aj1GufU1Rza12CyZAuSm8w"], "issued_at": "2019-01-09T11:00:39.000000Z"}} 2019-01-09 11:00:39,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bacaab3ec2c7fddae56fffb77d8806acd422409" 2019-01-09 11:00:40,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00: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-694cd5bf-38e3-407e-8825-417caebb5b68 x-compute-request-id: req-694cd5bf-38e3-407e-8825-417caebb5b68 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:00:40Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:40,450 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 used request id req-694cd5bf-38e3-407e-8825-417caebb5b68 2019-01-09 11:00:43,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bacaab3ec2c7fddae56fffb77d8806acd422409" 2019-01-09 11:00:44,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00: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-a9f9159f-8971-45f0-a9df-2551fb7c892d x-compute-request-id: req-a9f9159f-8971-45f0-a9df-2551fb7c892d Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:00:40Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:44,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 used request id req-a9f9159f-8971-45f0-a9df-2551fb7c892d 2019-01-09 11:00:47,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bacaab3ec2c7fddae56fffb77d8806acd422409" 2019-01-09 11:00:48,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3758cfa3-b2ea-4fcf-ab6f-fe699b7c3097 x-compute-request-id: req-3758cfa3-b2ea-4fcf-ab6f-fe699b7c3097 Content-Encoding: gzip Content-Length: 787 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:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:48,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 used request id req-3758cfa3-b2ea-4fcf-ab6f-fe699b7c3097 2019-01-09 11:00:48,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221cc261815e814a29dbbf3bf7d110215c301659" 2019-01-09 11:00:48,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00: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-b18edff3-7ad0-486b-ba32-200c653e1edc x-compute-request-id: req-b18edff3-7ad0-486b-ba32-200c653e1edc Content-Encoding: gzip Content-Length: 787 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:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:48,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80 used request id req-b18edff3-7ad0-486b-ba32-200c653e1edc 2019-01-09 11:00:48,983 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.12'. 2019-01-09 11:00:48,983 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2019-01-09 11:00:48,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:00:50,532 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:00: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-b0e118d8-142b-4388-80f8-d5108f8d1159 x-compute-request-id: req-b0e118d8-142b-4388-80f8-d5108f8d1159 Content-Length: 0 Content-Type: application/json 2019-01-09 11:00:50,532 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action used request id req-b0e118d8-142b-4388-80f8-d5108f8d1159 2019-01-09 11:00:50,532 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2019-01-09 11:00:50,533 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=dd3de7b0-3c05-498c-9c89-99c22a61b853 network=de4c2590-6e76-4306-be5f-66d56ba3ee6a secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.9 10.10.10.5 10.10.11.12 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 2019-01-09 11:00:50,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:00:50,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:00:50,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:00:50,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:00:50,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:00:50,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:00:50,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:00:50,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:00:50,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:00:50,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:00:50,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:00:50,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:00:50,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:00:50,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:00:50,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:00:50,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:00:50,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:00:50,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:00:50,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:00:50,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:00:50,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:00:50,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:00:50,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:00:50,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:00:50,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:00:50,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:00:50,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:00:50,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:00:50,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:00:50,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:00:50,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:00:50,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:00:50,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:50,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f9c4e8-eecb-4d0f-b2ea-ed26c634d886 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:50,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-21f9c4e8-eecb-4d0f-b2ea-ed26c634d886 2019-01-09 11:00:50,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:50,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["tEvPxbwwRsGpgjTO-K6keQ"], "issued_at": "2019-01-09T11:00:50.000000Z"}} 2019-01-09 11:00:50,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" 2019-01-09 11:00:51,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2acfc79a-d453-465b-98b1-4573c9e1d2bf x-compute-request-id: req-2acfc79a-d453-465b-98b1-4573c9e1d2bf Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:00:51,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-2acfc79a-d453-465b-98b1-4573c9e1d2bf 2019-01-09 11:00:51,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" 2019-01-09 11:00:51,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00: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-60210d86-b4e8-44a6-8067-1273668cfd02 x-compute-request-id: req-60210d86-b4e8-44a6-8067-1273668cfd02 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:00:51,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-60210d86-b4e8-44a6-8067-1273668cfd02 2019-01-09 11:00:51,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC45IDEwLjEwLjEwLjUgMTAuMTAuMTEuMTIgMTAuMTAuMTEuOQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "de4c2590-6e76-4306-be5f-66d56ba3ee6a"}], "config_drive": true}}' 2019-01-09 11:00:53,389 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:00: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-78a5f81d-79a3-4781-92cd-2c7cdb433f07 x-compute-request-id: req-78a5f81d-79a3-4781-92cd-2c7cdb433f07 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f77f07cf-b65c-4152-be3a-8ec843a348d2", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "bookmark"}], "adminPass": "yYkMbFHH7i7X"}} 2019-01-09 11:00:53,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-78a5f81d-79a3-4781-92cd-2c7cdb433f07 2019-01-09 11:00:53,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:00:53,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-402115e8-6507-41b4-b889-9b8d407e99dc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:00:53,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-402115e8-6507-41b4-b889-9b8d407e99dc 2019-01-09 11:00:53,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:00:53,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:00:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["odsSjLRlQ9qsTM-pv8B_RA"], "issued_at": "2019-01-09T11:00:53.000000Z"}} 2019-01-09 11:00:53,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}624badf7e839c2132a951f0bcd0e7796dd0abbf8" 2019-01-09 11:00:54,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d904268-d2f7-4d1f-bd3a-6f1915151a1a x-compute-request-id: req-2d904268-d2f7-4d1f-bd3a-6f1915151a1a Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "f77f07cf-b65c-4152-be3a-8ec843a348d2", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:00:53Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2019-01-09T11:00:53Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:54,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 used request id req-2d904268-d2f7-4d1f-bd3a-6f1915151a1a 2019-01-09 11:00:57,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}624badf7e839c2132a951f0bcd0e7796dd0abbf8" 2019-01-09 11:00:58,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:00: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-32fdb9b2-4a38-4183-a547-ad0389e29f1a x-compute-request-id: req-32fdb9b2-4a38-4183-a547-ad0389e29f1a Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "f77f07cf-b65c-4152-be3a-8ec843a348d2", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:00:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2019-01-09T11:00:53Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:00:58,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 used request id req-32fdb9b2-4a38-4183-a547-ad0389e29f1a 2019-01-09 11:01:01,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}624badf7e839c2132a951f0bcd0e7796dd0abbf8" 2019-01-09 11:01:01,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01: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-5804f49e-ece1-4041-b6f9-f9df8b92409e x-compute-request-id: req-5804f49e-ece1-4041-b6f9-f9df8b92409e Content-Encoding: gzip Content-Length: 784 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:8e:e6:6b", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": "2019-01-09T11:00:58.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "f77f07cf-b65c-4152-be3a-8ec843a348d2", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:59Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2019-01-09T11:00:53Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:01:01,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 used request id req-5804f49e-ece1-4041-b6f9-f9df8b92409e 2019-01-09 11:01:01,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" 2019-01-09 11:01:02,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01: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-a9a92958-dc04-48e2-bfae-98b5684d088c x-compute-request-id: req-a9a92958-dc04-48e2-bfae-98b5684d088c Content-Encoding: gzip Content-Length: 784 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:8e:e6:6b", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": "2019-01-09T11:00:58.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "f77f07cf-b65c-4152-be3a-8ec843a348d2", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:59Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2019-01-09T11:00:53Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:01:02,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2 used request id req-a9a92958-dc04-48e2-bfae-98b5684d088c 2019-01-09 11:01:02,353 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.11'. 2019-01-09 11:01:02,353 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2019-01-09 11:01:02,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:01:04,118 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:01: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-b197e620-d147-4262-a736-56c85d3b15be x-compute-request-id: req-b197e620-d147-4262-a736-56c85d3b15be Content-Length: 0 Content-Type: application/json 2019-01-09 11:01:04,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-b197e620-d147-4262-a736-56c85d3b15be 2019-01-09 11:01:04,118 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2019-01-09 11:01:04,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-840397", "route_distinguishers": "11:11"}}' 2019-01-09 11:01:04,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-236be72e-fb1f-476a-8f38-3d2da54c9770 Date: Wed, 09 Jan 2019 11:01:04 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "4c23251b-82a4-4263-9c60-87c45fa751cd", "name": "sdnvpn-840397", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:01:04,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-236be72e-fb1f-476a-8f38-3d2da54c9770 2019-01-09 11:01:04,452 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-840397', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'4c23251b-82a4-4263-9c60-87c45fa751cd'}} 2019-01-09 11:01:04,452 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2019-01-09 11:01:04,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"network_association": {"network_id": "de4c2590-6e76-4306-be5f-66d56ba3ee6a"}}' 2019-01-09 11:01:05,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4f9d3c7d-a571-4fb9-948f-76b2205645f8 Date: Wed, 09 Jan 2019 11:01:05 GMT RESP BODY: {"network_association": {"network_id": "de4c2590-6e76-4306-be5f-66d56ba3ee6a", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "1fa34a4f-6c67-4c66-a1f9-75e3b02bbc63"}} 2019-01-09 11:01:05,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd/network_associations used request id req-4f9d3c7d-a571-4fb9-948f-76b2205645f8 2019-01-09 11:01:05,305 - sdnvpn_test_utils - INFO - Waiting for instance c59d82c5-8560-4a54-807e-32eb93bd8420 to boot up 2019-01-09 11:01:05,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a7b9dea0a54062d0c20288586ca36e1fdeebea8" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:06,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ad3579f-ac90-4cbf-a707-c20a75a5a04f x-compute-request-id: req-6ad3579f-ac90-4cbf-a707-c20a75a5a04f Content-Encoding: gzip Content-Length: 10882 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 466450063 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130261] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131887] pid_max: default: 32768 minimum: 301\n[ 0.132762] ACPI: Core revision 20150930\n[ 0.134147] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135431] Security Framework initialized\n[ 0.136232] Yama: becoming mindful.\n[ 0.136948] AppArmor: AppArmor initialized\n[ 0.137796] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140361] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141550] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142924] Initializing cgroup subsys io\n[ 0.143723] Initializing cgroup subsys memory\n[ 0.144571] Initializing cgroup subsys devices\n[ 0.145439] Initializing cgroup subsys freezer\n[ 0.146295] Initializing cgroup subsys net_cls\n[ 0.147149] Initializing cgroup subsys perf_event\n[ 0.148042] Initializing cgroup subsys net_prio\n[ 0.148909] Initializing cgroup subsys hugetlb\n[ 0.149766] Initializing cgroup subsys pids\n[ 0.150629] CPU: Physical Processor ID: 0\n[ 0.152112] mce: CPU supports 10 MCE banks\n[ 0.152943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153931] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164541] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170899] ftrace: allocating 31920 entries in 125 pages\n[ 0.196990] smpboot: Max logical packages: 1\n[ 0.197840] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199184] x2apic enabled\n[ 0.199983] Switched APIC routing to physical x2apic.\n[ 0.201718] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202822] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204785] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206539] KVM setup paravirtual spinlock\n[ 0.207823] x86: Booted up 1 node, 1 CPUs\n[ 0.208621] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209985] devtmpfs: initialized\n[ 0.211680] evm: security.selinux\n[ 0.212374] evm: security.SMACK64\n[ 0.213054] evm: security.SMACK64EXEC\n[ 0.213781] evm: security.SMACK64TRANSMUTE\n[ 0.214574] evm: security.SMACK64MMAP\n[ 0.215305] evm: security.ima\n[ 0.215940] evm: security.capability\n[ 0.216728] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218549] pinctrl core: initialized pinctrl subsystem\n[ 0.219624] RTC time: 11:00:05, date: 01/09/19\n[ 0.220570] NET: Registered protocol family 16\n[ 0.221527] cpuidle: using governor ladder\n[ 0.222333] cpuidle: using governor menu\n[ 0.223103] PCCT header not found.\n[ 0.223833] ACPI: bus type PCI registered\n[ 0.224625] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225849] PCI: Using configuration type 1 for base access\n[ 0.227585] ACPI: Added _OSI(Module Device)\n[ 0.228415] ACPI: Added _OSI(Processor Device)\n[ 0.229271] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230159] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232278] ACPI: Interpreter enabled\n[ 0.233034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234874] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240322] ACPI: (supports S0 S5)\n[ 0.241017] ACPI: Using IOAPIC for interrupt routing\n[ 0.241949] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245027] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246146] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247357] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248533] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250715] acpiphp: Slot [3] registered\n[ 0.251503] acpiphp: Slot [4] registered\n[ 0.252286] acpiphp: Slot [5] registered\n[ 0.253074] acpiphp: Slot [6] registered\n[ 0.253858] acpiphp: Slot [7] registered\n[ 0.254648] acpiphp: Slot [8] registered\n[ 0.255438] acpiphp: Slot [9] registered\n[ 0.256229] acpiphp: Slot [10] registered\n[ 0.257029] acpiphp: Slot [11] registered\n[ 0.257838] acpiphp: Slot [12] registered\n[ 0.258641] acpiphp: Slot [13] registered\n[ 0.259537] acpiphp: Slot [14] registered\n[ 0.260488] acpiphp: Slot [15] registered\n[ 0.271388] acpiphp: Slot [16] registered\n[ 0.272333] acpiphp: Slot [17] registered\n[ 0.273269] acpiphp: Slot [18] registered\n[ 0.274182] acpiphp: Slot [19] registered\n[ 0.275120] acpiphp: Slot [20] registered\n[ 0.276058] acpiphp: Slot [21] registered\n[ 0.276999] acpiphp: Slot [22] registered\n[ 0.277941] acpiphp: Slot [23] registered\n[ 0.278870] acpiphp: Slot [24] registered\n[ 0.279816] acpiphp: Slot [25] registered\n[ 0.280768] acpiphp: Slot [26] registered\n[ 0.281706] acpiphp: Slot [27] registered\n[ 0.282639] acpiphp: Slot [28] registered\n[ 0.283600] acpiphp: Slot [29] registered\n[ 0.284573] acpiphp: Slot [30] registered\n[ 0.285537] acpiphp: Slot [31] registered\n[ 0.286524] PCI host bridge to bus 0000:00\n[ 0.287520] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288998] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290480] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293998] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300580] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302085] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303493] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305013] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311507] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313194] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.360078] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361743] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.363345] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364939] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.366521] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367939] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369492] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.370742] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372562] vgaarb: loaded\n[ 0.373254] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374571] SCSI subsystem initialized\n[ 0.375511] ACPI: bus type USB registered\n[ 0.376442] usbcore: registered new interface driver usbfs\n[ 0.377665] usbcore: registered new interface driver hub\n[ 0.378839] usbcore: registered new device driver usb\n[ 0.380070] PCI: Using ACPI for IRQ routing\n[ 0.381225] NetLabel: Initializing\n[ 0.382047] NetLabel: domain hash size = 128\n[ 0.383040] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384148] NetLabel: unlabeled traffic allowed by default\n[ 0.385422] clocksource: Switched to clocksource kvm-clock\n[ 0.391013] AppArmor: AppArmor Filesystem Enabled\n[ 0.392127] pnp: PnP ACPI init\n[ 0.393134] pnp: PnP ACPI: found 5 devices\n[ 0.399620] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401631] NET: Registered protocol family 2\n[ 0.402733] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404220] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405601] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406940] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408166] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409542] NET: Registered protocol family 1\n[ 0.410555] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411836] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413080] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441692] Trying to unpack rootfs image as initramfs...\n[ 0.490859] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505004] Scanning for low memory corruption every 60 seconds\n[ 0.506549] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507886] audit: initializing netlink subsys (disabled)\n[ 0.509097] audit: type=2000 audit(1547031606.234:1): initialized\n[ 0.510612] Initialise system trusted keyring\n[ 0.511656] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513020] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515180] zbud: loaded\n[ 0.515963] VFS: Disk quotas dquot_6.6.0\n[ 0.516905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.518611] fuse init (API version 7.23)\n[ 0.519632] Key type big_key registered\n[ 0.520557] Allocating IMA MOK and blacklist keyrings.\n[ 0.521834] Key type asymmetric registered\n[ 0.522788] Asymmetric key parser 'x509' registered\n[ 0.523888] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525936] io scheduler noop registered\n[ 0.526856] io scheduler deadline registered (default)\n[ 0.528136] io scheduler cfq registered\n[ 0.529096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.530339] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531829] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533647] ACPI: Power Button [PWRF]\n[ 0.534617] GHES: HEST is not enabled!\n[ 0.548469] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579138] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603265] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605379] Linux agpgart interface v0.103\n[ 0.607389] brd: module loaded\n[ 0.609939] loop: module loaded\n[ 0.615592] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617041] GPT:90111 != 2097151\n[ 0.617723] GPT:Alternate GPT header not at the end of the disk.\n[ 0.618811] GPT:90111 != 2097151\n[ 0.619480] GPT: Use GNU Parted to correct GPT errors.\n[ 0.620434] vda: vda1 vda15\n[ 0.622197] scsi host0: ata_piix\n[ 0.622930] scsi host1: ata_piix\n[ 0.623628] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.624831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.626263] libphy: Fixed MDIO Bus: probed\n[ 0.627076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628015] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630272] PPP generic driver version 2.4.2\n[ 0.631152] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632507] ehci-pci: EHCI PCI platform driver\n[ 0.633372] ehci-platform: EHCI generic platform driver\n[ 0.634373] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635498] ohci-pci: OHCI PCI platform driver\n[ 0.636360] ohci-platform: OHCI generic platform driver\n[ 0.637339] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651840] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652837] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654272] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655280] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656381] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657592] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658998] usb usb1: Product: UHCI Host Controller\n[ 0.659921] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.661046] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.662057] hub 1-0:1.0: USB hub found\n[ 0.662826] hub 1-0:1.0: 2 ports detected\n[ 0.663724] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665857] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666808] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667837] mousedev: PS/2 mouse device common for all mice\n[ 0.669097] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.670913] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672000] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673184] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674385] i2c /dev entries driver\n[ 0.675147] device-mapper: uevent: version 1.0.3\n[ 0.676075] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.677691] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678966] NET: Registered protocol family 10\n[ 0.679944] NET: Registered protocol family 17\n[ 0.680817] Key type dns_resolver registered\n[ 0.681736] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682814] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.684541] registered taskstats version 1\n[ 0.685355] Loading compiled-in X.509 certificates\n[ 0.686792] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688629] zswap: loaded using pool lzo/zbud\n[ 0.689998] Key type trusted registered\n[ 0.691518] Key type encrypted registered\n[ 0.692349] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693360] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694404] evm: HMAC attrs: 0x1\n[ 0.695332] Magic number: 3:770:23\n[ 0.696163] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:06 UTC (1547031606)\n[ 0.697741] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698843] EDD information not available.\n[ 0.782519] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784075] Write protecting the kernel read-only data: 14336k\n[ 0.795726] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797527] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.90\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.100078] 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.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 0.98. iid=i-00000140\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKrvFLcvKlO6z7+GibEiNDXXsFQOKmCbRXzJ69oRmc5QyqRHjzbsveDUPVlqZ3avKvylkP8nRjtgfwF/Lus4I674yVDsAulap2KTFk5AdsnjV1YcGi9iKn0ZNmtA0iH1HKMb4VHsNb2ZG2IqbrH08bvxZ6rIuma27Y5zbq0LSayO6//0lwQbK3P+YcqXtVmcvsjvtlSKKBHsEpiyioxWUl2QkuY5WigIk8DAGuWwVMW28vBOrNEnfmAHgXT2WRiZo4ZN+JHaEejyRkF3DYB20jSoICsTWa4JqvZKhIRa+l4GT+YIZKZOvH5qUP8lAnulEMgnUBwG0hSe18aG/1EWzN root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAORRFnc7yK22+n+7s2ENz/yjLd1Yi9jMzXxJL8J22fADAB4/JjHK7V7e1zcMHHRf/EPB7eUZ42HZhZJzk/qwiDvUElm8f4W8XdANzih+rM2lxJTGf2Ac0JbY9AAAygW/IWEUAs2zg183ZR5EkC4jlZAHpX08Uc2IbOfhrcLCoVcFAAAAFQC89NA5F+LcKD22CPjD/lnTOyhFYQAAAIBh3vRP7mZukAWB/IJZ2H8q+XuK21HvP3snUi11gAPVAptWnSljqhHs/SKFQQl5B74ywyII8e4kwGhtjtmgGiAW55LcFnUHEc6M5OyFZripZeUriM7pe2CgtmtI3wQDnQZXojKzYHTkquqeB39CZHjcC/s02/X66/7/o1c7SJwi8AAAAIBV8KqtefkwpnqvNLiJXxKw8Slzh6oefSTt7wTtofUkryP2cR/ZwC8F5xmtCMLxmQCE/10NSQtjGpUTawf0vkk4uvRcqRqmWRyJCyMvht0Zdr6jM/T/+ZtjfAvd/ZElzdMiCtA5RZBMb+wZaWwBIH65q6n9RaYkL1g7h861qz7Adw== 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:fe77:481e/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-00000140\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.95 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.50s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:77:48:1E \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe77:481e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:63 errors:0 dropped:4 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7944 (7.7 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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.082297] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.100078] random: dd urandom read with 5 bits of entropy available\n[ 1.133829] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.133831] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.133832] usb 1-1: Product: QEMU USB Tablet\n[ 1.133833] usb 1-1: Manufacturer: QEMU\n[ 1.133834] usb 1-1: SerialNumber: 42\n[ 1.501650] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.071718] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.485960] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:00:06 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 9 11:00:06 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 9 11:00:06 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)\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 9 11:00:06 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 9 11:00:06 cirros kern.notice kernel: [ 1.100078] random: dd urandom read with 5 bits of entropy available\nJan 9 11:00:06 cirros kern.info kernel: [ 1.133829] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:00:06 cirros kern.info kernel: [ 1.133831] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:00:06 cirros kern.info kernel: [ 1.133832] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:00:06 cirros kern.info kernel: [ 1.133833] usb 1-1: Manufacturer: QEMU\nJan 9 11:00:06 cirros kern.info kernel: [ 1.133834] usb 1-1: SerialNumber: 42\nJan 9 11:00:07 cirros kern.info kernel: [ 1.501650] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:00:08 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:00:08 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:00:08 cirros kern.info kernel: [ 3.071718] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:00:09 cirros kern.info kernel: [ 3.485960] 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: "} 2019-01-09 11:01:06,378 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420/action used request id req-6ad3579f-ac90-4cbf-a707-c20a75a5a04f 2019-01-09 11:01:08,414 - sdnvpn_test_utils - INFO - Waiting for instance e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 to boot up 2019-01-09 11:01:08,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f326d26ab853bef42546c48fbf6a119cce30881d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:09,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01: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-f32a25be-e614-40bf-809e-90f86be03e69 x-compute-request-id: req-f32a25be-e614-40bf-809e-90f86be03e69 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 466920359 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.132443] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135066] ACPI: Core revision 20150930\n[ 0.136448] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137764] Security Framework initialized\n[ 0.138575] Yama: becoming mindful.\n[ 0.139312] AppArmor: AppArmor initialized\n[ 0.140218] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141577] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144128] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145538] Initializing cgroup subsys io\n[ 0.146410] Initializing cgroup subsys memory\n[ 0.147272] Initializing cgroup subsys devices\n[ 0.148159] Initializing cgroup subsys freezer\n[ 0.149036] Initializing cgroup subsys net_cls\n[ 0.149929] Initializing cgroup subsys perf_event\n[ 0.150866] Initializing cgroup subsys net_prio\n[ 0.151791] Initializing cgroup subsys hugetlb\n[ 0.152683] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155107] mce: CPU supports 10 MCE banks\n[ 0.155970] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156975] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167923] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174462] ftrace: allocating 31920 entries in 125 pages\n[ 0.200797] smpboot: Max logical packages: 1\n[ 0.201665] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203071] x2apic enabled\n[ 0.203922] Switched APIC routing to physical x2apic.\n[ 0.205675] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206801] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208779] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210583] KVM setup paravirtual spinlock\n[ 0.211898] x86: Booted up 1 node, 1 CPUs\n[ 0.212701] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.214080] devtmpfs: initialized\n[ 0.215811] evm: security.selinux\n[ 0.216520] evm: security.SMACK64\n[ 0.217235] evm: security.SMACK64EXEC\n[ 0.217994] evm: security.SMACK64TRANSMUTE\n[ 0.218823] evm: security.SMACK64MMAP\n[ 0.219576] evm: security.ima\n[ 0.220247] evm: security.capability\n[ 0.221103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222985] pinctrl core: initialized pinctrl subsystem\n[ 0.224094] RTC time: 11:00:19, date: 01/09/19\n[ 0.225077] NET: Registered protocol family 16\n[ 0.226084] cpuidle: using governor ladder\n[ 0.226904] cpuidle: using governor menu\n[ 0.227683] PCCT header not found.\n[ 0.228462] ACPI: bus type PCI registered\n[ 0.229300] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230579] PCI: Using configuration type 1 for base access\n[ 0.232359] ACPI: Added _OSI(Module Device)\n[ 0.233238] ACPI: Added _OSI(Processor Device)\n[ 0.234101] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235028] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237178] ACPI: Interpreter enabled\n[ 0.238134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242517] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247010] ACPI: (supports S0 S5)\n[ 0.247850] ACPI: Using IOAPIC for interrupt routing\n[ 0.248979] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252415] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255274] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.256672] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259307] acpiphp: Slot [3] registered\n[ 0.260241] acpiphp: Slot [4] registered\n[ 0.261195] acpiphp: Slot [5] registered\n[ 0.262159] acpiphp: Slot [6] registered\n[ 0.263112] acpiphp: Slot [7] registered\n[ 0.264042] acpiphp: Slot [8] registered\n[ 0.264963] acpiphp: Slot [9] registered\n[ 0.265882] acpiphp: Slot [10] registered\n[ 0.266816] acpiphp: Slot [11] registered\n[ 0.267752] acpiphp: Slot [12] registered\n[ 0.268688] acpiphp: Slot [13] registered\n[ 0.269622] acpiphp: Slot [14] registered\n[ 0.270568] acpiphp: Slot [15] registered\n[ 0.281361] acpiphp: Slot [16] registered\n[ 0.282343] acpiphp: Slot [17] registered\n[ 0.283298] acpiphp: Slot [18] registered\n[ 0.284245] acpiphp: Slot [19] registered\n[ 0.285186] acpiphp: Slot [20] registered\n[ 0.286138] acpiphp: Slot [21] registered\n[ 0.287089] acpiphp: Slot [22] registered\n[ 0.288036] acpiphp: Slot [23] registered\n[ 0.288980] acpiphp: Slot [24] registered\n[ 0.289927] acpiphp: Slot [25] registered\n[ 0.290879] acpiphp: Slot [26] registered\n[ 0.291871] acpiphp: Slot [27] registered\n[ 0.292831] acpiphp: Slot [28] registered\n[ 0.293782] acpiphp: Slot [29] registered\n[ 0.294727] acpiphp: Slot [30] registered\n[ 0.295674] acpiphp: Slot [31] registered\n[ 0.296646] PCI host bridge to bus 0000:00\n[ 0.297618] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300502] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302284] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304040] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310382] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311958] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313373] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314882] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321113] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322832] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368460] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370138] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371761] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373428] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375008] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376428] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377952] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.379213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381038] vgaarb: loaded\n[ 0.381735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383097] SCSI subsystem initialized\n[ 0.384048] ACPI: bus type USB registered\n[ 0.385003] usbcore: registered new interface driver usbfs\n[ 0.386232] usbcore: registered new interface driver hub\n[ 0.387437] usbcore: registered new device driver usb\n[ 0.388745] PCI: Using ACPI for IRQ routing\n[ 0.389902] NetLabel: Initializing\n[ 0.390742] NetLabel: domain hash size = 128\n[ 0.391738] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392900] NetLabel: unlabeled traffic allowed by default\n[ 0.394191] clocksource: Switched to clocksource kvm-clock\n[ 0.399777] AppArmor: AppArmor Filesystem Enabled\n[ 0.400910] pnp: PnP ACPI init\n[ 0.401948] pnp: PnP ACPI: found 5 devices\n[ 0.408491] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.410522] NET: Registered protocol family 2\n[ 0.411623] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.413176] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.414566] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.415942] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.417234] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418617] NET: Registered protocol family 1\n[ 0.419633] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.420930] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422202] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436192] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450613] Trying to unpack rootfs image as initramfs...\n[ 0.499600] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.513923] Scanning for low memory corruption every 60 seconds\n[ 0.515501] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.516908] audit: initializing netlink subsys (disabled)\n[ 0.518158] audit: type=2000 audit(1547031619.881:1): initialized\n[ 0.519707] Initialise system trusted keyring\n[ 0.520822] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.522241] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.524449] zbud: loaded\n[ 0.525260] VFS: Disk quotas dquot_6.6.0\n[ 0.526227] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528033] fuse init (API version 7.23)\n[ 0.529091] Key type big_key registered\n[ 0.530062] Allocating IMA MOK and blacklist keyrings.\n[ 0.531370] Key type asymmetric registered\n[ 0.532366] Asymmetric key parser 'x509' registered\n[ 0.533514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535663] io scheduler noop registered\n[ 0.536626] io scheduler deadline registered (default)\n[ 0.537836] io scheduler cfq registered\n[ 0.538823] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.540061] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.543250] ACPI: Power Button [PWRF]\n[ 0.544237] GHES: HEST is not enabled!\n[ 0.557779] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585543] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587930] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613675] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615963] Linux agpgart interface v0.103\n[ 0.618024] brd: module loaded\n[ 0.619241] loop: module loaded\n[ 0.623657] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.625135] GPT:90111 != 2097151\n[ 0.625820] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626930] GPT:90111 != 2097151\n[ 0.627611] GPT: Use GNU Parted to correct GPT errors.\n[ 0.628586] vda: vda1 vda15\n[ 0.630131] scsi host0: ata_piix\n[ 0.630886] scsi host1: ata_piix\n[ 0.631596] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632825] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.634281] libphy: Fixed MDIO Bus: probed\n[ 0.635116] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636075] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638235] PPP generic driver version 2.4.2\n[ 0.639135] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640434] ehci-pci: EHCI PCI platform driver\n[ 0.641315] ehci-platform: EHCI generic platform driver\n[ 0.642322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643466] ohci-pci: OHCI PCI platform driver\n[ 0.644345] ohci-platform: OHCI generic platform driver\n[ 0.645340] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659724] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660733] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662219] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663265] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.664392] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665627] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667070] usb usb1: Product: UHCI Host Controller\n[ 0.668018] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669168] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670204] hub 1-0:1.0: USB hub found\n[ 0.670996] hub 1-0:1.0: 2 ports detected\n[ 0.671909] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674031] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676050] mousedev: PS/2 mouse device common for all mice\n[ 0.677308] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679172] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680276] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681492] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682704] i2c /dev entries driver\n[ 0.683469] device-mapper: uevent: version 1.0.3\n[ 0.684410] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686069] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687370] NET: Registered protocol family 10\n[ 0.688374] NET: Registered protocol family 17\n[ 0.689274] Key type dns_resolver registered\n[ 0.690216] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691323] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693094] registered taskstats version 1\n[ 0.693941] Loading compiled-in X.509 certificates\n[ 0.695400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697278] zswap: loaded using pool lzo/zbud\n[ 0.698670] Key type trusted registered\n[ 0.700213] Key type encrypted registered\n[ 0.701056] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702099] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703152] evm: HMAC attrs: 0x1\n[ 0.704472] Magic number: 3:770:23\n[ 0.705323] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:20 UTC (1547031620)\n[ 0.706938] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708076] EDD information not available.\n[ 0.791249] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792808] Write protecting the kernel read-only data: 14336k\n[ 0.804520] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.806339] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.54\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.750649] 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.64. iid=i-00000143\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRpN6YxOt07go0IW93KSkQiw3qKBWuf4uaQ6R4bGS/JAwqudWNC0esjgXkUslkg2fTtqsL+nXBZJS8b7y7RcxkJdyx6gmdICOhXZ2NH2X4uyx3JUGWUT9vQXZur+gPFLaC6YwTl/yTT8UdT4ZgCU8H10fqDt4JxhNYlVVLRb3zW0Wi/9G550a1V4TyrqP9FxlkJXb6YHUzIlMpkvsmXTBhgFKbD3uEdYUcc40fdUBXpM7S6qC3DQNRfBObwgAVX5IguKLRZ158N6U0x8goTSVSsqs1+bBbHlIzbbY9cVoPYvD+tNhDXvDchgCmIfluaUQjoIbYOgSszBty+EAgi02z root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAK175BJiGy/LoFoudkzREauPlwGEUHJWgx3FGJOcrpSncYNLtokZo7f0h+0pRhYMXT3RZXjDq+BntWWjS9A3hncgOXZdWHry0FeXjiSrxFvpkJ9HMTuMm2HROBOHflSC/rFgMXAwvnHzRtKNmMMd5vpXQmqCsl7v9+ZP16cGbm7bAAAAFQDnBsa5yG+IL16CaJMNAGp93YXo4QAAAIBuQhYcL07lQ5KoEl047uknQgU+2n4KpO3luS2iM3nqNamg3Eb6wT6aLG1AtMxd57+IfU7roLhhXwC9opDDcb+cnxrghVKP0JkScgwbGBjVTcyM4Ukp/QWQDl3TWbaOMoxptkGXHStKXRxtRZbM1uZD7pCYWfY6hOtnT04dJPKx6gAAAIA/1nR3CjyiFAaP2ZLMycbneyZ1UeKnHw6kOgCDL1DYHXSFldFgO5m2vgRBeAyjz5ofI53I6LBI/+sr/ComevSBsXxLIZv7JPn5gNnUP4Bedn37WNfnthIiApXbmx40lS0HLK04Pi7QYbgu8dPOT9lx/v8bUuXrS9Y+q0pqZ+jhHQ== 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.5,24,fe80::f816:3eff:fe6f:b9ae/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.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-00000143\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.51 ===\n/dev/root resized successfully [took 2.18s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:6F:B9:AE \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6f:b9ae/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8043 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.143137] usb 1-1: Product: QEMU USB Tablet\n[ 1.143140] usb 1-1: Manufacturer: QEMU\n[ 1.143142] usb 1-1: SerialNumber: 42\n[ 1.510271] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.510274] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.717904] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.732825] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.750649] random: dd urandom read with 5 bits of entropy available\n[ 3.633628] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.320529] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:00:21 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 9 11:00:21 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 9 11:00:21 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)\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 9 11:00:21 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 9 11:00:21 cirros kern.notice kernel: [ 1.750649] random: dd urandom read with 5 bits of entropy available\nJan 9 11:00:23 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:00:23 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:00:23 cirros kern.info kernel: [ 3.633628] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:00:24 cirros kern.info kernel: [ 4.320529] 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: "} 2019-01-09 11:01:09,492 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7/action used request id req-f32a25be-e614-40bf-809e-90f86be03e69 2019-01-09 11:01:11,528 - sdnvpn_test_utils - INFO - Waiting for instance c8e063fd-3d54-4081-96c7-05095c994fef to boot up 2019-01-09 11:01:11,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:12,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c0f7c54-e79d-4821-92c7-895eb0349dcd x-compute-request-id: req-6c0f7c54-e79d-4821-92c7-895eb0349dcd Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:01:12,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-6c0f7c54-e79d-4821-92c7-895eb0349dcd 2019-01-09 11:01:14,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:15,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ae00a43-bb40-4db5-91a5-85970e2a94e4 x-compute-request-id: req-0ae00a43-bb40-4db5-91a5-85970e2a94e4 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:01:15,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-0ae00a43-bb40-4db5-91a5-85970e2a94e4 2019-01-09 11:01:17,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:18,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01: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-73920cbe-a7de-4b62-98c7-4fb7dac729cc x-compute-request-id: req-73920cbe-a7de-4b62-98c7-4fb7dac729cc Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:01:18,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-73920cbe-a7de-4b62-98c7-4fb7dac729cc 2019-01-09 11:01:20,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:21,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-671ab596-595a-46f3-a664-ccf4032bfe9a x-compute-request-id: req-671ab596-595a-46f3-a664-ccf4032bfe9a Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:01:21,872 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-671ab596-595a-46f3-a664-ccf4032bfe9a 2019-01-09 11:01:23,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:24,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb06a72b-d907-4b57-90ef-02ed37e2c37f x-compute-request-id: req-eb06a72b-d907-4b57-90ef-02ed37e2c37f Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:01:24,967 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-eb06a72b-d907-4b57-90ef-02ed37e2c37f 2019-01-09 11:01:26,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:28,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77a34708-92c5-425c-aa61-0d49fe4cf6db x-compute-request-id: req-77a34708-92c5-425c-aa61-0d49fe4cf6db Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:01:28,067 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-77a34708-92c5-425c-aa61-0d49fe4cf6db 2019-01-09 11:01:30,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:31,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4738ee6-ab3a-4764-8229-5a157f20b1f3 x-compute-request-id: req-e4738ee6-ab3a-4764-8229-5a157f20b1f3 Content-Encoding: gzip Content-Length: 7711 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:01:31,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-e4738ee6-ab3a-4764-8229-5a157f20b1f3 2019-01-09 11:01:33,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:34,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d893f330-9c66-449a-97e5-cec50f669f38 x-compute-request-id: req-d893f330-9c66-449a-97e5-cec50f669f38 Content-Encoding: gzip Content-Length: 7878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\n"} 2019-01-09 11:01:34,300 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-d893f330-9c66-449a-97e5-cec50f669f38 2019-01-09 11:01:36,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:37,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abe65140-4fdc-441f-a541-499e379f3374 x-compute-request-id: req-abe65140-4fdc-441f-a541-499e379f3374 Content-Encoding: gzip Content-Length: 9436 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n"} 2019-01-09 11:01:37,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-abe65140-4fdc-441f-a541-499e379f3374 2019-01-09 11:01:39,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:40,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a73c867-7bfb-4061-8b1a-3cb8791de4d9 x-compute-request-id: req-8a73c867-7bfb-4061-8b1a-3cb8791de4d9 Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2019-01-09 11:01:40,653 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-8a73c867-7bfb-4061-8b1a-3cb8791de4d9 2019-01-09 11:01:42,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:43,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01: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-954dd6b9-ded6-4bf9-b85c-2a5caa786ca4 x-compute-request-id: req-954dd6b9-ded6-4bf9-b85c-2a5caa786ca4 Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2019-01-09 11:01:43,739 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-954dd6b9-ded6-4bf9-b85c-2a5caa786ca4 2019-01-09 11:01:45,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:46,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01: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-69934dbb-0e8c-401e-b54a-cac1219cc7db x-compute-request-id: req-69934dbb-0e8c-401e-b54a-cac1219cc7db Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2019-01-09 11:01:46,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-69934dbb-0e8c-401e-b54a-cac1219cc7db 2019-01-09 11:01:48,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:49,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01: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-b17a05e7-6a93-48b6-9b09-7ce6eb4bc1bb x-compute-request-id: req-b17a05e7-6a93-48b6-9b09-7ce6eb4bc1bb Content-Encoding: gzip Content-Length: 10019 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n"} 2019-01-09 11:01:49,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-b17a05e7-6a93-48b6-9b09-7ce6eb4bc1bb 2019-01-09 11:01:51,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:53,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a138903-9785-4bc1-a67c-4b152224ba88 x-compute-request-id: req-0a138903-9785-4bc1-a67c-4b152224ba88 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 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:01:53,013 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-0a138903-9785-4bc1-a67c-4b152224ba88 2019-01-09 11:01:55,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:56,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acce093c-283b-487a-a3db-52b6673da164 x-compute-request-id: req-acce093c-283b-487a-a3db-52b6673da164 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 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:01:56,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-acce093c-283b-487a-a3db-52b6673da164 2019-01-09 11:01:58,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:01:59,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:01:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a0e528c-f7d3-496f-8154-d6e15de351d6 x-compute-request-id: req-0a0e528c-f7d3-496f-8154-d6e15de351d6 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 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:01:59,194 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-0a0e528c-f7d3-496f-8154-d6e15de351d6 2019-01-09 11:02:01,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:02,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02: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-9e0ae989-5953-4271-b780-b4d02a0f2823 x-compute-request-id: req-9e0ae989-5953-4271-b780-b4d02a0f2823 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 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:02:02,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-9e0ae989-5953-4271-b780-b4d02a0f2823 2019-01-09 11:02:04,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:05,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30b45d27-6d85-4c26-8a22-3d85329a6ee6 x-compute-request-id: req-30b45d27-6d85-4c26-8a22-3d85329a6ee6 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 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:02:05,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-30b45d27-6d85-4c26-8a22-3d85329a6ee6 2019-01-09 11:02:07,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:08,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37313582-85b1-43ae-9ad5-aed958774c75 x-compute-request-id: req-37313582-85b1-43ae-9ad5-aed958774c75 Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:02:08,467 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-37313582-85b1-43ae-9ad5-aed958774c75 2019-01-09 11:02:10,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:11,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05fb65db-0e6f-4354-9415-26ae9a6de23e x-compute-request-id: req-05fb65db-0e6f-4354-9415-26ae9a6de23e Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:02:11,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-05fb65db-0e6f-4354-9415-26ae9a6de23e 2019-01-09 11:02:13,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:14,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ff306f1-7bea-4dcd-93a2-7da1b3d8f827 x-compute-request-id: req-7ff306f1-7bea-4dcd-93a2-7da1b3d8f827 Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:02:14,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-7ff306f1-7bea-4dcd-93a2-7da1b3d8f827 2019-01-09 11:02:16,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:17,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de43e5c9-16f0-4a54-b0b7-2541dd3c94e0 x-compute-request-id: req-de43e5c9-16f0-4a54-b0b7-2541dd3c94e0 Content-Encoding: gzip Content-Length: 10109 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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"} 2019-01-09 11:02:17,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-de43e5c9-16f0-4a54-b0b7-2541dd3c94e0 2019-01-09 11:02:19,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62d202af7814692be9c87af346af6890d36d8e6" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:20,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98a9275d-ce1f-4969-adcf-c455b45b6658 x-compute-request-id: req-98a9275d-ce1f-4969-adcf-c455b45b6658 Content-Encoding: gzip Content-Length: 11149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 500519248 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150536] pid_max: default: 32768 minimum: 301\n[ 0.151602] ACPI: Core revision 20150930\n[ 0.153130] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154687] Security Framework initialized\n[ 0.155645] Yama: becoming mindful.\n[ 0.156471] AppArmor: AppArmor initialized\n[ 0.157434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158976] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161882] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163457] Initializing cgroup subsys io\n[ 0.164404] Initializing cgroup subsys memory\n[ 0.165383] Initializing cgroup subsys devices\n[ 0.166381] Initializing cgroup subsys freezer\n[ 0.167372] Initializing cgroup subsys net_cls\n[ 0.168388] Initializing cgroup subsys perf_event\n[ 0.169433] Initializing cgroup subsys net_prio\n[ 0.170453] Initializing cgroup subsys hugetlb\n[ 0.171437] Initializing cgroup subsys pids\n[ 0.172444] CPU: Physical Processor ID: 0\n[ 0.174043] mce: CPU supports 10 MCE banks\n[ 0.174997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176150] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187118] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193969] ftrace: allocating 31920 entries in 125 pages\n[ 0.220835] smpboot: Max logical packages: 1\n[ 0.221817] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223319] x2apic enabled\n[ 0.224198] Switched APIC routing to physical x2apic.\n[ 0.226096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227405] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229720] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231805] KVM setup paravirtual spinlock\n[ 0.233230] x86: Booted up 1 node, 1 CPUs\n[ 0.234187] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235849] devtmpfs: initialized\n[ 0.237706] evm: security.selinux\n[ 0.238533] evm: security.SMACK64\n[ 0.239355] evm: security.SMACK64EXEC\n[ 0.240231] evm: security.SMACK64TRANSMUTE\n[ 0.241194] evm: security.SMACK64MMAP\n[ 0.242077] evm: security.ima\n[ 0.242828] evm: security.capability\n[ 0.243777] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246017] pinctrl core: initialized pinctrl subsystem\n[ 0.247276] RTC time: 11:00:30, date: 01/09/19\n[ 0.248361] NET: Registered protocol family 16\n[ 0.249475] cpuidle: using governor ladder\n[ 0.250473] cpuidle: using governor menu\n[ 0.251394] PCCT header not found.\n[ 0.252245] ACPI: bus type PCI registered\n[ 0.253198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254669] PCI: Using configuration type 1 for base access\n[ 0.256601] ACPI: Added _OSI(Module Device)\n[ 0.257570] ACPI: Added _OSI(Processor Device)\n[ 0.258575] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261974] ACPI: Interpreter enabled\n[ 0.262867] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265020] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271458] ACPI: (supports S0 S5)\n[ 0.272383] ACPI: Using IOAPIC for interrupt routing\n[ 0.273488] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.279777] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281215] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283885] acpiphp: Slot [3] registered\n[ 0.284807] acpiphp: Slot [4] registered\n[ 0.285768] acpiphp: Slot [5] registered\n[ 0.286723] acpiphp: Slot [6] registered\n[ 0.287677] acpiphp: Slot [7] registered\n[ 0.288627] acpiphp: Slot [8] registered\n[ 0.289578] acpiphp: Slot [9] registered\n[ 0.290384] acpiphp: Slot [10] registered\n[ 0.291174] acpiphp: Slot [11] registered\n[ 0.291969] acpiphp: Slot [12] registered\n[ 0.292754] acpiphp: Slot [13] registered\n[ 0.293536] acpiphp: Slot [14] registered\n[ 0.294319] acpiphp: Slot [15] registered\n[ 0.305061] acpiphp: Slot [16] registered\n[ 0.305894] acpiphp: Slot [17] registered\n[ 0.306691] acpiphp: Slot [18] registered\n[ 0.307483] acpiphp: Slot [19] registered\n[ 0.308270] acpiphp: Slot [20] registered\n[ 0.309071] acpiphp: Slot [21] registered\n[ 0.309865] acpiphp: Slot [22] registered\n[ 0.310668] acpiphp: Slot [23] registered\n[ 0.311462] acpiphp: Slot [24] registered\n[ 0.312254] acpiphp: Slot [25] registered\n[ 0.313049] acpiphp: Slot [26] registered\n[ 0.313847] acpiphp: Slot [27] registered\n[ 0.314643] acpiphp: Slot [28] registered\n[ 0.315438] acpiphp: Slot [29] registered\n[ 0.316226] acpiphp: Slot [30] registered\n[ 0.317021] acpiphp: Slot [31] registered\n[ 0.317813] PCI host bridge to bus 0000:00\n[ 0.318612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319797] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320979] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323818] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330127] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.331405] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.332562] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333804] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.340110] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341545] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.388202] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.391072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.392465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.393828] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.395062] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.396392] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.397431] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.398954] vgaarb: loaded\n[ 0.399549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.400666] SCSI subsystem initialized\n[ 0.401473] ACPI: bus type USB registered\n[ 0.402277] usbcore: registered new interface driver usbfs\n[ 0.403298] usbcore: registered new interface driver hub\n[ 0.404283] usbcore: registered new device driver usb\n[ 0.405320] PCI: Using ACPI for IRQ routing\n[ 0.406325] NetLabel: Initializing\n[ 0.407024] NetLabel: domain hash size = 128\n[ 0.407867] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.408800] NetLabel: unlabeled traffic allowed by default\n[ 0.409874] clocksource: Switched to clocksource kvm-clock\n[ 0.415275] AppArmor: AppArmor Filesystem Enabled\n[ 0.416214] pnp: PnP ACPI init\n[ 0.417116] pnp: PnP ACPI: found 5 devices\n[ 0.423469] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.425133] NET: Registered protocol family 2\n[ 0.426075] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.427325] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428465] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429595] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430653] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.431801] NET: Registered protocol family 1\n[ 0.432652] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434779] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462986] Trying to unpack rootfs image as initramfs...\n[ 0.512643] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526652] Scanning for low memory corruption every 60 seconds\n[ 0.528109] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529237] audit: initializing netlink subsys (disabled)\n[ 0.530250] audit: type=2000 audit(1547031631.786:1): initialized\n[ 0.531536] Initialise system trusted keyring\n[ 0.532446] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533596] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535549] zbud: loaded\n[ 0.536234] VFS: Disk quotas dquot_6.6.0\n[ 0.537043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538537] fuse init (API version 7.23)\n[ 0.539419] Key type big_key registered\n[ 0.540203] Allocating IMA MOK and blacklist keyrings.\n[ 0.541285] Key type asymmetric registered\n[ 0.542103] Asymmetric key parser 'x509' registered\n[ 0.543050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.544493] io scheduler noop registered\n[ 0.545270] io scheduler deadline registered (default)\n[ 0.546254] io scheduler cfq registered\n[ 0.547077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548102] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549340] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550782] ACPI: Power Button [PWRF]\n[ 0.552012] GHES: HEST is not enabled!\n[ 0.567022] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595676] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624232] Linux agpgart interface v0.103\n[ 0.626223] brd: module loaded\n[ 0.627377] loop: module loaded\n[ 0.632154] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633586] GPT:90111 != 2097151\n[ 0.634253] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635319] GPT:90111 != 2097151\n[ 0.635973] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636912] vda: vda1 vda15\n[ 0.638332] scsi host0: ata_piix\n[ 0.639073] scsi host1: ata_piix\n[ 0.639764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640944] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642363] libphy: Fixed MDIO Bus: probed\n[ 0.643158] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644081] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646150] PPP generic driver version 2.4.2\n[ 0.647028] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648246] ehci-pci: EHCI PCI platform driver\n[ 0.649095] ehci-platform: EHCI generic platform driver\n[ 0.650069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651161] ohci-pci: OHCI PCI platform driver\n[ 0.652002] ohci-platform: OHCI generic platform driver\n[ 0.652959] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668206] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669620] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670625] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.671718] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674290] usb usb1: Product: UHCI Host Controller\n[ 0.675202] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677240] hub 1-0:1.0: USB hub found\n[ 0.678015] hub 1-0:1.0: 2 ports detected\n[ 0.678896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680958] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681891] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.682888] mousedev: PS/2 mouse device common for all mice\n[ 0.684099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.685897] rtc_cmos 00:00: RTC can wake from S4\n[ 0.686959] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.688113] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.689273] i2c /dev entries driver\n[ 0.690015] device-mapper: uevent: version 1.0.3\n[ 0.690923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.692510] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.693756] NET: Registered protocol family 10\n[ 0.694734] NET: Registered protocol family 17\n[ 0.695602] Key type dns_resolver registered\n[ 0.696506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697575] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699279] registered taskstats version 1\n[ 0.700094] Loading compiled-in X.509 certificates\n[ 0.701514] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703732] zswap: loaded using pool lzo/zbud\n[ 0.705262] Key type trusted registered\n[ 0.706979] Key type encrypted registered\n[ 0.707963] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709199] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710444] evm: HMAC attrs: 0x1\n[ 0.711491] Magic number: 3:770:23\n[ 0.712447] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:31 UTC (1547031631)\n[ 0.714344] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715684] EDD information not available.\n[ 0.798942] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800801] Write protecting the kernel read-only data: 14336k\n[ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.858445] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.09\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.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.19. iid=i-00000146\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNWm2Rxkm6QOReUy/JFz0hxn17SUBHEPs5GOqB+fVIR4mP4kKnLw7SRFuB/NsjkFjRYfSxOG08T0ti++5v9Dr5kwkyCxIckePx65ZsuB0LSJkVGIvelOYqzeEbLcRbfNEoedg55JmsBHmjjSM4FIlB6UwNjiCIziiD4VysuqsV3+UiHLklyKgqOaL6FoexLCdDLVWuVPyDSPbVO0GAB303npBZ+Gt0owaV2uP47mreSlmJiuHMKn9w9luDwPyV8Eo0nMu5/hTw1wXIBZEb7hLypYIfqT8bxqyiYQogvvPbhWCn2kuxk8yh0YHcm1AIfMysO1tiVbVz0Tt3SO3lb025 root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOLmrY1i2p/4JN17qyHRYyBM2xdjrrgW8izB0e966omPJjiXYWKNRaTLQqn4owz1vcUfiV+KbZz1jPLKAArXbHQIUxkitIfO+p4pH/QtOhdKe4OL4SdOzYUIE2lV1+qHZm0cgwP16Alhm8gtBdzzD2MYyZ0BLU8PIcRFXIygW4NjAAAAFQCQRmWvc4xbvUzENG9NuYq8zWv9qQAAAIAqGcTHX4/XUCDgeQFY6aI8kqpZ6JTnH1yVpczLZ0pJ5pBvNyvlOZU5IusIepZoWDJ1g1hp51kitxkCJV36O93HaNsgv2Ep+5WwxmiwYkSM8YiE7A987xPpbymiHj46Ux9gl/+K3Y5z1OvcPK2IlaJ1WhHz17VH2UAsI35gVNXcCwAAAIEAiI8020jQV9fMhr/NgmHM2BkGhGE1jQrkr3LSTYpWtaECDjiO6RlUblclz7u5EPHJpdFMrcbozecWMlsTtVNCe5LHJ+jOC/LCna6YDIID1GX+czybFpVEBKHSkzBRXVyHnzKhryNjX44eKedhHMUIRnlZK/8oRKHykrcneQ5kL9I= 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:fe7d:9ef3/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.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-00000146\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.73 ===\n/dev/root resized successfully [took 2.01s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7D:9E:F3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:9ef3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:126 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11774 (11.4 KiB) TX bytes:10053 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.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.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.158778] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.158780] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.158782] usb 1-1: Product: QEMU USB Tablet\n[ 1.158783] usb 1-1: Manufacturer: QEMU\n[ 1.158783] usb 1-1: SerialNumber: 42\n[ 1.281488] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.293525] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.526116] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 62.864995] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.204398] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:00:32 cirros kern.info kernel: [ 0.812779] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:00:32 cirros kern.info kernel: [ 0.814893] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:00:32 cirros kern.info kernel: [ 0.826960] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:00:32 cirros kern.info kernel: [ 0.826961] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:00:32 cirros kern.info kernel: [ 0.828655] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:00:32 cirros kern.info kernel: [ 0.831684] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:00:32 cirros kern.info kernel: [ 0.833702] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:00:32 cirros kern.info kernel: [ 0.856246] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:00:32 cirros kern.info kernel: [ 0.856872] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:00:32 cirros kern.notice kernel: [ 0.858445] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:00:32 cirros kern.info kernel: [ 0.860291] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:00:32 cirros kern.info kernel: [ 0.905950] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:00:32 cirros kern.info kernel: [ 0.997914] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:00:32 cirros kern.info kernel: [ 1.158778] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:00:32 cirros kern.info kernel: [ 1.158780] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:00:32 cirros kern.info kernel: [ 1.158782] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:00:32 cirros kern.info kernel: [ 1.158783] usb 1-1: Manufacturer: QEMU\nJan 9 11:00:32 cirros kern.info kernel: [ 1.158783] usb 1-1: SerialNumber: 42\nJan 9 11:00:32 cirros kern.info kernel: [ 1.281488] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:00:32 cirros kern.info kernel: [ 1.293525] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:00:32 cirros kern.info kernel: [ 1.526116] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 9 11:01:33 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:01:33 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:01:33 cirros kern.info kernel: [ 62.864995] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:01:33 cirros kern.info kernel: [ 63.204398] 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: "} 2019-01-09 11:02:20,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-98a9275d-ce1f-4969-adcf-c455b45b6658 2019-01-09 11:02:22,933 - sdnvpn_test_utils - INFO - Waiting for instance f77f07cf-b65c-4152-be3a-8ec843a348d2 to boot up 2019-01-09 11:02:22,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:24,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02: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-1c03ba2a-818d-494c-af86-dada171165c5 x-compute-request-id: req-1c03ba2a-818d-494c-af86-dada171165c5 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:24,012 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-1c03ba2a-818d-494c-af86-dada171165c5 2019-01-09 11:02:26,015 - sdnvpn_test_utils - INFO - Waiting for instance 538d0946-7885-44a5-88e4-4505d1560f80 to boot up 2019-01-09 11:02:26,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221cc261815e814a29dbbf3bf7d110215c301659" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:27,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cdb01fa-8fbf-433c-9ec0-1237b4a8ebbd x-compute-request-id: req-5cdb01fa-8fbf-433c-9ec0-1237b4a8ebbd Content-Encoding: gzip Content-Length: 8108 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520505352 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131042] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132729] pid_max: default: 32768 minimum: 301\n[ 0.133643] ACPI: Core revision 20150930\n[ 0.135037] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136367] Security Framework initialized\n[ 0.137213] Yama: becoming mindful.\n[ 0.137958] AppArmor: AppArmor initialized\n[ 0.138844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141507] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144152] Initializing cgroup subsys io\n[ 0.144979] Initializing cgroup subsys memory\n[ 0.145865] Initializing cgroup subsys devices\n[ 0.146759] Initializing cgroup subsys freezer\n[ 0.147642] Initializing cgroup subsys net_cls\n[ 0.148524] Initializing cgroup subsys perf_event\n[ 0.149449] Initializing cgroup subsys net_prio\n[ 0.150360] Initializing cgroup subsys hugetlb\n[ 0.151239] Initializing cgroup subsys pids\n[ 0.152128] CPU: Physical Processor ID: 0\n[ 0.153656] mce: CPU supports 10 MCE banks\n[ 0.154528] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173806] ftrace: allocating 31920 entries in 125 pages\n[ 0.200250] smpboot: Max logical packages: 1\n[ 0.201114] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202493] x2apic enabled\n[ 0.203304] Switched APIC routing to physical x2apic.\n[ 0.205070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206203] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208219] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210027] KVM setup paravirtual spinlock\n[ 0.211391] x86: Booted up 1 node, 1 CPUs\n[ 0.212202] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213610] devtmpfs: initialized\n[ 0.215338] evm: security.selinux\n[ 0.216042] evm: security.SMACK64\n[ 0.216742] evm: security.SMACK64EXEC\n[ 0.217496] evm: security.SMACK64TRANSMUTE\n[ 0.218317] evm: security.SMACK64MMAP\n[ 0.219071] evm: security.ima\n[ 0.219736] evm: security.capability\n[ 0.220555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222431] pinctrl core: initialized pinctrl subsystem\n[ 0.223548] RTC time: 11:00:44, date: 01/09/19\n[ 0.224510] NET: Registered protocol family 16\n[ 0.225500] cpuidle: using governor ladder\n[ 0.226330] cpuidle: using governor menu\n[ 0.227123] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229971] PCI: Using configuration type 1 for base access\n[ 0.231748] ACPI: Added _OSI(Module Device)\n[ 0.232606] ACPI: Added _OSI(Processor Device)\n[ 0.233478] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234388] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236539] ACPI: Interpreter enabled\n[ 0.237330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239196] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242927] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244782] ACPI: (supports S0 S5)\n[ 0.245502] ACPI: Using IOAPIC for interrupt routing\n[ 0.246572] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249682] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250838] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252084] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255537] acpiphp: Slot [3] registered\n[ 0.256348] acpiphp: Slot [4] registered\n[ 0.257151] acpiphp: Slot [5] registered\n[ 0.257958] acpiphp: Slot [6] registered\n[ 0.258764] acpiphp: Slot [7] registered\n[ 0.259571] acpiphp: Slot [8] registered\n[ 0.260380] acpiphp: Slot [9] registered\n[ 0.261187] acpiphp: Slot [10] registered\n[ 0.262007] acpiphp: Slot [11] registered\n[ 0.262826] acpiphp: Slot [12] registered\n[ 0.263649] acpiphp: Slot [13] registered\n[ 0.264465] acpiphp: Slot [14] registered\n[ 0.265277] acpiphp: Slot [15] registered\n[ 0.276371] acpiphp: Slot [16] registered\n[ 0.277190] acpiphp: Slot [17] registered\n[ 0.278010] acpiphp: Slot [18] registered\n[ 0.278828] acpiphp: Slot [19] registered\n[ 0.279648] acpiphp: Slot [20] registered\n[ 0.280471] acpiphp: Slot [21] registered\n[ 0.281288] acpiphp: Slot [22] registered\n[ 0.282107] acpiphp: Slot [23] registered\n[ 0.282931] acpiphp: Slot [24] registered\n[ 0.283751] acpiphp: Slot [25] registered\n[ 0.284571] acpiphp: Slot [26] registered\n[ 0.285390] acpiphp: Slot [27] registered\n[ 0.286206] acpiphp: Slot [28] registered\n[ 0.287028] acpiphp: Slot [29] registered\n[ 0.287847] acpiphp: Slot [30] registered\n[ 0.288669] acpiphp: Slot [31] registered\n[ 0.289485] PCI host bridge to bus 0000:00\n[ 0.290299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291522] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292749] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294209] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295671] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301902] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303197] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304391] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312072] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313523] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359905] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361426] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362885] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364334] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365745] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367020] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368191] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369357] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370958] vgaarb: loaded\n[ 0.371577] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372735] SCSI subsystem initialized\n[ 0.373574] ACPI: bus type USB registered\n[ 0.374411] usbcore: registered new interface driver usbfs\n[ 0.375472] usbcore: registered new interface driver hub\n[ 0.376509] usbcore: registered new device driver usb\n[ 0.377586] PCI: Using ACPI for IRQ routing\n[ 0.378629] NetLabel: Initializing\n[ 0.379362] NetLabel: domain hash size = 128\n[ 0.380238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381215] NetLabel: unlabeled traffic allowed by default\n[ 0.382345] clocksource: Switched to clocksource kvm-clock\n[ 0.387777] AppArmor: AppArmor Filesystem Enabled\n[ 0.388763] pnp: PnP ACPI init\n[ 0.389682] pnp: PnP ACPI: found 5 devices\n[ 0.396068] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397817] NET: Registered protocol family 2\n[ 0.398799] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400103] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401299] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404807] NET: Registered protocol family 1\n[ 0.405694] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406825] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407930] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422096] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437464] Trying to unpack rootfs image as initramfs...\n[ 0.487305] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501343] Scanning for low memory corruption every 60 seconds\n[ 0.502743] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503914] audit: initializing netlink subsys (disabled)\n[ 0.504962] audit: type=2000 audit(1547031645.267:1): initialized\n[ 0.506295] Initialise system trusted keyring\n[ 0.507250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508442] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510435] zbud: loaded\n[ 0.511145] VFS: Disk quotas dquot_6.6.0\n[ 0.511983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513515] fuse init (API version 7.23)\n[ 0.514439] Key type big_key registered\n[ 0.515257] Allocating IMA MOK and blacklist keyrings.\n[ 0.516755] Key type asymmetric registered\n[ 0.517600] Asymmetric key parser 'x509' registered\n[ 0.518585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520096] io scheduler noop registered\n[ 0.520912] io scheduler deadline registered (default)\n[ 0.521922] io scheduler cfq registered\n[ 0.522783] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525148] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526655] ACPI: Power Button [PWRF]\n[ 0.527516] GHES: HEST is not enabled!\n[ 0.541201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569340] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573473] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599342] Linux agpgart interface v0.103\n[ 0.601362] brd: module loaded\n[ 0.602557] loop: module loaded\n[ 0.607272] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608763] GPT:90111 != 2097151\n[ 0.609451] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610566] GPT:90111 != 2097151\n[ 0.611252] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612232] vda: vda1 vda15\n[ 0.613667] scsi host0: ata_piix\n[ 0.614421] scsi host1: ata_piix\n[ 0.615136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617829] libphy: Fixed MDIO Bus: probed\n[ 0.618675] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619646] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621801] PPP generic driver version 2.4.2\n[ 0.622713] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624000] ehci-pci: EHCI PCI platform driver\n[ 0.624885] ehci-platform: EHCI generic platform driver\n[ 0.625885] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627033] ohci-pci: OHCI PCI platform driver\n[ 0.627965] ohci-platform: OHCI generic platform driver\n[ 0.628966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644321] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645790] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646835] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650664] usb usb1: Product: UHCI Host Controller\n[ 0.651620] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652782] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653820] hub 1-0:1.0: USB hub found\n[ 0.654619] hub 1-0:1.0: 2 ports detected\n[ 0.655540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658657] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659706] mousedev: PS/2 mouse device common for all mice\n[ 0.660967] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662833] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663940] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665180] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666417] i2c /dev entries driver\n[ 0.667181] device-mapper: uevent: version 1.0.3\n[ 0.668137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671108] NET: Registered protocol family 10\n[ 0.672108] NET: Registered protocol family 17\n[ 0.673010] Key type dns_resolver registered\n[ 0.673956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675087] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676878] registered taskstats version 1\n[ 0.677746] Loading compiled-in X.509 certificates\n[ 0.679205] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681080] zswap: loaded using pool lzo/zbud\n[ 0.682483] Key type trusted registered\n[ 0.684027] Key type encrypted registered\n[ 0.684879] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685921] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686991] evm: HMAC attrs: 0x1\n[ 0.688297] Magic number: 3:770:23\n[ 0.689139] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:45 UTC (1547031645)\n[ 0.690785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691921] EDD information not available.\n[ 0.770917] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.772355] ata1.00: configured for MWDMA2\n[ 0.773552] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786434] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787692] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788959] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790836] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792404] Write protecting the kernel read-only data: 14336k\n[ 0.793975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795801] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.171069] 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 1.65s]\nping 10.10.11.9 KO\nping 10.10.11.9 KO\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"} 2019-01-09 11:02:27,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action used request id req-5cdb01fa-8fbf-433c-9ec0-1237b4a8ebbd 2019-01-09 11:02:29,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:30,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a95b78d-1f02-4954-abfb-aac865b8a06a x-compute-request-id: req-6a95b78d-1f02-4954-abfb-aac865b8a06a 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:30,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-6a95b78d-1f02-4954-abfb-aac865b8a06a 2019-01-09 11:02:30,222 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-2' (10.10.10.9). -->Expected result: can ping. 2019-01-09 11:02:30,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:31,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef403fca-a05a-40d2-bfbb-7c60c4cf6da7 x-compute-request-id: req-ef403fca-a05a-40d2-bfbb-7c60c4cf6da7 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:31,293 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-ef403fca-a05a-40d2-bfbb-7c60c4cf6da7 2019-01-09 11:02:31,294 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2019-01-09 11:02:31,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:32,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-681c808c-37f1-4aea-b903-434a9098e86f x-compute-request-id: req-681c808c-37f1-4aea-b903-434a9098e86f 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:32,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-681c808c-37f1-4aea-b903-434a9098e86f 2019-01-09 11:02:32,436 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-3' (10.10.10.5). -->Expected result: can ping. 2019-01-09 11:02:32,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:33,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed6a27fb-5789-4d6b-a0b4-65d7b2eb3ae8 x-compute-request-id: req-ed6a27fb-5789-4d6b-a0b4-65d7b2eb3ae8 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:33,506 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-ed6a27fb-5789-4d6b-a0b4-65d7b2eb3ae8 2019-01-09 11:02:33,507 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2019-01-09 11:02:33,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:34,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ad36340-c389-4089-845a-c8d3e9f477da x-compute-request-id: req-3ad36340-c389-4089-845a-c8d3e9f477da 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:34,589 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-3ad36340-c389-4089-845a-c8d3e9f477da 2019-01-09 11:02:34,590 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-4' (10.10.11.12). -->Expected result: cannot ping. 2019-01-09 11:02:34,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:35,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02: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-1cd5c92a-21e0-46b3-ad5f-ebf92e086e34 x-compute-request-id: req-1cd5c92a-21e0-46b3-ad5f-ebf92e086e34 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:35,710 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-1cd5c92a-21e0-46b3-ad5f-ebf92e086e34 2019-01-09 11:02:36,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:37,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-954427da-9808-4108-bed6-6a0420c9977e x-compute-request-id: req-954427da-9808-4108-bed6-6a0420c9977e 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:37,800 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-954427da-9808-4108-bed6-6a0420c9977e 2019-01-09 11:02:38,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:39,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02: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-f672a515-367f-4b64-9b20-0b65de1e6147 x-compute-request-id: req-f672a515-367f-4b64-9b20-0b65de1e6147 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:02:39,876 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-f672a515-367f-4b64-9b20-0b65de1e6147 2019-01-09 11:02:40,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:02:42,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:02: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-cbf4018d-2ae8-4858-bcb1-9c6cea994bbd x-compute-request-id: req-cbf4018d-2ae8-4858-bcb1-9c6cea994bbd 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 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\n"} 2019-01-09 11:02:42,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-cbf4018d-2ae8-4858-bcb1-9c6cea994bbd 2019-01-09 11:02:42,006 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2019-01-09 11:02:42,007 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2019-01-09 11:02:42,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"network_association": {"network_id": "1550f4e1-45e8-41b6-b846-618c78e9625a"}}' 2019-01-09 11:02:42,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d9415f37-a2e2-4f74-99e6-3433a5432400 Date: Wed, 09 Jan 2019 11:02:42 GMT RESP BODY: {"network_association": {"network_id": "1550f4e1-45e8-41b6-b846-618c78e9625a", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "9caa93e1-829f-459c-bfe2-47f6a6bdc645"}} 2019-01-09 11:02:42,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd/network_associations used request id req-d9415f37-a2e2-4f74-99e6-3433a5432400 2019-01-09 11:02:42,740 - sdnvpn_test_utils - DEBUG - Waiting for network 4c23251b-82a4-4263-9c60-87c45fa751cd to associate with BGPVPN de4c2590-6e76-4306-be5f-66d56ba3ee6a 2019-01-09 11:02:42,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:02:43,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-4a712951-b1b6-4039-b19c-a750cdce004f Date: Wed, 09 Jan 2019 11:02:43 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "4c23251b-82a4-4263-9c60-87c45fa751cd", "name": "sdnvpn-840397", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["1550f4e1-45e8-41b6-b846-618c78e9625a", "de4c2590-6e76-4306-be5f-66d56ba3ee6a"], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:02:43,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd used request id req-4a712951-b1b6-4039-b19c-a750cdce004f 2019-01-09 11:02:44,239 - sdnvpn_test_utils - DEBUG - Waiting for network 4c23251b-82a4-4263-9c60-87c45fa751cd to associate with BGPVPN 1550f4e1-45e8-41b6-b846-618c78e9625a 2019-01-09 11:02:44,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:02:44,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-c2357989-da21-4712-8f60-8e45485eb0fb Date: Wed, 09 Jan 2019 11:02:44 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "4c23251b-82a4-4263-9c60-87c45fa751cd", "name": "sdnvpn-840397", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["1550f4e1-45e8-41b6-b846-618c78e9625a", "de4c2590-6e76-4306-be5f-66d56ba3ee6a"], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:02:44,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd used request id req-c2357989-da21-4712-8f60-8e45485eb0fb 2019-01-09 11:02:45,554 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:03:15,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221cc261815e814a29dbbf3bf7d110215c301659" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:03:16,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:03:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa83478a-80da-4c52-884c-b53be5d78074 x-compute-request-id: req-fa83478a-80da-4c52-884c-b53be5d78074 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 520505352 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131042] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132729] pid_max: default: 32768 minimum: 301\n[ 0.133643] ACPI: Core revision 20150930\n[ 0.135037] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136367] Security Framework initialized\n[ 0.137213] Yama: becoming mindful.\n[ 0.137958] AppArmor: AppArmor initialized\n[ 0.138844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141507] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144152] Initializing cgroup subsys io\n[ 0.144979] Initializing cgroup subsys memory\n[ 0.145865] Initializing cgroup subsys devices\n[ 0.146759] Initializing cgroup subsys freezer\n[ 0.147642] Initializing cgroup subsys net_cls\n[ 0.148524] Initializing cgroup subsys perf_event\n[ 0.149449] Initializing cgroup subsys net_prio\n[ 0.150360] Initializing cgroup subsys hugetlb\n[ 0.151239] Initializing cgroup subsys pids\n[ 0.152128] CPU: Physical Processor ID: 0\n[ 0.153656] mce: CPU supports 10 MCE banks\n[ 0.154528] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173806] ftrace: allocating 31920 entries in 125 pages\n[ 0.200250] smpboot: Max logical packages: 1\n[ 0.201114] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202493] x2apic enabled\n[ 0.203304] Switched APIC routing to physical x2apic.\n[ 0.205070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206203] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208219] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210027] KVM setup paravirtual spinlock\n[ 0.211391] x86: Booted up 1 node, 1 CPUs\n[ 0.212202] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213610] devtmpfs: initialized\n[ 0.215338] evm: security.selinux\n[ 0.216042] evm: security.SMACK64\n[ 0.216742] evm: security.SMACK64EXEC\n[ 0.217496] evm: security.SMACK64TRANSMUTE\n[ 0.218317] evm: security.SMACK64MMAP\n[ 0.219071] evm: security.ima\n[ 0.219736] evm: security.capability\n[ 0.220555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222431] pinctrl core: initialized pinctrl subsystem\n[ 0.223548] RTC time: 11:00:44, date: 01/09/19\n[ 0.224510] NET: Registered protocol family 16\n[ 0.225500] cpuidle: using governor ladder\n[ 0.226330] cpuidle: using governor menu\n[ 0.227123] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229971] PCI: Using configuration type 1 for base access\n[ 0.231748] ACPI: Added _OSI(Module Device)\n[ 0.232606] ACPI: Added _OSI(Processor Device)\n[ 0.233478] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234388] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236539] ACPI: Interpreter enabled\n[ 0.237330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239196] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242927] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244782] ACPI: (supports S0 S5)\n[ 0.245502] ACPI: Using IOAPIC for interrupt routing\n[ 0.246572] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249682] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250838] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252084] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255537] acpiphp: Slot [3] registered\n[ 0.256348] acpiphp: Slot [4] registered\n[ 0.257151] acpiphp: Slot [5] registered\n[ 0.257958] acpiphp: Slot [6] registered\n[ 0.258764] acpiphp: Slot [7] registered\n[ 0.259571] acpiphp: Slot [8] registered\n[ 0.260380] acpiphp: Slot [9] registered\n[ 0.261187] acpiphp: Slot [10] registered\n[ 0.262007] acpiphp: Slot [11] registered\n[ 0.262826] acpiphp: Slot [12] registered\n[ 0.263649] acpiphp: Slot [13] registered\n[ 0.264465] acpiphp: Slot [14] registered\n[ 0.265277] acpiphp: Slot [15] registered\n[ 0.276371] acpiphp: Slot [16] registered\n[ 0.277190] acpiphp: Slot [17] registered\n[ 0.278010] acpiphp: Slot [18] registered\n[ 0.278828] acpiphp: Slot [19] registered\n[ 0.279648] acpiphp: Slot [20] registered\n[ 0.280471] acpiphp: Slot [21] registered\n[ 0.281288] acpiphp: Slot [22] registered\n[ 0.282107] acpiphp: Slot [23] registered\n[ 0.282931] acpiphp: Slot [24] registered\n[ 0.283751] acpiphp: Slot [25] registered\n[ 0.284571] acpiphp: Slot [26] registered\n[ 0.285390] acpiphp: Slot [27] registered\n[ 0.286206] acpiphp: Slot [28] registered\n[ 0.287028] acpiphp: Slot [29] registered\n[ 0.287847] acpiphp: Slot [30] registered\n[ 0.288669] acpiphp: Slot [31] registered\n[ 0.289485] PCI host bridge to bus 0000:00\n[ 0.290299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291522] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292749] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294209] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295671] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301902] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303197] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304391] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312072] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313523] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359905] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361426] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362885] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364334] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365745] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367020] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368191] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369357] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370958] vgaarb: loaded\n[ 0.371577] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372735] SCSI subsystem initialized\n[ 0.373574] ACPI: bus type USB registered\n[ 0.374411] usbcore: registered new interface driver usbfs\n[ 0.375472] usbcore: registered new interface driver hub\n[ 0.376509] usbcore: registered new device driver usb\n[ 0.377586] PCI: Using ACPI for IRQ routing\n[ 0.378629] NetLabel: Initializing\n[ 0.379362] NetLabel: domain hash size = 128\n[ 0.380238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381215] NetLabel: unlabeled traffic allowed by default\n[ 0.382345] clocksource: Switched to clocksource kvm-clock\n[ 0.387777] AppArmor: AppArmor Filesystem Enabled\n[ 0.388763] pnp: PnP ACPI init\n[ 0.389682] pnp: PnP ACPI: found 5 devices\n[ 0.396068] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397817] NET: Registered protocol family 2\n[ 0.398799] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400103] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401299] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404807] NET: Registered protocol family 1\n[ 0.405694] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406825] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407930] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422096] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437464] Trying to unpack rootfs image as initramfs...\n[ 0.487305] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501343] Scanning for low memory corruption every 60 seconds\n[ 0.502743] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503914] audit: initializing netlink subsys (disabled)\n[ 0.504962] audit: type=2000 audit(1547031645.267:1): initialized\n[ 0.506295] Initialise system trusted keyring\n[ 0.507250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508442] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510435] zbud: loaded\n[ 0.511145] VFS: Disk quotas dquot_6.6.0\n[ 0.511983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513515] fuse init (API version 7.23)\n[ 0.514439] Key type big_key registered\n[ 0.515257] Allocating IMA MOK and blacklist keyrings.\n[ 0.516755] Key type asymmetric registered\n[ 0.517600] Asymmetric key parser 'x509' registered\n[ 0.518585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520096] io scheduler noop registered\n[ 0.520912] io scheduler deadline registered (default)\n[ 0.521922] io scheduler cfq registered\n[ 0.522783] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525148] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526655] ACPI: Power Button [PWRF]\n[ 0.527516] GHES: HEST is not enabled!\n[ 0.541201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569340] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573473] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599342] Linux agpgart interface v0.103\n[ 0.601362] brd: module loaded\n[ 0.602557] loop: module loaded\n[ 0.607272] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608763] GPT:90111 != 2097151\n[ 0.609451] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610566] GPT:90111 != 2097151\n[ 0.611252] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612232] vda: vda1 vda15\n[ 0.613667] scsi host0: ata_piix\n[ 0.614421] scsi host1: ata_piix\n[ 0.615136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617829] libphy: Fixed MDIO Bus: probed\n[ 0.618675] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619646] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621801] PPP generic driver version 2.4.2\n[ 0.622713] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624000] ehci-pci: EHCI PCI platform driver\n[ 0.624885] ehci-platform: EHCI generic platform driver\n[ 0.625885] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627033] ohci-pci: OHCI PCI platform driver\n[ 0.627965] ohci-platform: OHCI generic platform driver\n[ 0.628966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644321] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645790] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646835] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650664] usb usb1: Product: UHCI Host Controller\n[ 0.651620] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652782] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653820] hub 1-0:1.0: USB hub found\n[ 0.654619] hub 1-0:1.0: 2 ports detected\n[ 0.655540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658657] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659706] mousedev: PS/2 mouse device common for all mice\n[ 0.660967] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662833] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663940] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665180] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666417] i2c /dev entries driver\n[ 0.667181] device-mapper: uevent: version 1.0.3\n[ 0.668137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671108] NET: Registered protocol family 10\n[ 0.672108] NET: Registered protocol family 17\n[ 0.673010] Key type dns_resolver registered\n[ 0.673956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675087] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676878] registered taskstats version 1\n[ 0.677746] Loading compiled-in X.509 certificates\n[ 0.679205] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681080] zswap: loaded using pool lzo/zbud\n[ 0.682483] Key type trusted registered\n[ 0.684027] Key type encrypted registered\n[ 0.684879] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685921] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686991] evm: HMAC attrs: 0x1\n[ 0.688297] Magic number: 3:770:23\n[ 0.689139] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:45 UTC (1547031645)\n[ 0.690785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691921] EDD information not available.\n[ 0.770917] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.772355] ata1.00: configured for MWDMA2\n[ 0.773552] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786434] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787692] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788959] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790836] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792404] Write protecting the kernel read-only data: 14336k\n[ 0.793975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795801] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.171069] 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 1.65s]\nping 10.10.11.9 KO\nping 10.10.11.9 KO\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\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2019-01-09 11:03:16,720 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action used request id req-fa83478a-80da-4c52-884c-b53be5d78074 2019-01-09 11:03:16,722 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.12) to 'sdnvpn-1-5' (10.10.11.9). -->Expected result: can ping. 2019-01-09 11:03:16,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}221cc261815e814a29dbbf3bf7d110215c301659" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:03:17,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:03: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-43a81957-5de6-49cc-acc4-b8d5695f9af7 x-compute-request-id: req-43a81957-5de6-49cc-acc4-b8d5695f9af7 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 520505352 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131042] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132729] pid_max: default: 32768 minimum: 301\n[ 0.133643] ACPI: Core revision 20150930\n[ 0.135037] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136367] Security Framework initialized\n[ 0.137213] Yama: becoming mindful.\n[ 0.137958] AppArmor: AppArmor initialized\n[ 0.138844] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140201] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141507] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142737] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144152] Initializing cgroup subsys io\n[ 0.144979] Initializing cgroup subsys memory\n[ 0.145865] Initializing cgroup subsys devices\n[ 0.146759] Initializing cgroup subsys freezer\n[ 0.147642] Initializing cgroup subsys net_cls\n[ 0.148524] Initializing cgroup subsys perf_event\n[ 0.149449] Initializing cgroup subsys net_prio\n[ 0.150360] Initializing cgroup subsys hugetlb\n[ 0.151239] Initializing cgroup subsys pids\n[ 0.152128] CPU: Physical Processor ID: 0\n[ 0.153656] mce: CPU supports 10 MCE banks\n[ 0.154528] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155546] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167435] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173806] ftrace: allocating 31920 entries in 125 pages\n[ 0.200250] smpboot: Max logical packages: 1\n[ 0.201114] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202493] x2apic enabled\n[ 0.203304] Switched APIC routing to physical x2apic.\n[ 0.205070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206203] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208219] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210027] KVM setup paravirtual spinlock\n[ 0.211391] x86: Booted up 1 node, 1 CPUs\n[ 0.212202] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213610] devtmpfs: initialized\n[ 0.215338] evm: security.selinux\n[ 0.216042] evm: security.SMACK64\n[ 0.216742] evm: security.SMACK64EXEC\n[ 0.217496] evm: security.SMACK64TRANSMUTE\n[ 0.218317] evm: security.SMACK64MMAP\n[ 0.219071] evm: security.ima\n[ 0.219736] evm: security.capability\n[ 0.220555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222431] pinctrl core: initialized pinctrl subsystem\n[ 0.223548] RTC time: 11:00:44, date: 01/09/19\n[ 0.224510] NET: Registered protocol family 16\n[ 0.225500] cpuidle: using governor ladder\n[ 0.226330] cpuidle: using governor menu\n[ 0.227123] PCCT header not found.\n[ 0.227893] ACPI: bus type PCI registered\n[ 0.228710] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229971] PCI: Using configuration type 1 for base access\n[ 0.231748] ACPI: Added _OSI(Module Device)\n[ 0.232606] ACPI: Added _OSI(Processor Device)\n[ 0.233478] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.234388] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.236539] ACPI: Interpreter enabled\n[ 0.237330] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239196] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.242927] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.244782] ACPI: (supports S0 S5)\n[ 0.245502] ACPI: Using IOAPIC for interrupt routing\n[ 0.246572] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.249682] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.250838] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.252084] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.253290] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.255537] acpiphp: Slot [3] registered\n[ 0.256348] acpiphp: Slot [4] registered\n[ 0.257151] acpiphp: Slot [5] registered\n[ 0.257958] acpiphp: Slot [6] registered\n[ 0.258764] acpiphp: Slot [7] registered\n[ 0.259571] acpiphp: Slot [8] registered\n[ 0.260380] acpiphp: Slot [9] registered\n[ 0.261187] acpiphp: Slot [10] registered\n[ 0.262007] acpiphp: Slot [11] registered\n[ 0.262826] acpiphp: Slot [12] registered\n[ 0.263649] acpiphp: Slot [13] registered\n[ 0.264465] acpiphp: Slot [14] registered\n[ 0.265277] acpiphp: Slot [15] registered\n[ 0.276371] acpiphp: Slot [16] registered\n[ 0.277190] acpiphp: Slot [17] registered\n[ 0.278010] acpiphp: Slot [18] registered\n[ 0.278828] acpiphp: Slot [19] registered\n[ 0.279648] acpiphp: Slot [20] registered\n[ 0.280471] acpiphp: Slot [21] registered\n[ 0.281288] acpiphp: Slot [22] registered\n[ 0.282107] acpiphp: Slot [23] registered\n[ 0.282931] acpiphp: Slot [24] registered\n[ 0.283751] acpiphp: Slot [25] registered\n[ 0.284571] acpiphp: Slot [26] registered\n[ 0.285390] acpiphp: Slot [27] registered\n[ 0.286206] acpiphp: Slot [28] registered\n[ 0.287028] acpiphp: Slot [29] registered\n[ 0.287847] acpiphp: Slot [30] registered\n[ 0.288669] acpiphp: Slot [31] registered\n[ 0.289485] PCI host bridge to bus 0000:00\n[ 0.290299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.291522] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.292749] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.294209] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.295671] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301902] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303197] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304391] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305675] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312072] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313523] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359905] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.361426] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362885] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.364334] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365745] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.367020] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.368191] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369357] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370958] vgaarb: loaded\n[ 0.371577] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372735] SCSI subsystem initialized\n[ 0.373574] ACPI: bus type USB registered\n[ 0.374411] usbcore: registered new interface driver usbfs\n[ 0.375472] usbcore: registered new interface driver hub\n[ 0.376509] usbcore: registered new device driver usb\n[ 0.377586] PCI: Using ACPI for IRQ routing\n[ 0.378629] NetLabel: Initializing\n[ 0.379362] NetLabel: domain hash size = 128\n[ 0.380238] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381215] NetLabel: unlabeled traffic allowed by default\n[ 0.382345] clocksource: Switched to clocksource kvm-clock\n[ 0.387777] AppArmor: AppArmor Filesystem Enabled\n[ 0.388763] pnp: PnP ACPI init\n[ 0.389682] pnp: PnP ACPI: found 5 devices\n[ 0.396068] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397817] NET: Registered protocol family 2\n[ 0.398799] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400103] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.401299] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402501] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403610] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404807] NET: Registered protocol family 1\n[ 0.405694] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406825] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407930] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422096] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437464] Trying to unpack rootfs image as initramfs...\n[ 0.487305] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.501343] Scanning for low memory corruption every 60 seconds\n[ 0.502743] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503914] audit: initializing netlink subsys (disabled)\n[ 0.504962] audit: type=2000 audit(1547031645.267:1): initialized\n[ 0.506295] Initialise system trusted keyring\n[ 0.507250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.508442] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510435] zbud: loaded\n[ 0.511145] VFS: Disk quotas dquot_6.6.0\n[ 0.511983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.513515] fuse init (API version 7.23)\n[ 0.514439] Key type big_key registered\n[ 0.515257] Allocating IMA MOK and blacklist keyrings.\n[ 0.516755] Key type asymmetric registered\n[ 0.517600] Asymmetric key parser 'x509' registered\n[ 0.518585] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520096] io scheduler noop registered\n[ 0.520912] io scheduler deadline registered (default)\n[ 0.521922] io scheduler cfq registered\n[ 0.522783] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523861] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525148] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.526655] ACPI: Power Button [PWRF]\n[ 0.527516] GHES: HEST is not enabled!\n[ 0.541201] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569340] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573473] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597174] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599342] Linux agpgart interface v0.103\n[ 0.601362] brd: module loaded\n[ 0.602557] loop: module loaded\n[ 0.607272] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608763] GPT:90111 != 2097151\n[ 0.609451] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610566] GPT:90111 != 2097151\n[ 0.611252] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612232] vda: vda1 vda15\n[ 0.613667] scsi host0: ata_piix\n[ 0.614421] scsi host1: ata_piix\n[ 0.615136] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617829] libphy: Fixed MDIO Bus: probed\n[ 0.618675] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619646] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621801] PPP generic driver version 2.4.2\n[ 0.622713] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624000] ehci-pci: EHCI PCI platform driver\n[ 0.624885] ehci-platform: EHCI generic platform driver\n[ 0.625885] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627033] ohci-pci: OHCI PCI platform driver\n[ 0.627965] ohci-platform: OHCI generic platform driver\n[ 0.628966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.644321] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645790] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646835] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.649217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650664] usb usb1: Product: UHCI Host Controller\n[ 0.651620] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652782] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653820] hub 1-0:1.0: USB hub found\n[ 0.654619] hub 1-0:1.0: 2 ports detected\n[ 0.655540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658657] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659706] mousedev: PS/2 mouse device common for all mice\n[ 0.660967] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662833] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663940] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665180] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666417] i2c /dev entries driver\n[ 0.667181] device-mapper: uevent: version 1.0.3\n[ 0.668137] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669794] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671108] NET: Registered protocol family 10\n[ 0.672108] NET: Registered protocol family 17\n[ 0.673010] Key type dns_resolver registered\n[ 0.673956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675087] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676878] registered taskstats version 1\n[ 0.677746] Loading compiled-in X.509 certificates\n[ 0.679205] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681080] zswap: loaded using pool lzo/zbud\n[ 0.682483] Key type trusted registered\n[ 0.684027] Key type encrypted registered\n[ 0.684879] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685921] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686991] evm: HMAC attrs: 0x1\n[ 0.688297] Magic number: 3:770:23\n[ 0.689139] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:45 UTC (1547031645)\n[ 0.690785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691921] EDD information not available.\n[ 0.770917] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.772355] ata1.00: configured for MWDMA2\n[ 0.773552] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.786434] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.787692] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.788959] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.790836] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792404] Write protecting the kernel read-only data: 14336k\n[ 0.793975] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795801] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.171069] 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 1.65s]\nping 10.10.11.9 KO\nping 10.10.11.9 KO\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\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2019-01-09 11:03:17,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action used request id req-43a81957-5de6-49cc-acc4-b8d5695f9af7 2019-01-09 11:03:17,795 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2019-01-09 11:03:17,795 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2019-01-09 11:03:17,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:03:18,436 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f906bf7-1349-4e13-9033-da43caa854dc Content-Length: 0 Date: Wed, 09 Jan 2019 11:03:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:03:18,437 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4c23251b-82a4-4263-9c60-87c45fa751cd used request id req-0f906bf7-1349-4e13-9033-da43caa854dc 2019-01-09 11:03:48,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-840397", "route_distinguishers": "11:11"}}' 2019-01-09 11:03:48,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-5feee048-6389-4571-905c-22fd8936990d Date: Wed, 09 Jan 2019 11:03:48 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "4fd3b8c0-2ef0-4067-a8eb-098db03cf844", "name": "sdnvpn-840397", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:03:48,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-5feee048-6389-4571-905c-22fd8936990d 2019-01-09 11:03:48,798 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-840397', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'4fd3b8c0-2ef0-4067-a8eb-098db03cf844'}} 2019-01-09 11:03:48,798 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2019-01-09 11:03:48,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"network_association": {"network_id": "de4c2590-6e76-4306-be5f-66d56ba3ee6a"}}' 2019-01-09 11:03:49,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-b662503f-490c-4729-b105-47ca75bd5ccc Date: Wed, 09 Jan 2019 11:03:49 GMT RESP BODY: {"network_association": {"network_id": "de4c2590-6e76-4306-be5f-66d56ba3ee6a", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "ef403e94-244a-4408-a865-bcfaa080ec87"}} 2019-01-09 11:03:49,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844/network_associations used request id req-b662503f-490c-4729-b105-47ca75bd5ccc 2019-01-09 11:03:49,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" -d '{"network_association": {"network_id": "1550f4e1-45e8-41b6-b846-618c78e9625a"}}' 2019-01-09 11:03:49,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-610cc1ef-c14d-453b-a038-57d711cae75f Date: Wed, 09 Jan 2019 11:03:49 GMT RESP BODY: {"network_association": {"network_id": "1550f4e1-45e8-41b6-b846-618c78e9625a", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "1c0b5fca-45a1-4e31-9dfa-8f34d13bd228"}} 2019-01-09 11:03:49,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844/network_associations used request id req-610cc1ef-c14d-453b-a038-57d711cae75f 2019-01-09 11:03:49,933 - sdnvpn_test_utils - DEBUG - Waiting for network 4fd3b8c0-2ef0-4067-a8eb-098db03cf844 to associate with BGPVPN de4c2590-6e76-4306-be5f-66d56ba3ee6a 2019-01-09 11:03:49,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:03:50,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-772af71f-9bdb-4712-9d2c-55ba3bc40e9b Date: Wed, 09 Jan 2019 11:03:50 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "4fd3b8c0-2ef0-4067-a8eb-098db03cf844", "name": "sdnvpn-840397", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["1550f4e1-45e8-41b6-b846-618c78e9625a", "de4c2590-6e76-4306-be5f-66d56ba3ee6a"], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:03:50,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844 used request id req-772af71f-9bdb-4712-9d2c-55ba3bc40e9b 2019-01-09 11:03:51,100 - sdnvpn_test_utils - DEBUG - Waiting for network 4fd3b8c0-2ef0-4067-a8eb-098db03cf844 to associate with BGPVPN 1550f4e1-45e8-41b6-b846-618c78e9625a 2019-01-09 11:03:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:03:51,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-e64f8231-f1cb-469d-b0a5-0dc3a4086f40 Date: Wed, 09 Jan 2019 11:03:51 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "4fd3b8c0-2ef0-4067-a8eb-098db03cf844", "name": "sdnvpn-840397", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["1550f4e1-45e8-41b6-b846-618c78e9625a", "de4c2590-6e76-4306-be5f-66d56ba3ee6a"], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:03:51,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844 used request id req-e64f8231-f1cb-469d-b0a5-0dc3a4086f40 2019-01-09 11:03:52,415 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:04:22,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:04:23,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04: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-398b9a53-f2a8-4d0f-9a21-8916ae2735d3 x-compute-request-id: req-398b9a53-f2a8-4d0f-9a21-8916ae2735d3 Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 OK\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 OK\nping 10.10.11.9 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:04:23,691 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-398b9a53-f2a8-4d0f-9a21-8916ae2735d3 2019-01-09 11:04:23,692 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-4' (10.10.11.12). -->Expected result: can ping. 2019-01-09 11:04:23,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:04:24,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04: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-b7fdbdd8-b1f0-4d66-841a-d63addca75a9 x-compute-request-id: req-b7fdbdd8-b1f0-4d66-841a-d63addca75a9 Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 OK\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 OK\nping 10.10.11.9 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:04:24,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-b7fdbdd8-b1f0-4d66-841a-d63addca75a9 2019-01-09 11:04:24,772 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2019-01-09 11:04:24,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:04:25,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed51684c-5556-43e8-9acb-54312f353ab3 x-compute-request-id: req-ed51684c-5556-43e8-9acb-54312f353ab3 Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 OK\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 OK\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:04:25,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-ed51684c-5556-43e8-9acb-54312f353ab3 2019-01-09 11:04:25,903 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-5' (10.10.11.9). -->Expected result: can ping. 2019-01-09 11:04:25,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3049cd5a1c469d425b9e0931cfe1852456e19f84" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:04:26,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8b8d4a6-61b1-449c-b68f-f90778147d94 x-compute-request-id: req-c8b8d4a6-61b1-449c-b68f-f90778147d94 Content-Encoding: gzip Content-Length: 8119 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 530463053 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140140] pid_max: default: 32768 minimum: 301\n[ 0.141088] ACPI: Core revision 20150930\n[ 0.142558] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143978] Security Framework initialized\n[ 0.144857] Yama: becoming mindful.\n[ 0.145675] AppArmor: AppArmor initialized\n[ 0.146591] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148045] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149440] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150733] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152200] Initializing cgroup subsys io\n[ 0.153092] Initializing cgroup subsys memory\n[ 0.154022] Initializing cgroup subsys devices\n[ 0.154955] Initializing cgroup subsys freezer\n[ 0.155862] Initializing cgroup subsys net_cls\n[ 0.156779] Initializing cgroup subsys perf_event\n[ 0.157785] Initializing cgroup subsys net_prio\n[ 0.158730] Initializing cgroup subsys hugetlb\n[ 0.159650] Initializing cgroup subsys pids\n[ 0.160567] CPU: Physical Processor ID: 0\n[ 0.162114] mce: CPU supports 10 MCE banks\n[ 0.163048] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164104] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174974] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181510] ftrace: allocating 31920 entries in 125 pages\n[ 0.208354] smpboot: Max logical packages: 1\n[ 0.209242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210672] x2apic enabled\n[ 0.211516] Switched APIC routing to physical x2apic.\n[ 0.213315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214500] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216584] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218468] KVM setup paravirtual spinlock\n[ 0.219817] x86: Booted up 1 node, 1 CPUs\n[ 0.220663] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222121] devtmpfs: initialized\n[ 0.223866] evm: security.selinux\n[ 0.224597] evm: security.SMACK64\n[ 0.225337] evm: security.SMACK64EXEC\n[ 0.226137] evm: security.SMACK64TRANSMUTE\n[ 0.226980] evm: security.SMACK64MMAP\n[ 0.227764] evm: security.ima\n[ 0.228427] evm: security.capability\n[ 0.229282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231203] pinctrl core: initialized pinctrl subsystem\n[ 0.232339] RTC time: 11:00:58, date: 01/09/19\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234330] cpuidle: using governor ladder\n[ 0.235188] cpuidle: using governor menu\n[ 0.236011] PCCT header not found.\n[ 0.236789] ACPI: bus type PCI registered\n[ 0.237655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238938] PCI: Using configuration type 1 for base access\n[ 0.240785] ACPI: Added _OSI(Module Device)\n[ 0.241676] ACPI: Added _OSI(Processor Device)\n[ 0.242551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243458] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245601] ACPI: Interpreter enabled\n[ 0.246399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248321] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254225] ACPI: (supports S0 S5)\n[ 0.254992] ACPI: Using IOAPIC for interrupt routing\n[ 0.256095] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260498] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261782] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263012] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265345] acpiphp: Slot [3] registered\n[ 0.266185] acpiphp: Slot [4] registered\n[ 0.267014] acpiphp: Slot [5] registered\n[ 0.267843] acpiphp: Slot [6] registered\n[ 0.268676] acpiphp: Slot [7] registered\n[ 0.269505] acpiphp: Slot [8] registered\n[ 0.270331] acpiphp: Slot [9] registered\n[ 0.271178] acpiphp: Slot [10] registered\n[ 0.272028] acpiphp: Slot [11] registered\n[ 0.272923] acpiphp: Slot [12] registered\n[ 0.273756] acpiphp: Slot [13] registered\n[ 0.274573] acpiphp: Slot [14] registered\n[ 0.275421] acpiphp: Slot [15] registered\n[ 0.286437] acpiphp: Slot [16] registered\n[ 0.287299] acpiphp: Slot [17] registered\n[ 0.288121] acpiphp: Slot [18] registered\n[ 0.288934] acpiphp: Slot [19] registered\n[ 0.289757] acpiphp: Slot [20] registered\n[ 0.290590] acpiphp: Slot [21] registered\n[ 0.291434] acpiphp: Slot [22] registered\n[ 0.292274] acpiphp: Slot [23] registered\n[ 0.293115] acpiphp: Slot [24] registered\n[ 0.294114] acpiphp: Slot [25] registered\n[ 0.295117] acpiphp: Slot [26] registered\n[ 0.296121] acpiphp: Slot [27] registered\n[ 0.297130] acpiphp: Slot [28] registered\n[ 0.298139] acpiphp: Slot [29] registered\n[ 0.299163] acpiphp: Slot [30] registered\n[ 0.300185] acpiphp: Slot [31] registered\n[ 0.301197] PCI host bridge to bus 0000:00\n[ 0.302212] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307026] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308836] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315562] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.317190] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.318678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320284] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328614] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376187] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379651] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382076] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383552] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384945] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388253] vgaarb: loaded\n[ 0.389001] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390394] SCSI subsystem initialized\n[ 0.391404] ACPI: bus type USB registered\n[ 0.392417] usbcore: registered new interface driver usbfs\n[ 0.393745] usbcore: registered new interface driver hub\n[ 0.395020] usbcore: registered new device driver usb\n[ 0.396349] PCI: Using ACPI for IRQ routing\n[ 0.397599] NetLabel: Initializing\n[ 0.398507] NetLabel: domain hash size = 128\n[ 0.399592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400822] NetLabel: unlabeled traffic allowed by default\n[ 0.402216] clocksource: Switched to clocksource kvm-clock\n[ 0.408103] AppArmor: AppArmor Filesystem Enabled\n[ 0.409289] pnp: PnP ACPI init\n[ 0.410366] pnp: PnP ACPI: found 5 devices\n[ 0.416948] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419071] NET: Registered protocol family 2\n[ 0.420225] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.421841] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.423310] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.424772] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.426131] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427575] NET: Registered protocol family 1\n[ 0.428660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.430026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.431372] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.445926] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.460682] Trying to unpack rootfs image as initramfs...\n[ 0.511499] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.525920] Scanning for low memory corruption every 60 seconds\n[ 0.527525] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.528986] audit: initializing netlink subsys (disabled)\n[ 0.530252] audit: type=2000 audit(1547031659.358:1): initialized\n[ 0.531841] Initialise system trusted keyring\n[ 0.532983] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.534434] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.536700] zbud: loaded\n[ 0.537506] VFS: Disk quotas dquot_6.6.0\n[ 0.538544] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540392] fuse init (API version 7.23)\n[ 0.541456] Key type big_key registered\n[ 0.542456] Allocating IMA MOK and blacklist keyrings.\n[ 0.543822] Key type asymmetric registered\n[ 0.544833] Asymmetric key parser 'x509' registered\n[ 0.546012] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547831] io scheduler noop registered\n[ 0.548814] io scheduler deadline registered (default)\n[ 0.550044] io scheduler cfq registered\n[ 0.551068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.555835] ACPI: Power Button [PWRF]\n[ 0.557264] GHES: HEST is not enabled!\n[ 0.571539] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602691] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605338] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629024] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631237] Linux agpgart interface v0.103\n[ 0.633382] brd: module loaded\n[ 0.634669] loop: module loaded\n[ 0.639153] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.640632] GPT:90111 != 2097151\n[ 0.641320] GPT:Alternate GPT header not at the end of the disk.\n[ 0.642452] GPT:90111 != 2097151\n[ 0.643142] GPT: Use GNU Parted to correct GPT errors.\n[ 0.644249] vda: vda1 vda15\n[ 0.645739] scsi host0: ata_piix\n[ 0.646509] scsi host1: ata_piix\n[ 0.647251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.648496] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.649981] libphy: Fixed MDIO Bus: probed\n[ 0.650835] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651815] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654141] PPP generic driver version 2.4.2\n[ 0.655068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.656372] ehci-pci: EHCI PCI platform driver\n[ 0.657267] ehci-platform: EHCI generic platform driver\n[ 0.658300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.659469] ohci-pci: OHCI PCI platform driver\n[ 0.660357] ohci-platform: OHCI generic platform driver\n[ 0.661372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.675897] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.676925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.678406] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.679469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.680616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.681875] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.683333] usb usb1: Product: UHCI Host Controller\n[ 0.684366] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.685706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.686734] hub 1-0:1.0: USB hub found\n[ 0.687535] hub 1-0:1.0: 2 ports detected\n[ 0.688489] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.690747] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.691766] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.692858] mousedev: PS/2 mouse device common for all mice\n[ 0.694180] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.696144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.697324] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698622] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.699897] i2c /dev entries driver\n[ 0.700683] device-mapper: uevent: version 1.0.3\n[ 0.701701] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.703472] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.704898] NET: Registered protocol family 10\n[ 0.705966] NET: Registered protocol family 17\n[ 0.706949] Key type dns_resolver registered\n[ 0.707931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.709053] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.710857] registered taskstats version 1\n[ 0.711715] Loading compiled-in X.509 certificates\n[ 0.713182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.715086] zswap: loaded using pool lzo/zbud\n[ 0.716458] Key type trusted registered\n[ 0.718026] Key type encrypted registered\n[ 0.718881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.719930] ima: No TPM chip found, activating TPM-bypass!\n[ 0.720997] evm: HMAC attrs: 0x1\n[ 0.721952] Magic number: 3:770:23\n[ 0.722826] rtc_cmos 00:00: setting system clock to 2019-01-09 11:00:59 UTC (1547031659)\n[ 0.724490] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.725639] EDD information not available.\n[ 0.803031] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.804531] ata1.00: configured for MWDMA2\n[ 0.805761] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.819230] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.820516] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.821801] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.823746] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825323] Write protecting the kernel read-only data: 14336k\n[ 0.826979] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.828822] 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 2.55\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.767081] random: dd urandom read with 14 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.94s]\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 KO\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 OK\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\nping 10.10.11.12 OK\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.5 OK\n"} 2019-01-09 11:04:26,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-c8b8d4a6-61b1-449c-b68f-f90778147d94 2019-01-09 11:04:26,980 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2019-01-09 11:04:26,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"forceDelete": null}' 2019-01-09 11:04:27,144 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:04: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-3b3e716f-cd16-45e0-b889-8b0c79dfa257 x-compute-request-id: req-3b3e716f-cd16-45e0-b889-8b0c79dfa257 Content-Length: 0 Content-Type: application/json 2019-01-09 11:04:27,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2/action used request id req-3b3e716f-cd16-45e0-b889-8b0c79dfa257 2019-01-09 11:04:27,145 - sdnvpn_test_utils - DEBUG - Waiting for instance f77f07cf-b65c-4152-be3a-8ec843a348d2 to be deleted 2019-01-09 11:04:27,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:28,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16677c8d-80a9-4c4a-aa68-515f7f179faf x-compute-request-id: req-16677c8d-80a9-4c4a-aa68-515f7f179faf Content-Encoding: gzip Content-Length: 1184 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:e6:6b", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/f77f07cf-b65c-4152-be3a-8ec843a348d2", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000152", "OS-SRV-USG:launched_at": "2019-01-09T11:00:58.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "f77f07cf-b65c-4152-be3a-8ec843a348d2", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:04:27Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-1", "created": "2019-01-09T11:00:53Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b9:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-09T11:00:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:48:1e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-09T11:00:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c59d82c5-8560-4a54-807e-32eb93bd8420", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-09T11:00:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:28,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-16677c8d-80a9-4c4a-aa68-515f7f179faf 2019-01-09 11:04:30,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:30,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04: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-a7241b7c-80fa-4d97-99b5-d4ae2e0cad63 x-compute-request-id: req-a7241b7c-80fa-4d97-99b5-d4ae2e0cad63 Content-Encoding: gzip Content-Length: 1090 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b9:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-09T11:00:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:48:1e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-09T11:00:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c59d82c5-8560-4a54-807e-32eb93bd8420", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-09T11:00:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:30,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-a7241b7c-80fa-4d97-99b5-d4ae2e0cad63 2019-01-09 11:04:32,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"forceDelete": null}' 2019-01-09 11:04:33,144 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:04: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-412d385c-771c-409f-b18f-467ccc5328c1 x-compute-request-id: req-412d385c-771c-409f-b18f-467ccc5328c1 Content-Length: 0 Content-Type: application/json 2019-01-09 11:04:33,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420/action used request id req-412d385c-771c-409f-b18f-467ccc5328c1 2019-01-09 11:04:33,145 - sdnvpn_test_utils - DEBUG - Waiting for instance c59d82c5-8560-4a54-807e-32eb93bd8420 to be deleted 2019-01-09 11:04:33,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:34,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60e3ffa3-bf00-4fb6-955a-2f46bb70bdca x-compute-request-id: req-60e3ffa3-bf00-4fb6-955a-2f46bb70bdca Content-Encoding: gzip Content-Length: 1102 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b9:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-09T11:00:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:48:1e", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c59d82c5-8560-4a54-807e-32eb93bd8420", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000146", "OS-SRV-USG:launched_at": "2019-01-09T11:00:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c59d82c5-8560-4a54-807e-32eb93bd8420", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:04:33Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-2", "created": "2019-01-09T11:00:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:34,171 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-60e3ffa3-bf00-4fb6-955a-2f46bb70bdca 2019-01-09 11:04:36,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:36,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04: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-e65ecafd-c53e-43c2-88d1-192054ac9075 x-compute-request-id: req-e65ecafd-c53e-43c2-88d1-192054ac9075 Content-Encoding: gzip Content-Length: 1013 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b9:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-09T11:00:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:36,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-e65ecafd-c53e-43c2-88d1-192054ac9075 2019-01-09 11:04:38,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"forceDelete": null}' 2019-01-09 11:04:38,845 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:04: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-6f15e0a2-82f6-4b0b-9017-d5fc3c4aa11b x-compute-request-id: req-6f15e0a2-82f6-4b0b-9017-d5fc3c4aa11b Content-Length: 0 Content-Type: application/json 2019-01-09 11:04:38,845 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7/action used request id req-6f15e0a2-82f6-4b0b-9017-d5fc3c4aa11b 2019-01-09 11:04:38,846 - sdnvpn_test_utils - DEBUG - Waiting for instance e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7 to be deleted 2019-01-09 11:04:38,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:39,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04: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-f837feec-6587-48a7-ac26-f13ccc48773d x-compute-request-id: req-f837feec-6587-48a7-ac26-f13ccc48773d Content-Encoding: gzip Content-Length: 1023 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:b9:ae", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000149", "OS-SRV-USG:launched_at": "2019-01-09T11:00:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e0dbd8c8-73f0-467e-b10d-4cce4b2a51c7", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:04:38Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-3", "created": "2019-01-09T11:00:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:39,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-f837feec-6587-48a7-ac26-f13ccc48773d 2019-01-09 11:04:41,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:41,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b3a797b-2a11-41bc-8c0e-30e0cfd34ca9 x-compute-request-id: req-4b3a797b-2a11-41bc-8c0e-30e0cfd34ca9 Content-Encoding: gzip Content-Length: 928 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:00:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:41,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-4b3a797b-2a11-41bc-8c0e-30e0cfd34ca9 2019-01-09 11:04:43,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"forceDelete": null}' 2019-01-09 11:04:44,151 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e9646bdb-f847-4a87-b372-7fce4e6748e9 x-compute-request-id: req-e9646bdb-f847-4a87-b372-7fce4e6748e9 Content-Length: 0 Content-Type: application/json 2019-01-09 11:04:44,152 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80/action used request id req-e9646bdb-f847-4a87-b372-7fce4e6748e9 2019-01-09 11:04:44,152 - sdnvpn_test_utils - DEBUG - Waiting for instance 538d0946-7885-44a5-88e4-4505d1560f80 to be deleted 2019-01-09 11:04:44,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:44,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04: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-1228ac83-58b1-4864-8997-f5426afff030 x-compute-request-id: req-1228ac83-58b1-4864-8997-f5426afff030 Content-Encoding: gzip Content-Length: 942 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:f4:d0", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:04:43Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:44,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-1228ac83-58b1-4864-8997-f5426afff030 2019-01-09 11:04:46,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:47,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95cd3379-00f4-4131-b937-395b62dbf7ab x-compute-request-id: req-95cd3379-00f4-4131-b937-395b62dbf7ab Content-Encoding: gzip Content-Length: 928 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/538d0946-7885-44a5-88e4-4505d1560f80", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014f", "OS-SRV-USG:launched_at": "2019-01-09T11:00:44.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "538d0946-7885-44a5-88e4-4505d1560f80", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:04:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-1-4", "created": "2019-01-09T11:00:39Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:47,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-95cd3379-00f4-4131-b937-395b62dbf7ab 2019-01-09 11:04:49,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:49,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04: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-a47b2a4c-9141-49c7-8589-a68064e8c9f0 x-compute-request-id: req-a47b2a4c-9141-49c7-8589-a68064e8c9f0 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:00:32Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:49,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-a47b2a4c-9141-49c7-8589-a68064e8c9f0 2019-01-09 11:04:51,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" -d '{"forceDelete": null}' 2019-01-09 11:04:51,887 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:04: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-5fbadc8f-1850-4bdb-b85c-b4f815e02675 x-compute-request-id: req-5fbadc8f-1850-4bdb-b85c-b4f815e02675 Content-Length: 0 Content-Type: application/json 2019-01-09 11:04:51,887 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef/action used request id req-5fbadc8f-1850-4bdb-b85c-b4f815e02675 2019-01-09 11:04:51,887 - sdnvpn_test_utils - DEBUG - Waiting for instance c8e063fd-3d54-4081-96c7-05095c994fef to be deleted 2019-01-09 11:04:51,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:52,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04: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-9f3a08b7-9066-4224-818f-cf9bff3fb63b x-compute-request-id: req-9f3a08b7-9066-4224-818f-cf9bff3fb63b Content-Encoding: gzip Content-Length: 796 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:9e:f3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c8e063fd-3d54-4081-96c7-05095c994fef", "rel": "bookmark"}], "image": {"id": "dd3de7b0-3c05-498c-9c89-99c22a61b853", "links": [{"href": "http://172.30.9.30:8774/images/dd3de7b0-3c05-498c-9c89-99c22a61b853", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014c", "OS-SRV-USG:launched_at": "2019-01-09T11:00:30.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c8e063fd-3d54-4081-96c7-05095c994fef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:04:51Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-1-5", "created": "2019-01-09T11:00:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:04:52,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-9f3a08b7-9066-4224-818f-cf9bff3fb63b 2019-01-09 11:04:54,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdb8a809bfe770cb8ad34b2226790270919e1378" 2019-01-09 11:04:54,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45d9cb4c-0d8e-40d5-9616-202354d1e109 x-compute-request-id: req-45d9cb4c-0d8e-40d5-9616-202354d1e109 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 11:04:54,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-45d9cb4c-0d8e-40d5-9616-202354d1e109 2019-01-09 11:04:56,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/dd3de7b0-3c05-498c-9c89-99c22a61b853 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}971a8ba3559b8741d48fed8788d508b6dc81be24" 2019-01-09 11:04:57,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e5416fa-e438-4cc0-b3c1-fc4c21c1b542 Date: Wed, 09 Jan 2019 11:04:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:04:57,874 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dd3de7b0-3c05-498c-9c89-99c22a61b853 used request id req-2e5416fa-e438-4cc0-b3c1-fc4c21c1b542 2019-01-09 11:04:57,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:04:58,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-810caff5-b3af-4112-82dd-409cfec03912 Content-Length: 0 Date: Wed, 09 Jan 2019 11:04:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:04:58,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/4fd3b8c0-2ef0-4067-a8eb-098db03cf844 used request id req-810caff5-b3af-4112-82dd-409cfec03912 2019-01-09 11:04:58,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/5ed18767-0a13-4a99-9e80-e2805eee8364 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:05:00,953 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-272f7e34-3e48-49ab-966b-bde00858dc13 Date: Wed, 09 Jan 2019 11:05:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:05:00,953 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/5ed18767-0a13-4a99-9e80-e2805eee8364 used request id req-272f7e34-3e48-49ab-966b-bde00858dc13 2019-01-09 11:05:00,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/328076ee-0199-48ed-986e-b6fa3438f1b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:05:03,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b7c8223b-0b65-4e63-bd7a-9a951aa6e3b2 Date: Wed, 09 Jan 2019 11:05:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:05:03,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/328076ee-0199-48ed-986e-b6fa3438f1b2 used request id req-b7c8223b-0b65-4e63-bd7a-9a951aa6e3b2 2019-01-09 11:05:03,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/de4c2590-6e76-4306-be5f-66d56ba3ee6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:05:04,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e82237f-61a5-4344-847f-f1f8bb7fb751 Date: Wed, 09 Jan 2019 11:05:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:05:04,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/de4c2590-6e76-4306-be5f-66d56ba3ee6a used request id req-9e82237f-61a5-4344-847f-f1f8bb7fb751 2019-01-09 11:05:04,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/1550f4e1-45e8-41b6-b846-618c78e9625a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8948ed875dd9123526dec8a30878d8ecff5127a" 2019-01-09 11:05:04,814 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05846903-2ee6-4bfb-bce7-e0e522b4ac2c Date: Wed, 09 Jan 2019 11:05:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:05:04,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/1550f4e1-45e8-41b6-b846-618c78e9625a used request id req-05846903-2ee6-4bfb-bce7-e0e522b4ac2c 2019-01-09 11:05:04,815 - 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' | +========================================================================================+ 2019-01-09 11:05:04,815 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 11:05:04,815 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2019-01-09 11:05:04,816 - 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'}]} 2019-01-09 11:05:04,816 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2019-01-09 11:05:04,816 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2019-01-09 11:05:04,816 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2019-01-09 11:05:04,918 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:05:04,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:05:04,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:05:04,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:05:04,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:05:04,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:05:04,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:05:04,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:05:04,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:05:04,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:05:04,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:05:04,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:05:04,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:05:04,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:05:04,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:05:04,924 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:05:04,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 11:05:04,925 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:05:04,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:05:04,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:05:04,928 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:05:04,931 - paramiko.transport - DEBUG - starting thread (client mode): 0x572d10d0L 2019-01-09 11:05:04,931 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:04,958 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:04,959 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:04,965 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:04,965 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:04,966 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:04,966 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:04,966 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:04,966 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:04,976 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:04,977 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:04,995 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.224: e94c8aee9a4f77297a96804608359669 2019-01-09 11:05:04,995 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:05,016 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:05,132 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:05,160 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:05,365 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:05,365 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:05,405 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:05,405 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:05,434 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:11,822 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:11,824 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:11,826 - paramiko.transport - DEBUG - starting thread (client mode): 0x57286490L 2019-01-09 11:05:11,826 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:11,833 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:11,833 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:11,836 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:11,837 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:11,837 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:11,837 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:11,837 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:11,837 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:11,842 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:11,842 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:11,858 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 11:05:11,859 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:11,882 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:11,894 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:11,923 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:11,994 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:11,994 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:12,033 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:12,033 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:12,042 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:12,079 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:12,081 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:12,082 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:12,082 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:12,083 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:12,123 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:12,161 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:12,162 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:12,163 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:12,164 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:12,164 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:12,204 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:12,239 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:12,241 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:12,243 - paramiko.transport - DEBUG - starting thread (client mode): 0x57381110L 2019-01-09 11:05:12,243 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:12,250 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:12,250 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:12,253 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:12,253 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:12,254 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:12,254 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:12,254 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:12,254 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:12,259 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:12,259 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:12,275 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 11:05:12,276 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:12,299 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:12,311 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:12,340 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:12,419 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:12,419 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:12,458 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:12,458 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:12,475 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:12,513 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:12,515 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:12,515 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:12,516 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:12,516 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:12,558 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:12,596 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:12,597 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:12,598 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:12,599 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:12,599 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:12,639 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:12,672 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:12,673 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:12,675 - paramiko.transport - DEBUG - starting thread (client mode): 0x57346110L 2019-01-09 11:05:12,676 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:12,681 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:12,682 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:12,684 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:12,685 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:12,685 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:12,685 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:12,685 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:12,685 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:12,690 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:12,691 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:12,707 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 11:05:12,708 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:12,730 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:12,742 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:12,772 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:12,826 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:12,826 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:12,865 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:12,865 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:12,877 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:12,912 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:12,913 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:12,914 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:12,915 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:12,915 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:12,955 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:12,991 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:12,993 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:12,993 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:12,994 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:12,994 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:13,034 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:13,066 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:13,067 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:13,069 - paramiko.transport - DEBUG - starting thread (client mode): 0x57319dd0L 2019-01-09 11:05:13,069 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:13,073 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:13,074 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:13,076 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:13,076 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:13,076 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:13,077 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:13,077 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:13,077 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:13,081 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:13,082 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:13,085 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 11:05:13,085 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:13,121 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:13,132 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:13,150 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:13,223 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:13,223 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:13,262 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:13,263 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:13,269 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:13,300 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:13,301 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:13,301 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:13,303 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:13,303 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:13,343 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:13,376 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:13,378 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:13,378 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:13,379 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:13,379 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:13,419 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:13,446 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:13,447 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:13,450 - paramiko.transport - DEBUG - starting thread (client mode): 0x5725afd0L 2019-01-09 11:05:13,450 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:13,454 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:13,455 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:13,457 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:13,457 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:13,457 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:13,457 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:13,457 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:13,458 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:13,462 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:13,462 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:13,466 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 11:05:13,467 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:13,501 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:13,513 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:13,531 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:13,592 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:13,592 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:13,632 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:13,632 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:13,636 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:13,667 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:13,668 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:13,669 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:13,670 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:13,670 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:13,711 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:13,743 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:13,745 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:13,745 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:13,746 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:13,746 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:13,786 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:13,814 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:13,814 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:13,815 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:13,816 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:13,816 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:13,823 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:19,430 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:19,432 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:19,434 - paramiko.transport - DEBUG - starting thread (client mode): 0x572cce50L 2019-01-09 11:05:19,434 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:19,440 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:19,440 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:19,443 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:19,444 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:19,444 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:19,444 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:19,444 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:19,444 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:19,449 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:19,450 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:19,466 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 11:05:19,467 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:19,489 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:19,502 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:19,531 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:19,609 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:19,609 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:19,648 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:19,649 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:19,668 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:19,702 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:19,703 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:19,704 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:19,705 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:19,705 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:19,745 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:19,783 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:19,784 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:19,785 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:19,786 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:19,786 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:19,827 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:19,859 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:19,860 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:19,862 - paramiko.transport - DEBUG - starting thread (client mode): 0x571f48d0L 2019-01-09 11:05:19,863 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:19,868 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:19,868 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:19,871 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:19,871 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:19,871 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:19,871 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:19,871 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:19,871 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:19,876 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:19,876 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:19,878 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 11:05:19,879 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:19,916 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:19,928 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:19,943 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:20,019 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:20,019 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:20,058 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:20,059 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:20,063 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:20,096 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:20,097 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:20,098 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:20,099 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:20,099 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:20,139 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:20,176 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:20,177 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:20,178 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:20,179 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:20,179 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:20,219 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:20,250 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:20,251 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:20,253 - paramiko.transport - DEBUG - starting thread (client mode): 0x57229310L 2019-01-09 11:05:20,254 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:20,259 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:20,259 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:20,262 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:20,262 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:20,263 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:20,263 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:20,263 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:20,263 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:20,268 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:20,268 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:20,269 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 11:05:20,270 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:20,307 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:20,319 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:20,334 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:20,395 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:20,395 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:20,434 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:20,435 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:20,439 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:20,472 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:20,473 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:20,474 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:20,475 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:20,475 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:20,516 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:20,552 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:20,553 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:20,553 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:20,555 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:20,555 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:20,595 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:20,626 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:20,627 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:20,629 - paramiko.transport - DEBUG - starting thread (client mode): 0x572b9950L 2019-01-09 11:05:20,629 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:20,634 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:20,635 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:20,637 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:05:20,637 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:20,637 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:20,637 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:20,637 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:20,637 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:20,642 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:20,642 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:20,645 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 11:05:20,646 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:20,682 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:20,693 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:20,710 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:20,790 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:20,791 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:20,830 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:20,831 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:20,845 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:20,877 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:20,878 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:20,879 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:20,880 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:20,880 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:20,920 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:20,952 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:20,953 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:20,953 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:20,954 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:20,955 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:20,995 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:21,023 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:21,024 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:21,025 - paramiko.transport - DEBUG - starting thread (client mode): 0x5729f0d0L 2019-01-09 11:05:21,026 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:05:21,031 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:05:21,031 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:05:21,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 2019-01-09 11:05:21,033 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:05:21,033 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:05:21,033 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:05:21,033 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:05:21,034 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:05:21,038 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:05:21,038 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:05:21,041 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 11:05:21,042 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:05:21,077 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:05:21,088 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:05:21,105 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:05:21,160 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:05:21,160 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:05:21,199 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:05:21,200 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:05:21,208 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:05:21,237 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:05:21,237 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:05:21,238 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:05:21,239 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:05:21,239 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:05:21,279 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:05:21,311 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:05:21,312 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:05:21,313 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:05:21,314 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:05:21,314 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:05:21,355 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:05:21,382 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:05:21,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:05:21,386 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:05:21,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f19d01cf-3507-42a8-8746-0742af056642 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:05:21,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f19d01cf-3507-42a8-8746-0742af056642 2019-01-09 11:05:21,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:05:21,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:05:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["RoZD5cIrSTKKCqBhq0nsSg"], "issued_at": "2019-01-09T11:05:21.000000Z"}} 2019-01-09 11:05:21,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b33d79db39344eae052462a02bf3f7c0854bef3" 2019-01-09 11:05:21,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-20940e47-9fba-455e-ab20-5e5b14af4d7a Date: Wed, 09 Jan 2019 11:05:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 11:05:21,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-20940e47-9fba-455e-ab20-5e5b14af4d7a 2019-01-09 11:05:21,936 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:05:21,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b33d79db39344eae052462a02bf3f7c0854bef3" 2019-01-09 11:05:22,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bf2377ae-e215-4e4a-a3f2-d504560f6363 Date: Wed, 09 Jan 2019 11:05: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"}}} 2019-01-09 11:05:22,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-bf2377ae-e215-4e4a-a3f2-d504560f6363 2019-01-09 11:05:22,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b33d79db39344eae052462a02bf3f7c0854bef3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-09 11:05:22,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/66864a5b-2e3c-4311-a61f-534a74de8031 X-Openstack-Request-Id: req-830be859-322e-493e-b5a3-0d05e0004b0c Date: Wed, 09 Jan 2019 11:05:22 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T11:05:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T11:05:22Z", "visibility": "public", "locations": [], "self": "/v2/images/66864a5b-2e3c-4311-a61f-534a74de8031", "min_disk": 0, "protected": false, "id": "66864a5b-2e3c-4311-a61f-534a74de8031", "file": "/v2/images/66864a5b-2e3c-4311-a61f-534a74de8031/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 11:05:22,344 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-830be859-322e-493e-b5a3-0d05e0004b0c 2019-01-09 11:05:22,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/66864a5b-2e3c-4311-a61f-534a74de8031/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b33d79db39344eae052462a02bf3f7c0854bef3" -d '' 2019-01-09 11:05:23,684 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-24ba1a8a-c1ac-49a0-9422-4042732403e0 Date: Wed, 09 Jan 2019 11:05:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:05:23,684 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/66864a5b-2e3c-4311-a61f-534a74de8031/file used request id req-24ba1a8a-c1ac-49a0-9422-4042732403e0 2019-01-09 11:05:23,685 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2019-01-09 11:05:23,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:05:23,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b522873-98ba-46a7-8346-fc27e66aeae1 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:05:23,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8b522873-98ba-46a7-8346-fc27e66aeae1 2019-01-09 11:05:23,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:05:24,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:05:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["ET_eDz_YRpmsGrZ9fBTUNQ"], "issued_at": "2019-01-09T11:05:24.000000Z"}} 2019-01-09 11:05:24,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96588f6c0dfb682008a202adfee808ccc8b415a6" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2019-01-09 11:05:24,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-f3e8c01c-8895-480f-a997-9a8b052cf33f Date: Wed, 09 Jan 2019 11:05: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":"d66caa7b-d094-49cc-a94e-817af0ab4e8f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:05:24Z","is_default":false,"provider:segmentation_id":87,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:05:24Z","mtu":1450}} 2019-01-09 11:05:24,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-f3e8c01c-8895-480f-a997-9a8b052cf33f 2019-01-09 11:05:24,513 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network d66caa7b-d094-49cc-a94e-817af0ab4e8f with cidr 10.10.10.0/24 2019-01-09 11:05:24,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96588f6c0dfb682008a202adfee808ccc8b415a6" -d '{"subnets": [{"ip_version": 4, "network_id": "d66caa7b-d094-49cc-a94e-817af0ab4e8f", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2019-01-09 11:05:25,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-c50d7000-f9e6-46f9-bd9e-ba043780215c Date: Wed, 09 Jan 2019 11:05:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d66caa7b-d094-49cc-a94e-817af0ab4e8f","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:05:24Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T11:05: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":"a3475ec98a734cb2aeb418d350edd17b","id":"e9f306c3-0f10-44f0-b460-7b56ed1e01cd","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2019-01-09 11:05:25,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-c50d7000-f9e6-46f9-bd9e-ba043780215c 2019-01-09 11:05:25,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96588f6c0dfb682008a202adfee808ccc8b415a6" 2019-01-09 11:05:25,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-712a66f4-f90c-4b20-a046-4d6f5c442458 Date: Wed, 09 Jan 2019 11:05:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "3b809c21-8697-4f63-849b-e46935ce2db7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "revision_number": 0, "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-09T10:50:24Z", "revision_number": 0, "id": "d3f1a03d-6310-4600-a06f-3d7f4e25c578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:50:24Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 7, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 11:05:25,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-712a66f4-f90c-4b20-a046-4d6f5c442458 2019-01-09 11:05:25,302 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:05:25,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:05:25,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0cd0f72-f2e3-4bb3-8870-d65bf3e5391e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:05:25,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b0cd0f72-f2e3-4bb3-8870-d65bf3e5391e 2019-01-09 11:05:25,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:05:25,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:05:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["UQAuUZV1RM6sPjqz8YLQjw"], "issued_at": "2019-01-09T11:05:25.000000Z"}} 2019-01-09 11:05:25,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" 2019-01-09 11:05:25,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05: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-26cf6511-0fa2-4de3-8431-3a7eb5800533 x-compute-request-id: req-26cf6511-0fa2-4de3-8431-3a7eb5800533 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 11:05:25,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-26cf6511-0fa2-4de3-8431-3a7eb5800533 2019-01-09 11:05:25,889 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:05:25,890 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:05:25,890 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:05:25,892 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:05:25,938 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 11:05:25,940 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:05:25,941 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:05:25,942 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:05:25,942 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:05:25,983 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:05:26,053 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:05:26,056 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:05:26,057 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:05:26,057 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:05:26,058 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:05:26,062 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:05:26,101 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 11:05:26,102 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:05:26,103 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:05:26,104 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:05:26,104 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:05:26,145 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:05:26,188 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:05:26,193 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:05:26,193 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:05:26,194 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:05:26,194 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:05:26,198 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:05:26,239 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-09 11:05:26,241 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-09 11:05:26,241 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-09 11:05:26,242 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-09 11:05:26,242 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-09 11:05:26,283 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-09 11:05:26,323 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-09 11:05:26,324 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:05:26,325 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-09 11:05:26,325 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:05:26,326 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:05:26,328 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:05:26,362 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-09 11:05:26,363 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-09 11:05:26,364 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-09 11:05:26,365 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-09 11:05:26,365 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-09 11:05:26,405 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-09 11:05:26,439 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-09 11:05:26,440 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2019-01-09 11:05:26,440 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=66864a5b-2e3c-4311-a61f-534a74de8031 network=d66caa7b-d094-49cc-a94e-817af0ab4e8f secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:05:26,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:05:26,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:05:26,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:05:26,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:05:26,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:05:26,442 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-09 11:05:26,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:05:26,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:05:26,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:05:26,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:05:26,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:05:26,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:05:26,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:05:26,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:05:26,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:05:26,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:05:26,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:05:26,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:05:26,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:05:26,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:05:26,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:05:26,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:05:26,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:05:26,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:05:26,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:05:26,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:05:26,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:05:26,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:05:26,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:05:26,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:05:26,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:05:26,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:05:26,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:05:26,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:05:26,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:05:26,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:05:26,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:05:26,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:05:26,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:05:26,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:05:26,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:05:26,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:05:26,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e30ceda-859a-4caa-8711-d0df10ea8310 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:05:26,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1e30ceda-859a-4caa-8711-d0df10ea8310 2019-01-09 11:05:26,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:05:26,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:05:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["FrLSu2HhTvaUN37us7rfGQ"], "issued_at": "2019-01-09T11:05:26.000000Z"}} 2019-01-09 11:05:26,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fbdc934eeadfba5d630bb152f9b0e65d585b758" 2019-01-09 11:05:27,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd1cfcaa-fb27-4169-a37c-de5247fee801 x-compute-request-id: req-fd1cfcaa-fb27-4169-a37c-de5247fee801 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:05:27,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fd1cfcaa-fb27-4169-a37c-de5247fee801 2019-01-09 11:05:27,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fbdc934eeadfba5d630bb152f9b0e65d585b758" 2019-01-09 11:05:27,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05: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-9f5d0258-8c68-4827-9330-ee1d6c441779 x-compute-request-id: req-9f5d0258-8c68-4827-9330-ee1d6c441779 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:05:27,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-9f5d0258-8c68-4827-9330-ee1d6c441779 2019-01-09 11:05:27,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fbdc934eeadfba5d630bb152f9b0e65d585b758" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "66864a5b-2e3c-4311-a61f-534a74de8031", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d66caa7b-d094-49cc-a94e-817af0ab4e8f"}]}}' 2019-01-09 11:05:29,426 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:05: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-b143c94c-b296-459b-847e-a2fafb5a9a15 x-compute-request-id: req-b143c94c-b296-459b-847e-a2fafb5a9a15 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7542e3a-8c09-490a-b598-58ab2855215c", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "bookmark"}], "adminPass": "HsnArm9GXVj4"}} 2019-01-09 11:05:29,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-b143c94c-b296-459b-847e-a2fafb5a9a15 2019-01-09 11:05:29,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:05:29,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9871d9d-5247-461c-94b0-bda0c773ec24 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:05:29,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b9871d9d-5247-461c-94b0-bda0c773ec24 2019-01-09 11:05:29,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:05:29,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["HqyUQB5uQumANoiFm0p6qg"], "issued_at": "2019-01-09T11:05:29.000000Z"}} 2019-01-09 11:05:29,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f51a0624c8e69c7bf824c1f0739ef94fae24f37e" 2019-01-09 11:05:30,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9b61896-3a8d-4973-b932-9610e2fdfb89 x-compute-request-id: req-c9b61896-3a8d-4973-b932-9610e2fdfb89 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.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e7542e3a-8c09-490a-b598-58ab2855215c", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:05: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": "2019-01-09T11:05:29Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:05:30,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c used request id req-c9b61896-3a8d-4973-b932-9610e2fdfb89 2019-01-09 11:05:33,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f51a0624c8e69c7bf824c1f0739ef94fae24f37e" 2019-01-09 11:05:34,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05: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-f70fe23b-bacb-44aa-94e7-8cf3c5cbeac0 x-compute-request-id: req-f70fe23b-bacb-44aa-94e7-8cf3c5cbeac0 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.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e7542e3a-8c09-490a-b598-58ab2855215c", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:05:30Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-09T11:05:29Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:05:34,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c used request id req-f70fe23b-bacb-44aa-94e7-8cf3c5cbeac0 2019-01-09 11:05:37,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f51a0624c8e69c7bf824c1f0739ef94fae24f37e" 2019-01-09 11:05:38,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05: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-c1c87509-3834-4bc8-a426-c278d2a9383f x-compute-request-id: req-c1c87509-3834-4bc8-a426-c278d2a9383f Content-Encoding: gzip Content-Length: 782 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:30:76:e9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2019-01-09T11:05:33.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e7542e3a-8c09-490a-b598-58ab2855215c", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:05:34Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-09T11:05:29Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:05:38,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c used request id req-c1c87509-3834-4bc8-a426-c278d2a9383f 2019-01-09 11:05:38,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fbdc934eeadfba5d630bb152f9b0e65d585b758" 2019-01-09 11:05:39,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2bbeafdf-a75f-4bcb-b005-3db02c5cc9ac x-compute-request-id: req-2bbeafdf-a75f-4bcb-b005-3db02c5cc9ac Content-Encoding: gzip Content-Length: 782 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:30:76:e9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2019-01-09T11:05:33.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e7542e3a-8c09-490a-b598-58ab2855215c", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:05:34Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-09T11:05:29Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:05:39,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c used request id req-2bbeafdf-a75f-4bcb-b005-3db02c5cc9ac 2019-01-09 11:05:39,083 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.11'. 2019-01-09 11:05:39,083 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2019-01-09 11:05:39,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:05:40,364 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:05: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-0e592a7b-9d0b-4e03-a056-7b578aea8834 x-compute-request-id: req-0e592a7b-9d0b-4e03-a056-7b578aea8834 Content-Length: 0 Content-Type: application/json 2019-01-09 11:05:40,364 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c/action used request id req-0e592a7b-9d0b-4e03-a056-7b578aea8834 2019-01-09 11:05:40,364 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2019-01-09 11:05:40,365 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=66864a5b-2e3c-4311-a61f-534a74de8031 network=d66caa7b-d094-49cc-a94e-817af0ab4e8f secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:05:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:05:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:05:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:05:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:05:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:05:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:05:40,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:05:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:05:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:05:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:05:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:05:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:05:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:05:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:05:40,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:05:40,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:05:40,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:05:40,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:05:40,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:05:40,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:05:40,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:05:40,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:05:40,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:05:40,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:05:40,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:05:40,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:05:40,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:05:40,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:05:40,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:05:40,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:05:40,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:05:40,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:05:40,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:05:40,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:05:40,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:05:40,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:05:40,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:05:40,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:05:40,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:05:40,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:05:40,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:05:40,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:05:40,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:05:40,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:05:40,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:05:40,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:05:40,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:05:40,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:05:40,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:05:40,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3156e45f-7d5e-4159-882c-b05e5eb6c67b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:05:40,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-3156e45f-7d5e-4159-882c-b05e5eb6c67b 2019-01-09 11:05:40,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:05:40,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:05:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["M8fSqpemQUGBLjujHI952A"], "issued_at": "2019-01-09T11:05:40.000000Z"}} 2019-01-09 11:05:40,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" 2019-01-09 11:05:41,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c079b8b3-4e9a-420f-98a0-27b0dd4e456a x-compute-request-id: req-c079b8b3-4e9a-420f-98a0-27b0dd4e456a Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:05:41,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c079b8b3-4e9a-420f-98a0-27b0dd4e456a 2019-01-09 11:05:41,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" 2019-01-09 11:05:41,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe2232b2-1761-4fec-940f-52411c7bf7bb x-compute-request-id: req-fe2232b2-1761-4fec-940f-52411c7bf7bb Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:05:41,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-fe2232b2-1761-4fec-940f-52411c7bf7bb 2019-01-09 11:05:41,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "66864a5b-2e3c-4311-a61f-534a74de8031", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d66caa7b-d094-49cc-a94e-817af0ab4e8f"}]}}' 2019-01-09 11:05:42,858 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:05:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1fcd78eb-7a8f-44fa-81e2-9532bee77f5d x-compute-request-id: req-1fcd78eb-7a8f-44fa-81e2-9532bee77f5d Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "55a3211f-fee0-4fd4-aae9-9c7b0820287a", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "bookmark"}], "adminPass": "9hAbE9wbVp4k"}} 2019-01-09 11:05:42,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-1fcd78eb-7a8f-44fa-81e2-9532bee77f5d 2019-01-09 11:05:42,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:05:42,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52984bb9-a946-499b-922a-dcaa236d17e3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:05:42,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-52984bb9-a946-499b-922a-dcaa236d17e3 2019-01-09 11:05:42,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:05:43,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:05:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["cxTpx12hRNySnIIY9GOQ4Q"], "issued_at": "2019-01-09T11:05:43.000000Z"}} 2019-01-09 11:05:43,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cde4e494bd16d825b21c048cd0f98f1a8c743a3f" 2019-01-09 11:05:43,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99b46b2c-294e-4f4c-9cc6-9d3ffbacb368 x-compute-request-id: req-99b46b2c-294e-4f4c-9cc6-9d3ffbacb368 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "55a3211f-fee0-4fd4-aae9-9c7b0820287a", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:05:43Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2019-01-09T11:05:42Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:05:43,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a used request id req-99b46b2c-294e-4f4c-9cc6-9d3ffbacb368 2019-01-09 11:05:46,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cde4e494bd16d825b21c048cd0f98f1a8c743a3f" 2019-01-09 11:05:47,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e389cba-fdf8-4c51-bdc4-8b88cede21cb x-compute-request-id: req-7e389cba-fdf8-4c51-bdc4-8b88cede21cb 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.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "55a3211f-fee0-4fd4-aae9-9c7b0820287a", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:05:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2019-01-09T11:05:42Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:05:47,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a used request id req-7e389cba-fdf8-4c51-bdc4-8b88cede21cb 2019-01-09 11:05:50,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cde4e494bd16d825b21c048cd0f98f1a8c743a3f" 2019-01-09 11:05:51,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05: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-4337ae34-39da-42aa-88a9-f8760af5ccad x-compute-request-id: req-4337ae34-39da-42aa-88a9-f8760af5ccad 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:00:f5:c6", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": "2019-01-09T11:05:47.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "55a3211f-fee0-4fd4-aae9-9c7b0820287a", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:05:48Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2019-01-09T11:05:42Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:05:51,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a used request id req-4337ae34-39da-42aa-88a9-f8760af5ccad 2019-01-09 11:05:51,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" 2019-01-09 11:05:52,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c094ea13-10fc-4204-b78f-e1546b8f766e x-compute-request-id: req-c094ea13-10fc-4204-b78f-e1546b8f766e 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:00:f5:c6", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": "2019-01-09T11:05:47.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "55a3211f-fee0-4fd4-aae9-9c7b0820287a", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:05:48Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2019-01-09T11:05:42Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:05:52,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a used request id req-c094ea13-10fc-4204-b78f-e1546b8f766e 2019-01-09 11:05:52,230 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.10'. 2019-01-09 11:05:52,230 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2019-01-09 11:05:52,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:05:54,142 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:05:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cc44c5f-b155-4eef-bce0-30043db125a3 x-compute-request-id: req-2cc44c5f-b155-4eef-bce0-30043db125a3 Content-Length: 0 Content-Type: application/json 2019-01-09 11:05:54,142 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-2cc44c5f-b155-4eef-bce0-30043db125a3 2019-01-09 11:05:54,143 - sdnvpn_test_utils - INFO - Waiting for instance 55a3211f-fee0-4fd4-aae9-9c7b0820287a to boot up 2019-01-09 11:05:54,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:05:55,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-828605a7-cdfa-4e01-bb27-48d1a6134b5f x-compute-request-id: req-828605a7-cdfa-4e01-bb27-48d1a6134b5f Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:05:55,219 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-828605a7-cdfa-4e01-bb27-48d1a6134b5f 2019-01-09 11:05:57,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:05:58,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:05:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d45e1eb-de14-4af4-82a3-5cb84d10e63b x-compute-request-id: req-5d45e1eb-de14-4af4-82a3-5cb84d10e63b Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:05:58,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-5d45e1eb-de14-4af4-82a3-5cb84d10e63b 2019-01-09 11:06:00,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:01,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd2cc738-f7fb-47c0-8fba-74c5e8f4967c x-compute-request-id: req-cd2cc738-f7fb-47c0-8fba-74c5e8f4967c Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:06:01,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-cd2cc738-f7fb-47c0-8fba-74c5e8f4967c 2019-01-09 11:06:03,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:04,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-cc4fcffc-b74e-449f-8a39-07559512027e x-compute-request-id: req-cc4fcffc-b74e-449f-8a39-07559512027e Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:06:04,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-cc4fcffc-b74e-449f-8a39-07559512027e 2019-01-09 11:06:06,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:07,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-322ce56f-0aa0-4090-8427-985240283806 x-compute-request-id: req-322ce56f-0aa0-4090-8427-985240283806 Content-Encoding: gzip Content-Length: 9989 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:06:07,597 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-322ce56f-0aa0-4090-8427-985240283806 2019-01-09 11:06:09,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:10,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-460850f4-a887-4369-8b3c-39607740106f x-compute-request-id: req-460850f4-a887-4369-8b3c-39607740106f Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:06:10,687 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-460850f4-a887-4369-8b3c-39607740106f 2019-01-09 11:06:12,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:13,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c966589-6fcb-461a-a43f-90a1db1002a0 x-compute-request-id: req-0c966589-6fcb-461a-a43f-90a1db1002a0 Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:06:13,778 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-0c966589-6fcb-461a-a43f-90a1db1002a0 2019-01-09 11:06:15,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:16,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-61843ce1-3ce9-488d-95fa-c894b03fc65d x-compute-request-id: req-61843ce1-3ce9-488d-95fa-c894b03fc65d Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:06:16,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-61843ce1-3ce9-488d-95fa-c894b03fc65d 2019-01-09 11:06:18,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:19,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-d2ab20f5-8076-427d-89da-120fa0141598 x-compute-request-id: req-d2ab20f5-8076-427d-89da-120fa0141598 Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:06:19,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-d2ab20f5-8076-427d-89da-120fa0141598 2019-01-09 11:06:21,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:23,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c3d6442-ba08-4503-b878-e964d4e84704 x-compute-request-id: req-3c3d6442-ba08-4503-b878-e964d4e84704 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:06:23,056 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-3c3d6442-ba08-4503-b878-e964d4e84704 2019-01-09 11:06:25,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:26,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3a99b68-467f-48b4-ba5d-bfa0f92e5f37 x-compute-request-id: req-d3a99b68-467f-48b4-ba5d-bfa0f92e5f37 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:06:26,150 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-d3a99b68-467f-48b4-ba5d-bfa0f92e5f37 2019-01-09 11:06:28,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:29,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ce66670-c098-4013-9161-25ea043bf2e0 x-compute-request-id: req-5ce66670-c098-4013-9161-25ea043bf2e0 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:06:29,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-5ce66670-c098-4013-9161-25ea043bf2e0 2019-01-09 11:06:31,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:32,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-79b501ee-35d3-4b53-9c64-bce5ea20cc90 x-compute-request-id: req-79b501ee-35d3-4b53-9c64-bce5ea20cc90 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:06:32,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-79b501ee-35d3-4b53-9c64-bce5ea20cc90 2019-01-09 11:06:34,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:35,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-ab089299-c286-431e-aca5-fc40a41d9206 x-compute-request-id: req-ab089299-c286-431e-aca5-fc40a41d9206 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:06:35,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-ab089299-c286-431e-aca5-fc40a41d9206 2019-01-09 11:06:37,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9bc706ee2c391898001f57e579dc80dcda970b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:38,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-c0d5c2b2-38fb-47fd-906b-016c571ebb6d x-compute-request-id: req-c0d5c2b2-38fb-47fd-906b-016c571ebb6d Content-Encoding: gzip Content-Length: 10907 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 566226173 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.137324] pid_max: default: 32768 minimum: 301\n[ 0.138241] ACPI: Core revision 20150930\n[ 0.139641] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140984] Security Framework initialized\n[ 0.141818] Yama: becoming mindful.\n[ 0.142565] AppArmor: AppArmor initialized\n[ 0.143466] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146142] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147379] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148800] Initializing cgroup subsys io\n[ 0.149629] Initializing cgroup subsys memory\n[ 0.150508] Initializing cgroup subsys devices\n[ 0.151409] Initializing cgroup subsys freezer\n[ 0.152298] Initializing cgroup subsys net_cls\n[ 0.153184] Initializing cgroup subsys perf_event\n[ 0.154116] Initializing cgroup subsys net_prio\n[ 0.155030] Initializing cgroup subsys hugetlb\n[ 0.155918] Initializing cgroup subsys pids\n[ 0.156810] CPU: Physical Processor ID: 0\n[ 0.158338] mce: CPU supports 10 MCE banks\n[ 0.159216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160242] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172183] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178626] ftrace: allocating 31920 entries in 125 pages\n[ 0.205087] smpboot: Max logical packages: 1\n[ 0.205960] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207350] x2apic enabled\n[ 0.208171] Switched APIC routing to physical x2apic.\n[ 0.209943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211105] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213171] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215027] KVM setup paravirtual spinlock\n[ 0.216344] x86: Booted up 1 node, 1 CPUs\n[ 0.217183] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218610] devtmpfs: initialized\n[ 0.220347] evm: security.selinux\n[ 0.221073] evm: security.SMACK64\n[ 0.221787] evm: security.SMACK64EXEC\n[ 0.222553] evm: security.SMACK64TRANSMUTE\n[ 0.223388] evm: security.SMACK64MMAP\n[ 0.224164] evm: security.ima\n[ 0.224827] evm: security.capability\n[ 0.225649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227564] pinctrl core: initialized pinctrl subsystem\n[ 0.228705] RTC time: 11:05:47, date: 01/09/19\n[ 0.229699] NET: Registered protocol family 16\n[ 0.230697] cpuidle: using governor ladder\n[ 0.231546] cpuidle: using governor menu\n[ 0.232359] PCCT header not found.\n[ 0.233139] ACPI: bus type PCI registered\n[ 0.233967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235246] PCI: Using configuration type 1 for base access\n[ 0.237035] ACPI: Added _OSI(Module Device)\n[ 0.237911] ACPI: Added _OSI(Processor Device)\n[ 0.238804] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241902] ACPI: Interpreter enabled\n[ 0.242705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244625] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246533] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250360] ACPI: (supports S0 S5)\n[ 0.251092] ACPI: Using IOAPIC for interrupt routing\n[ 0.252200] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255349] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256535] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259052] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261346] acpiphp: Slot [3] registered\n[ 0.262184] acpiphp: Slot [4] registered\n[ 0.263010] acpiphp: Slot [5] registered\n[ 0.263838] acpiphp: Slot [6] registered\n[ 0.264660] acpiphp: Slot [7] registered\n[ 0.265494] acpiphp: Slot [8] registered\n[ 0.266334] acpiphp: Slot [9] registered\n[ 0.267160] acpiphp: Slot [10] registered\n[ 0.267996] acpiphp: Slot [11] registered\n[ 0.268833] acpiphp: Slot [12] registered\n[ 0.269672] acpiphp: Slot [13] registered\n[ 0.270517] acpiphp: Slot [14] registered\n[ 0.271355] acpiphp: Slot [15] registered\n[ 0.282619] acpiphp: Slot [16] registered\n[ 0.283462] acpiphp: Slot [17] registered\n[ 0.284303] acpiphp: Slot [18] registered\n[ 0.285137] acpiphp: Slot [19] registered\n[ 0.285970] acpiphp: Slot [20] registered\n[ 0.286811] acpiphp: Slot [21] registered\n[ 0.287647] acpiphp: Slot [22] registered\n[ 0.288483] acpiphp: Slot [23] registered\n[ 0.289325] acpiphp: Slot [24] registered\n[ 0.290163] acpiphp: Slot [25] registered\n[ 0.291003] acpiphp: Slot [26] registered\n[ 0.291927] acpiphp: Slot [27] registered\n[ 0.293027] acpiphp: Slot [28] registered\n[ 0.294125] acpiphp: Slot [29] registered\n[ 0.295220] acpiphp: Slot [30] registered\n[ 0.296314] acpiphp: Slot [31] registered\n[ 0.297398] PCI host bridge to bus 0000:00\n[ 0.298486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301879] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303847] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305817] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312527] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315983] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317770] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324807] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326798] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.373866] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.375358] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.378260] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380269] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.381551] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.382722] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383796] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385364] vgaarb: loaded\n[ 0.385976] vgaarb: bridge control possible 0000:00:02.0\n[ 0.387135] SCSI subsystem initialized\n[ 0.387968] ACPI: bus type USB registered\n[ 0.388795] usbcore: registered new interface driver usbfs\n[ 0.389838] usbcore: registered new interface driver hub\n[ 0.391094] usbcore: registered new device driver usb\n[ 0.392565] PCI: Using ACPI for IRQ routing\n[ 0.393794] NetLabel: Initializing\n[ 0.394508] NetLabel: domain hash size = 128\n[ 0.395383] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.396343] NetLabel: unlabeled traffic allowed by default\n[ 0.397443] clocksource: Switched to clocksource kvm-clock\n[ 0.402856] AppArmor: AppArmor Filesystem Enabled\n[ 0.403926] pnp: PnP ACPI init\n[ 0.405027] pnp: PnP ACPI: found 5 devices\n[ 0.411655] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413918] NET: Registered protocol family 2\n[ 0.415146] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416856] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418439] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.420007] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421461] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423028] NET: Registered protocol family 1\n[ 0.424164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425635] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.427074] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441502] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.456013] Trying to unpack rootfs image as initramfs...\n[ 0.506676] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520669] Scanning for low memory corruption every 60 seconds\n[ 0.522026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523174] audit: initializing netlink subsys (disabled)\n[ 0.524199] audit: type=2000 audit(1547031948.410:1): initialized\n[ 0.525519] Initialise system trusted keyring\n[ 0.526445] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.527612] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.529579] zbud: loaded\n[ 0.530280] VFS: Disk quotas dquot_6.6.0\n[ 0.531096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.532595] fuse init (API version 7.23)\n[ 0.533499] Key type big_key registered\n[ 0.534303] Allocating IMA MOK and blacklist keyrings.\n[ 0.535780] Key type asymmetric registered\n[ 0.536600] Asymmetric key parser 'x509' registered\n[ 0.537568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.539053] io scheduler noop registered\n[ 0.539846] io scheduler deadline registered (default)\n[ 0.540833] io scheduler cfq registered\n[ 0.541673] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542719] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545430] ACPI: Power Button [PWRF]\n[ 0.546281] GHES: HEST is not enabled!\n[ 0.559971] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.588255] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.590506] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619213] Linux agpgart interface v0.103\n[ 0.621305] brd: module loaded\n[ 0.622541] loop: module loaded\n[ 0.627010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.628466] GPT:90111 != 2097151\n[ 0.629146] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630248] GPT:90111 != 2097151\n[ 0.630928] GPT: Use GNU Parted to correct GPT errors.\n[ 0.631895] vda: vda1 vda15\n[ 0.633501] scsi host0: ata_piix\n[ 0.634247] scsi host1: ata_piix\n[ 0.634960] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.636182] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.637642] libphy: Fixed MDIO Bus: probed\n[ 0.638471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.639427] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.641776] PPP generic driver version 2.4.2\n[ 0.642666] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.644009] ehci-pci: EHCI PCI platform driver\n[ 0.644886] ehci-platform: EHCI generic platform driver\n[ 0.645890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.647024] ohci-pci: OHCI PCI platform driver\n[ 0.647896] ohci-platform: OHCI generic platform driver\n[ 0.648888] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.663506] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.664531] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.665996] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667008] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.669369] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.670805] usb usb1: Product: UHCI Host Controller\n[ 0.671754] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.672907] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673930] hub 1-0:1.0: USB hub found\n[ 0.674707] hub 1-0:1.0: 2 ports detected\n[ 0.675614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677773] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678726] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679764] mousedev: PS/2 mouse device common for all mice\n[ 0.681030] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683989] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685181] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686381] i2c /dev entries driver\n[ 0.687147] device-mapper: uevent: version 1.0.3\n[ 0.688089] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691026] NET: Registered protocol family 10\n[ 0.692027] NET: Registered protocol family 17\n[ 0.692925] Key type dns_resolver registered\n[ 0.693866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.694967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696722] registered taskstats version 1\n[ 0.697574] Loading compiled-in X.509 certificates\n[ 0.699021] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700884] zswap: loaded using pool lzo/zbud\n[ 0.702266] Key type trusted registered\n[ 0.703814] Key type encrypted registered\n[ 0.704647] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705695] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706748] evm: HMAC attrs: 0x1\n[ 0.708051] Magic number: 3:323:74\n[ 0.708893] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:48 UTC (1547031948)\n[ 0.710494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.711608] EDD information not available.\n[ 0.794510] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796060] Write protecting the kernel read-only data: 14336k\n[ 0.808169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809974] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.147069] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000152\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg25gTWXp0+T7QvqscdmUuVNpWiN3yghjK7bWZ/gMVg8658CyEThM0yYUeQ/+HBul9DV0DTEKjJv6+S6pR7nbIKC18f1am+Nrd604/eBsboOx/4cFSo25c+NSSTuPg4NlrRFklhRa3qtzxavhn0HLGDXqHfEwLoQRyNCWVfyPSIVTKmDryaPTQ/zQ2F1vbWqx2bElbOwbCO5onfQCkW650DnLvHG9m6I0N5XUqJAZ+EfO0XWxWWZtn4lAj0cUdz5dqQBE0jW60LyTlqzYZbI39Xz1MOXMvnX5M/kfUPHaP2bZwJ/8u7SYqHMQHoc81XwGfAOsRA6KHCIV4bU4EMSA5 root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOUITswCc8R73pY5rqrgqtkzxPcvQivF4r9vMs34W3apD8yTkYW+eLNtOC/ivJVNa1XxA6jVGZNTd2gbrVNVqrgkzbOmiAXXK4QKDczbGautRYZ/IlxhZjvJ7dqAc+pOQDtqmmYs8jDSnj7KobM0laWAObxKALMmaWNmj3bQxyelAAAAFQCe7Uu+bjR5aABYnYOzgFEjdTK1twAAAIAg9uHH67wVYeVfU9dGJJKu+3W1gHdPWEQeRKopKbZfDhpQHhYVtHfKy0dLcc9ciWYyTo93s4tW7W6GkI2E3Q+PC/mIrUIZmD0pGihRGxvYQpxNokRxZhfX0KdUmR8bC0USFnq+3ra2c5ccHJDBfJ2pKXV3pnLV1bnixoBcwOkP2AAAAIAsIirLT/Oh+iaR5SDdvo3nwTo3exNBAy3bgb7FDMJvvIM+jbY6+OBkafWUN18PtdjSduZJKTahQZRK14R4HfMuoIDrGw8zkCiUKRrspy5E5ynNDB0SWm0Si52PSqwZuRBRObQKUvYcVBMSH/fXrQdaJPm5C3dxMQtgdWCSHfNlLg== 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.10,24,fe80::f816:3eff:fe00:f5c6/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000152\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n/dev/root resized successfully [took 2.73s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:00:F5:C6 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe00:f5c6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 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:8117 (7.9 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.127260] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.147069] random: dd urandom read with 5 bits of entropy available\n[ 1.153544] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.153546] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.153547] usb 1-1: Product: QEMU USB Tablet\n[ 1.153548] usb 1-1: Manufacturer: QEMU\n[ 1.153549] usb 1-1: SerialNumber: 42\n[ 1.517699] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 2.634821] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.996695] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:05:48 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 9 11:05:48 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 9 11:05:48 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 9 11:05:48 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 9 11:05:48 cirros kern.notice kernel: [ 1.147069] random: dd urandom read with 5 bits of entropy available\nJan 9 11:05:48 cirros kern.info kernel: [ 1.153544] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:05:48 cirros kern.info kernel: [ 1.153546] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:05:48 cirros kern.info kernel: [ 1.153547] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:05:48 cirros kern.info kernel: [ 1.153548] usb 1-1: Manufacturer: QEMU\nJan 9 11:05:48 cirros kern.info kernel: [ 1.153549] usb 1-1: SerialNumber: 42\nJan 9 11:05:49 cirros kern.info kernel: [ 1.517699] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:05:50 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:05:50 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:05:50 cirros kern.info kernel: [ 2.634821] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:05:50 cirros kern.info kernel: [ 2.996695] 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: "} 2019-01-09 11:06:38,533 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-c0d5c2b2-38fb-47fd-906b-016c571ebb6d 2019-01-09 11:06:40,569 - sdnvpn_test_utils - INFO - Waiting for instance e7542e3a-8c09-490a-b598-58ab2855215c to boot up 2019-01-09 11:06:40,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fbdc934eeadfba5d630bb152f9b0e65d585b758" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:06:41,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:06: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-739587e7-0756-436f-bf5d-c32e1618b60e x-compute-request-id: req-739587e7-0756-436f-bf5d-c32e1618b60e Content-Encoding: gzip Content-Length: 10886 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 485583017 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132623] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134317] pid_max: default: 32768 minimum: 301\n[ 0.135229] ACPI: Core revision 20150930\n[ 0.136625] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137951] Security Framework initialized\n[ 0.138783] Yama: becoming mindful.\n[ 0.139523] AppArmor: AppArmor initialized\n[ 0.140395] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141747] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143043] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144273] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145681] Initializing cgroup subsys io\n[ 0.146507] Initializing cgroup subsys memory\n[ 0.147378] Initializing cgroup subsys devices\n[ 0.148273] Initializing cgroup subsys freezer\n[ 0.149154] Initializing cgroup subsys net_cls\n[ 0.150034] Initializing cgroup subsys perf_event\n[ 0.150961] Initializing cgroup subsys net_prio\n[ 0.151860] Initializing cgroup subsys hugetlb\n[ 0.152729] Initializing cgroup subsys pids\n[ 0.153604] CPU: Physical Processor ID: 0\n[ 0.155112] mce: CPU supports 10 MCE banks\n[ 0.155975] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156977] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169255] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175685] ftrace: allocating 31920 entries in 125 pages\n[ 0.202051] smpboot: Max logical packages: 1\n[ 0.202914] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204280] x2apic enabled\n[ 0.205092] Switched APIC routing to physical x2apic.\n[ 0.206844] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207976] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209975] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211772] KVM setup paravirtual spinlock\n[ 0.213067] x86: Booted up 1 node, 1 CPUs\n[ 0.213882] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215280] devtmpfs: initialized\n[ 0.217001] evm: security.selinux\n[ 0.217709] evm: security.SMACK64\n[ 0.218399] evm: security.SMACK64EXEC\n[ 0.219148] evm: security.SMACK64TRANSMUTE\n[ 0.219962] evm: security.SMACK64MMAP\n[ 0.220714] evm: security.ima\n[ 0.221354] evm: security.capability\n[ 0.222165] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224019] pinctrl core: initialized pinctrl subsystem\n[ 0.225124] RTC time: 11:05:33, date: 01/09/19\n[ 0.226086] NET: Registered protocol family 16\n[ 0.227064] cpuidle: using governor ladder\n[ 0.227890] cpuidle: using governor menu\n[ 0.228680] PCCT header not found.\n[ 0.229444] ACPI: bus type PCI registered\n[ 0.230246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231493] PCI: Using configuration type 1 for base access\n[ 0.233239] ACPI: Added _OSI(Module Device)\n[ 0.234088] ACPI: Added _OSI(Processor Device)\n[ 0.234955] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235858] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238000] ACPI: Interpreter enabled\n[ 0.238778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240628] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242471] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.244327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.246175] ACPI: (supports S0 S5)\n[ 0.246885] ACPI: Using IOAPIC for interrupt routing\n[ 0.247941] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252191] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253440] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254644] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256888] acpiphp: Slot [3] registered\n[ 0.257701] acpiphp: Slot [4] registered\n[ 0.258506] acpiphp: Slot [5] registered\n[ 0.259307] acpiphp: Slot [6] registered\n[ 0.260112] acpiphp: Slot [7] registered\n[ 0.260921] acpiphp: Slot [8] registered\n[ 0.261730] acpiphp: Slot [9] registered\n[ 0.262533] acpiphp: Slot [10] registered\n[ 0.263349] acpiphp: Slot [11] registered\n[ 0.264166] acpiphp: Slot [12] registered\n[ 0.264987] acpiphp: Slot [13] registered\n[ 0.265803] acpiphp: Slot [14] registered\n[ 0.266618] acpiphp: Slot [15] registered\n[ 0.277670] acpiphp: Slot [16] registered\n[ 0.278491] acpiphp: Slot [17] registered\n[ 0.279303] acpiphp: Slot [18] registered\n[ 0.280120] acpiphp: Slot [19] registered\n[ 0.280936] acpiphp: Slot [20] registered\n[ 0.281766] acpiphp: Slot [21] registered\n[ 0.282591] acpiphp: Slot [22] registered\n[ 0.283411] acpiphp: Slot [23] registered\n[ 0.284248] acpiphp: Slot [24] registered\n[ 0.285073] acpiphp: Slot [25] registered\n[ 0.285898] acpiphp: Slot [26] registered\n[ 0.286719] acpiphp: Slot [27] registered\n[ 0.287541] acpiphp: Slot [28] registered\n[ 0.288360] acpiphp: Slot [29] registered\n[ 0.289186] acpiphp: Slot [30] registered\n[ 0.290012] acpiphp: Slot [31] registered\n[ 0.290834] PCI host bridge to bus 0000:00\n[ 0.291656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292888] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294121] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295608] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297073] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303413] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304712] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305905] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307189] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313688] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315155] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.361750] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.363276] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.364724] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.366151] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.367563] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.368834] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.369993] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.371141] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.372711] vgaarb: loaded\n[ 0.373326] vgaarb: bridge control possible 0000:00:02.0\n[ 0.374481] SCSI subsystem initialized\n[ 0.375309] ACPI: bus type USB registered\n[ 0.376139] usbcore: registered new interface driver usbfs\n[ 0.377186] usbcore: registered new interface driver hub\n[ 0.378213] usbcore: registered new device driver usb\n[ 0.379282] PCI: Using ACPI for IRQ routing\n[ 0.380320] NetLabel: Initializing\n[ 0.381051] NetLabel: domain hash size = 128\n[ 0.381916] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.382889] NetLabel: unlabeled traffic allowed by default\n[ 0.384003] clocksource: Switched to clocksource kvm-clock\n[ 0.389445] AppArmor: AppArmor Filesystem Enabled\n[ 0.390408] pnp: PnP ACPI init\n[ 0.391315] pnp: PnP ACPI: found 5 devices\n[ 0.397695] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.399407] NET: Registered protocol family 2\n[ 0.400366] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401654] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402833] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404010] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405100] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406279] NET: Registered protocol family 1\n[ 0.407152] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409346] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423355] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437549] Trying to unpack rootfs image as initramfs...\n[ 0.486811] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.500856] Scanning for low memory corruption every 60 seconds\n[ 0.502281] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.503442] audit: initializing netlink subsys (disabled)\n[ 0.504479] audit: type=2000 audit(1547031934.422:1): initialized\n[ 0.505794] Initialise system trusted keyring\n[ 0.506727] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.507898] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509872] zbud: loaded\n[ 0.510576] VFS: Disk quotas dquot_6.6.0\n[ 0.511395] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512919] fuse init (API version 7.23)\n[ 0.513820] Key type big_key registered\n[ 0.514626] Allocating IMA MOK and blacklist keyrings.\n[ 0.516105] Key type asymmetric registered\n[ 0.516936] Asymmetric key parser 'x509' registered\n[ 0.517895] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519357] io scheduler noop registered\n[ 0.520170] io scheduler deadline registered (default)\n[ 0.521167] io scheduler cfq registered\n[ 0.522004] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523077] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.524370] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.525856] ACPI: Power Button [PWRF]\n[ 0.526694] GHES: HEST is not enabled!\n[ 0.540368] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.568204] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.570462] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.595905] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598599] Linux agpgart interface v0.103\n[ 0.600675] brd: module loaded\n[ 0.601870] loop: module loaded\n[ 0.606224] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607675] GPT:90111 != 2097151\n[ 0.608352] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609446] GPT:90111 != 2097151\n[ 0.610111] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611063] vda: vda1 vda15\n[ 0.612804] scsi host0: ata_piix\n[ 0.613538] scsi host1: ata_piix\n[ 0.614238] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615444] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616883] libphy: Fixed MDIO Bus: probed\n[ 0.617701] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618641] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620907] PPP generic driver version 2.4.2\n[ 0.621792] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623125] ehci-pci: EHCI PCI platform driver\n[ 0.623988] ehci-platform: EHCI generic platform driver\n[ 0.624983] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626095] ohci-pci: OHCI PCI platform driver\n[ 0.626950] ohci-platform: OHCI generic platform driver\n[ 0.627930] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642361] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643359] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644796] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645833] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646937] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648157] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649571] usb usb1: Product: UHCI Host Controller\n[ 0.650501] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651636] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652637] hub 1-0:1.0: USB hub found\n[ 0.653409] hub 1-0:1.0: 2 ports detected\n[ 0.654311] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656442] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657384] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658406] mousedev: PS/2 mouse device common for all mice\n[ 0.659651] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661491] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662581] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663759] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664938] i2c /dev entries driver\n[ 0.665698] device-mapper: uevent: version 1.0.3\n[ 0.666625] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668240] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669531] NET: Registered protocol family 10\n[ 0.670526] NET: Registered protocol family 17\n[ 0.671406] Key type dns_resolver registered\n[ 0.672326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673410] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675138] registered taskstats version 1\n[ 0.675960] Loading compiled-in X.509 certificates\n[ 0.677403] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679237] zswap: loaded using pool lzo/zbud\n[ 0.680593] Key type trusted registered\n[ 0.682132] Key type encrypted registered\n[ 0.682950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683968] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685009] evm: HMAC attrs: 0x1\n[ 0.686314] Magic number: 3:323:74\n[ 0.687139] rtc_cmos 00:00: setting system clock to 2019-01-09 11:05:34 UTC (1547031934)\n[ 0.688729] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689844] EDD information not available.\n[ 0.773058] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774587] Write protecting the kernel read-only data: 14336k\n[ 0.786536] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788322] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.194935] 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.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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.10. iid=i-0000014f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgzRH70y+EU7aQZb5A0ikIiriVPTvPqfdPxCNXjev8531MlNnazliPWkQMGcArKdRYDYvE0VIFKqm/vM8rDSmvWs8HNCb7F0DMeXzu+2doYJXeroGsU+O62F+NP1vq3lxVpMvhypNXJmFSUskgVH3FNG4N10WnybtpFIvUTJgRgq2JtRyyiS/aXk/nfb5FcJkixCf3iF/HEgN/l7QmThV9/QMohzu3E04fCfS1RyMxAskny16/sO6p2Cr/nPUdYYet2h/MjjuqVw8fSqsn+C43miltegN+AboEKXoqs73MBfzuf18wjJb7Ev9nzDNK3LNk88k+WWq4NjXoSlg1vTUf root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMp3DLXPjXBHofDlCUTzviABgjaZVnzyjqwenzB0yLIg/RLt8FgHDy6Shcabt2uE0fkVrFWSyW4uppRCgoIibkzaGxk3qE4bA/06Zj7MBSk69ngRO2Ppd7yNGHLKdYKNxdOkFxjkJN43CQn9hL4bVCKI6YlZn5EVJQKxajZ/V36pAAAAFQDDsZIRWIuIRwMLx7TIvN4nL96zHQAAAIBKcPZQp/aeu4kiFv27tWq6xLxmVHW9J6JXJQeEDtZWwxkdVKQ2L9lFEo+6p51dlsBTpJjWKseuxbFhBJWlf9sXtVp96ifHb1ZxRwiwYcJoThfPoVrOzefl4pzGmv5LyGPP0EYIswY0DjGg4zDNqMAhEIuc5bE04oM4RIv4om4f1wAAAIAd/4gBa80fHDBGHjqSSWvmIvkmvmpv6V4ZY3xDhf4OI75QqgeI82kVxM3lGETv8pKOIXR6EO6YKnendVjI1SZjsv2xXHXPj13x2mVuW+v8nbM3HMEYH8vVfcfk0gXYjCxfIxwZ4+y8oX140fD2j2owHvPPoVumUne5kyGuAhvMkQ== 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.11,24,fe80::f816:3eff:fe30:76e9/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.11 \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-0000014f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.40 ===\n/dev/root resized successfully [took 1.72s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:30:76:E9 \n inet addr:10.10.10.11 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe30:76e9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:65 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:8130 (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.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-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.132621] usb 1-1: Product: QEMU USB Tablet\n[ 1.132622] usb 1-1: Manufacturer: QEMU\n[ 1.132623] usb 1-1: SerialNumber: 42\n[ 1.159354] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.177286] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.194935] random: dd urandom read with 5 bits of entropy available\n[ 1.500086] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.500089] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\n[ 3.519212] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.928480] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:05:34 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 9 11:05:34 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 9 11:05:34 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 9 11:05:34 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 9 11:05:35 cirros kern.notice kernel: [ 1.194935] random: dd urandom read with 5 bits of entropy available\nJan 9 11:05:35 cirros kern.info kernel: [ 1.500086] tsc: Refined TSC clocksource calibration: 3491.909 MHz\nJan 9 11:05:35 cirros kern.info kernel: [ 1.500089] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nJan 9 11:05:36 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:05:37 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:05:37 cirros kern.info kernel: [ 3.519212] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:05:37 cirros kern.info kernel: [ 3.928480] 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: "} 2019-01-09 11:06:41,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c/action used request id req-739587e7-0756-436f-bf5d-c32e1618b60e 2019-01-09 11:06:43,684 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2019-01-09 11:07:13,715 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-09 11:07:13,717 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-09 11:07:13,717 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-09 11:07:13,721 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-09 11:07:13,762 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-09 11:07:13,764 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-09 11:07:13,765 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-09 11:07:13,766 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-09 11:07:13,766 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-09 11:07:13,807 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-09 11:07:13,845 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-09 11:07:13,849 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-09 11:07:13,851 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-09 11:07:13,852 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-09 11:07:13,852 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-09 11:07:13,857 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-09 11:07:13,901 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-09 11:07:13,903 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-09 11:07:13,904 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-09 11:07:13,904 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-09 11:07:13,905 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-09 11:07:13,945 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-09 11:07:13,982 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-09 11:07:13,986 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-09 11:07:13,987 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-09 11:07:13,987 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-09 11:07:13,987 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-09 11:07:13,989 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-09 11:07:14,028 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-09 11:07:14,029 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-09 11:07:14,030 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-09 11:07:14,031 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-09 11:07:14,031 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-09 11:07:14,071 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-09 11:07:14,108 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-09 11:07:14,110 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-09 11:07:14,111 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-09 11:07:14,111 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-09 11:07:14,111 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-09 11:07:14,115 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-09 11:07:14,152 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-09 11:07:14,153 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-09 11:07:14,154 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-09 11:07:14,155 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-09 11:07:14,155 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-09 11:07:14,197 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-09 11:07:14,232 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-09 11:07:14,232 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2019-01-09 11:07:14,233 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-09 11:07:14,233 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2019-01-09 11:07:14,235 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2019-01-09 11:07:14,235 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2019-01-09 11:07:14,237 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2019-01-09 11:07:14,277 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2019-01-09 11:07:14,278 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2019-01-09 11:07:14,279 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2019-01-09 11:07:14,280 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2019-01-09 11:07:14,280 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2019-01-09 11:07:14,321 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2019-01-09 11:07:14,398 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2019-01-09 11:07:14,399 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2019-01-09 11:07:44,414 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2019-01-09 11:07:44,415 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2019-01-09 11:07:44,415 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2019-01-09 11:07:44,418 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2019-01-09 11:07:44,479 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2019-01-09 11:07:44,480 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2019-01-09 11:07:44,481 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2019-01-09 11:07:44,482 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2019-01-09 11:07:44,482 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2019-01-09 11:07:44,485 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2019-01-09 11:07:44,559 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2019-01-09 11:07:44,560 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2019-01-09 11:08:14,571 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2019-01-09 11:08:14,572 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2019-01-09 11:08:14,572 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2019-01-09 11:08:14,574 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2019-01-09 11:08:14,635 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2019-01-09 11:08:14,635 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2019-01-09 11:08:14,636 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2019-01-09 11:08:44,666 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2019-01-09 11:08:44,667 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2019-01-09 11:08:44,668 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2019-01-09 11:08:44,672 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2019-01-09 11:08:44,708 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2019-01-09 11:08:44,710 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2019-01-09 11:08:44,711 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2019-01-09 11:08:44,711 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2019-01-09 11:08:44,712 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2019-01-09 11:08:44,752 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2019-01-09 11:08:44,789 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2019-01-09 11:08:44,794 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2019-01-09 11:08:44,795 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2019-01-09 11:08:44,796 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2019-01-09 11:08:44,796 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2019-01-09 11:08:44,799 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2019-01-09 11:08:44,841 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2019-01-09 11:08:44,843 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2019-01-09 11:08:44,844 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2019-01-09 11:08:44,844 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2019-01-09 11:08:44,845 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2019-01-09 11:08:44,886 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2019-01-09 11:08:44,923 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2019-01-09 11:08:44,930 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2019-01-09 11:08:44,930 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2019-01-09 11:08:44,931 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2019-01-09 11:08:44,931 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2019-01-09 11:08:44,934 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2019-01-09 11:08:44,969 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2019-01-09 11:08:44,971 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2019-01-09 11:08:44,971 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2019-01-09 11:08:44,972 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2019-01-09 11:08:44,972 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2019-01-09 11:08:45,013 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2019-01-09 11:08:45,046 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2019-01-09 11:08:45,047 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2019-01-09 11:08:45,047 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2019-01-09 11:08:45,049 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2019-01-09 11:08:45,049 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2019-01-09 11:08:45,052 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2019-01-09 11:08:45,086 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2019-01-09 11:08:45,087 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2019-01-09 11:08:45,088 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2019-01-09 11:08:45,089 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2019-01-09 11:08:45,089 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2019-01-09 11:08:45,129 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2019-01-09 11:08:45,162 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2019-01-09 11:08:45,163 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2019-01-09 11:08:45,163 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2019-01-09 11:08:45,164 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2019-01-09 11:08:45,165 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2019-01-09 11:08:45,165 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2019-01-09 11:08:45,169 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2019-01-09 11:08:45,208 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2019-01-09 11:08:45,208 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2019-01-09 11:09:15,218 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2019-01-09 11:09:15,219 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2019-01-09 11:09:15,219 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2019-01-09 11:09:15,222 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2019-01-09 11:09:15,253 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2019-01-09 11:09:15,254 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2019-01-09 11:09:15,255 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2019-01-09 11:09:15,256 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2019-01-09 11:09:15,256 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2019-01-09 11:09:15,259 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2019-01-09 11:09:15,300 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2019-01-09 11:09:15,301 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2019-01-09 11:09:45,330 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2019-01-09 11:09:45,331 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2019-01-09 11:09:45,331 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2019-01-09 11:09:45,334 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2019-01-09 11:09:45,366 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2019-01-09 11:09:45,366 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2019-01-09 11:09:45,367 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2019-01-09 11:10:15,389 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2019-01-09 11:10:15,390 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2019-01-09 11:10:15,391 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2019-01-09 11:10:15,395 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2019-01-09 11:10:15,434 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2019-01-09 11:10:15,436 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2019-01-09 11:10:15,436 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2019-01-09 11:10:15,437 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2019-01-09 11:10:15,437 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2019-01-09 11:10:15,478 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2019-01-09 11:10:15,515 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2019-01-09 11:10:15,521 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2019-01-09 11:10:15,521 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2019-01-09 11:10:15,522 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2019-01-09 11:10:15,522 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2019-01-09 11:10:15,526 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2019-01-09 11:10:15,564 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2019-01-09 11:10:15,566 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2019-01-09 11:10:15,566 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2019-01-09 11:10:15,567 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2019-01-09 11:10:15,567 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2019-01-09 11:10:15,609 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2019-01-09 11:10:15,647 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2019-01-09 11:10:15,652 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2019-01-09 11:10:15,653 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2019-01-09 11:10:15,653 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2019-01-09 11:10:15,654 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2019-01-09 11:10:15,657 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2019-01-09 11:10:15,694 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2019-01-09 11:10:15,696 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2019-01-09 11:10:15,696 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2019-01-09 11:10:15,697 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2019-01-09 11:10:15,697 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2019-01-09 11:10:15,738 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2019-01-09 11:10:15,775 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2019-01-09 11:10:15,777 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2019-01-09 11:10:15,777 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2019-01-09 11:10:15,778 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2019-01-09 11:10:15,778 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2019-01-09 11:10:15,780 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2019-01-09 11:10:15,814 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2019-01-09 11:10:15,815 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2019-01-09 11:10:15,816 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2019-01-09 11:10:15,817 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2019-01-09 11:10:15,817 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2019-01-09 11:10:15,857 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2019-01-09 11:10:15,891 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2019-01-09 11:10:15,891 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2019-01-09 11:10:15,894 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2019-01-09 11:10:15,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" -d '{"forceDelete": null}' 2019-01-09 11:10:16,056 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:10:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e75f2d4c-452a-4e72-b7ff-401607f15833 x-compute-request-id: req-e75f2d4c-452a-4e72-b7ff-401607f15833 Content-Length: 0 Content-Type: application/json 2019-01-09 11:10:16,057 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a/action used request id req-e75f2d4c-452a-4e72-b7ff-401607f15833 2019-01-09 11:10:16,057 - sdnvpn_test_utils - DEBUG - Waiting for instance 55a3211f-fee0-4fd4-aae9-9c7b0820287a to be deleted 2019-01-09 11:10:16,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" 2019-01-09 11:10:17,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-a6b3a691-8b91-47e9-b957-b2269dfc6b1f x-compute-request-id: req-a6b3a691-8b91-47e9-b957-b2269dfc6b1f Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:f5:c6", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/55a3211f-fee0-4fd4-aae9-9c7b0820287a", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000158", "OS-SRV-USG:launched_at": "2019-01-09T11:05:47.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "55a3211f-fee0-4fd4-aae9-9c7b0820287a", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:10:15Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-1", "created": "2019-01-09T11:05:42Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:76:e9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2019-01-09T11:05:33.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e7542e3a-8c09-490a-b598-58ab2855215c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:05:34Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-09T11:05:29Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:10:17,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-a6b3a691-8b91-47e9-b957-b2269dfc6b1f 2019-01-09 11:10:19,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" 2019-01-09 11:10:20,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-9a32b80e-7950-433f-abd9-3739da318d16 x-compute-request-id: req-9a32b80e-7950-433f-abd9-3739da318d16 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:76:e9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2019-01-09T11:05:33.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e7542e3a-8c09-490a-b598-58ab2855215c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:05:34Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-09T11:05:29Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:10:20,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-9a32b80e-7950-433f-abd9-3739da318d16 2019-01-09 11:10:22,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" -d '{"forceDelete": null}' 2019-01-09 11:10:22,441 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:10:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6995c207-a0fe-4849-b65e-dcdd684d6852 x-compute-request-id: req-6995c207-a0fe-4849-b65e-dcdd684d6852 Content-Length: 0 Content-Type: application/json 2019-01-09 11:10:22,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c/action used request id req-6995c207-a0fe-4849-b65e-dcdd684d6852 2019-01-09 11:10:22,441 - sdnvpn_test_utils - DEBUG - Waiting for instance e7542e3a-8c09-490a-b598-58ab2855215c to be deleted 2019-01-09 11:10:22,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" 2019-01-09 11:10:23,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-dee3021b-d314-4cd4-8af5-4c6e9085fc51 x-compute-request-id: req-dee3021b-d314-4cd4-8af5-4c6e9085fc51 Content-Encoding: gzip Content-Length: 799 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:76:e9", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/e7542e3a-8c09-490a-b598-58ab2855215c", "rel": "bookmark"}], "image": {"id": "66864a5b-2e3c-4311-a61f-534a74de8031", "links": [{"href": "http://172.30.9.30:8774/images/66864a5b-2e3c-4311-a61f-534a74de8031", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000155", "OS-SRV-USG:launched_at": "2019-01-09T11:05:33.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "e7542e3a-8c09-490a-b598-58ab2855215c", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:10:22Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-12-2", "created": "2019-01-09T11:05:29Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:10:23,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-dee3021b-d314-4cd4-8af5-4c6e9085fc51 2019-01-09 11:10:25,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17e0da83e488984a4be68702198573973a7593c" 2019-01-09 11:10:25,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e70f81d-66d8-45a9-a482-5df073efe84a x-compute-request-id: req-5e70f81d-66d8-45a9-a482-5df073efe84a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 11:10:25,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-5e70f81d-66d8-45a9-a482-5df073efe84a 2019-01-09 11:10:27,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/66864a5b-2e3c-4311-a61f-534a74de8031 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2b33d79db39344eae052462a02bf3f7c0854bef3" 2019-01-09 11:10:28,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8dd3e7c-1633-4842-90f5-65fccaf6ee6b Date: Wed, 09 Jan 2019 11:10:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:10:28,600 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/66864a5b-2e3c-4311-a61f-534a74de8031 used request id req-f8dd3e7c-1633-4842-90f5-65fccaf6ee6b 2019-01-09 11:10:28,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/e9f306c3-0f10-44f0-b460-7b56ed1e01cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96588f6c0dfb682008a202adfee808ccc8b415a6" 2019-01-09 11:10:30,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b25f2d5-7ed3-4c2e-ae6a-a6c1e4063ab0 Date: Wed, 09 Jan 2019 11:10:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:10:30,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/e9f306c3-0f10-44f0-b460-7b56ed1e01cd used request id req-5b25f2d5-7ed3-4c2e-ae6a-a6c1e4063ab0 2019-01-09 11:10:30,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/d66caa7b-d094-49cc-a94e-817af0ab4e8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96588f6c0dfb682008a202adfee808ccc8b415a6" 2019-01-09 11:10:32,598 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fb06323-947b-494c-91b2-117c52be1743 Date: Wed, 09 Jan 2019 11:10:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:10:32,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d66caa7b-d094-49cc-a94e-817af0ab4e8f used request id req-7fb06323-947b-494c-91b2-117c52be1743 2019-01-09 11:10:32,598 - 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 369, actual flow count 396| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 20, actual group count 20| +========================================================================================+ | Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok| +----------------------------------------------------------------------------------------+ | PASS | OVS flows are programmed after resync expected flow count 369, actual flow count 396| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 20, actual group count 20| +========================================================================================+ +========================================================================================+ 2019-01-09 11:10:32,598 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 11:10:32,599 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2019-01-09 11:10:32,599 - 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 369, actual flow count 396': 'PASS'}, {'OVS groups are programmed after resync expected group count 20, actual group count 20': 'PASS'}, {'OVS flows are programmed after resync expected flow count 369, actual flow count 396': 'PASS'}, {'OVS groups are programmed after resync expected group count 20, actual group count 20': 'PASS'}]} 2019-01-09 11:10:32,599 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology' 2019-01-09 11:10:32,599 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2019-01-09 11:10:32,600 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2019-01-09 11:10:32,686 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:10:32,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:10:32,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:10:32,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:10:32,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:10:32,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:10:32,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:10:32,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:10:32,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:10:32,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:10:32,690 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:10:32,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:10:32,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:10:32,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:10:32,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:10:32,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:10:32,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 11:10:32,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:10:32,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:10:32,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:10:32,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:10:32,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:10:32,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:10:32,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:10:32,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:10:32,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:10:32,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:10:32,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:10:32,695 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:10:32,697 - paramiko.transport - DEBUG - starting thread (client mode): 0x566479d0L 2019-01-09 11:10:32,697 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:32,711 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:32,712 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:32,714 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:32,714 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:32,714 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:32,715 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:32,715 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:32,715 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:32,720 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:32,721 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:32,729 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.224: e94c8aee9a4f77297a96804608359669 2019-01-09 11:10:32,729 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:32,760 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:32,789 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:32,794 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:32,952 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:32,953 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:32,991 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:32,992 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:33,001 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:36,942 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:36,944 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:36,946 - paramiko.transport - DEBUG - starting thread (client mode): 0x571cc1d0L 2019-01-09 11:10:36,946 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:36,953 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:36,953 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:36,957 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:36,957 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:36,957 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:36,957 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:36,958 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:36,958 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:36,963 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:36,963 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:36,978 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 11:10:36,979 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:37,002 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:37,015 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:37,043 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:37,125 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:37,126 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:37,165 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:37,166 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:37,180 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:37,216 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:37,218 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:37,218 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:37,219 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:37,219 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:37,259 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:37,296 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:37,298 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:37,299 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:37,300 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:37,300 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:37,340 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:37,373 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:37,374 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:37,376 - paramiko.transport - DEBUG - starting thread (client mode): 0x5726c190L 2019-01-09 11:10:37,376 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:37,381 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:37,382 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:37,384 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:37,385 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:37,385 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:37,385 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:37,385 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:37,385 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:37,390 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:37,390 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:37,391 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 11:10:37,392 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:37,430 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:37,443 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:37,457 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:37,538 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:37,538 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:37,577 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:37,578 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:37,592 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:37,626 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:37,627 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:37,628 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:37,628 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:37,629 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:37,669 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:37,704 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:37,706 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:37,707 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:37,708 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:37,708 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:37,748 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:37,779 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:37,780 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:37,782 - paramiko.transport - DEBUG - starting thread (client mode): 0x5664ec10L 2019-01-09 11:10:37,782 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:37,788 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:37,788 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:37,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 2019-01-09 11:10:37,791 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:37,791 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:37,791 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:37,791 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:37,791 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:37,795 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:37,796 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:37,798 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 11:10:37,799 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:37,835 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:37,847 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:37,863 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:37,946 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:37,947 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:37,986 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:37,987 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:37,998 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:38,029 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:38,030 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:38,031 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:38,032 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:38,032 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:38,073 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:38,109 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:38,110 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:38,110 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:38,112 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:38,112 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:38,152 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:38,183 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:38,185 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:38,186 - paramiko.transport - DEBUG - starting thread (client mode): 0x56653b90L 2019-01-09 11:10:38,187 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:38,192 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:38,192 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:38,195 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:38,195 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:38,196 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:38,196 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:38,196 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:38,196 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:38,200 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:38,201 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:38,202 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 11:10:38,203 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:38,240 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:38,251 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:38,267 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:38,338 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:38,338 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:38,377 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:38,378 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:38,385 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:38,415 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:38,416 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:38,417 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:38,418 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:38,418 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:38,458 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:38,490 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:38,492 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:38,492 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:38,493 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:38,493 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:38,534 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:38,563 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:38,564 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:38,566 - paramiko.transport - DEBUG - starting thread (client mode): 0x56647fd0L 2019-01-09 11:10:38,567 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:38,572 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:38,572 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:38,574 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:38,575 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:38,575 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:38,575 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:38,575 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:38,575 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:38,580 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:38,581 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:38,582 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 11:10:38,583 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:38,620 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:38,631 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:38,647 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:38,706 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:38,707 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:38,746 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:38,747 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:38,750 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:38,779 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:38,780 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:38,781 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:38,781 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:38,782 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:38,822 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:38,852 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:38,854 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:38,854 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:38,855 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:38,855 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:38,896 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:38,921 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:38,922 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:38,923 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:38,924 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:38,924 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:38,929 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:42,852 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:42,853 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:42,855 - paramiko.transport - DEBUG - starting thread (client mode): 0x572b9d10L 2019-01-09 11:10:42,856 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:42,861 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:42,861 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:42,864 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:42,864 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:42,864 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:42,864 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:42,865 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:42,865 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:42,869 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:42,870 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:42,871 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 11:10:42,871 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:42,909 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:42,922 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:42,936 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:43,004 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:43,004 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:43,043 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:43,044 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:43,055 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:43,088 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:43,089 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:43,090 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:43,091 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:43,091 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:43,132 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:43,168 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:43,169 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:43,170 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:43,171 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:43,171 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:43,213 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:43,244 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:43,245 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:43,247 - paramiko.transport - DEBUG - starting thread (client mode): 0x566654d0L 2019-01-09 11:10:43,247 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:43,253 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:43,253 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:43,256 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:43,256 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:43,256 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:43,256 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:43,256 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:43,257 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:43,261 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:43,262 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:43,262 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 11:10:43,263 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:43,301 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:43,313 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:43,327 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:43,391 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:43,391 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:43,430 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:43,431 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:43,434 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:43,471 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:43,472 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:43,473 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:43,473 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:43,473 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:43,514 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:43,551 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:43,553 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:43,553 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:43,554 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:43,554 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:43,595 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:43,626 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:43,628 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:43,630 - paramiko.transport - DEBUG - starting thread (client mode): 0x5666b690L 2019-01-09 11:10:43,630 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:43,636 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:43,636 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:43,639 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:43,639 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:43,640 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:43,640 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:43,640 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:43,640 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:43,645 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:43,646 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:43,662 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 11:10:43,662 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:43,685 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:43,698 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:43,727 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:43,776 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:43,777 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:43,816 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:43,817 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:43,831 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:43,866 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:43,867 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:43,868 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:43,869 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:43,869 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:43,909 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:43,949 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:43,950 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:43,951 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:43,952 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:43,952 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:43,993 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:44,024 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:44,026 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:44,027 - paramiko.transport - DEBUG - starting thread (client mode): 0x56670090L 2019-01-09 11:10:44,028 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:44,034 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:44,035 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:44,037 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:44,038 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:44,038 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:44,038 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:44,038 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:44,038 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:44,043 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:44,044 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:44,060 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 11:10:44,060 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:44,083 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:44,096 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:44,125 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:44,201 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:44,201 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:44,241 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:44,241 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:44,260 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:44,294 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:44,295 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:44,296 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:44,297 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:44,297 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:44,337 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:44,375 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:44,376 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:44,377 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:44,378 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:44,378 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:44,418 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:44,448 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:44,450 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:44,451 - paramiko.transport - DEBUG - starting thread (client mode): 0x56670f10L 2019-01-09 11:10:44,451 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:10:44,457 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:10:44,457 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:10:44,459 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:10:44,459 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:10:44,459 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:10:44,460 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:10:44,460 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:10:44,460 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:10:44,464 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:10:44,465 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:10:44,467 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 11:10:44,468 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:10:44,504 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:10:44,515 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:10:44,532 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:10:44,590 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:10:44,590 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:10:44,630 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:10:44,631 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:10:44,636 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:10:44,666 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:10:44,667 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:10:44,668 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:10:44,669 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:10:44,669 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:10:44,710 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:10:44,741 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:10:44,743 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:10:44,743 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:10:44,744 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:10:44,744 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:10:44,785 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:10:44,812 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:10:44,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:10:44,815 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:10:44,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ddecb1a-b1c1-4f99-91b7-50f947629748 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:10:44,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4ddecb1a-b1c1-4f99-91b7-50f947629748 2019-01-09 11:10:44,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:10:45,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:10:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["wZLWvDTYQ1CI0mp1BguBwg"], "issued_at": "2019-01-09T11:10:45.000000Z"}} 2019-01-09 11:10:45,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd454b548ced23f475248ee673d2f76a791588d7" 2019-01-09 11:10:45,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-76ae8418-55ba-4f64-aa65-c61f66fdb539 Date: Wed, 09 Jan 2019 11:10:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 11:10:45,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-76ae8418-55ba-4f64-aa65-c61f66fdb539 2019-01-09 11:10:45,384 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:10:45,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd454b548ced23f475248ee673d2f76a791588d7" 2019-01-09 11:10:45,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9953839d-2fb6-491d-b1b5-aef577062d05 Date: Wed, 09 Jan 2019 11:10: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"}}} 2019-01-09 11:10:45,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-9953839d-2fb6-491d-b1b5-aef577062d05 2019-01-09 11:10:45,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd454b548ced23f475248ee673d2f76a791588d7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-09 11:10:46,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/dfa12f58-2c95-49e9-ae4e-b5000300a188 X-Openstack-Request-Id: req-dbf3bdfc-74f5-43d6-8167-b42928c60bf0 Date: Wed, 09 Jan 2019 11:10:46 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T11:10:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T11:10:46Z", "visibility": "public", "locations": [], "self": "/v2/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "min_disk": 0, "protected": false, "id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "file": "/v2/images/dfa12f58-2c95-49e9-ae4e-b5000300a188/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 11:10:46,220 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-dbf3bdfc-74f5-43d6-8167-b42928c60bf0 2019-01-09 11:10:46,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/dfa12f58-2c95-49e9-ae4e-b5000300a188/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd454b548ced23f475248ee673d2f76a791588d7" -d '' 2019-01-09 11:10:47,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19256a99-1bae-4bb4-a48a-089c78b65ac3 Date: Wed, 09 Jan 2019 11:10:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:10:47,271 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/dfa12f58-2c95-49e9-ae4e-b5000300a188/file used request id req-19256a99-1bae-4bb4-a48a-089c78b65ac3 2019-01-09 11:10:47,272 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2019-01-09 11:10:47,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:10:47,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23889a7e-3e9b-44dd-ac3a-acb9236fa195 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:10:47,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-23889a7e-3e9b-44dd-ac3a-acb9236fa195 2019-01-09 11:10:47,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:10:47,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:10:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["4JvlrNFuQ5eCM8N8IRXfOQ"], "issued_at": "2019-01-09T11:10:47.000000Z"}} 2019-01-09 11:10:47,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e32f8d409ec064afe6f71cd1d202ec7fe48747" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2019-01-09 11:10:48,185 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-4262fb41-7654-4703-bbc5-7b563f379896 Date: Wed, 09 Jan 2019 11:10:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"83a987f2-cf0a-4195-b9bd-94bf64f30cf6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:10:48Z","is_default":false,"provider:segmentation_id":45,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:10:47Z","mtu":1450}} 2019-01-09 11:10:48,185 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-4262fb41-7654-4703-bbc5-7b563f379896 2019-01-09 11:10:48,186 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 83a987f2-cf0a-4195-b9bd-94bf64f30cf6 with cidr 10.10.10.0/24 2019-01-09 11:10:48,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e32f8d409ec064afe6f71cd1d202ec7fe48747" -d '{"subnets": [{"ip_version": 4, "network_id": "83a987f2-cf0a-4195-b9bd-94bf64f30cf6", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2019-01-09 11:10:48,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-6df0dd57-0f20-40c0-81c9-3bb2f088e15b Date: Wed, 09 Jan 2019 11:10:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"83a987f2-cf0a-4195-b9bd-94bf64f30cf6","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:10:48Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T11:10:48Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"4b2808df-b55e-4893-834c-42857b5f8e19","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2019-01-09 11:10:48,808 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-6df0dd57-0f20-40c0-81c9-3bb2f088e15b 2019-01-09 11:10:48,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e32f8d409ec064afe6f71cd1d202ec7fe48747" 2019-01-09 11:10:49,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-76791b6a-72a3-4867-bc20-ed1bb2dec0d3 Date: Wed, 09 Jan 2019 11:10:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "3b809c21-8697-4f63-849b-e46935ce2db7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "revision_number": 0, "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-09T10:50:24Z", "revision_number": 0, "id": "d3f1a03d-6310-4600-a06f-3d7f4e25c578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:50:24Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 7, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 11:10:49,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-76791b6a-72a3-4867-bc20-ed1bb2dec0d3 2019-01-09 11:10:49,020 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:10:49,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:10:49,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5820fbb3-c753-4a60-ae5f-52d1679014b5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:10:49,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5820fbb3-c753-4a60-ae5f-52d1679014b5 2019-01-09 11:10:49,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:10:49,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:10:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["d0tNKfaUT3SLxtrRHjHGYg"], "issued_at": "2019-01-09T11:10:49.000000Z"}} 2019-01-09 11:10:49,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" 2019-01-09 11:10:49,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-259846a6-73dd-4e44-8ddc-7be1032c6c4d x-compute-request-id: req-259846a6-73dd-4e44-8ddc-7be1032c6c4d Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 11:10:49,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-259846a6-73dd-4e44-8ddc-7be1032c6c4d 2019-01-09 11:10:49,592 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:10:49,593 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:10:49,593 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:10:49,596 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:10:49,646 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 11:10:49,649 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:10:49,650 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:10:49,650 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:10:49,651 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:10:49,691 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:10:49,727 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:10:49,728 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:10:49,729 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:10:49,730 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:10:49,730 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:10:49,734 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:10:49,777 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2019-01-09 11:10:49,778 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:10:49,779 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:10:49,780 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:10:49,780 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:10:49,821 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:10:49,858 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:10:49,858 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2019-01-09 11:10:49,858 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=dfa12f58-2c95-49e9-ae4e-b5000300a188 network=83a987f2-cf0a-4195-b9bd-94bf64f30cf6 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:10:49,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:10:49,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:10:49,859 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:10:49,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:10:49,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:10:49,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:10:49,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:10:49,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:10:49,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:10:49,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:10:49,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:10:49,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:10:49,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:10:49,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:10:49,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:10:49,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:10:49,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:10:49,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:10:49,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:10:49,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:10:49,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:10:49,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:10:49,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:10:49,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:10:49,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:10:49,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:10:49,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:10:49,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:10:49,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:10:49,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:10:49,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:10:49,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:10:49,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:10:49,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:10:49,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:10:49,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:10:49,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:10:49,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:10:49,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:10:49,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:10:49,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:10:49,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:10:49,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:10:49,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:10:49,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:10:49,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:10:49,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:10:49,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:10:49,868 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:10:49,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:10:49,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75ad002-b3d7-4bf3-80d5-9384f1cf9f63 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:10:49,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-b75ad002-b3d7-4bf3-80d5-9384f1cf9f63 2019-01-09 11:10:49,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:10:50,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:10:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["U7k-YHscSd-OXRm8sBKZbw"], "issued_at": "2019-01-09T11:10:50.000000Z"}} 2019-01-09 11:10:50,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" 2019-01-09 11:10:50,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-29fc13c3-51f9-4772-960a-5fe1067563e3 x-compute-request-id: req-29fc13c3-51f9-4772-960a-5fe1067563e3 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:10:50,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-29fc13c3-51f9-4772-960a-5fe1067563e3 2019-01-09 11:10:50,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" 2019-01-09 11:10:50,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-44034075-ff99-4adb-ac78-eda78e4eb5d0 x-compute-request-id: req-44034075-ff99-4adb-ac78-eda78e4eb5d0 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:10:50,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-44034075-ff99-4adb-ac78-eda78e4eb5d0 2019-01-09 11:10:50,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "83a987f2-cf0a-4195-b9bd-94bf64f30cf6"}]}}' 2019-01-09 11:10:52,561 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:10: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-755bad3c-f743-4684-8d4b-f527fcb5ee75 x-compute-request-id: req-755bad3c-f743-4684-8d4b-f527fcb5ee75 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "efaa3438-0efe-43cd-98b3-cfa79a11c318", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "bookmark"}], "adminPass": "P73ghtsCooMm"}} 2019-01-09 11:10:52,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-755bad3c-f743-4684-8d4b-f527fcb5ee75 2019-01-09 11:10:52,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:10:52,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fbcad76-d1d1-4cbc-93e6-feb8b8c6c042 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:10:52,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-0fbcad76-d1d1-4cbc-93e6-feb8b8c6c042 2019-01-09 11:10:52,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:10:52,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:10:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["e-o_6oV8QgyWKg1JNNPhqw"], "issued_at": "2019-01-09T11:10:52.000000Z"}} 2019-01-09 11:10:52,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b16cf776702ce1dc319742c9d80b02f81b8a83f" 2019-01-09 11:10:53,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-6a550192-8642-4ae8-a335-bc903041f6de x-compute-request-id: req-6a550192-8642-4ae8-a335-bc903041f6de 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.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "efaa3438-0efe-43cd-98b3-cfa79a11c318", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:10: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-11-2", "created": "2019-01-09T11:10:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:10:53,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 used request id req-6a550192-8642-4ae8-a335-bc903041f6de 2019-01-09 11:10:56,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b16cf776702ce1dc319742c9d80b02f81b8a83f" 2019-01-09 11:10:56,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-d08b4b68-aed4-451a-b709-6e537340ecdf x-compute-request-id: req-d08b4b68-aed4-451a-b709-6e537340ecdf Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "efaa3438-0efe-43cd-98b3-cfa79a11c318", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:10:54Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-09T11:10:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:10:56,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 used request id req-d08b4b68-aed4-451a-b709-6e537340ecdf 2019-01-09 11:10:59,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b16cf776702ce1dc319742c9d80b02f81b8a83f" 2019-01-09 11:11:00,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:10: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-733c730b-db3f-4de0-ba6f-b6bf14519f9b x-compute-request-id: req-733c730b-db3f-4de0-ba6f-b6bf14519f9b Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:19:3e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2019-01-09T11:10:56.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "efaa3438-0efe-43cd-98b3-cfa79a11c318", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:10:57Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-09T11:10:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:11:00,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 used request id req-733c730b-db3f-4de0-ba6f-b6bf14519f9b 2019-01-09 11:11:00,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" 2019-01-09 11:11:01,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-79feb56a-c402-4fd8-83a0-13071d22bdf2 x-compute-request-id: req-79feb56a-c402-4fd8-83a0-13071d22bdf2 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:19:3e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2019-01-09T11:10:56.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "efaa3438-0efe-43cd-98b3-cfa79a11c318", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:10:57Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-09T11:10:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:11:01,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318 used request id req-79feb56a-c402-4fd8-83a0-13071d22bdf2 2019-01-09 11:11:01,604 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.8'. 2019-01-09 11:11:01,605 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2019-01-09 11:11:01,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:11:03,275 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:11: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-d5d769bc-d014-410d-901a-9c747b33b3ef x-compute-request-id: req-d5d769bc-d014-410d-901a-9c747b33b3ef Content-Length: 0 Content-Type: application/json 2019-01-09 11:11:03,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-d5d769bc-d014-410d-901a-9c747b33b3ef 2019-01-09 11:11:03,276 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2019-01-09 11:11:03,276 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=dfa12f58-2c95-49e9-ae4e-b5000300a188 network=83a987f2-cf0a-4195-b9bd-94bf64f30cf6 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:11:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:11:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:11:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:11:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:11:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:11:03,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:11:03,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:11:03,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:11:03,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:11:03,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:11:03,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:11:03,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:11:03,278 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:11:03,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:11:03,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:11:03,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:11:03,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:11:03,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:11:03,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:11:03,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:11:03,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:11:03,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:11:03,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:11:03,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:11:03,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:11:03,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:11:03,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:11:03,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:11:03,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:11:03,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:11:03,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:11:03,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:11:03,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:11:03,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:11:03,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:11:03,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:11:03,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:11:03,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:11:03,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:11:03,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:11:03,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312fdcba-8eb5-4162-b8d5-0341d8f9f3da Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:11:03,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-312fdcba-8eb5-4162-b8d5-0341d8f9f3da 2019-01-09 11:11:03,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:11:03,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:11:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["ceF9YhfnQVeddUvxwsM2Ng"], "issued_at": "2019-01-09T11:11:03.000000Z"}} 2019-01-09 11:11:03,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" 2019-01-09 11:11:03,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-3c0beb00-a32e-4711-9a17-a5ff01d92535 x-compute-request-id: req-3c0beb00-a32e-4711-9a17-a5ff01d92535 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:11:03,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-3c0beb00-a32e-4711-9a17-a5ff01d92535 2019-01-09 11:11:03,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" 2019-01-09 11:11:03,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-df56de22-c232-4fc4-9256-3f4dacf42dc0 x-compute-request-id: req-df56de22-c232-4fc4-9256-3f4dacf42dc0 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:11:03,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-df56de22-c232-4fc4-9256-3f4dacf42dc0 2019-01-09 11:11:03,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "83a987f2-cf0a-4195-b9bd-94bf64f30cf6"}]}}' 2019-01-09 11:11:06,902 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:11:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-214335a3-dc97-49a2-a48e-5e40bcaa2d70 x-compute-request-id: req-214335a3-dc97-49a2-a48e-5e40bcaa2d70 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "bookmark"}], "adminPass": "hTsAWtMjv9tF"}} 2019-01-09 11:11:06,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-214335a3-dc97-49a2-a48e-5e40bcaa2d70 2019-01-09 11:11:06,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:11:06,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f848fe31-74a1-4592-b8c1-5eebb7f4b896 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:11:06,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-f848fe31-74a1-4592-b8c1-5eebb7f4b896 2019-01-09 11:11:06,910 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:11:07,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["r1KVoV46Qzukww8rZ8ldaQ"], "issued_at": "2019-01-09T11:11:07.000000Z"}} 2019-01-09 11:11:07,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935b519f1eda855d22b0a50aa6d0c9654b36c015" 2019-01-09 11:11:07,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-0dd730e7-f5b2-4ccf-95c7-4208abb45744 x-compute-request-id: req-0dd730e7-f5b2-4ccf-95c7-4208abb45744 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.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:11:07Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-1", "created": "2019-01-09T11:11:06Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:11:07,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 used request id req-0dd730e7-f5b2-4ccf-95c7-4208abb45744 2019-01-09 11:11:10,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935b519f1eda855d22b0a50aa6d0c9654b36c015" 2019-01-09 11:11:11,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-d7c6cc1f-9741-44cd-ae90-7ee5e4efd849 x-compute-request-id: req-d7c6cc1f-9741-44cd-ae90-7ee5e4efd849 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.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:11:08Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2019-01-09T11:11:06Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:11:11,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 used request id req-d7c6cc1f-9741-44cd-ae90-7ee5e4efd849 2019-01-09 11:11:14,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}935b519f1eda855d22b0a50aa6d0c9654b36c015" 2019-01-09 11:11:15,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-ec12759f-a948-4bb6-9498-a71824062914 x-compute-request-id: req-ec12759f-a948-4bb6-9498-a71824062914 Content-Encoding: gzip Content-Length: 778 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:81:3d:47", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": "2019-01-09T11:11:10.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:11:11Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2019-01-09T11:11:06Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:11:15,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 used request id req-ec12759f-a948-4bb6-9498-a71824062914 2019-01-09 11:11:15,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" 2019-01-09 11:11:16,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-85d38e52-6546-4648-99b7-22f56ed1bec6 x-compute-request-id: req-85d38e52-6546-4648-99b7-22f56ed1bec6 Content-Encoding: gzip Content-Length: 778 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:81:3d:47", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": "2019-01-09T11:11:10.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:11:11Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2019-01-09T11:11:06Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:11:16,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 used request id req-85d38e52-6546-4648-99b7-22f56ed1bec6 2019-01-09 11:11:16,173 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.15'. 2019-01-09 11:11:16,173 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2019-01-09 11:11:16,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:11:18,005 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:11: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-f2f7398b-986c-4818-9779-101acb6d96f2 x-compute-request-id: req-f2f7398b-986c-4818-9779-101acb6d96f2 Content-Length: 0 Content-Type: application/json 2019-01-09 11:11:18,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-f2f7398b-986c-4818-9779-101acb6d96f2 2019-01-09 11:11:18,005 - sdnvpn_test_utils - INFO - Waiting for instance 05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 to boot up 2019-01-09 11:11:18,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:19,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-de94dd68-689d-4631-8702-5eace1a8b8ef x-compute-request-id: req-de94dd68-689d-4631-8702-5eace1a8b8ef Content-Encoding: gzip Content-Length: 10024 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:19,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-de94dd68-689d-4631-8702-5eace1a8b8ef 2019-01-09 11:11:21,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:22,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad927789-0754-4f00-bfdd-134e11fc9826 x-compute-request-id: req-ad927789-0754-4f00-bfdd-134e11fc9826 Content-Encoding: gzip Content-Length: 10024 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:22,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-ad927789-0754-4f00-bfdd-134e11fc9826 2019-01-09 11:11:24,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:25,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20ad52eb-3d1b-4198-8415-221eaa256bc3 x-compute-request-id: req-20ad52eb-3d1b-4198-8415-221eaa256bc3 Content-Encoding: gzip Content-Length: 10024 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:25,261 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-20ad52eb-3d1b-4198-8415-221eaa256bc3 2019-01-09 11:11:27,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:28,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-f12a9605-a08e-4fd3-a693-7def6d867115 x-compute-request-id: req-f12a9605-a08e-4fd3-a693-7def6d867115 Content-Encoding: gzip Content-Length: 10024 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:28,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-f12a9605-a08e-4fd3-a693-7def6d867115 2019-01-09 11:11:30,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:31,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-7ca5fc47-7c8e-4360-a508-8991cb0cb118 x-compute-request-id: req-7ca5fc47-7c8e-4360-a508-8991cb0cb118 Content-Encoding: gzip Content-Length: 10024 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:31,688 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-7ca5fc47-7c8e-4360-a508-8991cb0cb118 2019-01-09 11:11:33,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:34,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-c3b5e9c4-a957-4fda-8546-3165ba737a9d x-compute-request-id: req-c3b5e9c4-a957-4fda-8546-3165ba737a9d Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:34,780 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-c3b5e9c4-a957-4fda-8546-3165ba737a9d 2019-01-09 11:11:36,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:37,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c7c1646-1cd8-4893-9702-004d0a195c7e x-compute-request-id: req-4c7c1646-1cd8-4893-9702-004d0a195c7e Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:37,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-4c7c1646-1cd8-4893-9702-004d0a195c7e 2019-01-09 11:11:39,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:40,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-d509b07a-fc02-45ca-891d-a37ede23950c x-compute-request-id: req-d509b07a-fc02-45ca-891d-a37ede23950c Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:40,980 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-d509b07a-fc02-45ca-891d-a37ede23950c 2019-01-09 11:11:43,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:44,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-1d259387-9ead-4f15-900a-1461bce8e69a x-compute-request-id: req-1d259387-9ead-4f15-900a-1461bce8e69a Content-Encoding: gzip Content-Length: 10092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:44,073 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-1d259387-9ead-4f15-900a-1461bce8e69a 2019-01-09 11:11:46,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:47,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-fb8d162d-8492-4d81-8a5f-483c1eba1a48 x-compute-request-id: req-fb8d162d-8492-4d81-8a5f-483c1eba1a48 Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:47,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-fb8d162d-8492-4d81-8a5f-483c1eba1a48 2019-01-09 11:11:49,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:50,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-cdb752bc-ac0e-4766-8e60-0ce28abd769b x-compute-request-id: req-cdb752bc-ac0e-4766-8e60-0ce28abd769b Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:50,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-cdb752bc-ac0e-4766-8e60-0ce28abd769b 2019-01-09 11:11:52,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:53,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-3d03caf1-a113-47f8-8a50-e812f8820b40 x-compute-request-id: req-3d03caf1-a113-47f8-8a50-e812f8820b40 Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:53,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-3d03caf1-a113-47f8-8a50-e812f8820b40 2019-01-09 11:11:55,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:56,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-7b175abb-28d2-4811-9848-2a7e5bac8559 x-compute-request-id: req-7b175abb-28d2-4811-9848-2a7e5bac8559 Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:56,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-7b175abb-28d2-4811-9848-2a7e5bac8559 2019-01-09 11:11:58,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:11:59,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:11: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-b5fa99f9-d4ed-4c13-9100-cea8148211fc x-compute-request-id: req-b5fa99f9-d4ed-4c13-9100-cea8148211fc Content-Encoding: gzip Content-Length: 10110 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.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"} 2019-01-09 11:11:59,550 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-b5fa99f9-d4ed-4c13-9100-cea8148211fc 2019-01-09 11:12:01,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09516f7ea898c6e73dfc3431bb4b08e0f0e120cc" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:02,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-68966a8d-f6b6-484c-8c31-fa3b36e9973f x-compute-request-id: req-68966a8d-f6b6-484c-8c31-fa3b36e9973f Content-Encoding: gzip Content-Length: 10927 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 527213627 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146223] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147840] pid_max: default: 32768 minimum: 301\n[ 0.148711] ACPI: Core revision 20150930\n[ 0.150089] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151364] Security Framework initialized\n[ 0.152158] Yama: becoming mindful.\n[ 0.152865] AppArmor: AppArmor initialized\n[ 0.153710] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155008] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156290] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158826] Initializing cgroup subsys io\n[ 0.159622] Initializing cgroup subsys memory\n[ 0.160458] Initializing cgroup subsys devices\n[ 0.161318] Initializing cgroup subsys freezer\n[ 0.162164] Initializing cgroup subsys net_cls\n[ 0.163006] Initializing cgroup subsys perf_event\n[ 0.163890] Initializing cgroup subsys net_prio\n[ 0.164744] Initializing cgroup subsys hugetlb\n[ 0.165600] Initializing cgroup subsys pids\n[ 0.166462] CPU: Physical Processor ID: 0\n[ 0.167938] mce: CPU supports 10 MCE banks\n[ 0.168757] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169736] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180302] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186679] ftrace: allocating 31920 entries in 125 pages\n[ 0.212945] smpboot: Max logical packages: 1\n[ 0.213783] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215109] x2apic enabled\n[ 0.215919] Switched APIC routing to physical x2apic.\n[ 0.217645] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218740] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220683] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222441] KVM setup paravirtual spinlock\n[ 0.223708] x86: Booted up 1 node, 1 CPUs\n[ 0.224495] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225860] devtmpfs: initialized\n[ 0.227557] evm: security.selinux\n[ 0.228243] evm: security.SMACK64\n[ 0.228916] evm: security.SMACK64EXEC\n[ 0.229638] evm: security.SMACK64TRANSMUTE\n[ 0.230427] evm: security.SMACK64MMAP\n[ 0.231152] evm: security.ima\n[ 0.231780] evm: security.capability\n[ 0.232567] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234374] pinctrl core: initialized pinctrl subsystem\n[ 0.235449] RTC time: 11:11:10, date: 01/09/19\n[ 0.236398] NET: Registered protocol family 16\n[ 0.237348] cpuidle: using governor ladder\n[ 0.238149] cpuidle: using governor menu\n[ 0.238916] PCCT header not found.\n[ 0.239650] ACPI: bus type PCI registered\n[ 0.240447] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241670] PCI: Using configuration type 1 for base access\n[ 0.243406] ACPI: Added _OSI(Module Device)\n[ 0.244241] ACPI: Added _OSI(Processor Device)\n[ 0.245095] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248090] ACPI: Interpreter enabled\n[ 0.248840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254281] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256089] ACPI: (supports S0 S5)\n[ 0.256781] ACPI: Using IOAPIC for interrupt routing\n[ 0.257769] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260835] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263176] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264346] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266525] acpiphp: Slot [3] registered\n[ 0.267317] acpiphp: Slot [4] registered\n[ 0.268103] acpiphp: Slot [5] registered\n[ 0.268891] acpiphp: Slot [6] registered\n[ 0.269670] acpiphp: Slot [7] registered\n[ 0.270461] acpiphp: Slot [8] registered\n[ 0.271258] acpiphp: Slot [9] registered\n[ 0.272052] acpiphp: Slot [10] registered\n[ 0.272844] acpiphp: Slot [11] registered\n[ 0.273643] acpiphp: Slot [12] registered\n[ 0.274458] acpiphp: Slot [13] registered\n[ 0.275259] acpiphp: Slot [14] registered\n[ 0.276078] acpiphp: Slot [15] registered\n[ 0.287236] acpiphp: Slot [16] registered\n[ 0.288060] acpiphp: Slot [17] registered\n[ 0.288856] acpiphp: Slot [18] registered\n[ 0.289655] acpiphp: Slot [19] registered\n[ 0.290460] acpiphp: Slot [20] registered\n[ 0.291267] acpiphp: Slot [21] registered\n[ 0.292070] acpiphp: Slot [22] registered\n[ 0.292870] acpiphp: Slot [23] registered\n[ 0.293667] acpiphp: Slot [24] registered\n[ 0.294469] acpiphp: Slot [25] registered\n[ 0.295275] acpiphp: Slot [26] registered\n[ 0.296074] acpiphp: Slot [27] registered\n[ 0.296876] acpiphp: Slot [28] registered\n[ 0.297673] acpiphp: Slot [29] registered\n[ 0.298471] acpiphp: Slot [30] registered\n[ 0.299276] acpiphp: Slot [31] registered\n[ 0.300075] PCI host bridge to bus 0000:00\n[ 0.300874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303261] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306128] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312304] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313579] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314756] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316009] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.322357] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323769] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369637] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372550] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.373964] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.376619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377793] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378840] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.380376] vgaarb: loaded\n[ 0.380972] vgaarb: bridge control possible 0000:00:02.0\n[ 0.382099] SCSI subsystem initialized\n[ 0.382914] ACPI: bus type USB registered\n[ 0.383717] usbcore: registered new interface driver usbfs\n[ 0.384736] usbcore: registered new interface driver hub\n[ 0.385730] usbcore: registered new device driver usb\n[ 0.386773] PCI: Using ACPI for IRQ routing\n[ 0.387788] NetLabel: Initializing\n[ 0.388497] NetLabel: domain hash size = 128\n[ 0.389345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390290] NetLabel: unlabeled traffic allowed by default\n[ 0.391388] clocksource: Switched to clocksource kvm-clock\n[ 0.396770] AppArmor: AppArmor Filesystem Enabled\n[ 0.397728] pnp: PnP ACPI init\n[ 0.398625] pnp: PnP ACPI: found 5 devices\n[ 0.404992] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406669] NET: Registered protocol family 2\n[ 0.407618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408877] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410024] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411162] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413390] NET: Registered protocol family 1\n[ 0.414249] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416389] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444621] Trying to unpack rootfs image as initramfs...\n[ 0.493766] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507770] Scanning for low memory corruption every 60 seconds\n[ 0.509071] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510202] audit: initializing netlink subsys (disabled)\n[ 0.511219] audit: type=2000 audit(1547032271.711:1): initialized\n[ 0.512519] Initialise system trusted keyring\n[ 0.513437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514582] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516530] zbud: loaded\n[ 0.517223] VFS: Disk quotas dquot_6.6.0\n[ 0.518030] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519524] fuse init (API version 7.23)\n[ 0.520411] Key type big_key registered\n[ 0.521219] Allocating IMA MOK and blacklist keyrings.\n[ 0.522689] Key type asymmetric registered\n[ 0.523522] Asymmetric key parser 'x509' registered\n[ 0.524469] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525925] io scheduler noop registered\n[ 0.526710] io scheduler deadline registered (default)\n[ 0.527717] io scheduler cfq registered\n[ 0.528547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529586] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530881] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532329] ACPI: Power Button [PWRF]\n[ 0.533156] GHES: HEST is not enabled!\n[ 0.548194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576607] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578912] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603115] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605806] Linux agpgart interface v0.103\n[ 0.607824] brd: module loaded\n[ 0.609007] loop: module loaded\n[ 0.613820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615257] GPT:90111 != 2097151\n[ 0.615934] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617003] GPT:90111 != 2097151\n[ 0.617659] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618600] vda: vda1 vda15\n[ 0.619983] scsi host0: ata_piix\n[ 0.620720] scsi host1: ata_piix\n[ 0.621418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622609] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624050] libphy: Fixed MDIO Bus: probed\n[ 0.624848] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625792] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.627908] PPP generic driver version 2.4.2\n[ 0.628803] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630042] ehci-pci: EHCI PCI platform driver\n[ 0.630905] ehci-platform: EHCI generic platform driver\n[ 0.631891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.632990] ohci-pci: OHCI PCI platform driver\n[ 0.633834] ohci-platform: OHCI generic platform driver\n[ 0.634813] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649200] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650207] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652686] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653780] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.654980] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656375] usb usb1: Product: UHCI Host Controller\n[ 0.657291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658423] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659425] hub 1-0:1.0: USB hub found\n[ 0.660193] hub 1-0:1.0: 2 ports detected\n[ 0.661104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663202] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664151] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665161] mousedev: PS/2 mouse device common for all mice\n[ 0.666414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668233] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669320] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670493] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671662] i2c /dev entries driver\n[ 0.672416] device-mapper: uevent: version 1.0.3\n[ 0.673328] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674934] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676198] NET: Registered protocol family 10\n[ 0.677178] NET: Registered protocol family 17\n[ 0.678045] Key type dns_resolver registered\n[ 0.678955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680029] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681738] registered taskstats version 1\n[ 0.682566] Loading compiled-in X.509 certificates\n[ 0.684012] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685818] zswap: loaded using pool lzo/zbud\n[ 0.687169] Key type trusted registered\n[ 0.688716] Key type encrypted registered\n[ 0.689534] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690563] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691595] evm: HMAC attrs: 0x1\n[ 0.692903] Magic number: 3:426:175\n[ 0.693651] misc network_throughput: hash matches\n[ 0.694570] acpi device:0b: hash matches\n[ 0.695438] rtc_cmos 00:00: setting system clock to 2019-01-09 11:11:11 UTC (1547032271)\n[ 0.697017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698094] EDD information not available.\n[ 0.780512] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.792622] Write protecting the kernel read-only data: 14336k\n[ 0.794195] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795961] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.839652] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.23. iid=i-00000158\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUDLALEKKoYOTNLcYLN2/BH02cOZ+VD6DLJiAjuSW4xyav+QFLduvCD61aWfrx6RPY8en64LHqdFPqS+FWZ+4BwyHCLbHDT1W4uS+GRG6P7cCY9Zg6O9U3Ixd4UHXC+kTYOrbxboFnB02c+2IMoK3cOf2kxt0BtodnzxqBGrYBOHlHFc+Hm0khR8gy32LfRujt5NMp3qjSKI9UELM3ReC8zyeD6GaqhpO+7HJv+Ya8PY+ckwDm1n023QFeD3rWu/z4JghmcLLOZ+yeJYYrrMAixZd+BrE8Wjz2C2aOakb1vAnZ3yHpCz/N/c5JOt8EoAgQEJxx60vwKiJIG5E9vfFp root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOh5snPjL9hsoIP326q4/GWgRB7TC+jM84DbJ88bS350Fmh3r75GVufR6NofVxq1ncnNPA4u8sT/DzVubVVkj7eyucnJy/q0pudLHWKH61OINAOXqkZILulhm+68pr8RLptjXj5aFYUb4kyO5gbhqcu9wPVXTzGLO92a+LGapsn5AAAAFQDJf4Z4ibQfVTzjZTdJj7EyQ1JeiQAAAIEAzCbCVyPnTAuWIEFG+dgweSuWF4O/AaMSwEBJEHz8oBsDLjPw/UJ6dHfUScqo58WwkV3t6CgLO0+aqiw9i7b+xnM5TJxIDme/B1w+75ln2fTrGUfv+JXfR9Z/PAxWfiseAC4JUb9uTKug2xwq5DatcynmSXjDNqRMVrmutSe+jfsAAACANKqs6VsF4HBuMMlybs8vDfVGL3AVPEUV+/ybZRyAEKuHbAQkamVl9paZYC2qiFMDhT2EJBetcatit7aS7x2fg2/Y+BYXGarYnqnzdTaDpKGzjDBgnzBEa36AR+DXFKUlYAQm1ObC+cWgUAxjojtBWkITEdFiJN8AXLrAObT12xY= root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.15,24,fe80::f816:3eff:fe81:3d47/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-00000158\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n/dev/root resized successfully [took 2.24s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:81:3D:47 \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe81:3d47/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:8015 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.131921] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131922] usb 1-1: Product: QEMU USB Tablet\n[ 1.131923] usb 1-1: Manufacturer: QEMU\n[ 1.131924] usb 1-1: SerialNumber: 42\n[ 1.312686] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.330493] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.507434] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 1.507437] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\n[ 3.448700] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.768153] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:11:12 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 9 11:11:12 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 9 11:11:12 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 9 11:11:12 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 9 11:11:12 cirros kern.info kernel: [ 1.507434] tsc: Refined TSC clocksource calibration: 3491.909 MHz\nJan 9 11:11:12 cirros kern.info kernel: [ 1.507437] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nJan 9 11:11:13 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:11:14 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:11:14 cirros kern.info kernel: [ 3.448700] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:11:14 cirros kern.info kernel: [ 3.768153] 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: "} 2019-01-09 11:12:02,646 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-68966a8d-f6b6-484c-8c31-fa3b36e9973f 2019-01-09 11:12:04,681 - sdnvpn_test_utils - INFO - Waiting for instance efaa3438-0efe-43cd-98b3-cfa79a11c318 to boot up 2019-01-09 11:12:04,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:05,771 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-eda8b82b-c820-455d-9528-173c05982bea x-compute-request-id: req-eda8b82b-c820-455d-9528-173c05982bea Content-Encoding: gzip Content-Length: 10010 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:12:05,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-eda8b82b-c820-455d-9528-173c05982bea 2019-01-09 11:12:07,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:08,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-cf69745c-9501-4715-853f-7bb5a2363300 x-compute-request-id: req-cf69745c-9501-4715-853f-7bb5a2363300 Content-Encoding: gzip Content-Length: 10010 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:12:08,865 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-cf69745c-9501-4715-853f-7bb5a2363300 2019-01-09 11:12:10,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:11,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-cd25ee38-204a-4381-b6c6-bb2ab0e18715 x-compute-request-id: req-cd25ee38-204a-4381-b6c6-bb2ab0e18715 Content-Encoding: gzip Content-Length: 10010 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:12:11,957 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-cd25ee38-204a-4381-b6c6-bb2ab0e18715 2019-01-09 11:12:13,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:15,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-4410dcdb-4637-4644-a657-1768f7acc11f x-compute-request-id: req-4410dcdb-4637-4644-a657-1768f7acc11f Content-Encoding: gzip Content-Length: 10010 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:12:15,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-4410dcdb-4637-4644-a657-1768f7acc11f 2019-01-09 11:12:17,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:18,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-15caea77-54f7-465c-9c58-46bef70065a8 x-compute-request-id: req-15caea77-54f7-465c-9c58-46bef70065a8 Content-Encoding: gzip Content-Length: 10010 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2019-01-09 11:12:18,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-15caea77-54f7-465c-9c58-46bef70065a8 2019-01-09 11:12:20,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:21,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e34d483-1933-4b3f-b25f-4f34df889f5b x-compute-request-id: req-5e34d483-1933-4b3f-b25f-4f34df889f5b Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:12:21,242 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-5e34d483-1933-4b3f-b25f-4f34df889f5b 2019-01-09 11:12:23,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:24,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-eeed91da-8927-455e-9af8-d323d7be13ad x-compute-request-id: req-eeed91da-8927-455e-9af8-d323d7be13ad Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:12:24,334 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-eeed91da-8927-455e-9af8-d323d7be13ad 2019-01-09 11:12:26,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:27,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-a14c39ea-1276-464f-9f88-7d26fd55d1cb x-compute-request-id: req-a14c39ea-1276-464f-9f88-7d26fd55d1cb Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:12:27,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-a14c39ea-1276-464f-9f88-7d26fd55d1cb 2019-01-09 11:12:29,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:30,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-978cad11-4417-4c6f-ab68-6ef8bfb1c654 x-compute-request-id: req-978cad11-4417-4c6f-ab68-6ef8bfb1c654 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:12:30,811 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-978cad11-4417-4c6f-ab68-6ef8bfb1c654 2019-01-09 11:12:32,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:33,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-dde35a99-7f43-4e3c-b680-f82192fbed9a x-compute-request-id: req-dde35a99-7f43-4e3c-b680-f82192fbed9a Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:12:33,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-dde35a99-7f43-4e3c-b680-f82192fbed9a 2019-01-09 11:12:35,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:36,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-9dd2a5f4-eaf0-4d64-ac0b-4281d64a4746 x-compute-request-id: req-9dd2a5f4-eaf0-4d64-ac0b-4281d64a4746 Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:12:36,995 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-9dd2a5f4-eaf0-4d64-ac0b-4281d64a4746 2019-01-09 11:12:39,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:40,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-9cfea263-3374-4a67-993b-684e409449e3 x-compute-request-id: req-9cfea263-3374-4a67-993b-684e409449e3 Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:12:40,095 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-9cfea263-3374-4a67-993b-684e409449e3 2019-01-09 11:12:42,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:43,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-2ebb5e34-a01f-47a9-9381-86c9d77c5597 x-compute-request-id: req-2ebb5e34-a01f-47a9-9381-86c9d77c5597 Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:12:43,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-2ebb5e34-a01f-47a9-9381-86c9d77c5597 2019-01-09 11:12:45,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:46,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12: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-b76e4dd7-a22d-448d-91ee-03db29ed4759 x-compute-request-id: req-b76e4dd7-a22d-448d-91ee-03db29ed4759 Content-Encoding: gzip Content-Length: 10100 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:12:46,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-b76e4dd7-a22d-448d-91ee-03db29ed4759 2019-01-09 11:12:48,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f018b7c869c9e77bf3a0af58172eb88b4b40a21" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:12:49,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:12:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3aa551a-7105-407f-96a4-cf635981d2ce x-compute-request-id: req-d3aa551a-7105-407f-96a4-cf635981d2ce Content-Encoding: gzip Content-Length: 10897 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489158080 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130878] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.132499] pid_max: default: 32768 minimum: 301\n[ 0.133379] ACPI: Core revision 20150930\n[ 0.134729] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136007] Security Framework initialized\n[ 0.136799] Yama: becoming mindful.\n[ 0.137507] AppArmor: AppArmor initialized\n[ 0.138362] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140989] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142190] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143596] Initializing cgroup subsys io\n[ 0.144420] Initializing cgroup subsys memory\n[ 0.145260] Initializing cgroup subsys devices\n[ 0.146161] Initializing cgroup subsys freezer\n[ 0.147011] Initializing cgroup subsys net_cls\n[ 0.147858] Initializing cgroup subsys perf_event\n[ 0.148739] Initializing cgroup subsys net_prio\n[ 0.149597] Initializing cgroup subsys hugetlb\n[ 0.150469] Initializing cgroup subsys pids\n[ 0.151357] CPU: Physical Processor ID: 0\n[ 0.152868] mce: CPU supports 10 MCE banks\n[ 0.153702] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154725] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165632] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171989] ftrace: allocating 31920 entries in 125 pages\n[ 0.198097] smpboot: Max logical packages: 1\n[ 0.198942] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200263] x2apic enabled\n[ 0.201048] Switched APIC routing to physical x2apic.\n[ 0.202759] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203854] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205792] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207535] KVM setup paravirtual spinlock\n[ 0.208798] x86: Booted up 1 node, 1 CPUs\n[ 0.209584] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210951] devtmpfs: initialized\n[ 0.212616] evm: security.selinux\n[ 0.213313] evm: security.SMACK64\n[ 0.213988] evm: security.SMACK64EXEC\n[ 0.214740] evm: security.SMACK64TRANSMUTE\n[ 0.215595] evm: security.SMACK64MMAP\n[ 0.216367] evm: security.ima\n[ 0.216998] evm: security.capability\n[ 0.217789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219665] pinctrl core: initialized pinctrl subsystem\n[ 0.220750] RTC time: 11:10:56, date: 01/09/19\n[ 0.221734] NET: Registered protocol family 16\n[ 0.222717] cpuidle: using governor ladder\n[ 0.223533] cpuidle: using governor menu\n[ 0.224333] PCCT header not found.\n[ 0.225120] ACPI: bus type PCI registered\n[ 0.225930] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227161] PCI: Using configuration type 1 for base access\n[ 0.228882] ACPI: Added _OSI(Module Device)\n[ 0.229717] ACPI: Added _OSI(Processor Device)\n[ 0.230603] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231542] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233755] ACPI: Interpreter enabled\n[ 0.234534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242143] ACPI: (supports S0 S5)\n[ 0.242833] ACPI: Using IOAPIC for interrupt routing\n[ 0.243868] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246927] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248032] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250384] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252542] acpiphp: Slot [3] registered\n[ 0.253324] acpiphp: Slot [4] registered\n[ 0.254103] acpiphp: Slot [5] registered\n[ 0.254885] acpiphp: Slot [6] registered\n[ 0.255658] acpiphp: Slot [7] registered\n[ 0.256441] acpiphp: Slot [8] registered\n[ 0.257237] acpiphp: Slot [9] registered\n[ 0.258014] acpiphp: Slot [10] registered\n[ 0.258818] acpiphp: Slot [11] registered\n[ 0.259613] acpiphp: Slot [12] registered\n[ 0.260407] acpiphp: Slot [13] registered\n[ 0.261203] acpiphp: Slot [14] registered\n[ 0.261991] acpiphp: Slot [15] registered\n[ 0.272597] acpiphp: Slot [16] registered\n[ 0.273447] acpiphp: Slot [17] registered\n[ 0.274238] acpiphp: Slot [18] registered\n[ 0.275025] acpiphp: Slot [19] registered\n[ 0.275812] acpiphp: Slot [20] registered\n[ 0.276603] acpiphp: Slot [21] registered\n[ 0.277394] acpiphp: Slot [22] registered\n[ 0.278184] acpiphp: Slot [23] registered\n[ 0.278974] acpiphp: Slot [24] registered\n[ 0.279756] acpiphp: Slot [25] registered\n[ 0.280543] acpiphp: Slot [26] registered\n[ 0.281334] acpiphp: Slot [27] registered\n[ 0.282128] acpiphp: Slot [28] registered\n[ 0.282914] acpiphp: Slot [29] registered\n[ 0.283705] acpiphp: Slot [30] registered\n[ 0.284494] acpiphp: Slot [31] registered\n[ 0.285279] PCI host bridge to bus 0000:00\n[ 0.286074] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288426] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289835] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291244] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297547] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298815] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299956] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307557] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308954] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356360] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357845] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359240] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360628] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362048] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363277] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364652] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365675] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367179] vgaarb: loaded\n[ 0.367768] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368890] SCSI subsystem initialized\n[ 0.369685] ACPI: bus type USB registered\n[ 0.370493] usbcore: registered new interface driver usbfs\n[ 0.371492] usbcore: registered new interface driver hub\n[ 0.372477] usbcore: registered new device driver usb\n[ 0.373506] PCI: Using ACPI for IRQ routing\n[ 0.374598] NetLabel: Initializing\n[ 0.375293] NetLabel: domain hash size = 128\n[ 0.376118] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377039] NetLabel: unlabeled traffic allowed by default\n[ 0.378096] clocksource: Switched to clocksource kvm-clock\n[ 0.383561] AppArmor: AppArmor Filesystem Enabled\n[ 0.384513] pnp: PnP ACPI init\n[ 0.385408] pnp: PnP ACPI: found 5 devices\n[ 0.391742] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393433] NET: Registered protocol family 2\n[ 0.394378] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395631] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396774] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397904] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400108] NET: Registered protocol family 1\n[ 0.400957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402025] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403088] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431374] Trying to unpack rootfs image as initramfs...\n[ 0.480350] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494329] Scanning for low memory corruption every 60 seconds\n[ 0.495629] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496747] audit: initializing netlink subsys (disabled)\n[ 0.497751] audit: type=2000 audit(1547032257.646:1): initialized\n[ 0.499042] Initialise system trusted keyring\n[ 0.499947] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501077] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503011] zbud: loaded\n[ 0.503693] VFS: Disk quotas dquot_6.6.0\n[ 0.504489] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505957] fuse init (API version 7.23)\n[ 0.506841] Key type big_key registered\n[ 0.507618] Allocating IMA MOK and blacklist keyrings.\n[ 0.509065] Key type asymmetric registered\n[ 0.509866] Asymmetric key parser 'x509' registered\n[ 0.510806] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512233] io scheduler noop registered\n[ 0.513006] io scheduler deadline registered (default)\n[ 0.513966] io scheduler cfq registered\n[ 0.514792] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517033] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518474] ACPI: Power Button [PWRF]\n[ 0.519290] GHES: HEST is not enabled!\n[ 0.532888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560504] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588119] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590784] Linux agpgart interface v0.103\n[ 0.592825] brd: module loaded\n[ 0.594010] loop: module loaded\n[ 0.598654] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600062] GPT:90111 != 2097151\n[ 0.600716] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601778] GPT:90111 != 2097151\n[ 0.602437] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603377] vda: vda1 vda15\n[ 0.605067] scsi host0: ata_piix\n[ 0.605784] scsi host1: ata_piix\n[ 0.606474] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607647] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609042] libphy: Fixed MDIO Bus: probed\n[ 0.609833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610751] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612949] PPP generic driver version 2.4.2\n[ 0.613808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615122] ehci-pci: EHCI PCI platform driver\n[ 0.615967] ehci-platform: EHCI generic platform driver\n[ 0.616919] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618003] ohci-pci: OHCI PCI platform driver\n[ 0.618863] ohci-platform: OHCI generic platform driver\n[ 0.619819] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634287] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636675] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637662] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641353] usb usb1: Product: UHCI Host Controller\n[ 0.642270] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643372] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644364] hub 1-0:1.0: USB hub found\n[ 0.645117] hub 1-0:1.0: 2 ports detected\n[ 0.645985] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648052] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648969] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649955] mousedev: PS/2 mouse device common for all mice\n[ 0.651175] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654018] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655183] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656334] i2c /dev entries driver\n[ 0.657074] device-mapper: uevent: version 1.0.3\n[ 0.657973] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660807] NET: Registered protocol family 10\n[ 0.661760] NET: Registered protocol family 17\n[ 0.662627] Key type dns_resolver registered\n[ 0.663541] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.664601] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666299] registered taskstats version 1\n[ 0.667111] Loading compiled-in X.509 certificates\n[ 0.668510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670305] zswap: loaded using pool lzo/zbud\n[ 0.671639] Key type trusted registered\n[ 0.673159] Key type encrypted registered\n[ 0.673959] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674960] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675962] evm: HMAC attrs: 0x1\n[ 0.677233] Magic number: 3:426:175\n[ 0.677971] misc network_throughput: hash matches\n[ 0.678875] acpi device:0b: hash matches\n[ 0.679701] rtc_cmos 00:00: setting system clock to 2019-01-09 11:10:57 UTC (1547032257)\n[ 0.681255] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682338] EDD information not available.\n[ 0.767207] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778879] Write protecting the kernel read-only data: 14336k\n[ 0.780445] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.782192] 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.825827] random: blkid urandom read with 2 bits of 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.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.16. iid=i-00000155\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAIvTTMWttEwe4MI9voqkew3Bt1geTyXt/RLnzC8AJ5slOC8jn5OOixo87twg0BlcSUt2eG2esh60+uCPs2B4M1CkZDFHPhKy1TFnQ7LBOSMs+mxKYO5OX64WkpfWQiZS4rb4bdMeqSrIl2/5pmWxwWcCzjvVYUcPJm2TISaoO2mk0fR6hnbFABg1x2flF18IELIYgO+xIEnT9lPTCIBa65BK0U0l8E2JlJyFp4z7toiR7ZsMXnrT6OnLZoVnVfo4dC29jRFpTOgep3KnM+VvsiD8VsR7PTUizeCFNXfVPfjIoZTvrmdFeJLKcM54Ig9yoCDEdglb6cTVHtOAc42rf root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ85PIeWUidGeCl6Q09cnYiZuv10vOz8Ia2dCgqXV8UzjqJiQ6x8c0j7JZ12iit0Spaaf95aKTRx3ieMonwjvPkvEazTBcHbi3QH3g0Wou6cCbiED8E7K0TufO8tUC92YHjqgodmybmiCO9n+o+GhXfigI0pk6xbMbSN5JGZxQzNAAAAFQD3KZ/I1igblX/z70WMx1UoW13eFwAAAIB2Ns+MWYL1KWZzNe9Eodh8D8m0i0w1IdaQk8sjZx2rCE1d/qVVjf4eSJFF9ZwaeD137hbxz8PytmM49TIPzuedVN6ZBcO1PRuMEDQDi1eUarYkjhrjjKzQg2IhnPrLH0AEFAa4cHl8PpfVNy3DENp5awWHI0tq/DrgRjV5VkK52QAAAIB9RA9oROctKYDBXbJFMXNbrRHaIC4hxXDCcTqCMVMP9F1Xz3P4gbzW/OiiyBg0QQ/mMbNuz+9sL3S936EGnPOm6pdToqwhSulVgQG+vjfNO8ydEMo8bIroYMdOtpC13SWLO0B2qAYNCcwgQ8+pH+5Ld+7ViNByWOcA+1Ou3srmvg== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe4a:193e/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-00000155\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.14 ===\n/dev/root resized successfully [took 2.31s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:4A:19:3E \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4a:193e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106 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:10713 (10.4 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.115732] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.115734] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.115736] usb 1-1: Product: QEMU USB Tablet\n[ 1.115737] usb 1-1: Manufacturer: QEMU\n[ 1.115737] usb 1-1: SerialNumber: 42\n[ 1.167859] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.185728] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.494335] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 63.258932] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.556559] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:10:58 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 9 11:10:58 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 9 11:10:58 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)\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 9 11:10:58 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 9 11:10:58 cirros kern.info kernel: [ 1.494335] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:11:59 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:11:59 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:12:00 cirros kern.info kernel: [ 63.258932] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:12:00 cirros kern.info kernel: [ 63.556559] 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: "} 2019-01-09 11:12:49,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-d3aa551a-7105-407f-96a4-cf635981d2ce 2019-01-09 11:12:51,398 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2019-01-09 11:13:21,401 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:13:21,402 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:13:21,402 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:13:21,406 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:13:21,452 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-09 11:13:21,453 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-09 11:13:21,454 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-09 11:13:21,455 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-09 11:13:21,455 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-09 11:13:21,496 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-09 11:13:21,533 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-09 11:13:21,534 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-09 11:13:21,534 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:13:21,535 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:13:21,536 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:13:21,537 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:13:21,574 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2019-01-09 11:13:21,575 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2019-01-09 11:13:21,575 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2019-01-09 11:13:21,577 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2019-01-09 11:13:21,577 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2019-01-09 11:13:21,617 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2019-01-09 11:13:21,650 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2019-01-09 11:13:21,651 - sdnvpn-results - INFO - Check if a new group was added to OVS 2019-01-09 11:13:21,652 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-09 11:13:21,654 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2019-01-09 11:13:21,654 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-09 11:13:21,654 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-09 11:13:21,657 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-09 11:13:21,692 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-09 11:13:21,693 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-09 11:13:21,693 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-09 11:13:21,694 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-09 11:13:21,694 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-09 11:13:21,735 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-09 11:13:21,795 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-09 11:13:21,796 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2019-01-09 11:13:21,797 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-09 11:13:21,797 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2019-01-09 11:13:21,797 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2019-01-09 11:13:21,800 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2019-01-09 11:13:21,871 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2019-01-09 11:13:21,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" -d '{"forceDelete": null}' 2019-01-09 11:13:21,879 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2019-01-09 11:13:22,064 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:13: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-ecbf7385-804f-491e-90dc-df81a2ffeaa6 x-compute-request-id: req-ecbf7385-804f-491e-90dc-df81a2ffeaa6 Content-Length: 0 Content-Type: application/json 2019-01-09 11:13:22,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3/action used request id req-ecbf7385-804f-491e-90dc-df81a2ffeaa6 2019-01-09 11:13:22,065 - sdnvpn_test_utils - DEBUG - Waiting for instance 05818b31-d1e9-4cc7-b4b4-62a5eb60fab3 to be deleted 2019-01-09 11:13:22,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" 2019-01-09 11:13:22,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:13: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-9b1b3e89-2aff-4976-b631-ab78ca38cff3 x-compute-request-id: req-9b1b3e89-2aff-4976-b631-ab78ca38cff3 Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:3d:47", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015e", "OS-SRV-USG:launched_at": "2019-01-09T11:11:10.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "05818b31-d1e9-4cc7-b4b4-62a5eb60fab3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:13:21Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-1", "created": "2019-01-09T11:11:06Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:19:3e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2019-01-09T11:10:56.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "efaa3438-0efe-43cd-98b3-cfa79a11c318", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:10:57Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-09T11:10:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:13:22,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-9b1b3e89-2aff-4976-b631-ab78ca38cff3 2019-01-09 11:13:24,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" 2019-01-09 11:13:25,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:13: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-4a9732d3-8c3a-4d6d-a88e-216d5859d61b x-compute-request-id: req-4a9732d3-8c3a-4d6d-a88e-216d5859d61b Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:19:3e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2019-01-09T11:10:56.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "efaa3438-0efe-43cd-98b3-cfa79a11c318", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:10:57Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-09T11:10:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:13:25,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-4a9732d3-8c3a-4d6d-a88e-216d5859d61b 2019-01-09 11:13:27,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" -d '{"forceDelete": null}' 2019-01-09 11:13:27,291 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:13: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-992e3608-d1c7-499b-9c98-b948415248b3 x-compute-request-id: req-992e3608-d1c7-499b-9c98-b948415248b3 Content-Length: 0 Content-Type: application/json 2019-01-09 11:13:27,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318/action used request id req-992e3608-d1c7-499b-9c98-b948415248b3 2019-01-09 11:13:27,291 - sdnvpn_test_utils - DEBUG - Waiting for instance efaa3438-0efe-43cd-98b3-cfa79a11c318 to be deleted 2019-01-09 11:13:27,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" 2019-01-09 11:13:28,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:13: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-2d29525b-90c7-4853-b394-11ed872f00f0 x-compute-request-id: req-2d29525b-90c7-4853-b394-11ed872f00f0 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4a:19:3e", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/efaa3438-0efe-43cd-98b3-cfa79a11c318", "rel": "bookmark"}], "image": {"id": "dfa12f58-2c95-49e9-ae4e-b5000300a188", "links": [{"href": "http://172.30.9.30:8774/images/dfa12f58-2c95-49e9-ae4e-b5000300a188", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000015b", "OS-SRV-USG:launched_at": "2019-01-09T11:10:56.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "efaa3438-0efe-43cd-98b3-cfa79a11c318", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:13:27Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-11-2", "created": "2019-01-09T11:10:52Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:13:28,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-2d29525b-90c7-4853-b394-11ed872f00f0 2019-01-09 11:13:30,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50844884d309d12e372e2a6f8d5db651f5aeb42b" 2019-01-09 11:13:30,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:13: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-72b6c68f-0bfe-4dad-9696-43c4beedf118 x-compute-request-id: req-72b6c68f-0bfe-4dad-9696-43c4beedf118 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 11:13:30,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-72b6c68f-0bfe-4dad-9696-43c4beedf118 2019-01-09 11:13:32,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/dfa12f58-2c95-49e9-ae4e-b5000300a188 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cd454b548ced23f475248ee673d2f76a791588d7" 2019-01-09 11:13:34,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c2435bf9-2b16-4723-a1cd-ed568de79be2 Date: Wed, 09 Jan 2019 11:13:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:13:34,014 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/dfa12f58-2c95-49e9-ae4e-b5000300a188 used request id req-c2435bf9-2b16-4723-a1cd-ed568de79be2 2019-01-09 11:13:34,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/4b2808df-b55e-4893-834c-42857b5f8e19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e32f8d409ec064afe6f71cd1d202ec7fe48747" 2019-01-09 11:13:36,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35f97b43-209c-4807-935a-7b431844c611 Date: Wed, 09 Jan 2019 11:13:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:13:36,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/4b2808df-b55e-4893-834c-42857b5f8e19 used request id req-35f97b43-209c-4807-935a-7b431844c611 2019-01-09 11:13:36,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/83a987f2-cf0a-4195-b9bd-94bf64f30cf6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90e32f8d409ec064afe6f71cd1d202ec7fe48747" 2019-01-09 11:13:37,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2a71a85-a79f-4406-88d5-4b5818bc7f76 Date: Wed, 09 Jan 2019 11:13:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:13:37,258 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/83a987f2-cf0a-4195-b9bd-94bf64f30cf6 used request id req-d2a71a85-a79f-4406-88d5-4b5818bc7f76 2019-01-09 11:13:37,258 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-09 11:13:37,260 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-09 11:13:37,260 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-09 11:13:37,264 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-09 11:13:37,327 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-09 11:13:37,328 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2019-01-09 11:13:37,329 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2019-01-09 11:13:37,330 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-09 11:13:37,330 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2019-01-09 11:13:37,332 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2019-01-09 11:13:37,394 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2019-01-09 11:13:37,394 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2019-01-09 11:13:37,395 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2019-01-09 11:14:07,402 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-09 11:14:07,403 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-09 11:14:07,403 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-09 11:14:07,405 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-09 11:14:07,441 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-09 11:14:07,442 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2019-01-09 11:14:07,443 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-09 11:14:07,444 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2019-01-09 11:14:07,444 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2019-01-09 11:14:07,485 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2019-01-09 11:14:07,518 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2019-01-09 11:14:07,519 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2019-01-09 11:14:07,519 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2019-01-09 11:14:07,521 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2019-01-09 11:14:07,521 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2019-01-09 11:14:07,523 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2019-01-09 11:14:07,561 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2019-01-09 11:14:07,562 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2019-01-09 11:14:07,563 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2019-01-09 11:14:07,564 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2019-01-09 11:14:07,564 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2019-01-09 11:14:07,605 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2019-01-09 11:14:07,641 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2019-01-09 11:14:07,641 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2019-01-09 11:14:07,641 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | FAIL | Additional group was not deleted from OVS | +========================================================================================+ 2019-01-09 11:14:07,642 - sdnvpn-results - INFO - One or more subtests have failed. 2019-01-09 11:14:07,642 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2019-01-09 11:14:07,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2019-01-09 11:14:07,643 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2019-01-09 11:14:07,643 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2019-01-09 11:14:07,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2019-01-09 11:14:07,644 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2019-01-09 11:14:07,731 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2019-01-09 11:14:07,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:07,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:07,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:07,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:07,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:07,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:07,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:07,732 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:07,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:07,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:07,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:07,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:07,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:07,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:07,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:07,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:07,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:07,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:07,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:07,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:07,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:07,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 11:14:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:07,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:07,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:07,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:07,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:07,739 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:14:07,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:07,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6c6672-d579-448c-9f22-565e4c30a1b0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:07,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8f6c6672-d579-448c-9f22-565e4c30a1b0 2019-01-09 11:14:07,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:08,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["RFm--JfQSO6sqUlaeegYfg"], "issued_at": "2019-01-09T11:14:08.000000Z"}} 2019-01-09 11:14:08,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a0f14366e77657d342572dfa0bade82abd8f9eb" 2019-01-09 11:14:08,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-a58bfa4c-1b4b-4b75-8c3c-c93fdbd928bc Date: Wed, 09 Jan 2019 11:14:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 11:14:08,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-a58bfa4c-1b4b-4b75-8c3c-c93fdbd928bc 2019-01-09 11:14:08,308 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:14:08,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a0f14366e77657d342572dfa0bade82abd8f9eb" 2019-01-09 11:14:08,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7c14ce38-4522-4159-a040-f421505d5860 Date: Wed, 09 Jan 2019 11:14:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 11:14:08,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-7c14ce38-4522-4159-a040-f421505d5860 2019-01-09 11:14:08,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a0f14366e77657d342572dfa0bade82abd8f9eb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-09 11:14:08,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/92e0d503-a8e5-4f16-9683-20a37e704299 X-Openstack-Request-Id: req-42edac15-9d77-4dfa-800b-ed981a32ad38 Date: Wed, 09 Jan 2019 11:14:08 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T11:14:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T11:14:08Z", "visibility": "public", "locations": [], "self": "/v2/images/92e0d503-a8e5-4f16-9683-20a37e704299", "min_disk": 0, "protected": false, "id": "92e0d503-a8e5-4f16-9683-20a37e704299", "file": "/v2/images/92e0d503-a8e5-4f16-9683-20a37e704299/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 11:14:08,700 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-42edac15-9d77-4dfa-800b-ed981a32ad38 2019-01-09 11:14:08,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/92e0d503-a8e5-4f16-9683-20a37e704299/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a0f14366e77657d342572dfa0bade82abd8f9eb" -d '' 2019-01-09 11:14:10,428 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-69a9ab6f-0013-464e-8e79-d17c6ae5c8c1 Date: Wed, 09 Jan 2019 11:14:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:14:10,429 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/92e0d503-a8e5-4f16-9683-20a37e704299/file used request id req-69a9ab6f-0013-464e-8e79-d17c6ae5c8c1 2019-01-09 11:14:10,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:10,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716d827c-e043-42ea-8b07-17bda71e5a7a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:10,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-716d827c-e043-42ea-8b07-17bda71e5a7a 2019-01-09 11:14:10,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:10,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["mm3AV6qSRDOUwTk8DH1UDw"], "issued_at": "2019-01-09T11:14:10.000000Z"}} 2019-01-09 11:14:10,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:14:11,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1d199f6e-d3c4-4d7a-9ecf-a71b8fea2640 Date: Wed, 09 Jan 2019 11:14:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 11:14:11,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-1d199f6e-d3c4-4d7a-9ecf-a71b8fea2640 2019-01-09 11:14:11,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:14:11,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-907ba26a-462b-48b7-86fa-ba78bab04a08 Date: Wed, 09 Jan 2019 11:14:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 11:14:11,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-907ba26a-462b-48b7-86fa-ba78bab04a08 2019-01-09 11:14:11,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:14:11,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c0998799-247f-44c6-b563-98ddc72cf323 Date: Wed, 09 Jan 2019 11:14:11 GMT RESP BODY: {"routers": []} 2019-01-09 11:14:11,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-c0998799-247f-44c6-b563-98ddc72cf323 2019-01-09 11:14:11,447 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2019-01-09 11:14:11,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2019-01-09 11:14:11,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-f21c08bc-baf4-4972-8b53-e815b890f4f8 Date: Wed, 09 Jan 2019 11:14:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8bab26d8-c834-49b7-b679-b2eb4de2380b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:14:11Z","is_default":false,"provider:segmentation_id":90,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:14:11Z","mtu":1450}} 2019-01-09 11:14:11,851 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-f21c08bc-baf4-4972-8b53-e815b890f4f8 2019-01-09 11:14:11,851 - sdnvpn.lib.openstack_utils - DEBUG - Network '8bab26d8-c834-49b7-b679-b2eb4de2380b' created successfully 2019-01-09 11:14:11,851 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 11:14:11,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"subnets": [{"ip_version": 4, "network_id": "8bab26d8-c834-49b7-b679-b2eb4de2380b", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2019-01-09 11:14:12,467 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d5c00cef-f034-46b1-9f05-bbcd6c3a3018 Date: Wed, 09 Jan 2019 11:14:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8bab26d8-c834-49b7-b679-b2eb4de2380b","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:14:12Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T11:14:12Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"a3475ec98a734cb2aeb418d350edd17b","id":"da57b32b-41eb-4688-8752-8c3f89fd8ce8","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2019-01-09 11:14:12,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-d5c00cef-f034-46b1-9f05-bbcd6c3a3018 2019-01-09 11:14:12,468 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'da57b32b-41eb-4688-8752-8c3f89fd8ce8' created successfully 2019-01-09 11:14:12,468 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 11:14:12,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2019-01-09 11:14:12,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-5aa377f7-58ac-43fa-9dab-e094e779ba46 Date: Wed, 09 Jan 2019 11:14:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T11:14:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T11:14:12Z", "revision_number": 0, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "23a83937-ad26-4d98-820b-97b73f7ac736", "name": "sdnvpn-4-1-router"}} 2019-01-09 11:14:12,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-5aa377f7-58ac-43fa-9dab-e094e779ba46 2019-01-09 11:14:12,873 - sdnvpn.lib.openstack_utils - DEBUG - Router '23a83937-ad26-4d98-820b-97b73f7ac736' created successfully 2019-01-09 11:14:12,873 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 11:14:12,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"subnet_id": "da57b32b-41eb-4688-8752-8c3f89fd8ce8"}' 2019-01-09 11:14:14,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-df942619-d723-4676-8831-efd5e22275c1 Date: Wed, 09 Jan 2019 11:14:14 GMT RESP BODY: {"network_id": "8bab26d8-c834-49b7-b679-b2eb4de2380b", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "da57b32b-41eb-4688-8752-8c3f89fd8ce8", "subnet_ids": ["da57b32b-41eb-4688-8752-8c3f89fd8ce8"], "port_id": "ea973a8f-79bb-4c5d-85e1-03ff223f1d0d", "id": "23a83937-ad26-4d98-820b-97b73f7ac736"} 2019-01-09 11:14:14,649 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736/add_router_interface used request id req-df942619-d723-4676-8831-efd5e22275c1 2019-01-09 11:14:14,649 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 11:14:14,649 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 11:14:14,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:14:14,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-6f27dd74-1d01-46c6-a949-e30ae2635a2c Date: Wed, 09 Jan 2019 11:14:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8bab26d8-c834-49b7-b679-b2eb4de2380b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["da57b32b-41eb-4688-8752-8c3f89fd8ce8"],"description":"","tags":[],"updated_at":"2019-01-09T11:14:12Z","provider:segmentation_id":90,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:14:11Z","provider:network_type":"vxlan"}]} 2019-01-09 11:14:14,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-6f27dd74-1d01-46c6-a949-e30ae2635a2c 2019-01-09 11:14:14,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}}' 2019-01-09 11:14:16,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-ec25c772-ea0a-4c73-a095-0dd940526364 Date: Wed, 09 Jan 2019 11:14:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T11:14:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T11:14:16Z", "revision_number": 4, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "23a83937-ad26-4d98-820b-97b73f7ac736", "name": "sdnvpn-4-1-router"}} 2019-01-09 11:14:16,840 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736 used request id req-ec25c772-ea0a-4c73-a095-0dd940526364 2019-01-09 11:14:16,841 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 11:14:16,841 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2019-01-09 11:14:16,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2019-01-09 11:14:17,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-8f771e1d-37aa-4fb1-b569-f24606f47576 Date: Wed, 09 Jan 2019 11:14: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":"40300b1a-fbb9-4dd7-a335-3b9ff866c812","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:14:17Z","is_default":false,"provider:segmentation_id":45,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:14:17Z","mtu":1450}} 2019-01-09 11:14:17,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-8f771e1d-37aa-4fb1-b569-f24606f47576 2019-01-09 11:14:17,270 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 40300b1a-fbb9-4dd7-a335-3b9ff866c812 with cidr 10.10.11.0/24 2019-01-09 11:14:17,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"subnets": [{"ip_version": 4, "network_id": "40300b1a-fbb9-4dd7-a335-3b9ff866c812", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2019-01-09 11:14:17,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f20b31b8-2ed8-4e24-bb76-a2b817617e01 Date: Wed, 09 Jan 2019 11:14:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40300b1a-fbb9-4dd7-a335-3b9ff866c812","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:14:17Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T11:14:17Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"1889b256-bf6e-4fd0-82e3-04d8433c0df4","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2019-01-09 11:14:17,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-f20b31b8-2ed8-4e24-bb76-a2b817617e01 2019-01-09 11:14:17,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:14:18,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-8a7d78ab-7c5b-4b8b-9cee-b77ec6eea741 Date: Wed, 09 Jan 2019 11:14:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "3b809c21-8697-4f63-849b-e46935ce2db7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "revision_number": 0, "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-09T10:50:24Z", "revision_number": 0, "id": "d3f1a03d-6310-4600-a06f-3d7f4e25c578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:50:24Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 7, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 11:14:18,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-8a7d78ab-7c5b-4b8b-9cee-b77ec6eea741 2019-01-09 11:14:18,023 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:14:18,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:18,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40e313b0-8b5d-4061-b794-4b881cf9b3a6 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:18,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-40e313b0-8b5d-4061-b794-4b881cf9b3a6 2019-01-09 11:14:18,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:18,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["aJ5cK1maSZa8F3FvSFyToQ"], "issued_at": "2019-01-09T11:14:18.000000Z"}} 2019-01-09 11:14:18,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:14:18,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-090c914f-f05f-4f69-a8bb-23c27bd98ab2 x-compute-request-id: req-090c914f-f05f-4f69-a8bb-23c27bd98ab2 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 11:14:18,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-090c914f-f05f-4f69-a8bb-23c27bd98ab2 2019-01-09 11:14:18,601 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-09 11:14:18,601 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2019-01-09 11:14:18,601 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=92e0d503-a8e5-4f16-9683-20a37e704299 network=8bab26d8-c834-49b7-b679-b2eb4de2380b secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:14:18,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:18,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:18,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:18,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:18,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:18,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:18,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:18,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:18,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:18,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:18,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:18,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:18,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:18,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:18,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:18,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:18,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:18,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:18,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:18,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:18,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:18,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:18,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:18,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:18,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:18,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:18,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:18,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:18,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:18,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:18,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:18,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:18,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:18,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab04697-a536-47e6-a1ce-c8245405266c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:18,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cab04697-a536-47e6-a1ce-c8245405266c 2019-01-09 11:14:18,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:19,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["j6zCk2iQTeOHkulI45CWrA"], "issued_at": "2019-01-09T11:14:19.000000Z"}} 2019-01-09 11:14:19,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" 2019-01-09 11:14:19,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0326af6f-1a6e-4905-ab02-1afbb7869083 x-compute-request-id: req-0326af6f-1a6e-4905-ab02-1afbb7869083 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:14:19,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0326af6f-1a6e-4905-ab02-1afbb7869083 2019-01-09 11:14:19,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" 2019-01-09 11:14:19,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7d9dbbc-a624-41b1-a6d0-c77be54a30db x-compute-request-id: req-c7d9dbbc-a624-41b1-a6d0-c77be54a30db Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:14:19,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-c7d9dbbc-a624-41b1-a6d0-c77be54a30db 2019-01-09 11:14:19,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "92e0d503-a8e5-4f16-9683-20a37e704299", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8bab26d8-c834-49b7-b679-b2eb4de2380b"}]}}' 2019-01-09 11:14:21,548 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ba730f4-6b38-4bfc-950b-e79f7a2396ce x-compute-request-id: req-2ba730f4-6b38-4bfc-950b-e79f7a2396ce Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ddcdb823-86ec-4d16-b4b4-966a2e286135", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "bookmark"}], "adminPass": "iJBcb9x2ZoHX"}} 2019-01-09 11:14:21,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-2ba730f4-6b38-4bfc-950b-e79f7a2396ce 2019-01-09 11:14:21,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:21,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7397450b-216c-4260-8aee-bc6014065e06 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:21,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-7397450b-216c-4260-8aee-bc6014065e06 2019-01-09 11:14:21,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:21,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["8JN75TdwQiK1-RXCLN2L5g"], "issued_at": "2019-01-09T11:14:21.000000Z"}} 2019-01-09 11:14:21,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4cf5a9542dc23146a71a040c9084a423ad7885" 2019-01-09 11:14:22,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6e6f673-ba6f-4df1-b426-fed51de859f6 x-compute-request-id: req-c6e6f673-ba6f-4df1-b426-fed51de859f6 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.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "ddcdb823-86ec-4d16-b4b4-966a2e286135", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:14:22Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2019-01-09T11:14:21Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:22,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 used request id req-c6e6f673-ba6f-4df1-b426-fed51de859f6 2019-01-09 11:14:25,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4cf5a9542dc23146a71a040c9084a423ad7885" 2019-01-09 11:14:26,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c41da819-ea9f-4a98-94f8-7fcc1676f5cb x-compute-request-id: req-c41da819-ea9f-4a98-94f8-7fcc1676f5cb Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:92:58", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "ddcdb823-86ec-4d16-b4b4-966a2e286135", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:14:23Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-09T11:14:21Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:26,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 used request id req-c41da819-ea9f-4a98-94f8-7fcc1676f5cb 2019-01-09 11:14:29,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a4cf5a9542dc23146a71a040c9084a423ad7885" 2019-01-09 11:14:29,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a99d6d4-84fb-4824-83d9-638d6587c5c5 x-compute-request-id: req-0a99d6d4-84fb-4824-83d9-638d6587c5c5 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:09:92:58", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": "2019-01-09T11:14:25.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "ddcdb823-86ec-4d16-b4b4-966a2e286135", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:26Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-09T11:14:21Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:29,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 used request id req-0a99d6d4-84fb-4824-83d9-638d6587c5c5 2019-01-09 11:14:30,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" 2019-01-09 11:14:30,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f89c2c7b-0853-4f24-8cbe-b98f4ffb6520 x-compute-request-id: req-f89c2c7b-0853-4f24-8cbe-b98f4ffb6520 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:09:92:58", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": "2019-01-09T11:14:25.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "ddcdb823-86ec-4d16-b4b4-966a2e286135", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:26Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-09T11:14:21Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:30,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135 used request id req-f89c2c7b-0853-4f24-8cbe-b98f4ffb6520 2019-01-09 11:14:30,749 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.8'. 2019-01-09 11:14:30,749 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2019-01-09 11:14:30,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:14:32,187 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:14:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e8a1e059-5ed3-4800-ad5f-91e2ffa7be53 x-compute-request-id: req-e8a1e059-5ed3-4800-ad5f-91e2ffa7be53 Content-Length: 0 Content-Type: application/json 2019-01-09 11:14:32,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-e8a1e059-5ed3-4800-ad5f-91e2ffa7be53 2019-01-09 11:14:32,188 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2019-01-09 11:14:32,188 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=92e0d503-a8e5-4f16-9683-20a37e704299 network=8bab26d8-c834-49b7-b679-b2eb4de2380b secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:14:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:32,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:32,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:32,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:32,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:32,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:32,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:32,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:32,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:32,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:32,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:32,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:32,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-682e4291-7979-46ff-a729-7ae4774b22a9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:32,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-682e4291-7979-46ff-a729-7ae4774b22a9 2019-01-09 11:14:32,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:32,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["rVYm3rY3RISVg1h_uMYmwg"], "issued_at": "2019-01-09T11:14:32.000000Z"}} 2019-01-09 11:14:32,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b102b72eb12351b0bf0c405713266469e73ba5b" 2019-01-09 11:14:32,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2b3d9f5-d2ba-42b5-800b-27a780f9b544 x-compute-request-id: req-c2b3d9f5-d2ba-42b5-800b-27a780f9b544 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:14:32,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c2b3d9f5-d2ba-42b5-800b-27a780f9b544 2019-01-09 11:14:32,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b102b72eb12351b0bf0c405713266469e73ba5b" 2019-01-09 11:14:32,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58a0e9b6-5520-4aaf-b445-771b1424c495 x-compute-request-id: req-58a0e9b6-5520-4aaf-b445-771b1424c495 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:14:32,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-58a0e9b6-5520-4aaf-b445-771b1424c495 2019-01-09 11:14:32,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b102b72eb12351b0bf0c405713266469e73ba5b" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "92e0d503-a8e5-4f16-9683-20a37e704299", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8bab26d8-c834-49b7-b679-b2eb4de2380b"}]}}' 2019-01-09 11:14:34,854 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:14:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14261ecc-5098-49cc-bbcc-68ae722f611d x-compute-request-id: req-14261ecc-5098-49cc-bbcc-68ae722f611d Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "adminPass": "zQjDaSmn4Vp2"}} 2019-01-09 11:14:34,855 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-14261ecc-5098-49cc-bbcc-68ae722f611d 2019-01-09 11:14:34,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:34,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca1c8b58-5768-40d5-a2a1-f1c6dbb32d19 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:34,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ca1c8b58-5768-40d5-a2a1-f1c6dbb32d19 2019-01-09 11:14:34,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:35,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["bjTt4orfTS--6AbDv-_pgw"], "issued_at": "2019-01-09T11:14:35.000000Z"}} 2019-01-09 11:14:35,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17dae5a8d2321b36ee33237d557fb38b0e2f296" 2019-01-09 11:14:35,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c6d5046-a9ad-4be3-ab11-d3dff47ef35e x-compute-request-id: req-7c6d5046-a9ad-4be3-ab11-d3dff47ef35e Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:14:35Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:35,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 used request id req-7c6d5046-a9ad-4be3-ab11-d3dff47ef35e 2019-01-09 11:14:38,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17dae5a8d2321b36ee33237d557fb38b0e2f296" 2019-01-09 11:14:39,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85ce1bde-2fd1-427a-83b1-4af21ca6c326 x-compute-request-id: req-85ce1bde-2fd1-427a-83b1-4af21ca6c326 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.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:14:35Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:39,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 used request id req-85ce1bde-2fd1-427a-83b1-4af21ca6c326 2019-01-09 11:14:42,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c17dae5a8d2321b36ee33237d557fb38b0e2f296" 2019-01-09 11:14:43,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9e080b7-707f-4958-b1c9-6ebb790a5007 x-compute-request-id: req-b9e080b7-707f-4958-b1c9-6ebb790a5007 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:29:fa", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2019-01-09T11:14:38.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:39Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:43,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 used request id req-b9e080b7-707f-4958-b1c9-6ebb790a5007 2019-01-09 11:14:43,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b102b72eb12351b0bf0c405713266469e73ba5b" 2019-01-09 11:14:44,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1034cb2b-4b69-4639-9962-d35f758a984b x-compute-request-id: req-1034cb2b-4b69-4639-9962-d35f758a984b Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:29:fa", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2019-01-09T11:14:38.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:39Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:44,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0 used request id req-1034cb2b-4b69-4639-9962-d35f758a984b 2019-01-09 11:14:44,208 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.15'. 2019-01-09 11:14:44,208 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2019-01-09 11:14:44,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:14:45,886 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:14:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-78b2589f-dbfc-4ae2-8ab2-15b2cf5f22cb x-compute-request-id: req-78b2589f-dbfc-4ae2-8ab2-15b2cf5f22cb Content-Length: 0 Content-Type: application/json 2019-01-09 11:14:45,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0/action used request id req-78b2589f-dbfc-4ae2-8ab2-15b2cf5f22cb 2019-01-09 11:14:45,887 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2019-01-09 11:14:45,887 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=92e0d503-a8e5-4f16-9683-20a37e704299 network=40300b1a-fbb9-4dd7-a335-3b9ff866c812 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:14:45,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:45,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:45,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:45,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:45,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:45,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:45,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:45,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:45,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:45,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:45,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:45,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:45,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:45,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:45,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:45,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:45,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:45,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:45,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:45,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:45,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-625f58b4-b8ec-45fa-8052-5e87609d538a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:45,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-625f58b4-b8ec-45fa-8052-5e87609d538a 2019-01-09 11:14:45,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:46,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["gWL4i-40R0mOukQK4HPK5g"], "issued_at": "2019-01-09T11:14:46.000000Z"}} 2019-01-09 11:14:46,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82827edcc945ab2836c252b95be672f0d887480f" 2019-01-09 11:14:46,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a1eae78-8f37-4fb0-b722-56a9a986f624 x-compute-request-id: req-1a1eae78-8f37-4fb0-b722-56a9a986f624 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:14:46,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1a1eae78-8f37-4fb0-b722-56a9a986f624 2019-01-09 11:14:46,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82827edcc945ab2836c252b95be672f0d887480f" 2019-01-09 11:14:46,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42a6a5e0-81b9-4c63-bd76-0ab56cdd5ec1 x-compute-request-id: req-42a6a5e0-81b9-4c63-bd76-0ab56cdd5ec1 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:14:46,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-42a6a5e0-81b9-4c63-bd76-0ab56cdd5ec1 2019-01-09 11:14:46,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82827edcc945ab2836c252b95be672f0d887480f" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "92e0d503-a8e5-4f16-9683-20a37e704299", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "40300b1a-fbb9-4dd7-a335-3b9ff866c812"}]}}' 2019-01-09 11:14:47,977 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:14:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0538acbd-9a01-4183-adca-9f7dedd901d6 x-compute-request-id: req-0538acbd-9a01-4183-adca-9f7dedd901d6 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "adminPass": "rJMn329RnFXP"}} 2019-01-09 11:14:47,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-0538acbd-9a01-4183-adca-9f7dedd901d6 2019-01-09 11:14:47,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:47,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa93ce0-3569-41de-bc6a-02d100e06686 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:47,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-daa93ce0-3569-41de-bc6a-02d100e06686 2019-01-09 11:14:47,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:48,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["kMyqQ_ZZSoOzRxtxFpKpQQ"], "issued_at": "2019-01-09T11:14:48.000000Z"}} 2019-01-09 11:14:48,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6576714dfe54a452b7cc1371a1cfc6b4d2671f" 2019-01-09 11:14:48,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96dc4bec-a9e5-4e55-bced-17483dd621ce x-compute-request-id: req-96dc4bec-a9e5-4e55-bced-17483dd621ce 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.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:14:48Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:48,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 used request id req-96dc4bec-a9e5-4e55-bced-17483dd621ce 2019-01-09 11:14:51,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6576714dfe54a452b7cc1371a1cfc6b4d2671f" 2019-01-09 11:14:52,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0396f4b8-9058-46e5-aad2-1b5d6c0636d9 x-compute-request-id: req-0396f4b8-9058-46e5-aad2-1b5d6c0636d9 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.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:14:50Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:52,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 used request id req-0396f4b8-9058-46e5-aad2-1b5d6c0636d9 2019-01-09 11:14:55,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6576714dfe54a452b7cc1371a1cfc6b4d2671f" 2019-01-09 11:14:56,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01be65b7-c5fb-41d9-8d3a-a31d6775d09f x-compute-request-id: req-01be65b7-c5fb-41d9-8d3a-a31d6775d09f Content-Encoding: gzip Content-Length: 781 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:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:56,295 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 used request id req-01be65b7-c5fb-41d9-8d3a-a31d6775d09f 2019-01-09 11:14:56,298 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82827edcc945ab2836c252b95be672f0d887480f" 2019-01-09 11:14:57,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d6dfdc0-dd86-4a07-b4a1-1fd83a4fbfde x-compute-request-id: req-0d6dfdc0-dd86-4a07-b4a1-1fd83a4fbfde Content-Encoding: gzip Content-Length: 781 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:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:14:57,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8 used request id req-0d6dfdc0-dd86-4a07-b4a1-1fd83a4fbfde 2019-01-09 11:14:57,446 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.7'. 2019-01-09 11:14:57,446 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2019-01-09 11:14:57,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:14:58,734 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:14:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38d4099e-4676-4bf6-bdbf-6836329b0b0b x-compute-request-id: req-38d4099e-4676-4bf6-bdbf-6836329b0b0b Content-Length: 0 Content-Type: application/json 2019-01-09 11:14:58,734 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8/action used request id req-38d4099e-4676-4bf6-bdbf-6836329b0b0b 2019-01-09 11:14:58,735 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2019-01-09 11:14:58,735 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=92e0d503-a8e5-4f16-9683-20a37e704299 network=40300b1a-fbb9-4dd7-a335-3b9ff866c812 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.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 2019-01-09 11:14:58,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:58,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:58,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:58,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:58,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:58,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:58,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:58,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:58,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:58,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:58,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:58,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:58,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:58,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:58,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:58,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:14:58,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:14:58,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:14:58,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:14:58,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:14:58,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:14:58,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:14:58,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:14:58,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989c47fe-e966-4279-bbe0-36bd5939ded0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:14:58,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-989c47fe-e966-4279-bbe0-36bd5939ded0 2019-01-09 11:14:58,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:14:59,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:14:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["ZrS_n1H8RvyQZdxsChEjMg"], "issued_at": "2019-01-09T11:14:59.000000Z"}} 2019-01-09 11:14:59,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe080cc010731dc18a90f9ab9bf459d89e7a62d" 2019-01-09 11:14:59,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b952bfc7-c82d-41e1-b43b-801985999763 x-compute-request-id: req-b952bfc7-c82d-41e1-b43b-801985999763 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:14:59,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b952bfc7-c82d-41e1-b43b-801985999763 2019-01-09 11:14:59,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe080cc010731dc18a90f9ab9bf459d89e7a62d" 2019-01-09 11:14:59,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ccf0a54e-8392-4c38-8530-58c0c319deef x-compute-request-id: req-ccf0a54e-8392-4c38-8530-58c0c319deef Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:14:59,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-ccf0a54e-8392-4c38-8530-58c0c319deef 2019-01-09 11:14:59,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe080cc010731dc18a90f9ab9bf459d89e7a62d" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "92e0d503-a8e5-4f16-9683-20a37e704299", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "40300b1a-fbb9-4dd7-a335-3b9ff866c812"}], "config_drive": true}}' 2019-01-09 11:15:02,316 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-181c24f5-c2b8-4a41-b4d4-6ed409ef1d31 x-compute-request-id: req-181c24f5-c2b8-4a41-b4d4-6ed409ef1d31 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6b431823-b651-4f45-84c2-09854bb649ef", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "adminPass": "UBrxV4EanMJj"}} 2019-01-09 11:15:02,316 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-181c24f5-c2b8-4a41-b4d4-6ed409ef1d31 2019-01-09 11:15:02,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:15:02,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95d6d2d8-6c2e-47e4-b5dc-ec0c66fa2a1b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:15:02,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-95d6d2d8-6c2e-47e4-b5dc-ec0c66fa2a1b 2019-01-09 11:15:02,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:15:02,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["Hii9eqWDRgidRCrCMs4WEA"], "issued_at": "2019-01-09T11:15:02.000000Z"}} 2019-01-09 11:15:02,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c94a9f14185078225279a12aa2d40638b525c81" 2019-01-09 11:15:03,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31a10d20-aba7-48bd-8616-9fe1135d7f15 x-compute-request-id: req-31a10d20-aba7-48bd-8616-9fe1135d7f15 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.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:15:02Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:15:03,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef used request id req-31a10d20-aba7-48bd-8616-9fe1135d7f15 2019-01-09 11:15:06,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c94a9f14185078225279a12aa2d40638b525c81" 2019-01-09 11:15:06,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0167edae-b3b4-42c9-8fbd-535ecd8ca76f x-compute-request-id: req-0167edae-b3b4-42c9-8fbd-535ecd8ca76f Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:15:03Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:15:06,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef used request id req-0167edae-b3b4-42c9-8fbd-535ecd8ca76f 2019-01-09 11:15:09,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c94a9f14185078225279a12aa2d40638b525c81" 2019-01-09 11:15:10,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-03ca73b6-824d-4d65-af75-76ebbd676745 x-compute-request-id: req-03ca73b6-824d-4d65-af75-76ebbd676745 Content-Encoding: gzip Content-Length: 788 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:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:15:10,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef used request id req-03ca73b6-824d-4d65-af75-76ebbd676745 2019-01-09 11:15:10,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe080cc010731dc18a90f9ab9bf459d89e7a62d" 2019-01-09 11:15:11,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-52cb88f3-3c43-42db-85c2-088913095cf7 x-compute-request-id: req-52cb88f3-3c43-42db-85c2-088913095cf7 Content-Encoding: gzip Content-Length: 788 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:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:15:11,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef used request id req-52cb88f3-3c43-42db-85c2-088913095cf7 2019-01-09 11:15:11,479 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.6'. 2019-01-09 11:15:11,479 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2019-01-09 11:15:11,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:15:13,021 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:15: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-b1c1e490-bd30-43e7-a7bc-426735e7c516 x-compute-request-id: req-b1c1e490-bd30-43e7-a7bc-426735e7c516 Content-Length: 0 Content-Type: application/json 2019-01-09 11:15:13,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action used request id req-b1c1e490-bd30-43e7-a7bc-426735e7c516 2019-01-09 11:15:13,021 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2019-01-09 11:15:13,021 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=92e0d503-a8e5-4f16-9683-20a37e704299 network=8bab26d8-c834-49b7-b679-b2eb4de2380b secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.8 10.10.10.15 10.10.11.6 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 2019-01-09 11:15:13,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:15:13,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:15:13,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:15:13,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:15:13,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:15:13,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:15:13,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:15:13,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:15:13,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:15:13,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:15:13,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:15:13,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:15:13,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:15:13,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:15:13,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:15:13,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:15:13,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:15:13,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:15:13,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:15:13,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:15:13,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:15:13,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:15:13,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:15:13,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:15:13,026 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:15:13,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:15:13,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:15:13,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:15:13,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:15:13,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:15:13,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:15:13,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:15:13,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:15:13,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:15:13,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:15:13,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:15:13,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:15:13,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:15:13,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:15:13,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:15:13,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:15:13,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c108b51-86d1-4230-bd59-74fa07000441 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:15:13,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1c108b51-86d1-4230-bd59-74fa07000441 2019-01-09 11:15:13,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:15:13,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:15:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["fhzohzTkTHebiSI7RAhUbA"], "issued_at": "2019-01-09T11:15:13.000000Z"}} 2019-01-09 11:15:13,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" 2019-01-09 11:15:13,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-542e3642-8dce-4420-9a61-6b73b409e4f9 x-compute-request-id: req-542e3642-8dce-4420-9a61-6b73b409e4f9 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:15:13,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-542e3642-8dce-4420-9a61-6b73b409e4f9 2019-01-09 11:15:13,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" 2019-01-09 11:15:13,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-88f98edb-9d15-4a0e-8d2a-9f450babb8ab x-compute-request-id: req-88f98edb-9d15-4a0e-8d2a-9f450babb8ab Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:15:13,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-88f98edb-9d15-4a0e-8d2a-9f450babb8ab 2019-01-09 11:15:13,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "92e0d503-a8e5-4f16-9683-20a37e704299", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC44IDEwLjEwLjEwLjE1IDEwLjEwLjExLjYgMTAuMTAuMTEuNwp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8bab26d8-c834-49b7-b679-b2eb4de2380b"}], "config_drive": true}}' 2019-01-09 11:15:14,932 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:15: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-8ae60047-6dc0-4991-977d-f247ed4c085f x-compute-request-id: req-8ae60047-6dc0-4991-977d-f247ed4c085f Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "bookmark"}], "adminPass": "bwre46GDEAfJ"}} 2019-01-09 11:15:14,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-8ae60047-6dc0-4991-977d-f247ed4c085f 2019-01-09 11:15:14,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:15:14,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1833f29-6854-4de2-8453-1e082e29481d Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:15:14,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a1833f29-6854-4de2-8453-1e082e29481d 2019-01-09 11:15:14,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:15:15,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:15:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["GgDt_xI4QKG3Q2uAdimUbw"], "issued_at": "2019-01-09T11:15:15.000000Z"}} 2019-01-09 11:15:15,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878a6fec608ccc68dfe55f25ced54998d0458291" 2019-01-09 11:15:15,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5da07346-2568-49fe-8d6c-2ddfbdd11121 x-compute-request-id: req-5da07346-2568-49fe-8d6c-2ddfbdd11121 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:15:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2019-01-09T11:15:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:15:15,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f used request id req-5da07346-2568-49fe-8d6c-2ddfbdd11121 2019-01-09 11:15:18,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878a6fec608ccc68dfe55f25ced54998d0458291" 2019-01-09 11:15:19,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-98207c5d-0177-4e66-90f0-93fc03fcc1cc x-compute-request-id: req-98207c5d-0177-4e66-90f0-93fc03fcc1cc Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:7d:3a", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:15:15Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2019-01-09T11:15:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:15:19,323 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f used request id req-98207c5d-0177-4e66-90f0-93fc03fcc1cc 2019-01-09 11:15:22,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878a6fec608ccc68dfe55f25ced54998d0458291" 2019-01-09 11:15:23,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-68348bbf-1002-4669-9d96-efaa12179f8e x-compute-request-id: req-68348bbf-1002-4669-9d96-efaa12179f8e Content-Encoding: gzip Content-Length: 784 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:df:7d:3a", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": "2019-01-09T11:15:18.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:19Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2019-01-09T11:15:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:15:23,156 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f used request id req-68348bbf-1002-4669-9d96-efaa12179f8e 2019-01-09 11:15:23,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" 2019-01-09 11:15:23,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-29f49724-0202-44d6-9677-d612c2e9753d x-compute-request-id: req-29f49724-0202-44d6-9677-d612c2e9753d Content-Encoding: gzip Content-Length: 784 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:df:7d:3a", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": "2019-01-09T11:15:18.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:19Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2019-01-09T11:15:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:15:23,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f used request id req-29f49724-0202-44d6-9677-d612c2e9753d 2019-01-09 11:15:23,762 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.9'. 2019-01-09 11:15:23,762 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2019-01-09 11:15:23,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:15:25,602 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:15: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-16b3b9fd-4943-421d-9d1c-30d71f50eda8 x-compute-request-id: req-16b3b9fd-4943-421d-9d1c-30d71f50eda8 Content-Length: 0 Content-Type: application/json 2019-01-09 11:15:25,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-16b3b9fd-4943-421d-9d1c-30d71f50eda8 2019-01-09 11:15:25,602 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2019-01-09 11:15:25,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-735290", "route_distinguishers": "12:12"}}' 2019-01-09 11:15:25,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-64e766ff-0d27-46d1-9b4e-affdae87bafd Date: Wed, 09 Jan 2019 11:15:25 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "98f24487-951e-4364-83a2-e4d545e91f7a", "name": "sdnvpn-735290", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:15:25,963 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-64e766ff-0d27-46d1-9b4e-affdae87bafd 2019-01-09 11:15:25,963 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-735290', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'98f24487-951e-4364-83a2-e4d545e91f7a'}} 2019-01-09 11:15:25,963 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2019-01-09 11:15:25,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"router_association": {"router_id": "23a83937-ad26-4d98-820b-97b73f7ac736"}}' 2019-01-09 11:15:26,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-b6b69784-395d-4bca-878c-b426e8a91e43 Date: Wed, 09 Jan 2019 11:15:26 GMT RESP BODY: {"router_association": {"router_id": "23a83937-ad26-4d98-820b-97b73f7ac736", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "60179176-3f19-43e6-8ca2-d8bb7d921d65"}} 2019-01-09 11:15:26,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a/router_associations used request id req-b6b69784-395d-4bca-878c-b426e8a91e43 2019-01-09 11:15:26,523 - sdnvpn_test_utils - INFO - Waiting for instance ddcdb823-86ec-4d16-b4b4-966a2e286135 to boot up 2019-01-09 11:15:26,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:27,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-330fb092-adc4-4834-8c43-ccc7b7df0f6b x-compute-request-id: req-330fb092-adc4-4834-8c43-ccc7b7df0f6b Content-Encoding: gzip Content-Length: 7672 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:15:27,595 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-330fb092-adc4-4834-8c43-ccc7b7df0f6b 2019-01-09 11:15:29,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:30,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-54ba8584-e630-4198-94a3-e43f73ff33a4 x-compute-request-id: req-54ba8584-e630-4198-94a3-e43f73ff33a4 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 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\n"} 2019-01-09 11:15:30,733 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-54ba8584-e630-4198-94a3-e43f73ff33a4 2019-01-09 11:15:32,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:33,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-648a50d6-ca4a-47f0-92dc-f7429883ada6 x-compute-request-id: req-648a50d6-ca4a-47f0-92dc-f7429883ada6 Content-Encoding: gzip Content-Length: 9990 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n"} 2019-01-09 11:15:33,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-648a50d6-ca4a-47f0-92dc-f7429883ada6 2019-01-09 11:15:35,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:36,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef5689be-39fa-440e-adcb-2fbaa4149ce8 x-compute-request-id: req-ef5689be-39fa-440e-adcb-2fbaa4149ce8 Content-Encoding: gzip Content-Length: 10011 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n"} 2019-01-09 11:15:36,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-ef5689be-39fa-440e-adcb-2fbaa4149ce8 2019-01-09 11:15:38,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:40,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-362ece42-32ca-4713-b4d9-4736015971e3 x-compute-request-id: req-362ece42-32ca-4713-b4d9-4736015971e3 Content-Encoding: gzip Content-Length: 10113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:15:40,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-362ece42-32ca-4713-b4d9-4736015971e3 2019-01-09 11:15:42,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:43,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d805bc91-dff1-42c8-b7a7-7c9d57e97a26 x-compute-request-id: req-d805bc91-dff1-42c8-b7a7-7c9d57e97a26 Content-Encoding: gzip Content-Length: 10113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:15:43,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-d805bc91-dff1-42c8-b7a7-7c9d57e97a26 2019-01-09 11:15:45,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:46,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7be0ee6d-7600-44d8-9df6-bc4e965c10d3 x-compute-request-id: req-7be0ee6d-7600-44d8-9df6-bc4e965c10d3 Content-Encoding: gzip Content-Length: 10113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:15:46,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-7be0ee6d-7600-44d8-9df6-bc4e965c10d3 2019-01-09 11:15:48,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:49,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ab15be4-13a6-4010-8620-c2c74a67fbf4 x-compute-request-id: req-2ab15be4-13a6-4010-8620-c2c74a67fbf4 Content-Encoding: gzip Content-Length: 10113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2019-01-09 11:15:49,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-2ab15be4-13a6-4010-8620-c2c74a67fbf4 2019-01-09 11:15:51,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:52,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-b18884b7-1fd1-40dc-9be6-2c90c1332eda x-compute-request-id: req-b18884b7-1fd1-40dc-9be6-2c90c1332eda Content-Encoding: gzip Content-Length: 10143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:15:52,396 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-b18884b7-1fd1-40dc-9be6-2c90c1332eda 2019-01-09 11:15:54,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:55,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-eaf3d6a0-4143-4bd2-976a-28a4b647a7af x-compute-request-id: req-eaf3d6a0-4143-4bd2-976a-28a4b647a7af Content-Encoding: gzip Content-Length: 10143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:15:55,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-eaf3d6a0-4143-4bd2-976a-28a4b647a7af 2019-01-09 11:15:57,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:15:58,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:15: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-9d35a186-4749-49fe-8cea-c877944d64be x-compute-request-id: req-9d35a186-4749-49fe-8cea-c877944d64be Content-Encoding: gzip Content-Length: 10143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:15:58,583 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-9d35a186-4749-49fe-8cea-c877944d64be 2019-01-09 11:16:00,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:01,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:16: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-d77caac7-07a9-433a-a762-b2b0af2b9701 x-compute-request-id: req-d77caac7-07a9-433a-a762-b2b0af2b9701 Content-Encoding: gzip Content-Length: 10143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:16:01,675 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-d77caac7-07a9-433a-a762-b2b0af2b9701 2019-01-09 11:16:03,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:04,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:16: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-5e019286-fea7-4883-93b4-303e0dc211f7 x-compute-request-id: req-5e019286-fea7-4883-93b4-303e0dc211f7 Content-Encoding: gzip Content-Length: 10143 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2019-01-09 11:16:04,769 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-5e019286-fea7-4883-93b4-303e0dc211f7 2019-01-09 11:16:06,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}335097e4fc21b7f10230ecd0c7c8167e1e0631ba" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:07,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-2c5d413e-6b8c-4440-90ec-ac4673975b07 x-compute-request-id: req-2c5d413e-6b8c-4440-90ec-ac4673975b07 Content-Encoding: gzip Content-Length: 11182 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473466979 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129930] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131586] pid_max: default: 32768 minimum: 301\n[ 0.132478] ACPI: Core revision 20150930\n[ 0.133864] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135169] Security Framework initialized\n[ 0.135984] Yama: becoming mindful.\n[ 0.136713] AppArmor: AppArmor initialized\n[ 0.137573] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138914] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140198] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141405] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142792] Initializing cgroup subsys io\n[ 0.143603] Initializing cgroup subsys memory\n[ 0.144463] Initializing cgroup subsys devices\n[ 0.145348] Initializing cgroup subsys freezer\n[ 0.146220] Initializing cgroup subsys net_cls\n[ 0.147087] Initializing cgroup subsys perf_event\n[ 0.147994] Initializing cgroup subsys net_prio\n[ 0.148872] Initializing cgroup subsys hugetlb\n[ 0.149745] Initializing cgroup subsys pids\n[ 0.150614] CPU: Physical Processor ID: 0\n[ 0.152124] mce: CPU supports 10 MCE banks\n[ 0.152972] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153969] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166380] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172861] ftrace: allocating 31920 entries in 125 pages\n[ 0.199493] smpboot: Max logical packages: 1\n[ 0.200347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201715] x2apic enabled\n[ 0.202521] Switched APIC routing to physical x2apic.\n[ 0.204271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207363] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209151] KVM setup paravirtual spinlock\n[ 0.210439] x86: Booted up 1 node, 1 CPUs\n[ 0.211243] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212622] devtmpfs: initialized\n[ 0.214333] evm: security.selinux\n[ 0.215032] evm: security.SMACK64\n[ 0.215718] evm: security.SMACK64EXEC\n[ 0.216454] evm: security.SMACK64TRANSMUTE\n[ 0.217256] evm: security.SMACK64MMAP\n[ 0.218003] evm: security.ima\n[ 0.218643] evm: security.capability\n[ 0.219441] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221293] pinctrl core: initialized pinctrl subsystem\n[ 0.222394] RTC time: 11:14:25, date: 01/09/19\n[ 0.223348] NET: Registered protocol family 16\n[ 0.224315] cpuidle: using governor ladder\n[ 0.225130] cpuidle: using governor menu\n[ 0.225915] PCCT header not found.\n[ 0.226676] ACPI: bus type PCI registered\n[ 0.227469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228702] PCI: Using configuration type 1 for base access\n[ 0.230438] ACPI: Added _OSI(Module Device)\n[ 0.231276] ACPI: Added _OSI(Processor Device)\n[ 0.232139] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233027] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235152] ACPI: Interpreter enabled\n[ 0.235935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241472] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243310] ACPI: (supports S0 S5)\n[ 0.244019] ACPI: Using IOAPIC for interrupt routing\n[ 0.245086] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249307] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253940] acpiphp: Slot [3] registered\n[ 0.254742] acpiphp: Slot [4] registered\n[ 0.255536] acpiphp: Slot [5] registered\n[ 0.256340] acpiphp: Slot [6] registered\n[ 0.257135] acpiphp: Slot [7] registered\n[ 0.257942] acpiphp: Slot [8] registered\n[ 0.258735] acpiphp: Slot [9] registered\n[ 0.259525] acpiphp: Slot [10] registered\n[ 0.260339] acpiphp: Slot [11] registered\n[ 0.261144] acpiphp: Slot [12] registered\n[ 0.261958] acpiphp: Slot [13] registered\n[ 0.262762] acpiphp: Slot [14] registered\n[ 0.263560] acpiphp: Slot [15] registered\n[ 0.274485] acpiphp: Slot [16] registered\n[ 0.275306] acpiphp: Slot [17] registered\n[ 0.276126] acpiphp: Slot [18] registered\n[ 0.276934] acpiphp: Slot [19] registered\n[ 0.277741] acpiphp: Slot [20] registered\n[ 0.278553] acpiphp: Slot [21] registered\n[ 0.279364] acpiphp: Slot [22] registered\n[ 0.280184] acpiphp: Slot [23] registered\n[ 0.280995] acpiphp: Slot [24] registered\n[ 0.281803] acpiphp: Slot [25] registered\n[ 0.282611] acpiphp: Slot [26] registered\n[ 0.283421] acpiphp: Slot [27] registered\n[ 0.284235] acpiphp: Slot [28] registered\n[ 0.285046] acpiphp: Slot [29] registered\n[ 0.285853] acpiphp: Slot [30] registered\n[ 0.286666] acpiphp: Slot [31] registered\n[ 0.287467] PCI host bridge to bus 0000:00\n[ 0.288273] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289475] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290686] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292124] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293581] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299836] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301126] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302296] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303561] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309948] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311379] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357412] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358906] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360326] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363111] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364366] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365512] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368285] vgaarb: loaded\n[ 0.368898] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370029] SCSI subsystem initialized\n[ 0.370849] ACPI: bus type USB registered\n[ 0.371659] usbcore: registered new interface driver usbfs\n[ 0.372683] usbcore: registered new interface driver hub\n[ 0.373685] usbcore: registered new device driver usb\n[ 0.374734] PCI: Using ACPI for IRQ routing\n[ 0.375750] NetLabel: Initializing\n[ 0.376457] NetLabel: domain hash size = 128\n[ 0.377309] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378255] NetLabel: unlabeled traffic allowed by default\n[ 0.379343] clocksource: Switched to clocksource kvm-clock\n[ 0.384752] AppArmor: AppArmor Filesystem Enabled\n[ 0.385712] pnp: PnP ACPI init\n[ 0.386611] pnp: PnP ACPI: found 5 devices\n[ 0.392972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394662] NET: Registered protocol family 2\n[ 0.395609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396869] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398025] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400245] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401427] NET: Registered protocol family 1\n[ 0.402300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403411] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404494] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418452] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432696] Trying to unpack rootfs image as initramfs...\n[ 0.482146] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496195] Scanning for low memory corruption every 60 seconds\n[ 0.497529] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498691] audit: initializing netlink subsys (disabled)\n[ 0.499739] audit: type=2000 audit(1547032466.685:1): initialized\n[ 0.501060] Initialise system trusted keyring\n[ 0.502001] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503174] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505153] zbud: loaded\n[ 0.505860] VFS: Disk quotas dquot_6.6.0\n[ 0.506682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508204] fuse init (API version 7.23)\n[ 0.509107] Key type big_key registered\n[ 0.509916] Allocating IMA MOK and blacklist keyrings.\n[ 0.511404] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514677] io scheduler noop registered\n[ 0.515482] io scheduler deadline registered (default)\n[ 0.516482] io scheduler cfq registered\n[ 0.517319] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518373] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519667] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521128] ACPI: Power Button [PWRF]\n[ 0.521962] GHES: HEST is not enabled!\n[ 0.535491] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563402] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565659] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593008] Linux agpgart interface v0.103\n[ 0.595032] brd: module loaded\n[ 0.596208] loop: module loaded\n[ 0.601613] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603062] GPT:90111 != 2097151\n[ 0.603745] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604835] GPT:90111 != 2097151\n[ 0.605504] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606467] vda: vda1 vda15\n[ 0.608181] scsi host0: ata_piix\n[ 0.608921] scsi host1: ata_piix\n[ 0.609622] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612275] libphy: Fixed MDIO Bus: probed\n[ 0.613102] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614148] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616691] PPP generic driver version 2.4.2\n[ 0.617596] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618874] ehci-pci: EHCI PCI platform driver\n[ 0.619740] ehci-platform: EHCI generic platform driver\n[ 0.620818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622087] ohci-pci: OHCI PCI platform driver\n[ 0.622889] ohci-platform: OHCI generic platform driver\n[ 0.623794] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639300] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640724] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641737] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.642824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645413] usb usb1: Product: UHCI Host Controller\n[ 0.646325] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647444] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648445] hub 1-0:1.0: USB hub found\n[ 0.649210] hub 1-0:1.0: 2 ports detected\n[ 0.650093] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652181] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653123] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654120] mousedev: PS/2 mouse device common for all mice\n[ 0.655356] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657150] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658217] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659391] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660559] i2c /dev entries driver\n[ 0.661304] device-mapper: uevent: version 1.0.3\n[ 0.662221] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665081] NET: Registered protocol family 10\n[ 0.666056] NET: Registered protocol family 17\n[ 0.666920] Key type dns_resolver registered\n[ 0.667826] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668897] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670608] registered taskstats version 1\n[ 0.671436] Loading compiled-in X.509 certificates\n[ 0.672864] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674681] zswap: loaded using pool lzo/zbud\n[ 0.676039] Key type trusted registered\n[ 0.677557] Key type encrypted registered\n[ 0.678378] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680431] evm: HMAC attrs: 0x1\n[ 0.681719] Magic number: 3:976:225\n[ 0.682552] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:26 UTC (1547032466)\n[ 0.684122] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685206] EDD information not available.\n[ 0.772537] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774083] Write protecting the kernel read-only data: 14336k\n[ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.830770] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.01\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... 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\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.18. iid=i-0000015b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrq7U/x/5NpRu41G5GZQUTotZl3VlGmkUi9NUrsKQKfHLwo1Hb4xSVUx61khwMd6vaNyOfpr8ZKO6J7vkLQY3QOq7ebTdlrz/lEWeUoWl8H5IZ/yeAUoe71ks54oEPtycZhnTKlF42CKp4ei8B/FTGWo4lji2moox/SqlR/YHD+zHQ24mjOIuQcV7aGYCHy9LxgX4YqsFmcDqQstuwM/YznkgRRo2tB3GWEwqCrBnqDWUHjBWSF0DdRTij0l8VKmLXWU371T4hOMV08IM8U1SKy98uOU3Mhrv34/hVFyzagL9y5i3Qr9PA+AqUNwKmefAyG/RYKi9/xVnMjs/B/fWt root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKl8jK43J9G1c8cG5DVIOqJi55/OqCnkf7LQhpHDsSZLuk8FtuWlojvp3IZIt1yZxisjt2AG0P3XsL2ddvGPrFfVAZAhgVlbnEPWjC4UgSeQhMvQtojAA168NQCyFEo713sX6WjjW5gJPHSURu0ezcuhdqPEXRSXz7+cgTUGBO0/AAAAFQCpfDnMC29W1ZEvt8vZhU1O/ATBjQAAAIBbrCmFQGr8PUuuZkLi1MMxRTY4kAZOC4JQepbTi145WK9o+uWjEgTJOPT2TG0NpoagvoQw4KWN5iwEFRD8rL5HHZYK1Zi9lAlP4k8wSLB5hYlBp+xBmQJadUzgwUc5iRt+U2nS/AzdSaAjCeG5L+KAH92r3UysE65b66I7xxaxDQAAAIBsNZ0qPNPd6T5YnHAVE9Q1jKhTiQh0X1LtUVqdlfBEi+2hX76iCYiWFOvtcYjEWIp2PFJ9gsNhyztnAeKqb40QRKGBBQ8Jhu6P9qHw1Tx4gXSdqI2vxfrnt3dcfoPtaEAe6/s/+LUyb34QBrt7UUh38z8B5MtRwL6X1CP94rvJoA== 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.8,24,fe80::f816:3eff:fe09:9258/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.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-0000015b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.88 ===\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:09:92:58 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe09:9258/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:94 errors:0 dropped:16 overruns:0 frame:0\n TX packets:110 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10418 (10.1 KiB) TX bytes:10096 (9.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.341 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.589 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.263 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.284 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.243/0.344/0.589 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-4-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.120892] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.120894] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.120896] usb 1-1: Product: QEMU USB Tablet\n[ 1.120897] usb 1-1: Manufacturer: QEMU\n[ 1.120897] usb 1-1: SerialNumber: 42\n[ 1.170652] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.206776] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.495600] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 62.990512] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.515909] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:14:27 cirros kern.info kernel: [ 0.785989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:14:27 cirros kern.info kernel: [ 0.787790] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:14:27 cirros kern.info kernel: [ 0.798444] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:14:27 cirros kern.info kernel: [ 0.798445] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:14:27 cirros kern.info kernel: [ 0.800170] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:14:27 cirros kern.info kernel: [ 0.803168] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:14:27 cirros kern.info kernel: [ 0.805178] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:14:27 cirros kern.info kernel: [ 0.828019] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:14:27 cirros kern.info kernel: [ 0.829162] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:14:27 cirros kern.notice kernel: [ 0.830770] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:14:27 cirros kern.info kernel: [ 0.832364] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:14:27 cirros kern.info kernel: [ 0.880612] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:14:27 cirros kern.info kernel: [ 0.959386] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:14:27 cirros kern.info kernel: [ 1.120892] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:14:27 cirros kern.info kernel: [ 1.120894] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:14:27 cirros kern.info kernel: [ 1.120896] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:14:27 cirros kern.info kernel: [ 1.120897] usb 1-1: Manufacturer: QEMU\nJan 9 11:14:27 cirros kern.info kernel: [ 1.120897] usb 1-1: SerialNumber: 42\nJan 9 11:14:27 cirros kern.info kernel: [ 1.170652] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:14:27 cirros kern.info kernel: [ 1.206776] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:14:27 cirros kern.info kernel: [ 1.495600] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:15:28 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:15:28 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:15:28 cirros kern.info kernel: [ 62.990512] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:15:29 cirros kern.info kernel: [ 63.515909] 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: "} 2019-01-09 11:16:07,866 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-2c5d413e-6b8c-4440-90ec-ac4673975b07 2019-01-09 11:16:09,903 - sdnvpn_test_utils - INFO - Waiting for instance d5f69d00-78c3-48df-a009-d50cbc5b67c0 to boot up 2019-01-09 11:16:09,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b102b72eb12351b0bf0c405713266469e73ba5b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:10,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-14e4d94d-3ee6-4fae-a1a2-5de43d501246 x-compute-request-id: req-14e4d94d-3ee6-4fae-a1a2-5de43d501246 Content-Encoding: gzip Content-Length: 11086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468961832 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.145580] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.147751] pid_max: default: 32768 minimum: 301\n[ 0.148935] ACPI: Core revision 20150930\n[ 0.150545] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152221] Security Framework initialized\n[ 0.153286] Yama: becoming mindful.\n[ 0.154228] AppArmor: AppArmor initialized\n[ 0.155342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157102] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158794] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160414] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162235] Initializing cgroup subsys io\n[ 0.163291] Initializing cgroup subsys memory\n[ 0.164431] Initializing cgroup subsys devices\n[ 0.165571] Initializing cgroup subsys freezer\n[ 0.166703] Initializing cgroup subsys net_cls\n[ 0.167835] Initializing cgroup subsys perf_event\n[ 0.169032] Initializing cgroup subsys net_prio\n[ 0.170195] Initializing cgroup subsys hugetlb\n[ 0.171326] Initializing cgroup subsys pids\n[ 0.172470] CPU: Physical Processor ID: 0\n[ 0.174212] mce: CPU supports 10 MCE banks\n[ 0.175311] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187643] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194469] ftrace: allocating 31920 entries in 125 pages\n[ 0.221159] smpboot: Max logical packages: 1\n[ 0.222263] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224015] x2apic enabled\n[ 0.224989] Switched APIC routing to physical x2apic.\n[ 0.227029] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.228494] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231048] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233345] KVM setup paravirtual spinlock\n[ 0.234922] x86: Booted up 1 node, 1 CPUs\n[ 0.235961] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237747] devtmpfs: initialized\n[ 0.239646] evm: security.selinux\n[ 0.240546] evm: security.SMACK64\n[ 0.241434] evm: security.SMACK64EXEC\n[ 0.242408] evm: security.SMACK64TRANSMUTE\n[ 0.243468] evm: security.SMACK64MMAP\n[ 0.244434] evm: security.ima\n[ 0.245250] evm: security.capability\n[ 0.246276] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248711] pinctrl core: initialized pinctrl subsystem\n[ 0.250107] RTC time: 11:14:38, date: 01/09/19\n[ 0.251322] NET: Registered protocol family 16\n[ 0.252554] cpuidle: using governor ladder\n[ 0.253621] cpuidle: using governor menu\n[ 0.254644] PCCT header not found.\n[ 0.255593] ACPI: bus type PCI registered\n[ 0.256632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258259] PCI: Using configuration type 1 for base access\n[ 0.260354] ACPI: Added _OSI(Module Device)\n[ 0.261439] ACPI: Added _OSI(Processor Device)\n[ 0.262564] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263741] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266216] ACPI: Interpreter enabled\n[ 0.267206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269602] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.271991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276920] ACPI: (supports S0 S5)\n[ 0.277818] ACPI: Using IOAPIC for interrupt routing\n[ 0.279068] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282640] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284125] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285790] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287411] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.290329] acpiphp: Slot [3] registered\n[ 0.291346] acpiphp: Slot [4] registered\n[ 0.292367] acpiphp: Slot [5] registered\n[ 0.293385] acpiphp: Slot [6] registered\n[ 0.294406] acpiphp: Slot [7] registered\n[ 0.295422] acpiphp: Slot [8] registered\n[ 0.296442] acpiphp: Slot [9] registered\n[ 0.297495] acpiphp: Slot [10] registered\n[ 0.298602] acpiphp: Slot [11] registered\n[ 0.299667] acpiphp: Slot [12] registered\n[ 0.300725] acpiphp: Slot [13] registered\n[ 0.301777] acpiphp: Slot [14] registered\n[ 0.302838] acpiphp: Slot [15] registered\n[ 0.313780] acpiphp: Slot [16] registered\n[ 0.314816] acpiphp: Slot [17] registered\n[ 0.315845] acpiphp: Slot [18] registered\n[ 0.316899] acpiphp: Slot [19] registered\n[ 0.317933] acpiphp: Slot [20] registered\n[ 0.318985] acpiphp: Slot [21] registered\n[ 0.320045] acpiphp: Slot [22] registered\n[ 0.321072] acpiphp: Slot [23] registered\n[ 0.322104] acpiphp: Slot [24] registered\n[ 0.323135] acpiphp: Slot [25] registered\n[ 0.324157] acpiphp: Slot [26] registered\n[ 0.325180] acpiphp: Slot [27] registered\n[ 0.326243] acpiphp: Slot [28] registered\n[ 0.327306] acpiphp: Slot [29] registered\n[ 0.328378] acpiphp: Slot [30] registered\n[ 0.329442] acpiphp: Slot [31] registered\n[ 0.330488] PCI host bridge to bus 0000:00\n[ 0.331523] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.333107] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334727] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336622] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.338496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345158] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346839] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348404] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350115] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.356828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404788] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.406582] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.408310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.410834] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.412600] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414123] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415542] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416920] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418930] vgaarb: loaded\n[ 0.419713] vgaarb: bridge control possible 0000:00:02.0\n[ 0.421207] SCSI subsystem initialized\n[ 0.422264] ACPI: bus type USB registered\n[ 0.423309] usbcore: registered new interface driver usbfs\n[ 0.424646] usbcore: registered new interface driver hub\n[ 0.425955] usbcore: registered new device driver usb\n[ 0.427292] PCI: Using ACPI for IRQ routing\n[ 0.428602] NetLabel: Initializing\n[ 0.429523] NetLabel: domain hash size = 128\n[ 0.430663] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431899] NetLabel: unlabeled traffic allowed by default\n[ 0.433316] clocksource: Switched to clocksource kvm-clock\n[ 0.439112] AppArmor: AppArmor Filesystem Enabled\n[ 0.440410] pnp: PnP ACPI init\n[ 0.441518] pnp: PnP ACPI: found 5 devices\n[ 0.448098] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.450363] NET: Registered protocol family 2\n[ 0.451579] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.453246] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.454839] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.456373] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.457787] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459318] NET: Registered protocol family 1\n[ 0.460476] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.461935] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463353] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.477448] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.491916] Trying to unpack rootfs image as initramfs...\n[ 0.541518] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.555948] Scanning for low memory corruption every 60 seconds\n[ 0.557641] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.559171] audit: initializing netlink subsys (disabled)\n[ 0.560531] audit: type=2000 audit(1547032479.350:1): initialized\n[ 0.562253] Initialise system trusted keyring\n[ 0.563453] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564977] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.567286] zbud: loaded\n[ 0.568122] VFS: Disk quotas dquot_6.6.0\n[ 0.569167] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.571078] fuse init (API version 7.23)\n[ 0.572219] Key type big_key registered\n[ 0.573236] Allocating IMA MOK and blacklist keyrings.\n[ 0.574639] Key type asymmetric registered\n[ 0.575693] Asymmetric key parser 'x509' registered\n[ 0.576918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.579234] io scheduler noop registered\n[ 0.580291] io scheduler deadline registered (default)\n[ 0.581622] io scheduler cfq registered\n[ 0.582680] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.584067] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.585753] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.587673] ACPI: Power Button [PWRF]\n[ 0.588739] GHES: HEST is not enabled!\n[ 0.602647] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.632773] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.635834] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.660335] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.662915] Linux agpgart interface v0.103\n[ 0.665151] brd: module loaded\n[ 0.666528] loop: module loaded\n[ 0.671244] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.673155] GPT:90111 != 2097151\n[ 0.674034] GPT:Alternate GPT header not at the end of the disk.\n[ 0.675502] GPT:90111 != 2097151\n[ 0.676376] GPT: Use GNU Parted to correct GPT errors.\n[ 0.677658] vda: vda1 vda15\n[ 0.679299] scsi host0: ata_piix\n[ 0.680232] scsi host1: ata_piix\n[ 0.681133] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.682766] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.684629] libphy: Fixed MDIO Bus: probed\n[ 0.685871] tun: Universal TUN/TAP device driver, 1.6\n[ 0.687130] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.689569] PPP generic driver version 2.4.2\n[ 0.690724] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.692318] ehci-pci: EHCI PCI platform driver\n[ 0.693480] ehci-platform: EHCI generic platform driver\n[ 0.694796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.696322] ohci-pci: OHCI PCI platform driver\n[ 0.697471] ohci-platform: OHCI generic platform driver\n[ 0.698784] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.713577] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.714900] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.716805] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718131] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721234] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.723101] usb usb1: Product: UHCI Host Controller\n[ 0.724375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.725916] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.727160] hub 1-0:1.0: USB hub found\n[ 0.728157] hub 1-0:1.0: 2 ports detected\n[ 0.729305] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.731920] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.733176] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.734517] mousedev: PS/2 mouse device common for all mice\n[ 0.736107] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738476] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739849] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741424] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743011] i2c /dev entries driver\n[ 0.743970] device-mapper: uevent: version 1.0.3\n[ 0.745185] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.747331] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748979] NET: Registered protocol family 10\n[ 0.750241] NET: Registered protocol family 17\n[ 0.751404] Key type dns_resolver registered\n[ 0.752584] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.754032] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756315] registered taskstats version 1\n[ 0.757414] Loading compiled-in X.509 certificates\n[ 0.759148] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761610] zswap: loaded using pool lzo/zbud\n[ 0.763252] Key type trusted registered\n[ 0.765029] Key type encrypted registered\n[ 0.766118] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.767482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.768853] evm: HMAC attrs: 0x1\n[ 0.769987] Magic number: 3:976:225\n[ 0.771068] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:39 UTC (1547032479)\n[ 0.773158] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.774639] EDD information not available.\n[ 0.842293] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.844302] Write protecting the kernel read-only data: 14336k\n[ 0.856095] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.858331] 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.47\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.694630] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.15...\nLease of 10.10.10.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.57. iid=i-0000015e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtGLT77TfeVPqsLtyLPsUC0Ar2lRmQMlWyXHPTWRQrnYbrVX9VXML6roxoa/YvB4vFt0TcnxTbxCbu0vzOSriRc930loXoZ0dFAKtN/TpHwRxg2yZ/yd8vpqPyepU7W//aoMQ4areXyxlNsB4D+/CmSIpwCBQixYj4on3T9m8D4ErTNKFGAp+e9wLPO9XnBg2GHYO9eR9FsOKGoqawur9OzWl0CsJogMkcb3gJCz02DBdj6vAP9/mdV0iZOchmXY73bgnWc0eebev3DChLJPh4YDCCtUJmE81DIwbgyKnOZChOmn2nAWjiLHcsXQbIbiIXApVEv1RvOTbbbso+Pmqx root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAIYbXphaeUPKEc76kZ13nSAuahPlweMq0rpDgt/SeazbZ9MotCX2U+EABrGuXm6DYihSaGhDgdpNQ3J4Oj7kCaktgDCYjMd3PNQH7/R0nMgTWmxUDDafLswv1JJBOc6WO0NQUGAJNcgbCFQUSBMLs9RBJvQAYlsS1QJ+jTOn5r/5AAAAFQCa5rUetNZT2oibxFwykpwL5Ozx9wAAAIAAzRrpuJp9d79l+RaUxuNJdjlWqJfD+7LUxeLub51/qUYAN/T1xQIevMLgo1WSzgognU2t/nnoVos39HH53gO8uqkxwwF4pHv0CsLRwq5YfrVMvFpSsDp3KeZghwJB6YTePYPrYCahycOhgD+H1cMWuQDPcuKeUfqmnriiOBtW1wAAAIBdlFt+SToZdMBlJ9u728w+rLi2bU7XfY/PV7kppPAYGsRJkWja+3f7AijkjR8YRCPLH3k9KqCm4XWXxIl35LzJdDa1IZ5qE6ySgpTELwMkOmT6Ds4QHJ9ajs/YVSkdnVVEbi9VwLbvbXZpWbaOoK3MAM6/PI9Jd/KoEcuVHYTSXg== 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.15,24,fe80::f816:3eff:fe9e:29fa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.15 \nip-route:169.254.169.254 via 10.10.10.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-0000015e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.28 ===\n/dev/root resized successfully [took 2.74s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9E:29:FA \n inet addr:10.10.10.15 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9e:29fa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71 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:8763 (8.5 KiB) TX bytes:9682 (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.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\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.244 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.484 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.334 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.216 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.188 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.188/0.293/0.484 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=7.339 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.227 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.867 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.889 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=5.326 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.867/5.529/7.339 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=4.733 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.352 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.099 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=7.756 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=7.031 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.733/5.994/7.756 ms\n### uname -a\nLinux sdnvpn-4-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.196844] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196845] usb 1-1: Product: QEMU USB Tablet\n[ 1.196846] usb 1-1: Manufacturer: QEMU\n[ 1.196847] usb 1-1: SerialNumber: 42\n[ 1.553535] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 1.662782] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.674824] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.694630] random: dd urandom read with 5 bits of entropy available\n[ 4.422716] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 5.286084] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:14:40 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 9 11:14:40 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 9 11:14:40 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)\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 9 11:14:40 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 9 11:14:40 cirros kern.notice kernel: [ 1.694630] random: dd urandom read with 5 bits of entropy available\nJan 9 11:14:41 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:14:42 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:14:43 cirros kern.info kernel: [ 4.422716] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:14:44 cirros kern.info kernel: [ 5.286084] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: "} 2019-01-09 11:16:10,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0/action used request id req-14e4d94d-3ee6-4fae-a1a2-5de43d501246 2019-01-09 11:16:13,016 - sdnvpn_test_utils - INFO - Waiting for instance c67edb8f-504d-4b9a-a1c8-cd090b4746c8 to boot up 2019-01-09 11:16:13,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82827edcc945ab2836c252b95be672f0d887480f" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:14,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:16: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-67055448-49f4-4b69-8e5b-af8e1342e54d x-compute-request-id: req-67055448-49f4-4b69-8e5b-af8e1342e54d Content-Encoding: gzip Content-Length: 10877 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474458661 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136470] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138241] pid_max: default: 32768 minimum: 301\n[ 0.139168] ACPI: Core revision 20150930\n[ 0.140550] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141879] Security Framework initialized\n[ 0.142698] Yama: becoming mindful.\n[ 0.143421] AppArmor: AppArmor initialized\n[ 0.144273] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145602] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146881] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148079] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149460] Initializing cgroup subsys io\n[ 0.150266] Initializing cgroup subsys memory\n[ 0.151134] Initializing cgroup subsys devices\n[ 0.152007] Initializing cgroup subsys freezer\n[ 0.152870] Initializing cgroup subsys net_cls\n[ 0.153730] Initializing cgroup subsys perf_event\n[ 0.154630] Initializing cgroup subsys net_prio\n[ 0.155517] Initializing cgroup subsys hugetlb\n[ 0.156375] Initializing cgroup subsys pids\n[ 0.157246] CPU: Physical Processor ID: 0\n[ 0.158755] mce: CPU supports 10 MCE banks\n[ 0.159612] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160610] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172884] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179296] ftrace: allocating 31920 entries in 125 pages\n[ 0.205794] smpboot: Max logical packages: 1\n[ 0.206661] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208012] x2apic enabled\n[ 0.208823] Switched APIC routing to physical x2apic.\n[ 0.210568] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211675] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213645] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215414] KVM setup paravirtual spinlock\n[ 0.216700] x86: Booted up 1 node, 1 CPUs\n[ 0.217500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218877] devtmpfs: initialized\n[ 0.220591] evm: security.selinux\n[ 0.221286] evm: security.SMACK64\n[ 0.221972] evm: security.SMACK64EXEC\n[ 0.222711] evm: security.SMACK64TRANSMUTE\n[ 0.223514] evm: security.SMACK64MMAP\n[ 0.224257] evm: security.ima\n[ 0.224900] evm: security.capability\n[ 0.225700] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227539] pinctrl core: initialized pinctrl subsystem\n[ 0.228635] RTC time: 11:14:51, date: 01/09/19\n[ 0.229583] NET: Registered protocol family 16\n[ 0.230549] cpuidle: using governor ladder\n[ 0.231359] cpuidle: using governor menu\n[ 0.232143] PCCT header not found.\n[ 0.232900] ACPI: bus type PCI registered\n[ 0.233706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234937] PCI: Using configuration type 1 for base access\n[ 0.236688] ACPI: Added _OSI(Module Device)\n[ 0.237526] ACPI: Added _OSI(Processor Device)\n[ 0.238378] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239272] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241369] ACPI: Interpreter enabled\n[ 0.242140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245799] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247634] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249457] ACPI: (supports S0 S5)\n[ 0.250157] ACPI: Using IOAPIC for interrupt routing\n[ 0.251106] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254183] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255326] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256562] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259978] acpiphp: Slot [3] registered\n[ 0.260780] acpiphp: Slot [4] registered\n[ 0.261577] acpiphp: Slot [5] registered\n[ 0.262369] acpiphp: Slot [6] registered\n[ 0.263164] acpiphp: Slot [7] registered\n[ 0.263968] acpiphp: Slot [8] registered\n[ 0.264770] acpiphp: Slot [9] registered\n[ 0.265565] acpiphp: Slot [10] registered\n[ 0.266369] acpiphp: Slot [11] registered\n[ 0.267186] acpiphp: Slot [12] registered\n[ 0.268003] acpiphp: Slot [13] registered\n[ 0.268812] acpiphp: Slot [14] registered\n[ 0.269618] acpiphp: Slot [15] registered\n[ 0.280581] acpiphp: Slot [16] registered\n[ 0.281403] acpiphp: Slot [17] registered\n[ 0.282218] acpiphp: Slot [18] registered\n[ 0.283036] acpiphp: Slot [19] registered\n[ 0.283853] acpiphp: Slot [20] registered\n[ 0.284680] acpiphp: Slot [21] registered\n[ 0.285501] acpiphp: Slot [22] registered\n[ 0.286313] acpiphp: Slot [23] registered\n[ 0.287137] acpiphp: Slot [24] registered\n[ 0.287956] acpiphp: Slot [25] registered\n[ 0.288776] acpiphp: Slot [26] registered\n[ 0.289595] acpiphp: Slot [27] registered\n[ 0.290412] acpiphp: Slot [28] registered\n[ 0.291225] acpiphp: Slot [29] registered\n[ 0.292042] acpiphp: Slot [30] registered\n[ 0.292863] acpiphp: Slot [31] registered\n[ 0.293680] PCI host bridge to bus 0000:00\n[ 0.294499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295721] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296947] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298411] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299874] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305999] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307289] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308466] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309738] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317526] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363115] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364601] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366034] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367457] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.368850] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370112] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.371267] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.372492] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374057] vgaarb: loaded\n[ 0.374664] vgaarb: bridge control possible 0000:00:02.0\n[ 0.375799] SCSI subsystem initialized\n[ 0.376622] ACPI: bus type USB registered\n[ 0.377442] usbcore: registered new interface driver usbfs\n[ 0.378480] usbcore: registered new interface driver hub\n[ 0.379489] usbcore: registered new device driver usb\n[ 0.380542] PCI: Using ACPI for IRQ routing\n[ 0.381564] NetLabel: Initializing\n[ 0.382278] NetLabel: domain hash size = 128\n[ 0.383138] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.384094] NetLabel: unlabeled traffic allowed by default\n[ 0.385187] clocksource: Switched to clocksource kvm-clock\n[ 0.390603] AppArmor: AppArmor Filesystem Enabled\n[ 0.391568] pnp: PnP ACPI init\n[ 0.392484] pnp: PnP ACPI: found 5 devices\n[ 0.398847] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400559] NET: Registered protocol family 2\n[ 0.401516] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402797] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403971] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405134] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406220] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407401] NET: Registered protocol family 1\n[ 0.408271] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409377] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410455] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424495] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438759] Trying to unpack rootfs image as initramfs...\n[ 0.488480] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502492] Scanning for low memory corruption every 60 seconds\n[ 0.503825] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.504971] audit: initializing netlink subsys (disabled)\n[ 0.506003] audit: type=2000 audit(1547032492.746:1): initialized\n[ 0.507304] Initialise system trusted keyring\n[ 0.508236] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.509409] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.511364] zbud: loaded\n[ 0.512067] VFS: Disk quotas dquot_6.6.0\n[ 0.512889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514417] fuse init (API version 7.23)\n[ 0.515303] Key type big_key registered\n[ 0.516106] Allocating IMA MOK and blacklist keyrings.\n[ 0.517220] Key type asymmetric registered\n[ 0.518049] Asymmetric key parser 'x509' registered\n[ 0.519004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520834] io scheduler noop registered\n[ 0.521646] io scheduler deadline registered (default)\n[ 0.522642] io scheduler cfq registered\n[ 0.523481] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524527] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527254] ACPI: Power Button [PWRF]\n[ 0.528090] GHES: HEST is not enabled!\n[ 0.541598] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.569612] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571837] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596841] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599080] Linux agpgart interface v0.103\n[ 0.601103] brd: module loaded\n[ 0.602256] loop: module loaded\n[ 0.606694] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608143] GPT:90111 != 2097151\n[ 0.608828] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609929] GPT:90111 != 2097151\n[ 0.610602] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611558] vda: vda1 vda15\n[ 0.613051] scsi host0: ata_piix\n[ 0.613799] scsi host1: ata_piix\n[ 0.614510] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.615730] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617166] libphy: Fixed MDIO Bus: probed\n[ 0.617994] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618940] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621046] PPP generic driver version 2.4.2\n[ 0.621953] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623257] ehci-pci: EHCI PCI platform driver\n[ 0.624127] ehci-platform: EHCI generic platform driver\n[ 0.625109] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626235] ohci-pci: OHCI PCI platform driver\n[ 0.627105] ohci-platform: OHCI generic platform driver\n[ 0.628089] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642340] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643356] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645835] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646950] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648161] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649581] usb usb1: Product: UHCI Host Controller\n[ 0.650511] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651649] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652693] hub 1-0:1.0: USB hub found\n[ 0.653554] hub 1-0:1.0: 2 ports detected\n[ 0.654542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.656846] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.657894] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.658969] mousedev: PS/2 mouse device common for all mice\n[ 0.660222] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662057] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663150] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664339] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665543] i2c /dev entries driver\n[ 0.666306] device-mapper: uevent: version 1.0.3\n[ 0.667246] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668873] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670150] NET: Registered protocol family 10\n[ 0.671130] NET: Registered protocol family 17\n[ 0.672016] Key type dns_resolver registered\n[ 0.672945] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674057] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675814] registered taskstats version 1\n[ 0.676647] Loading compiled-in X.509 certificates\n[ 0.678088] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.679940] zswap: loaded using pool lzo/zbud\n[ 0.681313] Key type trusted registered\n[ 0.682884] Key type encrypted registered\n[ 0.683715] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684740] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685786] evm: HMAC attrs: 0x1\n[ 0.686727] Magic number: 3:976:225\n[ 0.687571] rtc_cmos 00:00: setting system clock to 2019-01-09 11:14:52 UTC (1547032492)\n[ 0.689157] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.690272] EDD information not available.\n[ 0.774138] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775699] Write protecting the kernel read-only data: 14336k\n[ 0.787549] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789356] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.831778] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-00000161\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAwK0aTGcH3FyxnjLcnnz4A7+vMaM+uF1LcJnx4mWDk0dpub2tVBtEFyIPciAbffUS8Iu0+yf8HlFfJU803LBvcPVqpPt3gss2JJvEjDQ51XrokAQcP14xmUATb3AuVP768f5vLyp2RwMIWMpyUseBNF3ol3O+Tn2IipWxSJpUFmsWLIyr7e25q5ZeeM2b3pSg5QSGCU8lACAABIZ+v4TvwCKpk8cdWvwgoI9zL48qFIYgqJjQULqVscAQqJIT/furJ+WBTj+PjYBRuCokMFruKJgaL6O5rAqQweMXEdHJXdkKw59A9sI0hKBAYSgSNA48fM6p1qNk5KVReiOQN+49 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAOBFIXjcOXhkWc9J0D8CbVNd6xxN5SQLbY8QcOfvJT7HxEw0VMzfml/nZk/DqQ/FKcfJifEPo9cOAUhFDKmXWiXgTG77UDRVsyDcRJigVxK4DgzbQN8ti+QeSmBGrbB8zpX6o37bW2PWQjfdvrmWvNR8Ye5BWAJ88udKwSdTwbXPAAAAFQCGyBA2NQv4pNnwW4/OS57W5F2pBQAAAIBs0WCcJKEy/8FTXrJff4tisZJtgLBoFdq01hdZCOkV04qrWEiJdV7Ybs41GVYza2sMvLKS0xGLGFuAh4ZwHm43CDR4dMlmIvB7dI4iLLJdcr25iloE3AszfbevYiSwJRgP73CWrTBCf632LJdlkTwzAm0UmWtTmmRyPO9HiD8jtAAAAIBPazlNTi2EmdKkGpCKravbbs8hCCcsCtBb6Gq8jdgtt2lSL0sGl1N9gDdgFqWvVNuovIGjgdAelVdLvRtY0SRRQzP8GnOBQ21FRaId986VYioJwr2ZQ2npCDC8KfvKLROu6l7MKwpjK5OCS8gQIwx8y11fsfHe4mctXoxFcFnG+A== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.7,24,fe80::f816:3eff:fef0:4226/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.7 \nip-route:169.254.169.254 via 10.10.11.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000161\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.19 ===\n/dev/root resized successfully [took 1.64s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:F0:42:26 \n inet addr:10.10.11.7 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fef0:4226/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:8002 (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.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-4-5 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.126311] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.126312] usb 1-1: Product: QEMU USB Tablet\n[ 1.126313] usb 1-1: Manufacturer: QEMU\n[ 1.126314] usb 1-1: SerialNumber: 42\n[ 1.236369] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.248222] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.501251] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.501254] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.315128] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.624330] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:14:53 cirros syslog.info syslogd started: BusyBox v1.23.2\nJan 9 11:14:53 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nJan 9 11:14:53 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)\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nJan 9 11:14:53 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nJan 9 11:14:53 cirros kern.info kernel: [ 1.501251] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nJan 9 11:14:53 cirros kern.info kernel: [ 1.501254] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nJan 9 11:14:54 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:14:55 cirros authpriv.info dropbear[340]: Running in background\nJan 9 11:14:55 cirros kern.info kernel: [ 3.315128] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:14:55 cirros kern.info kernel: [ 3.624330] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-5 login: "} 2019-01-09 11:16:14,092 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8/action used request id req-67055448-49f4-4b69-8e5b-af8e1342e54d 2019-01-09 11:16:16,127 - sdnvpn_test_utils - INFO - Waiting for instance 51e9b7a7-2627-46da-a334-b1ed67a3fd3f to boot up 2019-01-09 11:16:16,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:17,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:16: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-b31ec523-af37-4647-a901-db3aa5cbf385 x-compute-request-id: req-b31ec523-af37-4647-a901-db3aa5cbf385 Content-Encoding: gzip Content-Length: 8137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497527449 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134683] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136336] pid_max: default: 32768 minimum: 301\n[ 0.137235] ACPI: Core revision 20150930\n[ 0.138616] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139917] Security Framework initialized\n[ 0.140729] Yama: becoming mindful.\n[ 0.141463] AppArmor: AppArmor initialized\n[ 0.142329] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144941] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146137] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147523] Initializing cgroup subsys io\n[ 0.148335] Initializing cgroup subsys memory\n[ 0.149197] Initializing cgroup subsys devices\n[ 0.150069] Initializing cgroup subsys freezer\n[ 0.150933] Initializing cgroup subsys net_cls\n[ 0.151798] Initializing cgroup subsys perf_event\n[ 0.152705] Initializing cgroup subsys net_prio\n[ 0.153587] Initializing cgroup subsys hugetlb\n[ 0.154460] Initializing cgroup subsys pids\n[ 0.155331] CPU: Physical Processor ID: 0\n[ 0.156814] mce: CPU supports 10 MCE banks\n[ 0.157659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175710] ftrace: allocating 31920 entries in 125 pages\n[ 0.201967] smpboot: Max logical packages: 1\n[ 0.202831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204173] x2apic enabled\n[ 0.204983] Switched APIC routing to physical x2apic.\n[ 0.206738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211605] KVM setup paravirtual spinlock\n[ 0.212887] x86: Booted up 1 node, 1 CPUs\n[ 0.213692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215073] devtmpfs: initialized\n[ 0.216786] evm: security.selinux\n[ 0.217479] evm: security.SMACK64\n[ 0.218161] evm: security.SMACK64EXEC\n[ 0.218917] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220482] evm: security.ima\n[ 0.221117] evm: security.capability\n[ 0.221922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223760] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 11:15:18, date: 01/09/19\n[ 0.225796] NET: Registered protocol family 16\n[ 0.226757] cpuidle: using governor ladder\n[ 0.227569] cpuidle: using governor menu\n[ 0.228344] PCCT header not found.\n[ 0.229104] ACPI: bus type PCI registered\n[ 0.229909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231157] PCI: Using configuration type 1 for base access\n[ 0.232915] ACPI: Added _OSI(Module Device)\n[ 0.233760] ACPI: Added _OSI(Processor Device)\n[ 0.234612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237605] ACPI: Interpreter enabled\n[ 0.238370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245733] ACPI: (supports S0 S5)\n[ 0.246428] ACPI: Using IOAPIC for interrupt routing\n[ 0.247500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255533] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257754] acpiphp: Slot [3] registered\n[ 0.258548] acpiphp: Slot [4] registered\n[ 0.259345] acpiphp: Slot [5] registered\n[ 0.260152] acpiphp: Slot [6] registered\n[ 0.260944] acpiphp: Slot [7] registered\n[ 0.261736] acpiphp: Slot [8] registered\n[ 0.262536] acpiphp: Slot [9] registered\n[ 0.263334] acpiphp: Slot [10] registered\n[ 0.264151] acpiphp: Slot [11] registered\n[ 0.264959] acpiphp: Slot [12] registered\n[ 0.265765] acpiphp: Slot [13] registered\n[ 0.266567] acpiphp: Slot [14] registered\n[ 0.267376] acpiphp: Slot [15] registered\n[ 0.278338] acpiphp: Slot [16] registered\n[ 0.279153] acpiphp: Slot [17] registered\n[ 0.279959] acpiphp: Slot [18] registered\n[ 0.280769] acpiphp: Slot [19] registered\n[ 0.281578] acpiphp: Slot [20] registered\n[ 0.282396] acpiphp: Slot [21] registered\n[ 0.283216] acpiphp: Slot [22] registered\n[ 0.284020] acpiphp: Slot [23] registered\n[ 0.284823] acpiphp: Slot [24] registered\n[ 0.285632] acpiphp: Slot [25] registered\n[ 0.286449] acpiphp: Slot [26] registered\n[ 0.287255] acpiphp: Slot [27] registered\n[ 0.288064] acpiphp: Slot [28] registered\n[ 0.288973] acpiphp: Slot [29] registered\n[ 0.289977] acpiphp: Slot [30] registered\n[ 0.290987] acpiphp: Slot [31] registered\n[ 0.291983] PCI host bridge to bus 0000:00\n[ 0.292988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306071] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309167] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310761] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317315] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319090] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366755] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368454] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370138] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375272] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377870] vgaarb: loaded\n[ 0.378471] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379596] SCSI subsystem initialized\n[ 0.380406] ACPI: bus type USB registered\n[ 0.381216] usbcore: registered new interface driver usbfs\n[ 0.382251] usbcore: registered new interface driver hub\n[ 0.383253] usbcore: registered new device driver usb\n[ 0.384298] PCI: Using ACPI for IRQ routing\n[ 0.385323] NetLabel: Initializing\n[ 0.386038] NetLabel: domain hash size = 128\n[ 0.386891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387837] NetLabel: unlabeled traffic allowed by default\n[ 0.388932] clocksource: Switched to clocksource kvm-clock\n[ 0.394330] AppArmor: AppArmor Filesystem Enabled\n[ 0.395287] pnp: PnP ACPI init\n[ 0.396192] pnp: PnP ACPI: found 5 devices\n[ 0.402565] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404242] NET: Registered protocol family 2\n[ 0.405185] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407605] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411205] NET: Registered protocol family 1\n[ 0.412195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429075] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443535] Trying to unpack rootfs image as initramfs...\n[ 0.493553] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507784] Scanning for low memory corruption every 60 seconds\n[ 0.509376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510827] audit: initializing netlink subsys (disabled)\n[ 0.512072] audit: type=2000 audit(1547032519.477:1): initialized\n[ 0.513677] Initialise system trusted keyring\n[ 0.514805] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516296] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518633] zbud: loaded\n[ 0.519466] VFS: Disk quotas dquot_6.6.0\n[ 0.520499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522317] fuse init (API version 7.23)\n[ 0.523368] Key type big_key registered\n[ 0.524392] Allocating IMA MOK and blacklist keyrings.\n[ 0.525747] Key type asymmetric registered\n[ 0.526735] Asymmetric key parser 'x509' registered\n[ 0.527915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530113] io scheduler noop registered\n[ 0.531094] io scheduler deadline registered (default)\n[ 0.532316] io scheduler cfq registered\n[ 0.533355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534651] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538026] ACPI: Power Button [PWRF]\n[ 0.539015] GHES: HEST is not enabled!\n[ 0.552959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586066] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612630] Linux agpgart interface v0.103\n[ 0.614850] brd: module loaded\n[ 0.616163] loop: module loaded\n[ 0.628681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630521] GPT:90111 != 2097151\n[ 0.631317] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632678] GPT:90111 != 2097151\n[ 0.633500] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634658] vda: vda1 vda15\n[ 0.636180] scsi host0: ata_piix\n[ 0.637059] scsi host1: ata_piix\n[ 0.637898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639353] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.641087] libphy: Fixed MDIO Bus: probed\n[ 0.642065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643211] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645625] PPP generic driver version 2.4.2\n[ 0.646750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648196] ehci-pci: EHCI PCI platform driver\n[ 0.649245] ehci-platform: EHCI generic platform driver\n[ 0.650437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651840] ohci-pci: OHCI PCI platform driver\n[ 0.652906] ohci-platform: OHCI generic platform driver\n[ 0.654136] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669136] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677987] usb usb1: Product: UHCI Host Controller\n[ 0.679054] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680204] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681179] hub 1-0:1.0: USB hub found\n[ 0.681957] hub 1-0:1.0: 2 ports detected\n[ 0.682856] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684986] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686948] mousedev: PS/2 mouse device common for all mice\n[ 0.688188] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690024] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693485] i2c /dev entries driver\n[ 0.694241] device-mapper: uevent: version 1.0.3\n[ 0.695175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698066] NET: Registered protocol family 10\n[ 0.699063] NET: Registered protocol family 17\n[ 0.699942] Key type dns_resolver registered\n[ 0.700864] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.701967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703706] registered taskstats version 1\n[ 0.704536] Loading compiled-in X.509 certificates\n[ 0.705978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.707828] zswap: loaded using pool lzo/zbud\n[ 0.709225] Key type trusted registered\n[ 0.710778] Key type encrypted registered\n[ 0.711602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713698] evm: HMAC attrs: 0x1\n[ 0.714748] Magic number: 3:529:276\n[ 0.715662] tty tty13: hash matches\n[ 0.716602] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:19 UTC (1547032519)\n[ 0.718581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719957] EDD information not available.\n[ 0.797614] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799432] ata1.00: configured for MWDMA2\n[ 0.811385] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815411] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816892] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818965] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820829] Write protecting the kernel read-only data: 14336k\n[ 0.822629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.252292] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.70s]\nping 10.10.10.8 OK\nping 10.10.10.15 OK\nping 10.10.11.6 KO\n"} 2019-01-09 11:16:17,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-b31ec523-af37-4647-a901-db3aa5cbf385 2019-01-09 11:16:19,207 - sdnvpn_test_utils - INFO - Waiting for instance 6b431823-b651-4f45-84c2-09854bb649ef to boot up 2019-01-09 11:16:19,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe080cc010731dc18a90f9ab9bf459d89e7a62d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:20,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-fb22e97b-0a48-4727-9649-3b88908ce96f x-compute-request-id: req-fb22e97b-0a48-4727-9649-3b88908ce96f Content-Encoding: gzip Content-Length: 8122 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483916811 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135122] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136870] pid_max: default: 32768 minimum: 301\n[ 0.137818] ACPI: Core revision 20150930\n[ 0.139255] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140598] Security Framework initialized\n[ 0.141447] Yama: becoming mindful.\n[ 0.142212] AppArmor: AppArmor initialized\n[ 0.143095] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144468] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145786] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147060] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148500] Initializing cgroup subsys io\n[ 0.149338] Initializing cgroup subsys memory\n[ 0.150234] Initializing cgroup subsys devices\n[ 0.151136] Initializing cgroup subsys freezer\n[ 0.152030] Initializing cgroup subsys net_cls\n[ 0.152926] Initializing cgroup subsys perf_event\n[ 0.153862] Initializing cgroup subsys net_prio\n[ 0.154803] Initializing cgroup subsys hugetlb\n[ 0.155704] Initializing cgroup subsys pids\n[ 0.156612] CPU: Physical Processor ID: 0\n[ 0.158159] mce: CPU supports 10 MCE banks\n[ 0.159031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160062] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172073] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178605] ftrace: allocating 31920 entries in 125 pages\n[ 0.205606] smpboot: Max logical packages: 1\n[ 0.206510] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207913] x2apic enabled\n[ 0.208735] Switched APIC routing to physical x2apic.\n[ 0.210534] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211731] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215722] KVM setup paravirtual spinlock\n[ 0.217131] x86: Booted up 1 node, 1 CPUs\n[ 0.217983] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219464] devtmpfs: initialized\n[ 0.221238] evm: security.selinux\n[ 0.221987] evm: security.SMACK64\n[ 0.222719] evm: security.SMACK64EXEC\n[ 0.223512] evm: security.SMACK64TRANSMUTE\n[ 0.224376] evm: security.SMACK64MMAP\n[ 0.225169] evm: security.ima\n[ 0.225844] evm: security.capability\n[ 0.226697] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228669] pinctrl core: initialized pinctrl subsystem\n[ 0.229825] RTC time: 11:15:06, date: 01/09/19\n[ 0.230825] NET: Registered protocol family 16\n[ 0.231852] cpuidle: using governor ladder\n[ 0.232714] cpuidle: using governor menu\n[ 0.233543] PCCT header not found.\n[ 0.234343] ACPI: bus type PCI registered\n[ 0.235191] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236599] PCI: Using configuration type 1 for base access\n[ 0.238446] ACPI: Added _OSI(Module Device)\n[ 0.239296] ACPI: Added _OSI(Processor Device)\n[ 0.240164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241069] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243212] ACPI: Interpreter enabled\n[ 0.243982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251413] ACPI: (supports S0 S5)\n[ 0.252123] ACPI: Using IOAPIC for interrupt routing\n[ 0.253191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256295] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257445] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258686] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262127] acpiphp: Slot [3] registered\n[ 0.262947] acpiphp: Slot [4] registered\n[ 0.263751] acpiphp: Slot [5] registered\n[ 0.264561] acpiphp: Slot [6] registered\n[ 0.265369] acpiphp: Slot [7] registered\n[ 0.266175] acpiphp: Slot [8] registered\n[ 0.266986] acpiphp: Slot [9] registered\n[ 0.267787] acpiphp: Slot [10] registered\n[ 0.268611] acpiphp: Slot [11] registered\n[ 0.269433] acpiphp: Slot [12] registered\n[ 0.270252] acpiphp: Slot [13] registered\n[ 0.271067] acpiphp: Slot [14] registered\n[ 0.271876] acpiphp: Slot [15] registered\n[ 0.282901] acpiphp: Slot [16] registered\n[ 0.283717] acpiphp: Slot [17] registered\n[ 0.284535] acpiphp: Slot [18] registered\n[ 0.285359] acpiphp: Slot [19] registered\n[ 0.286174] acpiphp: Slot [20] registered\n[ 0.286997] acpiphp: Slot [21] registered\n[ 0.287809] acpiphp: Slot [22] registered\n[ 0.288625] acpiphp: Slot [23] registered\n[ 0.289441] acpiphp: Slot [24] registered\n[ 0.290259] acpiphp: Slot [25] registered\n[ 0.291078] acpiphp: Slot [26] registered\n[ 0.291893] acpiphp: Slot [27] registered\n[ 0.292709] acpiphp: Slot [28] registered\n[ 0.293525] acpiphp: Slot [29] registered\n[ 0.294340] acpiphp: Slot [30] registered\n[ 0.295158] acpiphp: Slot [31] registered\n[ 0.295970] PCI host bridge to bus 0000:00\n[ 0.296778] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300689] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302148] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308322] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312073] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318430] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319872] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367785] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369217] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373036] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375824] vgaarb: loaded\n[ 0.376435] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377582] SCSI subsystem initialized\n[ 0.378411] ACPI: bus type USB registered\n[ 0.379233] usbcore: registered new interface driver usbfs\n[ 0.380266] usbcore: registered new interface driver hub\n[ 0.381276] usbcore: registered new device driver usb\n[ 0.382333] PCI: Using ACPI for IRQ routing\n[ 0.383364] NetLabel: Initializing\n[ 0.384087] NetLabel: domain hash size = 128\n[ 0.384940] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385889] NetLabel: unlabeled traffic allowed by default\n[ 0.386988] clocksource: Switched to clocksource kvm-clock\n[ 0.392392] AppArmor: AppArmor Filesystem Enabled\n[ 0.393360] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402349] NET: Registered protocol family 2\n[ 0.403319] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406939] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409205] NET: Registered protocol family 1\n[ 0.410077] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411183] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412262] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440534] Trying to unpack rootfs image as initramfs...\n[ 0.490368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504359] Scanning for low memory corruption every 60 seconds\n[ 0.505692] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506849] audit: initializing netlink subsys (disabled)\n[ 0.507903] audit: type=2000 audit(1547032507.564:1): initialized\n[ 0.509218] Initialise system trusted keyring\n[ 0.510151] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511340] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513316] zbud: loaded\n[ 0.514023] VFS: Disk quotas dquot_6.6.0\n[ 0.514848] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516412] fuse init (API version 7.23)\n[ 0.517308] Key type big_key registered\n[ 0.518117] Allocating IMA MOK and blacklist keyrings.\n[ 0.519240] Key type asymmetric registered\n[ 0.520074] Asymmetric key parser 'x509' registered\n[ 0.521036] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522884] io scheduler noop registered\n[ 0.523688] io scheduler deadline registered (default)\n[ 0.524684] io scheduler cfq registered\n[ 0.525525] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527851] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529332] ACPI: Power Button [PWRF]\n[ 0.530170] GHES: HEST is not enabled!\n[ 0.543717] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573781] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597751] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599902] Linux agpgart interface v0.103\n[ 0.601923] brd: module loaded\n[ 0.604583] loop: module loaded\n[ 0.609300] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610779] GPT:90111 != 2097151\n[ 0.611475] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612587] GPT:90111 != 2097151\n[ 0.613273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614257] vda: vda1 vda15\n[ 0.615808] scsi host0: ata_piix\n[ 0.616552] scsi host1: ata_piix\n[ 0.617271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619949] libphy: Fixed MDIO Bus: probed\n[ 0.620768] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623889] PPP generic driver version 2.4.2\n[ 0.624784] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626094] ehci-pci: EHCI PCI platform driver\n[ 0.626977] ehci-platform: EHCI generic platform driver\n[ 0.627987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629129] ohci-pci: OHCI PCI platform driver\n[ 0.630007] ohci-platform: OHCI generic platform driver\n[ 0.631017] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645402] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646418] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647886] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648924] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651287] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652718] usb usb1: Product: UHCI Host Controller\n[ 0.653658] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654812] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655861] hub 1-0:1.0: USB hub found\n[ 0.656659] hub 1-0:1.0: 2 ports detected\n[ 0.657577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661726] mousedev: PS/2 mouse device common for all mice\n[ 0.662986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664854] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665974] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667188] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668388] i2c /dev entries driver\n[ 0.669155] device-mapper: uevent: version 1.0.3\n[ 0.670103] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671755] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673054] NET: Registered protocol family 10\n[ 0.674068] NET: Registered protocol family 17\n[ 0.674973] Key type dns_resolver registered\n[ 0.675921] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677023] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678788] registered taskstats version 1\n[ 0.679640] Loading compiled-in X.509 certificates\n[ 0.681092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682960] zswap: loaded using pool lzo/zbud\n[ 0.684345] Key type trusted registered\n[ 0.685917] Key type encrypted registered\n[ 0.686750] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687803] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688860] evm: HMAC attrs: 0x1\n[ 0.689806] Magic number: 3:529:276\n[ 0.690598] tty tty13: hash matches\n[ 0.691411] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:07 UTC (1547032507)\n[ 0.693028] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694151] EDD information not available.\n[ 0.775550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777009] ata1.00: configured for MWDMA2\n[ 0.788702] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790928] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793429] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795297] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796843] Write protecting the kernel read-only data: 14336k\n[ 0.798415] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800234] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.856832] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\n"} 2019-01-09 11:16:20,330 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action used request id req-fb22e97b-0a48-4727-9649-3b88908ce96f 2019-01-09 11:16:22,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:23,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-2e52dc33-82b3-48e1-8fe2-03cbc3329c60 x-compute-request-id: req-2e52dc33-82b3-48e1-8fe2-03cbc3329c60 Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497527449 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134683] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136336] pid_max: default: 32768 minimum: 301\n[ 0.137235] ACPI: Core revision 20150930\n[ 0.138616] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139917] Security Framework initialized\n[ 0.140729] Yama: becoming mindful.\n[ 0.141463] AppArmor: AppArmor initialized\n[ 0.142329] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144941] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146137] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147523] Initializing cgroup subsys io\n[ 0.148335] Initializing cgroup subsys memory\n[ 0.149197] Initializing cgroup subsys devices\n[ 0.150069] Initializing cgroup subsys freezer\n[ 0.150933] Initializing cgroup subsys net_cls\n[ 0.151798] Initializing cgroup subsys perf_event\n[ 0.152705] Initializing cgroup subsys net_prio\n[ 0.153587] Initializing cgroup subsys hugetlb\n[ 0.154460] Initializing cgroup subsys pids\n[ 0.155331] CPU: Physical Processor ID: 0\n[ 0.156814] mce: CPU supports 10 MCE banks\n[ 0.157659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175710] ftrace: allocating 31920 entries in 125 pages\n[ 0.201967] smpboot: Max logical packages: 1\n[ 0.202831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204173] x2apic enabled\n[ 0.204983] Switched APIC routing to physical x2apic.\n[ 0.206738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211605] KVM setup paravirtual spinlock\n[ 0.212887] x86: Booted up 1 node, 1 CPUs\n[ 0.213692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215073] devtmpfs: initialized\n[ 0.216786] evm: security.selinux\n[ 0.217479] evm: security.SMACK64\n[ 0.218161] evm: security.SMACK64EXEC\n[ 0.218917] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220482] evm: security.ima\n[ 0.221117] evm: security.capability\n[ 0.221922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223760] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 11:15:18, date: 01/09/19\n[ 0.225796] NET: Registered protocol family 16\n[ 0.226757] cpuidle: using governor ladder\n[ 0.227569] cpuidle: using governor menu\n[ 0.228344] PCCT header not found.\n[ 0.229104] ACPI: bus type PCI registered\n[ 0.229909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231157] PCI: Using configuration type 1 for base access\n[ 0.232915] ACPI: Added _OSI(Module Device)\n[ 0.233760] ACPI: Added _OSI(Processor Device)\n[ 0.234612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237605] ACPI: Interpreter enabled\n[ 0.238370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245733] ACPI: (supports S0 S5)\n[ 0.246428] ACPI: Using IOAPIC for interrupt routing\n[ 0.247500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255533] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257754] acpiphp: Slot [3] registered\n[ 0.258548] acpiphp: Slot [4] registered\n[ 0.259345] acpiphp: Slot [5] registered\n[ 0.260152] acpiphp: Slot [6] registered\n[ 0.260944] acpiphp: Slot [7] registered\n[ 0.261736] acpiphp: Slot [8] registered\n[ 0.262536] acpiphp: Slot [9] registered\n[ 0.263334] acpiphp: Slot [10] registered\n[ 0.264151] acpiphp: Slot [11] registered\n[ 0.264959] acpiphp: Slot [12] registered\n[ 0.265765] acpiphp: Slot [13] registered\n[ 0.266567] acpiphp: Slot [14] registered\n[ 0.267376] acpiphp: Slot [15] registered\n[ 0.278338] acpiphp: Slot [16] registered\n[ 0.279153] acpiphp: Slot [17] registered\n[ 0.279959] acpiphp: Slot [18] registered\n[ 0.280769] acpiphp: Slot [19] registered\n[ 0.281578] acpiphp: Slot [20] registered\n[ 0.282396] acpiphp: Slot [21] registered\n[ 0.283216] acpiphp: Slot [22] registered\n[ 0.284020] acpiphp: Slot [23] registered\n[ 0.284823] acpiphp: Slot [24] registered\n[ 0.285632] acpiphp: Slot [25] registered\n[ 0.286449] acpiphp: Slot [26] registered\n[ 0.287255] acpiphp: Slot [27] registered\n[ 0.288064] acpiphp: Slot [28] registered\n[ 0.288973] acpiphp: Slot [29] registered\n[ 0.289977] acpiphp: Slot [30] registered\n[ 0.290987] acpiphp: Slot [31] registered\n[ 0.291983] PCI host bridge to bus 0000:00\n[ 0.292988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306071] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309167] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310761] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317315] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319090] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366755] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368454] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370138] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375272] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377870] vgaarb: loaded\n[ 0.378471] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379596] SCSI subsystem initialized\n[ 0.380406] ACPI: bus type USB registered\n[ 0.381216] usbcore: registered new interface driver usbfs\n[ 0.382251] usbcore: registered new interface driver hub\n[ 0.383253] usbcore: registered new device driver usb\n[ 0.384298] PCI: Using ACPI for IRQ routing\n[ 0.385323] NetLabel: Initializing\n[ 0.386038] NetLabel: domain hash size = 128\n[ 0.386891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387837] NetLabel: unlabeled traffic allowed by default\n[ 0.388932] clocksource: Switched to clocksource kvm-clock\n[ 0.394330] AppArmor: AppArmor Filesystem Enabled\n[ 0.395287] pnp: PnP ACPI init\n[ 0.396192] pnp: PnP ACPI: found 5 devices\n[ 0.402565] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404242] NET: Registered protocol family 2\n[ 0.405185] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407605] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411205] NET: Registered protocol family 1\n[ 0.412195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429075] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443535] Trying to unpack rootfs image as initramfs...\n[ 0.493553] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507784] Scanning for low memory corruption every 60 seconds\n[ 0.509376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510827] audit: initializing netlink subsys (disabled)\n[ 0.512072] audit: type=2000 audit(1547032519.477:1): initialized\n[ 0.513677] Initialise system trusted keyring\n[ 0.514805] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516296] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518633] zbud: loaded\n[ 0.519466] VFS: Disk quotas dquot_6.6.0\n[ 0.520499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522317] fuse init (API version 7.23)\n[ 0.523368] Key type big_key registered\n[ 0.524392] Allocating IMA MOK and blacklist keyrings.\n[ 0.525747] Key type asymmetric registered\n[ 0.526735] Asymmetric key parser 'x509' registered\n[ 0.527915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530113] io scheduler noop registered\n[ 0.531094] io scheduler deadline registered (default)\n[ 0.532316] io scheduler cfq registered\n[ 0.533355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534651] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538026] ACPI: Power Button [PWRF]\n[ 0.539015] GHES: HEST is not enabled!\n[ 0.552959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586066] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612630] Linux agpgart interface v0.103\n[ 0.614850] brd: module loaded\n[ 0.616163] loop: module loaded\n[ 0.628681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630521] GPT:90111 != 2097151\n[ 0.631317] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632678] GPT:90111 != 2097151\n[ 0.633500] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634658] vda: vda1 vda15\n[ 0.636180] scsi host0: ata_piix\n[ 0.637059] scsi host1: ata_piix\n[ 0.637898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639353] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.641087] libphy: Fixed MDIO Bus: probed\n[ 0.642065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643211] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645625] PPP generic driver version 2.4.2\n[ 0.646750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648196] ehci-pci: EHCI PCI platform driver\n[ 0.649245] ehci-platform: EHCI generic platform driver\n[ 0.650437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651840] ohci-pci: OHCI PCI platform driver\n[ 0.652906] ohci-platform: OHCI generic platform driver\n[ 0.654136] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669136] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677987] usb usb1: Product: UHCI Host Controller\n[ 0.679054] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680204] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681179] hub 1-0:1.0: USB hub found\n[ 0.681957] hub 1-0:1.0: 2 ports detected\n[ 0.682856] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684986] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686948] mousedev: PS/2 mouse device common for all mice\n[ 0.688188] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690024] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693485] i2c /dev entries driver\n[ 0.694241] device-mapper: uevent: version 1.0.3\n[ 0.695175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698066] NET: Registered protocol family 10\n[ 0.699063] NET: Registered protocol family 17\n[ 0.699942] Key type dns_resolver registered\n[ 0.700864] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.701967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703706] registered taskstats version 1\n[ 0.704536] Loading compiled-in X.509 certificates\n[ 0.705978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.707828] zswap: loaded using pool lzo/zbud\n[ 0.709225] Key type trusted registered\n[ 0.710778] Key type encrypted registered\n[ 0.711602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713698] evm: HMAC attrs: 0x1\n[ 0.714748] Magic number: 3:529:276\n[ 0.715662] tty tty13: hash matches\n[ 0.716602] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:19 UTC (1547032519)\n[ 0.718581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719957] EDD information not available.\n[ 0.797614] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799432] ata1.00: configured for MWDMA2\n[ 0.811385] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815411] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816892] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818965] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820829] Write protecting the kernel read-only data: 14336k\n[ 0.822629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.252292] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.70s]\nping 10.10.10.8 OK\nping 10.10.10.15 OK\nping 10.10.11.6 KO\nping 10.10.11.7 KO\n"} 2019-01-09 11:16:23,416 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-2e52dc33-82b3-48e1-8fe2-03cbc3329c60 2019-01-09 11:16:23,417 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.9) to 'sdnvpn-4-2' (10.10.10.8). -->Expected result: can ping. 2019-01-09 11:16:23,420 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:24,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-4cc284f6-65ca-4f37-8652-abd31dc63d0b x-compute-request-id: req-4cc284f6-65ca-4f37-8652-abd31dc63d0b Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497527449 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134683] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136336] pid_max: default: 32768 minimum: 301\n[ 0.137235] ACPI: Core revision 20150930\n[ 0.138616] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139917] Security Framework initialized\n[ 0.140729] Yama: becoming mindful.\n[ 0.141463] AppArmor: AppArmor initialized\n[ 0.142329] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144941] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146137] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147523] Initializing cgroup subsys io\n[ 0.148335] Initializing cgroup subsys memory\n[ 0.149197] Initializing cgroup subsys devices\n[ 0.150069] Initializing cgroup subsys freezer\n[ 0.150933] Initializing cgroup subsys net_cls\n[ 0.151798] Initializing cgroup subsys perf_event\n[ 0.152705] Initializing cgroup subsys net_prio\n[ 0.153587] Initializing cgroup subsys hugetlb\n[ 0.154460] Initializing cgroup subsys pids\n[ 0.155331] CPU: Physical Processor ID: 0\n[ 0.156814] mce: CPU supports 10 MCE banks\n[ 0.157659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175710] ftrace: allocating 31920 entries in 125 pages\n[ 0.201967] smpboot: Max logical packages: 1\n[ 0.202831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204173] x2apic enabled\n[ 0.204983] Switched APIC routing to physical x2apic.\n[ 0.206738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211605] KVM setup paravirtual spinlock\n[ 0.212887] x86: Booted up 1 node, 1 CPUs\n[ 0.213692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215073] devtmpfs: initialized\n[ 0.216786] evm: security.selinux\n[ 0.217479] evm: security.SMACK64\n[ 0.218161] evm: security.SMACK64EXEC\n[ 0.218917] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220482] evm: security.ima\n[ 0.221117] evm: security.capability\n[ 0.221922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223760] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 11:15:18, date: 01/09/19\n[ 0.225796] NET: Registered protocol family 16\n[ 0.226757] cpuidle: using governor ladder\n[ 0.227569] cpuidle: using governor menu\n[ 0.228344] PCCT header not found.\n[ 0.229104] ACPI: bus type PCI registered\n[ 0.229909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231157] PCI: Using configuration type 1 for base access\n[ 0.232915] ACPI: Added _OSI(Module Device)\n[ 0.233760] ACPI: Added _OSI(Processor Device)\n[ 0.234612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237605] ACPI: Interpreter enabled\n[ 0.238370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245733] ACPI: (supports S0 S5)\n[ 0.246428] ACPI: Using IOAPIC for interrupt routing\n[ 0.247500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255533] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257754] acpiphp: Slot [3] registered\n[ 0.258548] acpiphp: Slot [4] registered\n[ 0.259345] acpiphp: Slot [5] registered\n[ 0.260152] acpiphp: Slot [6] registered\n[ 0.260944] acpiphp: Slot [7] registered\n[ 0.261736] acpiphp: Slot [8] registered\n[ 0.262536] acpiphp: Slot [9] registered\n[ 0.263334] acpiphp: Slot [10] registered\n[ 0.264151] acpiphp: Slot [11] registered\n[ 0.264959] acpiphp: Slot [12] registered\n[ 0.265765] acpiphp: Slot [13] registered\n[ 0.266567] acpiphp: Slot [14] registered\n[ 0.267376] acpiphp: Slot [15] registered\n[ 0.278338] acpiphp: Slot [16] registered\n[ 0.279153] acpiphp: Slot [17] registered\n[ 0.279959] acpiphp: Slot [18] registered\n[ 0.280769] acpiphp: Slot [19] registered\n[ 0.281578] acpiphp: Slot [20] registered\n[ 0.282396] acpiphp: Slot [21] registered\n[ 0.283216] acpiphp: Slot [22] registered\n[ 0.284020] acpiphp: Slot [23] registered\n[ 0.284823] acpiphp: Slot [24] registered\n[ 0.285632] acpiphp: Slot [25] registered\n[ 0.286449] acpiphp: Slot [26] registered\n[ 0.287255] acpiphp: Slot [27] registered\n[ 0.288064] acpiphp: Slot [28] registered\n[ 0.288973] acpiphp: Slot [29] registered\n[ 0.289977] acpiphp: Slot [30] registered\n[ 0.290987] acpiphp: Slot [31] registered\n[ 0.291983] PCI host bridge to bus 0000:00\n[ 0.292988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306071] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309167] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310761] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317315] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319090] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366755] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368454] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370138] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375272] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377870] vgaarb: loaded\n[ 0.378471] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379596] SCSI subsystem initialized\n[ 0.380406] ACPI: bus type USB registered\n[ 0.381216] usbcore: registered new interface driver usbfs\n[ 0.382251] usbcore: registered new interface driver hub\n[ 0.383253] usbcore: registered new device driver usb\n[ 0.384298] PCI: Using ACPI for IRQ routing\n[ 0.385323] NetLabel: Initializing\n[ 0.386038] NetLabel: domain hash size = 128\n[ 0.386891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387837] NetLabel: unlabeled traffic allowed by default\n[ 0.388932] clocksource: Switched to clocksource kvm-clock\n[ 0.394330] AppArmor: AppArmor Filesystem Enabled\n[ 0.395287] pnp: PnP ACPI init\n[ 0.396192] pnp: PnP ACPI: found 5 devices\n[ 0.402565] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404242] NET: Registered protocol family 2\n[ 0.405185] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407605] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411205] NET: Registered protocol family 1\n[ 0.412195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429075] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443535] Trying to unpack rootfs image as initramfs...\n[ 0.493553] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507784] Scanning for low memory corruption every 60 seconds\n[ 0.509376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510827] audit: initializing netlink subsys (disabled)\n[ 0.512072] audit: type=2000 audit(1547032519.477:1): initialized\n[ 0.513677] Initialise system trusted keyring\n[ 0.514805] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516296] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518633] zbud: loaded\n[ 0.519466] VFS: Disk quotas dquot_6.6.0\n[ 0.520499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522317] fuse init (API version 7.23)\n[ 0.523368] Key type big_key registered\n[ 0.524392] Allocating IMA MOK and blacklist keyrings.\n[ 0.525747] Key type asymmetric registered\n[ 0.526735] Asymmetric key parser 'x509' registered\n[ 0.527915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530113] io scheduler noop registered\n[ 0.531094] io scheduler deadline registered (default)\n[ 0.532316] io scheduler cfq registered\n[ 0.533355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534651] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538026] ACPI: Power Button [PWRF]\n[ 0.539015] GHES: HEST is not enabled!\n[ 0.552959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586066] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612630] Linux agpgart interface v0.103\n[ 0.614850] brd: module loaded\n[ 0.616163] loop: module loaded\n[ 0.628681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630521] GPT:90111 != 2097151\n[ 0.631317] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632678] GPT:90111 != 2097151\n[ 0.633500] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634658] vda: vda1 vda15\n[ 0.636180] scsi host0: ata_piix\n[ 0.637059] scsi host1: ata_piix\n[ 0.637898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639353] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.641087] libphy: Fixed MDIO Bus: probed\n[ 0.642065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643211] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645625] PPP generic driver version 2.4.2\n[ 0.646750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648196] ehci-pci: EHCI PCI platform driver\n[ 0.649245] ehci-platform: EHCI generic platform driver\n[ 0.650437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651840] ohci-pci: OHCI PCI platform driver\n[ 0.652906] ohci-platform: OHCI generic platform driver\n[ 0.654136] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669136] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677987] usb usb1: Product: UHCI Host Controller\n[ 0.679054] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680204] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681179] hub 1-0:1.0: USB hub found\n[ 0.681957] hub 1-0:1.0: 2 ports detected\n[ 0.682856] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684986] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686948] mousedev: PS/2 mouse device common for all mice\n[ 0.688188] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690024] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693485] i2c /dev entries driver\n[ 0.694241] device-mapper: uevent: version 1.0.3\n[ 0.695175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698066] NET: Registered protocol family 10\n[ 0.699063] NET: Registered protocol family 17\n[ 0.699942] Key type dns_resolver registered\n[ 0.700864] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.701967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703706] registered taskstats version 1\n[ 0.704536] Loading compiled-in X.509 certificates\n[ 0.705978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.707828] zswap: loaded using pool lzo/zbud\n[ 0.709225] Key type trusted registered\n[ 0.710778] Key type encrypted registered\n[ 0.711602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713698] evm: HMAC attrs: 0x1\n[ 0.714748] Magic number: 3:529:276\n[ 0.715662] tty tty13: hash matches\n[ 0.716602] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:19 UTC (1547032519)\n[ 0.718581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719957] EDD information not available.\n[ 0.797614] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799432] ata1.00: configured for MWDMA2\n[ 0.811385] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815411] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816892] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818965] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820829] Write protecting the kernel read-only data: 14336k\n[ 0.822629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.252292] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.70s]\nping 10.10.10.8 OK\nping 10.10.10.15 OK\nping 10.10.11.6 KO\nping 10.10.11.7 KO\n"} 2019-01-09 11:16:24,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-4cc284f6-65ca-4f37-8652-abd31dc63d0b 2019-01-09 11:16:24,489 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2019-01-09 11:16:24,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:25,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-1fe79493-7c7a-4646-8ddb-eccfd10ac0aa x-compute-request-id: req-1fe79493-7c7a-4646-8ddb-eccfd10ac0aa Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497527449 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134683] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136336] pid_max: default: 32768 minimum: 301\n[ 0.137235] ACPI: Core revision 20150930\n[ 0.138616] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139917] Security Framework initialized\n[ 0.140729] Yama: becoming mindful.\n[ 0.141463] AppArmor: AppArmor initialized\n[ 0.142329] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144941] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146137] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147523] Initializing cgroup subsys io\n[ 0.148335] Initializing cgroup subsys memory\n[ 0.149197] Initializing cgroup subsys devices\n[ 0.150069] Initializing cgroup subsys freezer\n[ 0.150933] Initializing cgroup subsys net_cls\n[ 0.151798] Initializing cgroup subsys perf_event\n[ 0.152705] Initializing cgroup subsys net_prio\n[ 0.153587] Initializing cgroup subsys hugetlb\n[ 0.154460] Initializing cgroup subsys pids\n[ 0.155331] CPU: Physical Processor ID: 0\n[ 0.156814] mce: CPU supports 10 MCE banks\n[ 0.157659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175710] ftrace: allocating 31920 entries in 125 pages\n[ 0.201967] smpboot: Max logical packages: 1\n[ 0.202831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204173] x2apic enabled\n[ 0.204983] Switched APIC routing to physical x2apic.\n[ 0.206738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211605] KVM setup paravirtual spinlock\n[ 0.212887] x86: Booted up 1 node, 1 CPUs\n[ 0.213692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215073] devtmpfs: initialized\n[ 0.216786] evm: security.selinux\n[ 0.217479] evm: security.SMACK64\n[ 0.218161] evm: security.SMACK64EXEC\n[ 0.218917] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220482] evm: security.ima\n[ 0.221117] evm: security.capability\n[ 0.221922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223760] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 11:15:18, date: 01/09/19\n[ 0.225796] NET: Registered protocol family 16\n[ 0.226757] cpuidle: using governor ladder\n[ 0.227569] cpuidle: using governor menu\n[ 0.228344] PCCT header not found.\n[ 0.229104] ACPI: bus type PCI registered\n[ 0.229909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231157] PCI: Using configuration type 1 for base access\n[ 0.232915] ACPI: Added _OSI(Module Device)\n[ 0.233760] ACPI: Added _OSI(Processor Device)\n[ 0.234612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237605] ACPI: Interpreter enabled\n[ 0.238370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245733] ACPI: (supports S0 S5)\n[ 0.246428] ACPI: Using IOAPIC for interrupt routing\n[ 0.247500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255533] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257754] acpiphp: Slot [3] registered\n[ 0.258548] acpiphp: Slot [4] registered\n[ 0.259345] acpiphp: Slot [5] registered\n[ 0.260152] acpiphp: Slot [6] registered\n[ 0.260944] acpiphp: Slot [7] registered\n[ 0.261736] acpiphp: Slot [8] registered\n[ 0.262536] acpiphp: Slot [9] registered\n[ 0.263334] acpiphp: Slot [10] registered\n[ 0.264151] acpiphp: Slot [11] registered\n[ 0.264959] acpiphp: Slot [12] registered\n[ 0.265765] acpiphp: Slot [13] registered\n[ 0.266567] acpiphp: Slot [14] registered\n[ 0.267376] acpiphp: Slot [15] registered\n[ 0.278338] acpiphp: Slot [16] registered\n[ 0.279153] acpiphp: Slot [17] registered\n[ 0.279959] acpiphp: Slot [18] registered\n[ 0.280769] acpiphp: Slot [19] registered\n[ 0.281578] acpiphp: Slot [20] registered\n[ 0.282396] acpiphp: Slot [21] registered\n[ 0.283216] acpiphp: Slot [22] registered\n[ 0.284020] acpiphp: Slot [23] registered\n[ 0.284823] acpiphp: Slot [24] registered\n[ 0.285632] acpiphp: Slot [25] registered\n[ 0.286449] acpiphp: Slot [26] registered\n[ 0.287255] acpiphp: Slot [27] registered\n[ 0.288064] acpiphp: Slot [28] registered\n[ 0.288973] acpiphp: Slot [29] registered\n[ 0.289977] acpiphp: Slot [30] registered\n[ 0.290987] acpiphp: Slot [31] registered\n[ 0.291983] PCI host bridge to bus 0000:00\n[ 0.292988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306071] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309167] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310761] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317315] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319090] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366755] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368454] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370138] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375272] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377870] vgaarb: loaded\n[ 0.378471] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379596] SCSI subsystem initialized\n[ 0.380406] ACPI: bus type USB registered\n[ 0.381216] usbcore: registered new interface driver usbfs\n[ 0.382251] usbcore: registered new interface driver hub\n[ 0.383253] usbcore: registered new device driver usb\n[ 0.384298] PCI: Using ACPI for IRQ routing\n[ 0.385323] NetLabel: Initializing\n[ 0.386038] NetLabel: domain hash size = 128\n[ 0.386891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387837] NetLabel: unlabeled traffic allowed by default\n[ 0.388932] clocksource: Switched to clocksource kvm-clock\n[ 0.394330] AppArmor: AppArmor Filesystem Enabled\n[ 0.395287] pnp: PnP ACPI init\n[ 0.396192] pnp: PnP ACPI: found 5 devices\n[ 0.402565] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404242] NET: Registered protocol family 2\n[ 0.405185] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407605] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411205] NET: Registered protocol family 1\n[ 0.412195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429075] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443535] Trying to unpack rootfs image as initramfs...\n[ 0.493553] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507784] Scanning for low memory corruption every 60 seconds\n[ 0.509376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510827] audit: initializing netlink subsys (disabled)\n[ 0.512072] audit: type=2000 audit(1547032519.477:1): initialized\n[ 0.513677] Initialise system trusted keyring\n[ 0.514805] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516296] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518633] zbud: loaded\n[ 0.519466] VFS: Disk quotas dquot_6.6.0\n[ 0.520499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522317] fuse init (API version 7.23)\n[ 0.523368] Key type big_key registered\n[ 0.524392] Allocating IMA MOK and blacklist keyrings.\n[ 0.525747] Key type asymmetric registered\n[ 0.526735] Asymmetric key parser 'x509' registered\n[ 0.527915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530113] io scheduler noop registered\n[ 0.531094] io scheduler deadline registered (default)\n[ 0.532316] io scheduler cfq registered\n[ 0.533355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534651] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538026] ACPI: Power Button [PWRF]\n[ 0.539015] GHES: HEST is not enabled!\n[ 0.552959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586066] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612630] Linux agpgart interface v0.103\n[ 0.614850] brd: module loaded\n[ 0.616163] loop: module loaded\n[ 0.628681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630521] GPT:90111 != 2097151\n[ 0.631317] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632678] GPT:90111 != 2097151\n[ 0.633500] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634658] vda: vda1 vda15\n[ 0.636180] scsi host0: ata_piix\n[ 0.637059] scsi host1: ata_piix\n[ 0.637898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639353] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.641087] libphy: Fixed MDIO Bus: probed\n[ 0.642065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643211] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645625] PPP generic driver version 2.4.2\n[ 0.646750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648196] ehci-pci: EHCI PCI platform driver\n[ 0.649245] ehci-platform: EHCI generic platform driver\n[ 0.650437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651840] ohci-pci: OHCI PCI platform driver\n[ 0.652906] ohci-platform: OHCI generic platform driver\n[ 0.654136] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669136] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677987] usb usb1: Product: UHCI Host Controller\n[ 0.679054] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680204] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681179] hub 1-0:1.0: USB hub found\n[ 0.681957] hub 1-0:1.0: 2 ports detected\n[ 0.682856] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684986] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686948] mousedev: PS/2 mouse device common for all mice\n[ 0.688188] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690024] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693485] i2c /dev entries driver\n[ 0.694241] device-mapper: uevent: version 1.0.3\n[ 0.695175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698066] NET: Registered protocol family 10\n[ 0.699063] NET: Registered protocol family 17\n[ 0.699942] Key type dns_resolver registered\n[ 0.700864] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.701967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703706] registered taskstats version 1\n[ 0.704536] Loading compiled-in X.509 certificates\n[ 0.705978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.707828] zswap: loaded using pool lzo/zbud\n[ 0.709225] Key type trusted registered\n[ 0.710778] Key type encrypted registered\n[ 0.711602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713698] evm: HMAC attrs: 0x1\n[ 0.714748] Magic number: 3:529:276\n[ 0.715662] tty tty13: hash matches\n[ 0.716602] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:19 UTC (1547032519)\n[ 0.718581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719957] EDD information not available.\n[ 0.797614] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799432] ata1.00: configured for MWDMA2\n[ 0.811385] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815411] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816892] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818965] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820829] Write protecting the kernel read-only data: 14336k\n[ 0.822629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.252292] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.70s]\nping 10.10.10.8 OK\nping 10.10.10.15 OK\nping 10.10.11.6 KO\nping 10.10.11.7 KO\n"} 2019-01-09 11:16:25,564 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-1fe79493-7c7a-4646-8ddb-eccfd10ac0aa 2019-01-09 11:16:25,565 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.9) to 'sdnvpn-4-3' (10.10.10.15). -->Expected result: can ping. 2019-01-09 11:16:25,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:26,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:16:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-915c4b90-c1ea-4499-995a-82810af7b1a9 x-compute-request-id: req-915c4b90-c1ea-4499-995a-82810af7b1a9 Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497527449 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134683] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136336] pid_max: default: 32768 minimum: 301\n[ 0.137235] ACPI: Core revision 20150930\n[ 0.138616] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139917] Security Framework initialized\n[ 0.140729] Yama: becoming mindful.\n[ 0.141463] AppArmor: AppArmor initialized\n[ 0.142329] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144941] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146137] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147523] Initializing cgroup subsys io\n[ 0.148335] Initializing cgroup subsys memory\n[ 0.149197] Initializing cgroup subsys devices\n[ 0.150069] Initializing cgroup subsys freezer\n[ 0.150933] Initializing cgroup subsys net_cls\n[ 0.151798] Initializing cgroup subsys perf_event\n[ 0.152705] Initializing cgroup subsys net_prio\n[ 0.153587] Initializing cgroup subsys hugetlb\n[ 0.154460] Initializing cgroup subsys pids\n[ 0.155331] CPU: Physical Processor ID: 0\n[ 0.156814] mce: CPU supports 10 MCE banks\n[ 0.157659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175710] ftrace: allocating 31920 entries in 125 pages\n[ 0.201967] smpboot: Max logical packages: 1\n[ 0.202831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204173] x2apic enabled\n[ 0.204983] Switched APIC routing to physical x2apic.\n[ 0.206738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211605] KVM setup paravirtual spinlock\n[ 0.212887] x86: Booted up 1 node, 1 CPUs\n[ 0.213692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215073] devtmpfs: initialized\n[ 0.216786] evm: security.selinux\n[ 0.217479] evm: security.SMACK64\n[ 0.218161] evm: security.SMACK64EXEC\n[ 0.218917] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220482] evm: security.ima\n[ 0.221117] evm: security.capability\n[ 0.221922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223760] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 11:15:18, date: 01/09/19\n[ 0.225796] NET: Registered protocol family 16\n[ 0.226757] cpuidle: using governor ladder\n[ 0.227569] cpuidle: using governor menu\n[ 0.228344] PCCT header not found.\n[ 0.229104] ACPI: bus type PCI registered\n[ 0.229909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231157] PCI: Using configuration type 1 for base access\n[ 0.232915] ACPI: Added _OSI(Module Device)\n[ 0.233760] ACPI: Added _OSI(Processor Device)\n[ 0.234612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237605] ACPI: Interpreter enabled\n[ 0.238370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245733] ACPI: (supports S0 S5)\n[ 0.246428] ACPI: Using IOAPIC for interrupt routing\n[ 0.247500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255533] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257754] acpiphp: Slot [3] registered\n[ 0.258548] acpiphp: Slot [4] registered\n[ 0.259345] acpiphp: Slot [5] registered\n[ 0.260152] acpiphp: Slot [6] registered\n[ 0.260944] acpiphp: Slot [7] registered\n[ 0.261736] acpiphp: Slot [8] registered\n[ 0.262536] acpiphp: Slot [9] registered\n[ 0.263334] acpiphp: Slot [10] registered\n[ 0.264151] acpiphp: Slot [11] registered\n[ 0.264959] acpiphp: Slot [12] registered\n[ 0.265765] acpiphp: Slot [13] registered\n[ 0.266567] acpiphp: Slot [14] registered\n[ 0.267376] acpiphp: Slot [15] registered\n[ 0.278338] acpiphp: Slot [16] registered\n[ 0.279153] acpiphp: Slot [17] registered\n[ 0.279959] acpiphp: Slot [18] registered\n[ 0.280769] acpiphp: Slot [19] registered\n[ 0.281578] acpiphp: Slot [20] registered\n[ 0.282396] acpiphp: Slot [21] registered\n[ 0.283216] acpiphp: Slot [22] registered\n[ 0.284020] acpiphp: Slot [23] registered\n[ 0.284823] acpiphp: Slot [24] registered\n[ 0.285632] acpiphp: Slot [25] registered\n[ 0.286449] acpiphp: Slot [26] registered\n[ 0.287255] acpiphp: Slot [27] registered\n[ 0.288064] acpiphp: Slot [28] registered\n[ 0.288973] acpiphp: Slot [29] registered\n[ 0.289977] acpiphp: Slot [30] registered\n[ 0.290987] acpiphp: Slot [31] registered\n[ 0.291983] PCI host bridge to bus 0000:00\n[ 0.292988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306071] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309167] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310761] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317315] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319090] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366755] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368454] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370138] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375272] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377870] vgaarb: loaded\n[ 0.378471] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379596] SCSI subsystem initialized\n[ 0.380406] ACPI: bus type USB registered\n[ 0.381216] usbcore: registered new interface driver usbfs\n[ 0.382251] usbcore: registered new interface driver hub\n[ 0.383253] usbcore: registered new device driver usb\n[ 0.384298] PCI: Using ACPI for IRQ routing\n[ 0.385323] NetLabel: Initializing\n[ 0.386038] NetLabel: domain hash size = 128\n[ 0.386891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387837] NetLabel: unlabeled traffic allowed by default\n[ 0.388932] clocksource: Switched to clocksource kvm-clock\n[ 0.394330] AppArmor: AppArmor Filesystem Enabled\n[ 0.395287] pnp: PnP ACPI init\n[ 0.396192] pnp: PnP ACPI: found 5 devices\n[ 0.402565] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404242] NET: Registered protocol family 2\n[ 0.405185] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407605] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411205] NET: Registered protocol family 1\n[ 0.412195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429075] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443535] Trying to unpack rootfs image as initramfs...\n[ 0.493553] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507784] Scanning for low memory corruption every 60 seconds\n[ 0.509376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510827] audit: initializing netlink subsys (disabled)\n[ 0.512072] audit: type=2000 audit(1547032519.477:1): initialized\n[ 0.513677] Initialise system trusted keyring\n[ 0.514805] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516296] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518633] zbud: loaded\n[ 0.519466] VFS: Disk quotas dquot_6.6.0\n[ 0.520499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522317] fuse init (API version 7.23)\n[ 0.523368] Key type big_key registered\n[ 0.524392] Allocating IMA MOK and blacklist keyrings.\n[ 0.525747] Key type asymmetric registered\n[ 0.526735] Asymmetric key parser 'x509' registered\n[ 0.527915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530113] io scheduler noop registered\n[ 0.531094] io scheduler deadline registered (default)\n[ 0.532316] io scheduler cfq registered\n[ 0.533355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534651] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538026] ACPI: Power Button [PWRF]\n[ 0.539015] GHES: HEST is not enabled!\n[ 0.552959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586066] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612630] Linux agpgart interface v0.103\n[ 0.614850] brd: module loaded\n[ 0.616163] loop: module loaded\n[ 0.628681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630521] GPT:90111 != 2097151\n[ 0.631317] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632678] GPT:90111 != 2097151\n[ 0.633500] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634658] vda: vda1 vda15\n[ 0.636180] scsi host0: ata_piix\n[ 0.637059] scsi host1: ata_piix\n[ 0.637898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639353] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.641087] libphy: Fixed MDIO Bus: probed\n[ 0.642065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643211] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645625] PPP generic driver version 2.4.2\n[ 0.646750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648196] ehci-pci: EHCI PCI platform driver\n[ 0.649245] ehci-platform: EHCI generic platform driver\n[ 0.650437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651840] ohci-pci: OHCI PCI platform driver\n[ 0.652906] ohci-platform: OHCI generic platform driver\n[ 0.654136] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669136] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677987] usb usb1: Product: UHCI Host Controller\n[ 0.679054] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680204] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681179] hub 1-0:1.0: USB hub found\n[ 0.681957] hub 1-0:1.0: 2 ports detected\n[ 0.682856] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684986] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686948] mousedev: PS/2 mouse device common for all mice\n[ 0.688188] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690024] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693485] i2c /dev entries driver\n[ 0.694241] device-mapper: uevent: version 1.0.3\n[ 0.695175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698066] NET: Registered protocol family 10\n[ 0.699063] NET: Registered protocol family 17\n[ 0.699942] Key type dns_resolver registered\n[ 0.700864] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.701967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703706] registered taskstats version 1\n[ 0.704536] Loading compiled-in X.509 certificates\n[ 0.705978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.707828] zswap: loaded using pool lzo/zbud\n[ 0.709225] Key type trusted registered\n[ 0.710778] Key type encrypted registered\n[ 0.711602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713698] evm: HMAC attrs: 0x1\n[ 0.714748] Magic number: 3:529:276\n[ 0.715662] tty tty13: hash matches\n[ 0.716602] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:19 UTC (1547032519)\n[ 0.718581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719957] EDD information not available.\n[ 0.797614] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799432] ata1.00: configured for MWDMA2\n[ 0.811385] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815411] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816892] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818965] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820829] Write protecting the kernel read-only data: 14336k\n[ 0.822629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.252292] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.70s]\nping 10.10.10.8 OK\nping 10.10.10.15 OK\nping 10.10.11.6 KO\nping 10.10.11.7 KO\n"} 2019-01-09 11:16:26,636 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-915c4b90-c1ea-4499-995a-82810af7b1a9 2019-01-09 11:16:26,637 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2019-01-09 11:16:26,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:27,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-63b431d5-b90c-4245-83b1-9813f98a61b5 x-compute-request-id: req-63b431d5-b90c-4245-83b1-9813f98a61b5 Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497527449 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134683] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136336] pid_max: default: 32768 minimum: 301\n[ 0.137235] ACPI: Core revision 20150930\n[ 0.138616] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139917] Security Framework initialized\n[ 0.140729] Yama: becoming mindful.\n[ 0.141463] AppArmor: AppArmor initialized\n[ 0.142329] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144941] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146137] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147523] Initializing cgroup subsys io\n[ 0.148335] Initializing cgroup subsys memory\n[ 0.149197] Initializing cgroup subsys devices\n[ 0.150069] Initializing cgroup subsys freezer\n[ 0.150933] Initializing cgroup subsys net_cls\n[ 0.151798] Initializing cgroup subsys perf_event\n[ 0.152705] Initializing cgroup subsys net_prio\n[ 0.153587] Initializing cgroup subsys hugetlb\n[ 0.154460] Initializing cgroup subsys pids\n[ 0.155331] CPU: Physical Processor ID: 0\n[ 0.156814] mce: CPU supports 10 MCE banks\n[ 0.157659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175710] ftrace: allocating 31920 entries in 125 pages\n[ 0.201967] smpboot: Max logical packages: 1\n[ 0.202831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204173] x2apic enabled\n[ 0.204983] Switched APIC routing to physical x2apic.\n[ 0.206738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211605] KVM setup paravirtual spinlock\n[ 0.212887] x86: Booted up 1 node, 1 CPUs\n[ 0.213692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215073] devtmpfs: initialized\n[ 0.216786] evm: security.selinux\n[ 0.217479] evm: security.SMACK64\n[ 0.218161] evm: security.SMACK64EXEC\n[ 0.218917] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220482] evm: security.ima\n[ 0.221117] evm: security.capability\n[ 0.221922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223760] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 11:15:18, date: 01/09/19\n[ 0.225796] NET: Registered protocol family 16\n[ 0.226757] cpuidle: using governor ladder\n[ 0.227569] cpuidle: using governor menu\n[ 0.228344] PCCT header not found.\n[ 0.229104] ACPI: bus type PCI registered\n[ 0.229909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231157] PCI: Using configuration type 1 for base access\n[ 0.232915] ACPI: Added _OSI(Module Device)\n[ 0.233760] ACPI: Added _OSI(Processor Device)\n[ 0.234612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237605] ACPI: Interpreter enabled\n[ 0.238370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245733] ACPI: (supports S0 S5)\n[ 0.246428] ACPI: Using IOAPIC for interrupt routing\n[ 0.247500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255533] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257754] acpiphp: Slot [3] registered\n[ 0.258548] acpiphp: Slot [4] registered\n[ 0.259345] acpiphp: Slot [5] registered\n[ 0.260152] acpiphp: Slot [6] registered\n[ 0.260944] acpiphp: Slot [7] registered\n[ 0.261736] acpiphp: Slot [8] registered\n[ 0.262536] acpiphp: Slot [9] registered\n[ 0.263334] acpiphp: Slot [10] registered\n[ 0.264151] acpiphp: Slot [11] registered\n[ 0.264959] acpiphp: Slot [12] registered\n[ 0.265765] acpiphp: Slot [13] registered\n[ 0.266567] acpiphp: Slot [14] registered\n[ 0.267376] acpiphp: Slot [15] registered\n[ 0.278338] acpiphp: Slot [16] registered\n[ 0.279153] acpiphp: Slot [17] registered\n[ 0.279959] acpiphp: Slot [18] registered\n[ 0.280769] acpiphp: Slot [19] registered\n[ 0.281578] acpiphp: Slot [20] registered\n[ 0.282396] acpiphp: Slot [21] registered\n[ 0.283216] acpiphp: Slot [22] registered\n[ 0.284020] acpiphp: Slot [23] registered\n[ 0.284823] acpiphp: Slot [24] registered\n[ 0.285632] acpiphp: Slot [25] registered\n[ 0.286449] acpiphp: Slot [26] registered\n[ 0.287255] acpiphp: Slot [27] registered\n[ 0.288064] acpiphp: Slot [28] registered\n[ 0.288973] acpiphp: Slot [29] registered\n[ 0.289977] acpiphp: Slot [30] registered\n[ 0.290987] acpiphp: Slot [31] registered\n[ 0.291983] PCI host bridge to bus 0000:00\n[ 0.292988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306071] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309167] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310761] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317315] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319090] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366755] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368454] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370138] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375272] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377870] vgaarb: loaded\n[ 0.378471] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379596] SCSI subsystem initialized\n[ 0.380406] ACPI: bus type USB registered\n[ 0.381216] usbcore: registered new interface driver usbfs\n[ 0.382251] usbcore: registered new interface driver hub\n[ 0.383253] usbcore: registered new device driver usb\n[ 0.384298] PCI: Using ACPI for IRQ routing\n[ 0.385323] NetLabel: Initializing\n[ 0.386038] NetLabel: domain hash size = 128\n[ 0.386891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387837] NetLabel: unlabeled traffic allowed by default\n[ 0.388932] clocksource: Switched to clocksource kvm-clock\n[ 0.394330] AppArmor: AppArmor Filesystem Enabled\n[ 0.395287] pnp: PnP ACPI init\n[ 0.396192] pnp: PnP ACPI: found 5 devices\n[ 0.402565] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404242] NET: Registered protocol family 2\n[ 0.405185] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407605] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411205] NET: Registered protocol family 1\n[ 0.412195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429075] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443535] Trying to unpack rootfs image as initramfs...\n[ 0.493553] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507784] Scanning for low memory corruption every 60 seconds\n[ 0.509376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510827] audit: initializing netlink subsys (disabled)\n[ 0.512072] audit: type=2000 audit(1547032519.477:1): initialized\n[ 0.513677] Initialise system trusted keyring\n[ 0.514805] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516296] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518633] zbud: loaded\n[ 0.519466] VFS: Disk quotas dquot_6.6.0\n[ 0.520499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522317] fuse init (API version 7.23)\n[ 0.523368] Key type big_key registered\n[ 0.524392] Allocating IMA MOK and blacklist keyrings.\n[ 0.525747] Key type asymmetric registered\n[ 0.526735] Asymmetric key parser 'x509' registered\n[ 0.527915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530113] io scheduler noop registered\n[ 0.531094] io scheduler deadline registered (default)\n[ 0.532316] io scheduler cfq registered\n[ 0.533355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534651] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538026] ACPI: Power Button [PWRF]\n[ 0.539015] GHES: HEST is not enabled!\n[ 0.552959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586066] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612630] Linux agpgart interface v0.103\n[ 0.614850] brd: module loaded\n[ 0.616163] loop: module loaded\n[ 0.628681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630521] GPT:90111 != 2097151\n[ 0.631317] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632678] GPT:90111 != 2097151\n[ 0.633500] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634658] vda: vda1 vda15\n[ 0.636180] scsi host0: ata_piix\n[ 0.637059] scsi host1: ata_piix\n[ 0.637898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639353] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.641087] libphy: Fixed MDIO Bus: probed\n[ 0.642065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643211] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645625] PPP generic driver version 2.4.2\n[ 0.646750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648196] ehci-pci: EHCI PCI platform driver\n[ 0.649245] ehci-platform: EHCI generic platform driver\n[ 0.650437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651840] ohci-pci: OHCI PCI platform driver\n[ 0.652906] ohci-platform: OHCI generic platform driver\n[ 0.654136] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669136] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677987] usb usb1: Product: UHCI Host Controller\n[ 0.679054] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680204] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681179] hub 1-0:1.0: USB hub found\n[ 0.681957] hub 1-0:1.0: 2 ports detected\n[ 0.682856] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684986] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686948] mousedev: PS/2 mouse device common for all mice\n[ 0.688188] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690024] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693485] i2c /dev entries driver\n[ 0.694241] device-mapper: uevent: version 1.0.3\n[ 0.695175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698066] NET: Registered protocol family 10\n[ 0.699063] NET: Registered protocol family 17\n[ 0.699942] Key type dns_resolver registered\n[ 0.700864] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.701967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703706] registered taskstats version 1\n[ 0.704536] Loading compiled-in X.509 certificates\n[ 0.705978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.707828] zswap: loaded using pool lzo/zbud\n[ 0.709225] Key type trusted registered\n[ 0.710778] Key type encrypted registered\n[ 0.711602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713698] evm: HMAC attrs: 0x1\n[ 0.714748] Magic number: 3:529:276\n[ 0.715662] tty tty13: hash matches\n[ 0.716602] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:19 UTC (1547032519)\n[ 0.718581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719957] EDD information not available.\n[ 0.797614] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799432] ata1.00: configured for MWDMA2\n[ 0.811385] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815411] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816892] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818965] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820829] Write protecting the kernel read-only data: 14336k\n[ 0.822629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.252292] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.70s]\nping 10.10.10.8 OK\nping 10.10.10.15 OK\nping 10.10.11.6 KO\nping 10.10.11.7 KO\n"} 2019-01-09 11:16:27,709 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-63b431d5-b90c-4245-83b1-9813f98a61b5 2019-01-09 11:16:27,710 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.9) to 'sdnvpn-4-4' (10.10.11.6). -->Expected result: cannot ping. 2019-01-09 11:16:27,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0c91fee4569758cb026ddc3ae06ca5fcf42a785" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:16:28,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:16: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-b42abbd6-0c96-4e29-8d62-3091012cead9 x-compute-request-id: req-b42abbd6-0c96-4e29-8d62-3091012cead9 Content-Encoding: gzip Content-Length: 8140 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497527449 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134683] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136336] pid_max: default: 32768 minimum: 301\n[ 0.137235] ACPI: Core revision 20150930\n[ 0.138616] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139917] Security Framework initialized\n[ 0.140729] Yama: becoming mindful.\n[ 0.141463] AppArmor: AppArmor initialized\n[ 0.142329] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143667] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.144941] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146137] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147523] Initializing cgroup subsys io\n[ 0.148335] Initializing cgroup subsys memory\n[ 0.149197] Initializing cgroup subsys devices\n[ 0.150069] Initializing cgroup subsys freezer\n[ 0.150933] Initializing cgroup subsys net_cls\n[ 0.151798] Initializing cgroup subsys perf_event\n[ 0.152705] Initializing cgroup subsys net_prio\n[ 0.153587] Initializing cgroup subsys hugetlb\n[ 0.154460] Initializing cgroup subsys pids\n[ 0.155331] CPU: Physical Processor ID: 0\n[ 0.156814] mce: CPU supports 10 MCE banks\n[ 0.157659] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169318] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.175710] ftrace: allocating 31920 entries in 125 pages\n[ 0.201967] smpboot: Max logical packages: 1\n[ 0.202831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.204173] x2apic enabled\n[ 0.204983] Switched APIC routing to physical x2apic.\n[ 0.206738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211605] KVM setup paravirtual spinlock\n[ 0.212887] x86: Booted up 1 node, 1 CPUs\n[ 0.213692] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215073] devtmpfs: initialized\n[ 0.216786] evm: security.selinux\n[ 0.217479] evm: security.SMACK64\n[ 0.218161] evm: security.SMACK64EXEC\n[ 0.218917] evm: security.SMACK64TRANSMUTE\n[ 0.219740] evm: security.SMACK64MMAP\n[ 0.220482] evm: security.ima\n[ 0.221117] evm: security.capability\n[ 0.221922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.223760] pinctrl core: initialized pinctrl subsystem\n[ 0.224854] RTC time: 11:15:18, date: 01/09/19\n[ 0.225796] NET: Registered protocol family 16\n[ 0.226757] cpuidle: using governor ladder\n[ 0.227569] cpuidle: using governor menu\n[ 0.228344] PCCT header not found.\n[ 0.229104] ACPI: bus type PCI registered\n[ 0.229909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231157] PCI: Using configuration type 1 for base access\n[ 0.232915] ACPI: Added _OSI(Module Device)\n[ 0.233760] ACPI: Added _OSI(Processor Device)\n[ 0.234612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235505] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237605] ACPI: Interpreter enabled\n[ 0.238370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240219] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.242055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243899] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245733] ACPI: (supports S0 S5)\n[ 0.246428] ACPI: Using IOAPIC for interrupt routing\n[ 0.247500] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.251802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253107] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254336] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255533] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257754] acpiphp: Slot [3] registered\n[ 0.258548] acpiphp: Slot [4] registered\n[ 0.259345] acpiphp: Slot [5] registered\n[ 0.260152] acpiphp: Slot [6] registered\n[ 0.260944] acpiphp: Slot [7] registered\n[ 0.261736] acpiphp: Slot [8] registered\n[ 0.262536] acpiphp: Slot [9] registered\n[ 0.263334] acpiphp: Slot [10] registered\n[ 0.264151] acpiphp: Slot [11] registered\n[ 0.264959] acpiphp: Slot [12] registered\n[ 0.265765] acpiphp: Slot [13] registered\n[ 0.266567] acpiphp: Slot [14] registered\n[ 0.267376] acpiphp: Slot [15] registered\n[ 0.278338] acpiphp: Slot [16] registered\n[ 0.279153] acpiphp: Slot [17] registered\n[ 0.279959] acpiphp: Slot [18] registered\n[ 0.280769] acpiphp: Slot [19] registered\n[ 0.281578] acpiphp: Slot [20] registered\n[ 0.282396] acpiphp: Slot [21] registered\n[ 0.283216] acpiphp: Slot [22] registered\n[ 0.284020] acpiphp: Slot [23] registered\n[ 0.284823] acpiphp: Slot [24] registered\n[ 0.285632] acpiphp: Slot [25] registered\n[ 0.286449] acpiphp: Slot [26] registered\n[ 0.287255] acpiphp: Slot [27] registered\n[ 0.288064] acpiphp: Slot [28] registered\n[ 0.288973] acpiphp: Slot [29] registered\n[ 0.289977] acpiphp: Slot [30] registered\n[ 0.290987] acpiphp: Slot [31] registered\n[ 0.291983] PCI host bridge to bus 0000:00\n[ 0.292988] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294515] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296043] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297826] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299619] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306071] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309167] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310761] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317315] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319090] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364993] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366755] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368454] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370138] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375272] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376334] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377870] vgaarb: loaded\n[ 0.378471] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379596] SCSI subsystem initialized\n[ 0.380406] ACPI: bus type USB registered\n[ 0.381216] usbcore: registered new interface driver usbfs\n[ 0.382251] usbcore: registered new interface driver hub\n[ 0.383253] usbcore: registered new device driver usb\n[ 0.384298] PCI: Using ACPI for IRQ routing\n[ 0.385323] NetLabel: Initializing\n[ 0.386038] NetLabel: domain hash size = 128\n[ 0.386891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.387837] NetLabel: unlabeled traffic allowed by default\n[ 0.388932] clocksource: Switched to clocksource kvm-clock\n[ 0.394330] AppArmor: AppArmor Filesystem Enabled\n[ 0.395287] pnp: PnP ACPI init\n[ 0.396192] pnp: PnP ACPI: found 5 devices\n[ 0.402565] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.404242] NET: Registered protocol family 2\n[ 0.405185] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.406449] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407605] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408751] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409821] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411205] NET: Registered protocol family 1\n[ 0.412195] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.413511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.414800] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429075] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443535] Trying to unpack rootfs image as initramfs...\n[ 0.493553] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507784] Scanning for low memory corruption every 60 seconds\n[ 0.509376] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510827] audit: initializing netlink subsys (disabled)\n[ 0.512072] audit: type=2000 audit(1547032519.477:1): initialized\n[ 0.513677] Initialise system trusted keyring\n[ 0.514805] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.516296] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.518633] zbud: loaded\n[ 0.519466] VFS: Disk quotas dquot_6.6.0\n[ 0.520499] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.522317] fuse init (API version 7.23)\n[ 0.523368] Key type big_key registered\n[ 0.524392] Allocating IMA MOK and blacklist keyrings.\n[ 0.525747] Key type asymmetric registered\n[ 0.526735] Asymmetric key parser 'x509' registered\n[ 0.527915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530113] io scheduler noop registered\n[ 0.531094] io scheduler deadline registered (default)\n[ 0.532316] io scheduler cfq registered\n[ 0.533355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534651] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536200] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538026] ACPI: Power Button [PWRF]\n[ 0.539015] GHES: HEST is not enabled!\n[ 0.552959] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586066] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610189] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612630] Linux agpgart interface v0.103\n[ 0.614850] brd: module loaded\n[ 0.616163] loop: module loaded\n[ 0.628681] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630521] GPT:90111 != 2097151\n[ 0.631317] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632678] GPT:90111 != 2097151\n[ 0.633500] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634658] vda: vda1 vda15\n[ 0.636180] scsi host0: ata_piix\n[ 0.637059] scsi host1: ata_piix\n[ 0.637898] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.639353] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.641087] libphy: Fixed MDIO Bus: probed\n[ 0.642065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643211] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645625] PPP generic driver version 2.4.2\n[ 0.646750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648196] ehci-pci: EHCI PCI platform driver\n[ 0.649245] ehci-platform: EHCI generic platform driver\n[ 0.650437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651840] ohci-pci: OHCI PCI platform driver\n[ 0.652906] ohci-platform: OHCI generic platform driver\n[ 0.654136] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.669136] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.670350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.672102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.673332] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.674697] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.676212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677987] usb usb1: Product: UHCI Host Controller\n[ 0.679054] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.680204] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681179] hub 1-0:1.0: USB hub found\n[ 0.681957] hub 1-0:1.0: 2 ports detected\n[ 0.682856] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.684986] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686948] mousedev: PS/2 mouse device common for all mice\n[ 0.688188] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.690024] rtc_cmos 00:00: RTC can wake from S4\n[ 0.691103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693485] i2c /dev entries driver\n[ 0.694241] device-mapper: uevent: version 1.0.3\n[ 0.695175] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696792] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698066] NET: Registered protocol family 10\n[ 0.699063] NET: Registered protocol family 17\n[ 0.699942] Key type dns_resolver registered\n[ 0.700864] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.701967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.703706] registered taskstats version 1\n[ 0.704536] Loading compiled-in X.509 certificates\n[ 0.705978] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.707828] zswap: loaded using pool lzo/zbud\n[ 0.709225] Key type trusted registered\n[ 0.710778] Key type encrypted registered\n[ 0.711602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.712620] ima: No TPM chip found, activating TPM-bypass!\n[ 0.713698] evm: HMAC attrs: 0x1\n[ 0.714748] Magic number: 3:529:276\n[ 0.715662] tty tty13: hash matches\n[ 0.716602] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:19 UTC (1547032519)\n[ 0.718581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719957] EDD information not available.\n[ 0.797614] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799432] ata1.00: configured for MWDMA2\n[ 0.811385] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.813938] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.815411] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.816892] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.818965] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.820829] Write protecting the kernel read-only data: 14336k\n[ 0.822629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.824749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.04\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.252292] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.70s]\nping 10.10.10.8 OK\nping 10.10.10.15 OK\nping 10.10.11.6 KO\nping 10.10.11.7 KO\n"} 2019-01-09 11:16:28,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-b42abbd6-0c96-4e29-8d62-3091012cead9 2019-01-09 11:16:28,794 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2019-01-09 11:16:28,794 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2019-01-09 11:16:28,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"network_association": {"network_id": "40300b1a-fbb9-4dd7-a335-3b9ff866c812"}}' 2019-01-09 11:16:29,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-21b775b7-45a4-45b9-9730-9dce4931fbc5 Date: Wed, 09 Jan 2019 11:16:29 GMT RESP BODY: {"network_association": {"network_id": "40300b1a-fbb9-4dd7-a335-3b9ff866c812", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "d042978d-a296-456d-aedc-6325e0bd383d"}} 2019-01-09 11:16:29,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a/network_associations used request id req-21b775b7-45a4-45b9-9730-9dce4931fbc5 2019-01-09 11:16:29,315 - sdnvpn_test_utils - DEBUG - Waiting for router 98f24487-951e-4364-83a2-e4d545e91f7a to associate with BGPVPN 23a83937-ad26-4d98-820b-97b73f7ac736 2019-01-09 11:16:29,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:16:29,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-f71be060-9680-4d86-8761-9ef88991151c Date: Wed, 09 Jan 2019 11:16:29 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["23a83937-ad26-4d98-820b-97b73f7ac736"], "id": "98f24487-951e-4364-83a2-e4d545e91f7a", "name": "sdnvpn-735290", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["40300b1a-fbb9-4dd7-a335-3b9ff866c812"], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:16:29,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a used request id req-f71be060-9680-4d86-8761-9ef88991151c 2019-01-09 11:16:30,656 - sdnvpn_test_utils - DEBUG - Waiting for network 98f24487-951e-4364-83a2-e4d545e91f7a to associate with BGPVPN 40300b1a-fbb9-4dd7-a335-3b9ff866c812 2019-01-09 11:16:30,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:16:31,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-f4e3425f-04f8-4b60-923c-e014d5bd06f8 Date: Wed, 09 Jan 2019 11:16:31 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["23a83937-ad26-4d98-820b-97b73f7ac736"], "id": "98f24487-951e-4364-83a2-e4d545e91f7a", "name": "sdnvpn-735290", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["40300b1a-fbb9-4dd7-a335-3b9ff866c812"], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:16:31,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a used request id req-f4e3425f-04f8-4b60-923c-e014d5bd06f8 2019-01-09 11:16:32,174 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:17:02,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe080cc010731dc18a90f9ab9bf459d89e7a62d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:17:03,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cff8a828-02fa-470b-8aad-9aaa68cca9cf x-compute-request-id: req-cff8a828-02fa-470b-8aad-9aaa68cca9cf Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483916811 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135122] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136870] pid_max: default: 32768 minimum: 301\n[ 0.137818] ACPI: Core revision 20150930\n[ 0.139255] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140598] Security Framework initialized\n[ 0.141447] Yama: becoming mindful.\n[ 0.142212] AppArmor: AppArmor initialized\n[ 0.143095] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144468] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145786] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147060] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148500] Initializing cgroup subsys io\n[ 0.149338] Initializing cgroup subsys memory\n[ 0.150234] Initializing cgroup subsys devices\n[ 0.151136] Initializing cgroup subsys freezer\n[ 0.152030] Initializing cgroup subsys net_cls\n[ 0.152926] Initializing cgroup subsys perf_event\n[ 0.153862] Initializing cgroup subsys net_prio\n[ 0.154803] Initializing cgroup subsys hugetlb\n[ 0.155704] Initializing cgroup subsys pids\n[ 0.156612] CPU: Physical Processor ID: 0\n[ 0.158159] mce: CPU supports 10 MCE banks\n[ 0.159031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160062] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172073] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178605] ftrace: allocating 31920 entries in 125 pages\n[ 0.205606] smpboot: Max logical packages: 1\n[ 0.206510] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207913] x2apic enabled\n[ 0.208735] Switched APIC routing to physical x2apic.\n[ 0.210534] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211731] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215722] KVM setup paravirtual spinlock\n[ 0.217131] x86: Booted up 1 node, 1 CPUs\n[ 0.217983] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219464] devtmpfs: initialized\n[ 0.221238] evm: security.selinux\n[ 0.221987] evm: security.SMACK64\n[ 0.222719] evm: security.SMACK64EXEC\n[ 0.223512] evm: security.SMACK64TRANSMUTE\n[ 0.224376] evm: security.SMACK64MMAP\n[ 0.225169] evm: security.ima\n[ 0.225844] evm: security.capability\n[ 0.226697] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228669] pinctrl core: initialized pinctrl subsystem\n[ 0.229825] RTC time: 11:15:06, date: 01/09/19\n[ 0.230825] NET: Registered protocol family 16\n[ 0.231852] cpuidle: using governor ladder\n[ 0.232714] cpuidle: using governor menu\n[ 0.233543] PCCT header not found.\n[ 0.234343] ACPI: bus type PCI registered\n[ 0.235191] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236599] PCI: Using configuration type 1 for base access\n[ 0.238446] ACPI: Added _OSI(Module Device)\n[ 0.239296] ACPI: Added _OSI(Processor Device)\n[ 0.240164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241069] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243212] ACPI: Interpreter enabled\n[ 0.243982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251413] ACPI: (supports S0 S5)\n[ 0.252123] ACPI: Using IOAPIC for interrupt routing\n[ 0.253191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256295] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257445] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258686] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262127] acpiphp: Slot [3] registered\n[ 0.262947] acpiphp: Slot [4] registered\n[ 0.263751] acpiphp: Slot [5] registered\n[ 0.264561] acpiphp: Slot [6] registered\n[ 0.265369] acpiphp: Slot [7] registered\n[ 0.266175] acpiphp: Slot [8] registered\n[ 0.266986] acpiphp: Slot [9] registered\n[ 0.267787] acpiphp: Slot [10] registered\n[ 0.268611] acpiphp: Slot [11] registered\n[ 0.269433] acpiphp: Slot [12] registered\n[ 0.270252] acpiphp: Slot [13] registered\n[ 0.271067] acpiphp: Slot [14] registered\n[ 0.271876] acpiphp: Slot [15] registered\n[ 0.282901] acpiphp: Slot [16] registered\n[ 0.283717] acpiphp: Slot [17] registered\n[ 0.284535] acpiphp: Slot [18] registered\n[ 0.285359] acpiphp: Slot [19] registered\n[ 0.286174] acpiphp: Slot [20] registered\n[ 0.286997] acpiphp: Slot [21] registered\n[ 0.287809] acpiphp: Slot [22] registered\n[ 0.288625] acpiphp: Slot [23] registered\n[ 0.289441] acpiphp: Slot [24] registered\n[ 0.290259] acpiphp: Slot [25] registered\n[ 0.291078] acpiphp: Slot [26] registered\n[ 0.291893] acpiphp: Slot [27] registered\n[ 0.292709] acpiphp: Slot [28] registered\n[ 0.293525] acpiphp: Slot [29] registered\n[ 0.294340] acpiphp: Slot [30] registered\n[ 0.295158] acpiphp: Slot [31] registered\n[ 0.295970] PCI host bridge to bus 0000:00\n[ 0.296778] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300689] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302148] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308322] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312073] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318430] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319872] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367785] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369217] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373036] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375824] vgaarb: loaded\n[ 0.376435] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377582] SCSI subsystem initialized\n[ 0.378411] ACPI: bus type USB registered\n[ 0.379233] usbcore: registered new interface driver usbfs\n[ 0.380266] usbcore: registered new interface driver hub\n[ 0.381276] usbcore: registered new device driver usb\n[ 0.382333] PCI: Using ACPI for IRQ routing\n[ 0.383364] NetLabel: Initializing\n[ 0.384087] NetLabel: domain hash size = 128\n[ 0.384940] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385889] NetLabel: unlabeled traffic allowed by default\n[ 0.386988] clocksource: Switched to clocksource kvm-clock\n[ 0.392392] AppArmor: AppArmor Filesystem Enabled\n[ 0.393360] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402349] NET: Registered protocol family 2\n[ 0.403319] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406939] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409205] NET: Registered protocol family 1\n[ 0.410077] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411183] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412262] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440534] Trying to unpack rootfs image as initramfs...\n[ 0.490368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504359] Scanning for low memory corruption every 60 seconds\n[ 0.505692] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506849] audit: initializing netlink subsys (disabled)\n[ 0.507903] audit: type=2000 audit(1547032507.564:1): initialized\n[ 0.509218] Initialise system trusted keyring\n[ 0.510151] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511340] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513316] zbud: loaded\n[ 0.514023] VFS: Disk quotas dquot_6.6.0\n[ 0.514848] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516412] fuse init (API version 7.23)\n[ 0.517308] Key type big_key registered\n[ 0.518117] Allocating IMA MOK and blacklist keyrings.\n[ 0.519240] Key type asymmetric registered\n[ 0.520074] Asymmetric key parser 'x509' registered\n[ 0.521036] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522884] io scheduler noop registered\n[ 0.523688] io scheduler deadline registered (default)\n[ 0.524684] io scheduler cfq registered\n[ 0.525525] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527851] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529332] ACPI: Power Button [PWRF]\n[ 0.530170] GHES: HEST is not enabled!\n[ 0.543717] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573781] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597751] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599902] Linux agpgart interface v0.103\n[ 0.601923] brd: module loaded\n[ 0.604583] loop: module loaded\n[ 0.609300] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610779] GPT:90111 != 2097151\n[ 0.611475] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612587] GPT:90111 != 2097151\n[ 0.613273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614257] vda: vda1 vda15\n[ 0.615808] scsi host0: ata_piix\n[ 0.616552] scsi host1: ata_piix\n[ 0.617271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619949] libphy: Fixed MDIO Bus: probed\n[ 0.620768] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623889] PPP generic driver version 2.4.2\n[ 0.624784] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626094] ehci-pci: EHCI PCI platform driver\n[ 0.626977] ehci-platform: EHCI generic platform driver\n[ 0.627987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629129] ohci-pci: OHCI PCI platform driver\n[ 0.630007] ohci-platform: OHCI generic platform driver\n[ 0.631017] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645402] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646418] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647886] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648924] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651287] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652718] usb usb1: Product: UHCI Host Controller\n[ 0.653658] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654812] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655861] hub 1-0:1.0: USB hub found\n[ 0.656659] hub 1-0:1.0: 2 ports detected\n[ 0.657577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661726] mousedev: PS/2 mouse device common for all mice\n[ 0.662986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664854] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665974] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667188] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668388] i2c /dev entries driver\n[ 0.669155] device-mapper: uevent: version 1.0.3\n[ 0.670103] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671755] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673054] NET: Registered protocol family 10\n[ 0.674068] NET: Registered protocol family 17\n[ 0.674973] Key type dns_resolver registered\n[ 0.675921] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677023] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678788] registered taskstats version 1\n[ 0.679640] Loading compiled-in X.509 certificates\n[ 0.681092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682960] zswap: loaded using pool lzo/zbud\n[ 0.684345] Key type trusted registered\n[ 0.685917] Key type encrypted registered\n[ 0.686750] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687803] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688860] evm: HMAC attrs: 0x1\n[ 0.689806] Magic number: 3:529:276\n[ 0.690598] tty tty13: hash matches\n[ 0.691411] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:07 UTC (1547032507)\n[ 0.693028] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694151] EDD information not available.\n[ 0.775550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777009] ata1.00: configured for MWDMA2\n[ 0.788702] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790928] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793429] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795297] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796843] Write protecting the kernel read-only data: 14336k\n[ 0.798415] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800234] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.856832] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\n"} 2019-01-09 11:17:03,281 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action used request id req-cff8a828-02fa-470b-8aad-9aaa68cca9cf 2019-01-09 11:17:03,282 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.6) to 'sdnvpn-4-5' (10.10.11.7). -->Expected result: can ping. 2019-01-09 11:17:03,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fe080cc010731dc18a90f9ab9bf459d89e7a62d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:17:04,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:17:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3323d435-efcf-4578-bd71-394dae3cc169 x-compute-request-id: req-3323d435-efcf-4578-bd71-394dae3cc169 Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483916811 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.135122] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.136870] pid_max: default: 32768 minimum: 301\n[ 0.137818] ACPI: Core revision 20150930\n[ 0.139255] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140598] Security Framework initialized\n[ 0.141447] Yama: becoming mindful.\n[ 0.142212] AppArmor: AppArmor initialized\n[ 0.143095] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144468] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145786] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147060] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148500] Initializing cgroup subsys io\n[ 0.149338] Initializing cgroup subsys memory\n[ 0.150234] Initializing cgroup subsys devices\n[ 0.151136] Initializing cgroup subsys freezer\n[ 0.152030] Initializing cgroup subsys net_cls\n[ 0.152926] Initializing cgroup subsys perf_event\n[ 0.153862] Initializing cgroup subsys net_prio\n[ 0.154803] Initializing cgroup subsys hugetlb\n[ 0.155704] Initializing cgroup subsys pids\n[ 0.156612] CPU: Physical Processor ID: 0\n[ 0.158159] mce: CPU supports 10 MCE banks\n[ 0.159031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160062] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172073] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178605] ftrace: allocating 31920 entries in 125 pages\n[ 0.205606] smpboot: Max logical packages: 1\n[ 0.206510] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207913] x2apic enabled\n[ 0.208735] Switched APIC routing to physical x2apic.\n[ 0.210534] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211731] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213832] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215722] KVM setup paravirtual spinlock\n[ 0.217131] x86: Booted up 1 node, 1 CPUs\n[ 0.217983] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219464] devtmpfs: initialized\n[ 0.221238] evm: security.selinux\n[ 0.221987] evm: security.SMACK64\n[ 0.222719] evm: security.SMACK64EXEC\n[ 0.223512] evm: security.SMACK64TRANSMUTE\n[ 0.224376] evm: security.SMACK64MMAP\n[ 0.225169] evm: security.ima\n[ 0.225844] evm: security.capability\n[ 0.226697] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228669] pinctrl core: initialized pinctrl subsystem\n[ 0.229825] RTC time: 11:15:06, date: 01/09/19\n[ 0.230825] NET: Registered protocol family 16\n[ 0.231852] cpuidle: using governor ladder\n[ 0.232714] cpuidle: using governor menu\n[ 0.233543] PCCT header not found.\n[ 0.234343] ACPI: bus type PCI registered\n[ 0.235191] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236599] PCI: Using configuration type 1 for base access\n[ 0.238446] ACPI: Added _OSI(Module Device)\n[ 0.239296] ACPI: Added _OSI(Processor Device)\n[ 0.240164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241069] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243212] ACPI: Interpreter enabled\n[ 0.243982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245831] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247692] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251413] ACPI: (supports S0 S5)\n[ 0.252123] ACPI: Using IOAPIC for interrupt routing\n[ 0.253191] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256295] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257445] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258686] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262127] acpiphp: Slot [3] registered\n[ 0.262947] acpiphp: Slot [4] registered\n[ 0.263751] acpiphp: Slot [5] registered\n[ 0.264561] acpiphp: Slot [6] registered\n[ 0.265369] acpiphp: Slot [7] registered\n[ 0.266175] acpiphp: Slot [8] registered\n[ 0.266986] acpiphp: Slot [9] registered\n[ 0.267787] acpiphp: Slot [10] registered\n[ 0.268611] acpiphp: Slot [11] registered\n[ 0.269433] acpiphp: Slot [12] registered\n[ 0.270252] acpiphp: Slot [13] registered\n[ 0.271067] acpiphp: Slot [14] registered\n[ 0.271876] acpiphp: Slot [15] registered\n[ 0.282901] acpiphp: Slot [16] registered\n[ 0.283717] acpiphp: Slot [17] registered\n[ 0.284535] acpiphp: Slot [18] registered\n[ 0.285359] acpiphp: Slot [19] registered\n[ 0.286174] acpiphp: Slot [20] registered\n[ 0.286997] acpiphp: Slot [21] registered\n[ 0.287809] acpiphp: Slot [22] registered\n[ 0.288625] acpiphp: Slot [23] registered\n[ 0.289441] acpiphp: Slot [24] registered\n[ 0.290259] acpiphp: Slot [25] registered\n[ 0.291078] acpiphp: Slot [26] registered\n[ 0.291893] acpiphp: Slot [27] registered\n[ 0.292709] acpiphp: Slot [28] registered\n[ 0.293525] acpiphp: Slot [29] registered\n[ 0.294340] acpiphp: Slot [30] registered\n[ 0.295158] acpiphp: Slot [31] registered\n[ 0.295970] PCI host bridge to bus 0000:00\n[ 0.296778] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300689] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302148] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308322] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309614] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312073] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318430] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319872] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366366] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367785] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369217] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373036] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375824] vgaarb: loaded\n[ 0.376435] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377582] SCSI subsystem initialized\n[ 0.378411] ACPI: bus type USB registered\n[ 0.379233] usbcore: registered new interface driver usbfs\n[ 0.380266] usbcore: registered new interface driver hub\n[ 0.381276] usbcore: registered new device driver usb\n[ 0.382333] PCI: Using ACPI for IRQ routing\n[ 0.383364] NetLabel: Initializing\n[ 0.384087] NetLabel: domain hash size = 128\n[ 0.384940] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385889] NetLabel: unlabeled traffic allowed by default\n[ 0.386988] clocksource: Switched to clocksource kvm-clock\n[ 0.392392] AppArmor: AppArmor Filesystem Enabled\n[ 0.393360] pnp: PnP ACPI init\n[ 0.394275] pnp: PnP ACPI: found 5 devices\n[ 0.400643] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402349] NET: Registered protocol family 2\n[ 0.403319] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405773] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.406939] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409205] NET: Registered protocol family 1\n[ 0.410077] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411183] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412262] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440534] Trying to unpack rootfs image as initramfs...\n[ 0.490368] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504359] Scanning for low memory corruption every 60 seconds\n[ 0.505692] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506849] audit: initializing netlink subsys (disabled)\n[ 0.507903] audit: type=2000 audit(1547032507.564:1): initialized\n[ 0.509218] Initialise system trusted keyring\n[ 0.510151] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511340] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513316] zbud: loaded\n[ 0.514023] VFS: Disk quotas dquot_6.6.0\n[ 0.514848] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516412] fuse init (API version 7.23)\n[ 0.517308] Key type big_key registered\n[ 0.518117] Allocating IMA MOK and blacklist keyrings.\n[ 0.519240] Key type asymmetric registered\n[ 0.520074] Asymmetric key parser 'x509' registered\n[ 0.521036] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522884] io scheduler noop registered\n[ 0.523688] io scheduler deadline registered (default)\n[ 0.524684] io scheduler cfq registered\n[ 0.525525] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526577] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527851] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529332] ACPI: Power Button [PWRF]\n[ 0.530170] GHES: HEST is not enabled!\n[ 0.543717] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571565] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573781] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597751] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599902] Linux agpgart interface v0.103\n[ 0.601923] brd: module loaded\n[ 0.604583] loop: module loaded\n[ 0.609300] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.610779] GPT:90111 != 2097151\n[ 0.611475] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612587] GPT:90111 != 2097151\n[ 0.613273] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614257] vda: vda1 vda15\n[ 0.615808] scsi host0: ata_piix\n[ 0.616552] scsi host1: ata_piix\n[ 0.617271] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.618490] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.619949] libphy: Fixed MDIO Bus: probed\n[ 0.620768] tun: Universal TUN/TAP device driver, 1.6\n[ 0.621723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.623889] PPP generic driver version 2.4.2\n[ 0.624784] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.626094] ehci-pci: EHCI PCI platform driver\n[ 0.626977] ehci-platform: EHCI generic platform driver\n[ 0.627987] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629129] ohci-pci: OHCI PCI platform driver\n[ 0.630007] ohci-platform: OHCI generic platform driver\n[ 0.631017] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645402] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646418] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647886] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648924] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651287] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652718] usb usb1: Product: UHCI Host Controller\n[ 0.653658] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654812] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655861] hub 1-0:1.0: USB hub found\n[ 0.656659] hub 1-0:1.0: 2 ports detected\n[ 0.657577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660694] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661726] mousedev: PS/2 mouse device common for all mice\n[ 0.662986] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.664854] rtc_cmos 00:00: RTC can wake from S4\n[ 0.665974] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667188] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668388] i2c /dev entries driver\n[ 0.669155] device-mapper: uevent: version 1.0.3\n[ 0.670103] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671755] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673054] NET: Registered protocol family 10\n[ 0.674068] NET: Registered protocol family 17\n[ 0.674973] Key type dns_resolver registered\n[ 0.675921] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677023] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.678788] registered taskstats version 1\n[ 0.679640] Loading compiled-in X.509 certificates\n[ 0.681092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682960] zswap: loaded using pool lzo/zbud\n[ 0.684345] Key type trusted registered\n[ 0.685917] Key type encrypted registered\n[ 0.686750] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687803] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688860] evm: HMAC attrs: 0x1\n[ 0.689806] Magic number: 3:529:276\n[ 0.690598] tty tty13: hash matches\n[ 0.691411] rtc_cmos 00:00: setting system clock to 2019-01-09 11:15:07 UTC (1547032507)\n[ 0.693028] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694151] EDD information not available.\n[ 0.775550] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777009] ata1.00: configured for MWDMA2\n[ 0.788702] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.790928] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792164] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793429] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795297] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796843] Write protecting the kernel read-only data: 14336k\n[ 0.798415] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800234] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.856832] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.6...\nLease of 10.10.11.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 3.33s]\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\nping 10.10.11.7 OK\n"} 2019-01-09 11:17:04,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action used request id req-3323d435-efcf-4578-bd71-394dae3cc169 2019-01-09 11:17:04,357 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2019-01-09 11:17:04,357 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2019-01-09 11:17:04,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:17:04,762 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-337d44e8-9b4b-4285-a8dc-1e2249ed3b8c Content-Length: 0 Date: Wed, 09 Jan 2019 11:17:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:17:04,762 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/98f24487-951e-4364-83a2-e4d545e91f7a used request id req-337d44e8-9b4b-4285-a8dc-1e2249ed3b8c 2019-01-09 11:17:34,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-735290", "route_distinguishers": "12:12"}}' 2019-01-09 11:17:35,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-a377d6ea-2b65-4bbc-8631-e11102b2177e Date: Wed, 09 Jan 2019 11:17:35 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "da564f7d-cb42-40e8-8659-f1e6d0686246", "name": "sdnvpn-735290", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:17:35,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-a377d6ea-2b65-4bbc-8631-e11102b2177e 2019-01-09 11:17:35,023 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-735290', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'da564f7d-cb42-40e8-8659-f1e6d0686246'}} 2019-01-09 11:17:35,024 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2019-01-09 11:17:35,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"router_association": {"router_id": "23a83937-ad26-4d98-820b-97b73f7ac736"}}' 2019-01-09 11:17:35,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-2a5ef150-073d-43e0-9b5d-50851d0f8a9e Date: Wed, 09 Jan 2019 11:17:35 GMT RESP BODY: {"router_association": {"router_id": "23a83937-ad26-4d98-820b-97b73f7ac736", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "7e22ca58-1de8-40cd-a0b0-40cb6a3f8f99"}} 2019-01-09 11:17:35,578 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246/router_associations used request id req-2a5ef150-073d-43e0-9b5d-50851d0f8a9e 2019-01-09 11:17:35,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"network_association": {"network_id": "40300b1a-fbb9-4dd7-a335-3b9ff866c812"}}' 2019-01-09 11:17:36,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4e7aa654-37af-4a17-b045-d67d867ff3a9 Date: Wed, 09 Jan 2019 11:17:36 GMT RESP BODY: {"network_association": {"network_id": "40300b1a-fbb9-4dd7-a335-3b9ff866c812", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "7ff252c1-03cf-46b3-9632-560ee7798616"}} 2019-01-09 11:17:36,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246/network_associations used request id req-4e7aa654-37af-4a17-b045-d67d867ff3a9 2019-01-09 11:17:36,125 - sdnvpn_test_utils - DEBUG - Waiting for router da564f7d-cb42-40e8-8659-f1e6d0686246 to associate with BGPVPN 23a83937-ad26-4d98-820b-97b73f7ac736 2019-01-09 11:17:36,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:17:36,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-d48d4f2b-9f21-42d4-a9af-9535e5a85473 Date: Wed, 09 Jan 2019 11:17:36 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["23a83937-ad26-4d98-820b-97b73f7ac736"], "id": "da564f7d-cb42-40e8-8659-f1e6d0686246", "name": "sdnvpn-735290", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["40300b1a-fbb9-4dd7-a335-3b9ff866c812"], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:17:36,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246 used request id req-d48d4f2b-9f21-42d4-a9af-9535e5a85473 2019-01-09 11:17:37,316 - sdnvpn_test_utils - DEBUG - Waiting for network da564f7d-cb42-40e8-8659-f1e6d0686246 to associate with BGPVPN 40300b1a-fbb9-4dd7-a335-3b9ff866c812 2019-01-09 11:17:37,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:17:37,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-19ade051-de94-43b3-a30a-2e2af0606752 Date: Wed, 09 Jan 2019 11:17:37 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["23a83937-ad26-4d98-820b-97b73f7ac736"], "id": "da564f7d-cb42-40e8-8659-f1e6d0686246", "name": "sdnvpn-735290", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": ["40300b1a-fbb9-4dd7-a335-3b9ff866c812"], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:17:37,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246 used request id req-19ade051-de94-43b3-a30a-2e2af0606752 2019-01-09 11:17:38,735 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:18:08,738 - sdnvpn.test.functest.testcase_4 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ 2019-01-09 11:18:08,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"forceDelete": null}' 2019-01-09 11:18:09,083 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11: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 x-openstack-request-id: req-4bf04489-dcc3-49fc-8380-fa3dfc14dfb6 x-compute-request-id: req-4bf04489-dcc3-49fc-8380-fa3dfc14dfb6 Content-Length: 0 Content-Type: application/json 2019-01-09 11:18:09,083 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f/action used request id req-4bf04489-dcc3-49fc-8380-fa3dfc14dfb6 2019-01-09 11:18:09,084 - sdnvpn_test_utils - DEBUG - Waiting for instance 51e9b7a7-2627-46da-a334-b1ed67a3fd3f to be deleted 2019-01-09 11:18:09,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:09,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd676904-2562-4594-8770-1bc33bc8ede1 x-compute-request-id: req-bd676904-2562-4594-8770-1bc33bc8ede1 Content-Encoding: gzip Content-Length: 1186 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:7d:3a", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016d", "OS-SRV-USG:launched_at": "2019-01-09T11:15:18.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "51e9b7a7-2627-46da-a334-b1ed67a3fd3f", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:18:08Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-1", "created": "2019-01-09T11:15:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:29:fa", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2019-01-09T11:14:38.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:39Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:92:58", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": "2019-01-09T11:14:25.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "ddcdb823-86ec-4d16-b4b4-966a2e286135", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:26Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-09T11:14:21Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:09,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-bd676904-2562-4594-8770-1bc33bc8ede1 2019-01-09 11:18:11,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:12,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37be133b-c72d-435d-bb3a-35b32fad62db x-compute-request-id: req-37be133b-c72d-435d-bb3a-35b32fad62db Content-Encoding: gzip Content-Length: 1093 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:29:fa", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2019-01-09T11:14:38.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:39Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:92:58", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": "2019-01-09T11:14:25.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "ddcdb823-86ec-4d16-b4b4-966a2e286135", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:26Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-09T11:14:21Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:12,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-37be133b-c72d-435d-bb3a-35b32fad62db 2019-01-09 11:18:14,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"forceDelete": null}' 2019-01-09 11:18:14,573 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:18:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c7933020-b579-4ce5-8823-3a473a8983cf x-compute-request-id: req-c7933020-b579-4ce5-8823-3a473a8983cf Content-Length: 0 Content-Type: application/json 2019-01-09 11:18:14,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135/action used request id req-c7933020-b579-4ce5-8823-3a473a8983cf 2019-01-09 11:18:14,574 - sdnvpn_test_utils - DEBUG - Waiting for instance ddcdb823-86ec-4d16-b4b4-966a2e286135 to be deleted 2019-01-09 11:18:14,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:15,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18: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-f182c966-5b69-4b3b-8cc5-0044a319b13b x-compute-request-id: req-f182c966-5b69-4b3b-8cc5-0044a319b13b Content-Encoding: gzip Content-Length: 1106 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:29:fa", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2019-01-09T11:14:38.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:39Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:92:58", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/ddcdb823-86ec-4d16-b4b4-966a2e286135", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000161", "OS-SRV-USG:launched_at": "2019-01-09T11:14:25.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "ddcdb823-86ec-4d16-b4b4-966a2e286135", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:18:14Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-2", "created": "2019-01-09T11:14:21Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:15,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-f182c966-5b69-4b3b-8cc5-0044a319b13b 2019-01-09 11:18:17,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:18,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-9a955ec8-2a2f-4cd7-bdfd-8ce176277035 x-compute-request-id: req-9a955ec8-2a2f-4cd7-bdfd-8ce176277035 Content-Encoding: gzip Content-Length: 1015 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:29:fa", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2019-01-09T11:14:38.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:39Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:18,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-9a955ec8-2a2f-4cd7-bdfd-8ce176277035 2019-01-09 11:18:20,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"forceDelete": null}' 2019-01-09 11:18:20,365 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11: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 x-openstack-request-id: req-bb4d5a0f-2fcc-4f9a-9fdd-42b87ae5eee9 x-compute-request-id: req-bb4d5a0f-2fcc-4f9a-9fdd-42b87ae5eee9 Content-Length: 0 Content-Type: application/json 2019-01-09 11:18:20,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0/action used request id req-bb4d5a0f-2fcc-4f9a-9fdd-42b87ae5eee9 2019-01-09 11:18:20,366 - sdnvpn_test_utils - DEBUG - Waiting for instance d5f69d00-78c3-48df-a009-d50cbc5b67c0 to be deleted 2019-01-09 11:18:20,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:21,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-50a0620c-e8a3-4180-9d31-1fe5ab6842ae x-compute-request-id: req-50a0620c-e8a3-4180-9d31-1fe5ab6842ae Content-Encoding: gzip Content-Length: 1029 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:29:fa", "version": 4, "addr": "10.10.10.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/d5f69d00-78c3-48df-a009-d50cbc5b67c0", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000164", "OS-SRV-USG:launched_at": "2019-01-09T11:14:38.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "d5f69d00-78c3-48df-a009-d50cbc5b67c0", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:18:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-3", "created": "2019-01-09T11:14:34Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:21,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-50a0620c-e8a3-4180-9d31-1fe5ab6842ae 2019-01-09 11:18:23,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:23,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-5fa8d2de-27e2-4f29-b270-120acd6a9163 x-compute-request-id: req-5fa8d2de-27e2-4f29-b270-120acd6a9163 Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:15:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:23,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-5fa8d2de-27e2-4f29-b270-120acd6a9163 2019-01-09 11:18:25,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"forceDelete": null}' 2019-01-09 11:18:25,838 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:18: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-d6745fd6-758e-4773-8b4e-17f9a78820ba x-compute-request-id: req-d6745fd6-758e-4773-8b4e-17f9a78820ba Content-Length: 0 Content-Type: application/json 2019-01-09 11:18:25,838 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef/action used request id req-d6745fd6-758e-4773-8b4e-17f9a78820ba 2019-01-09 11:18:25,838 - sdnvpn_test_utils - DEBUG - Waiting for instance 6b431823-b651-4f45-84c2-09854bb649ef to be deleted 2019-01-09 11:18:25,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:26,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18: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-e637502a-f6d4-4322-82cd-0b0a2c8f1d58 x-compute-request-id: req-e637502a-f6d4-4322-82cd-0b0a2c8f1d58 Content-Encoding: gzip Content-Length: 948 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:b5:e9", "version": 4, "addr": "10.10.11.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/6b431823-b651-4f45-84c2-09854bb649ef", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000016a", "OS-SRV-USG:launched_at": "2019-01-09T11:15:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "6b431823-b651-4f45-84c2-09854bb649ef", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:18:25Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-4-4", "created": "2019-01-09T11:15:02Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:26,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-e637502a-f6d4-4322-82cd-0b0a2c8f1d58 2019-01-09 11:18:28,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:28,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-ae96d7ce-e4f7-49bc-b29c-3cd3ccaeebad x-compute-request-id: req-ae96d7ce-e4f7-49bc-b29c-3cd3ccaeebad Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:14:53Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:28,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-ae96d7ce-e4f7-49bc-b29c-3cd3ccaeebad 2019-01-09 11:18:30,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" -d '{"forceDelete": null}' 2019-01-09 11:18:31,341 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:18: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-b515dcb0-bebd-4308-9ccf-104fb5a11b40 x-compute-request-id: req-b515dcb0-bebd-4308-9ccf-104fb5a11b40 Content-Length: 0 Content-Type: application/json 2019-01-09 11:18:31,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8/action used request id req-b515dcb0-bebd-4308-9ccf-104fb5a11b40 2019-01-09 11:18:31,342 - sdnvpn_test_utils - DEBUG - Waiting for instance c67edb8f-504d-4b9a-a1c8-cd090b4746c8 to be deleted 2019-01-09 11:18:31,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:31,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18: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-98d563b3-1b07-4337-8c87-2976a24b628d x-compute-request-id: req-98d563b3-1b07-4337-8c87-2976a24b628d Content-Encoding: gzip Content-Length: 795 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:42:26", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "rel": "bookmark"}], "image": {"id": "92e0d503-a8e5-4f16-9683-20a37e704299", "links": [{"href": "http://172.30.9.30:8774/images/92e0d503-a8e5-4f16-9683-20a37e704299", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000167", "OS-SRV-USG:launched_at": "2019-01-09T11:14:51.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "c67edb8f-504d-4b9a-a1c8-cd090b4746c8", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:18:31Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-4-5", "created": "2019-01-09T11:14:47Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:18:31,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-98d563b3-1b07-4337-8c87-2976a24b628d 2019-01-09 11:18:33,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fcca3287f783a526eee13d6c9acd63ca872b994" 2019-01-09 11:18:33,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18: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-a0599f0d-40ca-4c1a-b625-73fe23a60ee7 x-compute-request-id: req-a0599f0d-40ca-4c1a-b625-73fe23a60ee7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 11:18:33,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-a0599f0d-40ca-4c1a-b625-73fe23a60ee7 2019-01-09 11:18:35,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/92e0d503-a8e5-4f16-9683-20a37e704299 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a0f14366e77657d342572dfa0bade82abd8f9eb" 2019-01-09 11:18:37,136 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b102462-b657-4d3e-b04a-5e47c31dfdb9 Date: Wed, 09 Jan 2019 11:18:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:18:37,136 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/92e0d503-a8e5-4f16-9683-20a37e704299 used request id req-9b102462-b657-4d3e-b04a-5e47c31dfdb9 2019-01-09 11:18:37,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:18:37,502 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47023f78-bac3-470d-b600-c741d9b7de8e Content-Length: 0 Date: Wed, 09 Jan 2019 11:18:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:18:37,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/da564f7d-cb42-40e8-8659-f1e6d0686246 used request id req-47023f78-bac3-470d-b600-c741d9b7de8e 2019-01-09 11:18:37,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"subnet_id": "da57b32b-41eb-4688-8752-8c3f89fd8ce8"}' 2019-01-09 11:18:38,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-da8d478a-d1b9-43e2-9f8e-a83f35547fb1 Date: Wed, 09 Jan 2019 11:18:38 GMT RESP BODY: {"network_id": "8bab26d8-c834-49b7-b679-b2eb4de2380b", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "da57b32b-41eb-4688-8752-8c3f89fd8ce8", "subnet_ids": ["da57b32b-41eb-4688-8752-8c3f89fd8ce8"], "port_id": "ea973a8f-79bb-4c5d-85e1-03ff223f1d0d", "id": "23a83937-ad26-4d98-820b-97b73f7ac736"} 2019-01-09 11:18:38,741 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736/remove_router_interface used request id req-da8d478a-d1b9-43e2-9f8e-a83f35547fb1 2019-01-09 11:18:38,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 11:18:39,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-1b8a6197-bc1d-464c-b603-cbf919f279b3 Date: Wed, 09 Jan 2019 11:18:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T11:14:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T11:18:39Z", "revision_number": 8, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "23a83937-ad26-4d98-820b-97b73f7ac736", "name": "sdnvpn-4-1-router"}} 2019-01-09 11:18:39,767 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736 used request id req-1b8a6197-bc1d-464c-b603-cbf919f279b3 2019-01-09 11:18:39,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/da57b32b-41eb-4688-8752-8c3f89fd8ce8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:18:41,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df50ebaf-14b6-489c-8c7a-01d5dbf40425 Date: Wed, 09 Jan 2019 11:18:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:18:41,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/da57b32b-41eb-4688-8752-8c3f89fd8ce8 used request id req-df50ebaf-14b6-489c-8c7a-01d5dbf40425 2019-01-09 11:18:41,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/1889b256-bf6e-4fd0-82e3-04d8433c0df4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:18:44,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6691e92f-edef-459c-9b8e-2485dcd560ea Date: Wed, 09 Jan 2019 11:18:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:18:44,634 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1889b256-bf6e-4fd0-82e3-04d8433c0df4 used request id req-6691e92f-edef-459c-9b8e-2485dcd560ea 2019-01-09 11:18:44,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:18:45,086 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1e79c6c-2efa-4909-982d-32ac18c33937 Content-Length: 0 Date: Wed, 09 Jan 2019 11:18:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:18:45,086 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/23a83937-ad26-4d98-820b-97b73f7ac736 used request id req-d1e79c6c-2efa-4909-982d-32ac18c33937 2019-01-09 11:18:45,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/8bab26d8-c834-49b7-b679-b2eb4de2380b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:18:45,768 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b392c9e4-2896-4ad8-8b78-ef657b9edfc7 Date: Wed, 09 Jan 2019 11:18:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:18:45,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/8bab26d8-c834-49b7-b679-b2eb4de2380b used request id req-b392c9e4-2896-4ad8-8b78-ef657b9edfc7 2019-01-09 11:18:45,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/40300b1a-fbb9-4dd7-a335-3b9ff866c812 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c674d68587fac9095df14497776e1b7e043c20d" 2019-01-09 11:18:46,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81aa3809-3309-48d8-920e-8c1b4bf2aafc Date: Wed, 09 Jan 2019 11:18:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:18:46,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/40300b1a-fbb9-4dd7-a335-3b9ff866c812 used request id req-81aa3809-3309-48d8-920e-8c1b4bf2aafc 2019-01-09 11:18:46,630 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with eRT<>iRT | | Associate router 'sdnvpn-4-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-2' | | PASS | 'sdnvpn-4-1' can ping 'sdnvpn-4-3' | | PASS | 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' | +----------------------------------------------------------------------------------------+ | Associate network 'sdnvpn-4-2-net' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-4-4' can ping 'sdnvpn-4-5' | +----------------------------------------------------------------------------------------+ | Update VPN with eRT=iRT ... | +----------------------------------------------------------------------------------------+ +----------------------------------------------------------------------------------------+ | Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. | +----------------------------------------------------------------------------------------+ +========================================================================================+ +========================================================================================+ 2019-01-09 11:18:46,630 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 11:18:46,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2019-01-09 11:18:46,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association': {'status': 'PASS', 'details': [{u"'sdnvpn-4-1' can ping 'sdnvpn-4-2'": 'PASS'}, {u"'sdnvpn-4-1' can ping 'sdnvpn-4-3'": 'PASS'}, {u"'sdnvpn-4-1' cannot ping 'sdnvpn-4-4'": 'PASS'}, {u"'sdnvpn-4-4' can ping 'sdnvpn-4-5'": 'PASS'}]} 2019-01-09 11:18:46,631 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2019-01-09 11:18:46,632 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2019-01-09 11:18:46,632 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2019-01-09 11:18:46,842 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2019-01-09 11:18:46,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:18:46,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:18:46,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:18:46,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:18:46,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:18:46,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:18:46,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:18:46,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:18:46,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:18:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:18:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:18:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:18:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:18:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:18:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:18:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:18:46,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 11:18:46,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a99eaf95-e089-4378-8992-58f24a07e2c0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:18:46,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a99eaf95-e089-4378-8992-58f24a07e2c0 2019-01-09 11:18:46,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:18:47,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:18:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["heWloNsWRueWLZzLD9D_ZQ"], "issued_at": "2019-01-09T11:18:47.000000Z"}} 2019-01-09 11:18:47,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 11:18:47,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:47,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1f491c74-abcb-4746-822a-d36537181078 Date: Wed, 09 Jan 2019 11:18:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 11:18:47,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1f491c74-abcb-4746-822a-d36537181078 2019-01-09 11:18:47,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.23833990097s 2019-01-09 11:18:47,470 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1f491c74-abcb-4746-822a-d36537181078 2019-01-09 11:18:47,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 11:18:47,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:47,481 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 11: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 11:18:47,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:47,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e97ee2c4-2618-4115-b220-18ed78b9473f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 11:18:47,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-e97ee2c4-2618-4115-b220-18ed78b9473f 2019-01-09 11:18:47,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.097620010376s 2019-01-09 11:18:47,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 11:18:47,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" -d '{"project": {"description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "enabled": true, "domain_id": "default", "name": "bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45"}}' 2019-01-09 11:18:47,705 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 11:18:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6006be52-9b2c-4df4-89d4-915a4cc91eec Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07"}, "enabled": true, "id": "a9f459bbca864a4d816ba92790cbdd07", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45"}} 2019-01-09 11:18:47,705 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-6006be52-9b2c-4df4-89d4-915a4cc91eec 2019-01-09 11:18:47,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.135224819183s 2019-01-09 11:18:47,705 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-6006be52-9b2c-4df4-89d4-915a4cc91eec 2019-01-09 11:18:47,706 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 'id': u'a9f459bbca864a4d816ba92790cbdd07', 'description': u'Created by OPNFV Functest: bgpvpn-tempest-tests', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2019-01-09 11:18:47,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 11:18:48,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.374086856842s 2019-01-09 11:18:48,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e76d2c8-373d-4d0e-b933-e0074df7a426 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce"}, "enabled": true, "id": "d6231cfdb7f345b3bf198f6e1b0788ce", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45"}} 2019-01-09 11:18:48,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce used request id req-0e76d2c8-373d-4d0e-b933-e0074df7a426 2019-01-09 11:18:48,173 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd6231cfdb7f345b3bf198f6e1b0788ce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45'}) 2019-01-09 11:18:48,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:18:48,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42898385-ed63-4c21-b188-2d4721a0d240 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:18:48,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-42898385-ed63-4c21-b188-2d4721a0d240 2019-01-09 11:18:48,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0886940956116s 2019-01-09 11:18:48,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:18:48,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc8fd1a-4ea7-41b6-ac71-30f0d7874043 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:18:48,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9fc8fd1a-4ea7-41b6-ac71-30f0d7874043 2019-01-09 11:18:48,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0868358612061s 2019-01-09 11:18:48,352 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 11:18:48,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 11:18:48,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" -d '{"role": {"name": "Member"}}' 2019-01-09 11:18:48,458 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2edcaef0-f40a-493c-b6fa-cb1375f731ef Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55a6368078864a68ba2585c9181e0c30", "links": {"self": "http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30"}, "name": "Member"}} 2019-01-09 11:18:48,459 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-2edcaef0-f40a-493c-b6fa-cb1375f731ef 2019-01-09 11:18:48,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105370998383s 2019-01-09 11:18:48,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3bb8865-4f60-4cc2-9b77-9076721698f9 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30"}, "domain_id": null, "name": "Member", "id": "55a6368078864a68ba2585c9181e0c30"}} 2019-01-09 11:18:48,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30 used request id req-b3bb8865-4f60-4cc2-9b77-9076721698f9 2019-01-09 11:18:48,536 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30'}, 'domain_id': None, 'human_id': None, 'id': u'55a6368078864a68ba2585c9181e0c30', 'HUMAN_ID': False}) 2019-01-09 11:18:48,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:18:48,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7752023-322a-41ec-b645-4a2524cdf6f8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55a6368078864a68ba2585c9181e0c30", "links": {"self": "http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:18:48,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b7752023-322a-41ec-b645-4a2524cdf6f8 2019-01-09 11:18:48,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786211490631s 2019-01-09 11:18:48,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 11:18:48,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9f276e1-3611-4195-bc05-1cfe18c1a38e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 11:18:48,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-c9f276e1-3611-4195-bc05-1cfe18c1a38e 2019-01-09 11:18:48,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0838150978088s 2019-01-09 11:18:48,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:18:48,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c255dd3c-8774-4c20-9dbc-d9abfd914370 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45", "links": {"self": "http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce"}, "domain_id": "default", "enabled": true, "id": "d6231cfdb7f345b3bf198f6e1b0788ce", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 11:18:48,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c255dd3c-8774-4c20-9dbc-d9abfd914370 2019-01-09 11:18:48,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0988039970398s 2019-01-09 11:18:48,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c255dd3c-8774-4c20-9dbc-d9abfd914370 2019-01-09 11:18:48,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 11:18:48,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f4f698-b03e-4594-bf5a-519fab1318ae Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07"}, "enabled": true, "id": "a9f459bbca864a4d816ba92790cbdd07", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45"}]} 2019-01-09 11:18:48,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-e3f4f698-b03e-4594-bf5a-519fab1318ae 2019-01-09 11:18:48,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817410945892s 2019-01-09 11:18:48,889 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-e3f4f698-b03e-4594-bf5a-519fab1318ae 2019-01-09 11:18:48,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 11:18:48,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&scope.project.id=a9f459bbca864a4d816ba92790cbdd07&role.id=55a6368078864a68ba2585c9181e0c30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:48,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c51eae-04c5-40fc-93a1-de9f4b884015 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&scope.project.id=a9f459bbca864a4d816ba92790cbdd07&role.id=55a6368078864a68ba2585c9181e0c30", "previous": null, "next": null}} 2019-01-09 11:18:48,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&scope.project.id=a9f459bbca864a4d816ba92790cbdd07&role.id=55a6368078864a68ba2585c9181e0c30 used request id req-52c51eae-04c5-40fc-93a1-de9f4b884015 2019-01-09 11:18:48,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0827000141144s 2019-01-09 11:18:48,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 11:18:48,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07/users/d6231cfdb7f345b3bf198f6e1b0788ce/roles/55a6368078864a68ba2585c9181e0c30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99acb912-165c-4d94-a65f-b78ad98db6be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:18:49,090 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07/users/d6231cfdb7f345b3bf198f6e1b0788ce/roles/55a6368078864a68ba2585c9181e0c30 used request id req-99acb912-165c-4d94-a65f-b78ad98db6be 2019-01-09 11:18:49,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114811897278s 2019-01-09 11:18:49,091 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 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': '73ef18ff-64d1-49a5-8ef0-092a44a50ef1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45', 'project_id': u'a9f459bbca864a4d816ba92790cbdd07', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 11:18:49,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:18:49,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:18:49,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:18:49,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:18:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:18:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:18:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:18:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:18:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:18:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:18:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:18:49,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:18:49,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:18:49,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:18:49,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:18:49,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:18:49,096 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45', 'password': '73ef18ff-64d1-49a5-8ef0-092a44a50ef1', 'project_name': 'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'a9f459bbca864a4d816ba92790cbdd07', 'project_domain_name': 'Default'} 2019-01-09 11:18:49,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:18:49,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55a1c8a6-6488-4716-b1f4-1f2924a6848c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55a6368078864a68ba2585c9181e0c30", "links": {"self": "http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:18:49,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-55a1c8a6-6488-4716-b1f4-1f2924a6848c 2019-01-09 11:18:49,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0859367847443s 2019-01-09 11:18:49,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:18:49,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7e74a4-4702-4bc3-94f0-a87637188c6b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55a6368078864a68ba2585c9181e0c30", "links": {"self": "http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:18:49,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-7b7e74a4-4702-4bc3-94f0-a87637188c6b 2019-01-09 11:18:49,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814378261566s 2019-01-09 11:18:49,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 11:18:49,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dddf5b85-5e7b-41c7-9b85-3fabd37e12eb Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 11:18:49,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-dddf5b85-5e7b-41c7-9b85-3fabd37e12eb 2019-01-09 11:18:49,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806419849396s 2019-01-09 11:18:49,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:18:49,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81a7cd5-27c1-47fa-b077-3f321ffea665 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45", "links": {"self": "http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce"}, "domain_id": "default", "enabled": true, "id": "d6231cfdb7f345b3bf198f6e1b0788ce", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 11:18:49,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c81a7cd5-27c1-47fa-b077-3f321ffea665 2019-01-09 11:18:49,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0938551425934s 2019-01-09 11:18:49,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c81a7cd5-27c1-47fa-b077-3f321ffea665 2019-01-09 11:18:49,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 11:18:49,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb5c1b5-7557-481a-9876-e294c2b81d91 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07"}, "enabled": true, "id": "a9f459bbca864a4d816ba92790cbdd07", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45"}]} 2019-01-09 11:18:49,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-5fb5c1b5-7557-481a-9876-e294c2b81d91 2019-01-09 11:18:49,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814549922943s 2019-01-09 11:18:49,532 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-5fb5c1b5-7557-481a-9876-e294c2b81d91 2019-01-09 11:18:49,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 11:18:49,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&scope.project.id=a9f459bbca864a4d816ba92790cbdd07&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01bb64a6-11e4-420e-a5c2-238b923abb8a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&scope.project.id=a9f459bbca864a4d816ba92790cbdd07&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 11:18:49,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&scope.project.id=a9f459bbca864a4d816ba92790cbdd07&role.id=90eb365fdb174f538db9443457456df8 used request id req-01bb64a6-11e4-420e-a5c2-238b923abb8a 2019-01-09 11:18:49,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0768830776215s 2019-01-09 11:18:49,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 11:18:49,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07/users/d6231cfdb7f345b3bf198f6e1b0788ce/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be60b946-e8ec-4853-afe4-a7c1cd11b969 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:18:49,732 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07/users/d6231cfdb7f345b3bf198f6e1b0788ce/roles/90eb365fdb174f538db9443457456df8 used request id req-be60b946-e8ec-4853-afe4-a7c1cd11b969 2019-01-09 11:18:49,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119520187378s 2019-01-09 11:18:49,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:18:49,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c2bac3-0221-464d-83b5-d98326be6fad Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55a6368078864a68ba2585c9181e0c30", "links": {"self": "http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:18:49,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-d4c2bac3-0221-464d-83b5-d98326be6fad 2019-01-09 11:18:49,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811960697174s 2019-01-09 11:18:49,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 11:18:49,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f69452-4fb2-47ad-af1b-e91a5d98e8a5 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 11:18:49,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-36f69452-4fb2-47ad-af1b-e91a5d98e8a5 2019-01-09 11:18:49,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0777690410614s 2019-01-09 11:18:49,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:18:49,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:49,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-545765d7-8ea2-4b58-922e-f95605b95e4c Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45", "links": {"self": "http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce"}, "domain_id": "default", "enabled": true, "id": "d6231cfdb7f345b3bf198f6e1b0788ce", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 11:18:49,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-545765d7-8ea2-4b58-922e-f95605b95e4c 2019-01-09 11:18:49,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0960669517517s 2019-01-09 11:18:49,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-545765d7-8ea2-4b58-922e-f95605b95e4c 2019-01-09 11:18:49,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 11:18:49,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:50,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9608e52e-3d62-44b8-81c0-b588d0c9b1e6 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default", "previous": null, "next": null}} 2019-01-09 11:18:50,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d6231cfdb7f345b3bf198f6e1b0788ce&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default used request id req-9608e52e-3d62-44b8-81c0-b588d0c9b1e6 2019-01-09 11:18:50,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0801310539246s 2019-01-09 11:18:50,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 11:18:50,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/d6231cfdb7f345b3bf198f6e1b0788ce/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:18:50,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc86463f-f070-49d2-bb7f-18bfb6913f03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:18:50,205 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/d6231cfdb7f345b3bf198f6e1b0788ce/roles/90eb365fdb174f538db9443457456df8 used request id req-bc86463f-f070-49d2-bb7f-18bfb6913f03 2019-01-09 11:18:50,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128061056137s 2019-01-09 11:18:50,205 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 11:18:58,922 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 11:18:58.607 154 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f1d4cad3-9ea2-4a24-b151-f71b12dac1fa) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f1d4cad3-9ea2-4a24-b151-f71b12dac1fa | 2019-01-09T11:18:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f1d4cad3-9ea2-4a24-b151-f71b12dac1fa ~/.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 2019-01-09 11:19:02,115 - 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 | +-------------+----------------+-----------+ 2019-01-09 11:19:02,116 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 11:19:08,387 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 11:19:06.291 163 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 11:19:06.453 163 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 11:19:08.201 163 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) has been successfully created! Using verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) as the default verifier for the future CLI operations. 2019-01-09 11:19:11,299 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 11:19:11,451 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-09 11:19:11,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 11:19:11,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24cd27c3-aaba-4b55-9025-ab6a0b0f7634 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:19:11,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-24cd27c3-aaba-4b55-9025-ab6a0b0f7634 2019-01-09 11:19:11,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:19:11,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55a6368078864a68ba2585c9181e0c30", "name": "Member"}, {"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:19:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a9f459bbca864a4d816ba92790cbdd07", "name": "bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a9f459bbca864a4d816ba92790cbdd07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a9f459bbca864a4d816ba92790cbdd07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a9f459bbca864a4d816ba92790cbdd07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a9f459bbca864a4d816ba92790cbdd07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a9f459bbca864a4d816ba92790cbdd07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a9f459bbca864a4d816ba92790cbdd07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a9f459bbca864a4d816ba92790cbdd07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a9f459bbca864a4d816ba92790cbdd07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a9f459bbca864a4d816ba92790cbdd07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a9f459bbca864a4d816ba92790cbdd07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a9f459bbca864a4d816ba92790cbdd07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a9f459bbca864a4d816ba92790cbdd07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45", "id": "d6231cfdb7f345b3bf198f6e1b0788ce"}, "audit_ids": ["bvdqnvj5TwC9a8bUy5AUvA"], "issued_at": "2019-01-09T11:19:11.000000Z"}} 2019-01-09 11:19:11,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:19:11,842 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 09 Jan 2019 11:19:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2019-01-09 11:19:11,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:19:11,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:19:12,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fb13c390-9868-4b15-a8b3-a43c4472774a Date: Wed, 09 Jan 2019 11:19:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:19:12,011 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fb13c390-9868-4b15-a8b3-a43c4472774a 2019-01-09 11:19:12,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166129112244s 2019-01-09 11:19:12,012 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-fb13c390-9868-4b15-a8b3-a43c4472774a 2019-01-09 11:19:12,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 11:19:12,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45"}' 2019-01-09 11:19:12,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4 X-Openstack-Request-Id: req-5b47672e-a81b-4efe-acbc-aa932703bc8d Date: Wed, 09 Jan 2019 11:19:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file", "owner": "a9f459bbca864a4d816ba92790cbdd07", "id": "4674a0fc-cbe0-4b56-ad47-908ed40892a4", "size": null, "self": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:19:12Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "checksum": null, "created_at": "2019-01-09T11:19:12Z", "protected": false} 2019-01-09 11:19:12,240 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5b47672e-a81b-4efe-acbc-aa932703bc8d 2019-01-09 11:19:12,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.226642847061s 2019-01-09 11:19:12,241 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-5b47672e-a81b-4efe-acbc-aa932703bc8d returning object 4674a0fc-cbe0-4b56-ad47-908ed40892a4 2019-01-09 11:19:12,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 11:19:12,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/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}a1735b7d1ba867ca453a63b461a50853b42a023b" -d '' 2019-01-09 11:19:13,718 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8b36563-757c-4f30-9f43-e5c8b5f5706e Date: Wed, 09 Jan 2019 11:19:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:19:13,718 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file used request id req-f8b36563-757c-4f30-9f43-e5c8b5f5706e 2019-01-09 11:19:13,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.47672200203s 2019-01-09 11:19:13,718 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file used request id req-f8b36563-757c-4f30-9f43-e5c8b5f5706e 2019-01-09 11:19:13,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:19:13,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:19:14,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-6d1464e1-d36d-4f8f-a8a2-c8c980d5d718 Date: Wed, 09 Jan 2019 11:19:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap", "metadata": {}}], "file": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file", "owner": "a9f459bbca864a4d816ba92790cbdd07", "id": "4674a0fc-cbe0-4b56-ad47-908ed40892a4", "size": 12716032, "self": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:19:13Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:19:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:19:14,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6d1464e1-d36d-4f8f-a8a2-c8c980d5d718 2019-01-09 11:19:14,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.548173904419s 2019-01-09 11:19:14,268 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6d1464e1-d36d-4f8f-a8a2-c8c980d5d718 2019-01-09 11:19:14,270 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file', 'owner': u'a9f459bbca864a4d816ba92790cbdd07', 'id': u'4674a0fc-cbe0-4b56-ad47-908ed40892a4', 'size': 12716032, u'self': u'/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a9f459bbca864a4d816ba92790cbdd07', 'name': 'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T11:19:13Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T11:19:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45', 'created': u'2019-01-09T11:19:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T11:19:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 11:19:14,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 11:19:14,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "bgpvpn-tempest-tests-flavor_e99abf70-0a69-4718-975d-1dfd2f904b45", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 11:19:14,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:19: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-7e016c03-7ce5-4941-b110-ec740b3363d6 x-compute-request-id: req-7e016c03-7ce5-4941-b110-ec740b3363d6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "09550ca5-004c-4d15-bd92-e436a6a6f796", "name": "bgpvpn-tempest-tests-flavor_e99abf70-0a69-4718-975d-1dfd2f904b45", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:19:14,557 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7e016c03-7ce5-4941-b110-ec740b3363d6 2019-01-09 11:19:14,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.286127090454s 2019-01-09 11:19:14,557 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7e016c03-7ce5-4941-b110-ec740b3363d6 returning object 09550ca5-004c-4d15-bd92-e436a6a6f796 2019-01-09 11:19:14,558 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_e99abf70-0a69-4718-975d-1dfd2f904b45', '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'a3475ec98a734cb2aeb418d350edd17b', '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'09550ca5-004c-4d15-bd92-e436a6a6f796', 'swap': 0}) 2019-01-09 11:19:14,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 11:19:14,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796/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}3802a73f0bdfee71b6a200c0637f2fff906c5744" -d '{"extra_specs": {}}' 2019-01-09 11:19:14,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:19:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2e755e76-4f12-479c-9ff7-f7271c8b194c x-compute-request-id: req-2e755e76-4f12-479c-9ff7-f7271c8b194c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 11:19:14,580 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796/os-extra_specs used request id req-2e755e76-4f12-479c-9ff7-f7271c8b194c 2019-01-09 11:19:14,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213930606842s 2019-01-09 11:19:14,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796/os-extra_specs used request id req-2e755e76-4f12-479c-9ff7-f7271c8b194c 2019-01-09 11:19:14,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:19:14,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:19:14,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 11:19: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 11:19:14,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:19:14,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dfab4cd-4a16-4166-80a6-f9ad8eb177a7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55a6368078864a68ba2585c9181e0c30", "links": {"self": "http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:19:14,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-8dfab4cd-4a16-4166-80a6-f9ad8eb177a7 2019-01-09 11:19:14,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.100075006485s 2019-01-09 11:19:14,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-09 11:19:14,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:19:14,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:19: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-77b9bd12-1202-452c-891e-69abfc83fb2c x-compute-request-id: req-77b9bd12-1202-452c-891e-69abfc83fb2c Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 11:19:14,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-77b9bd12-1202-452c-891e-69abfc83fb2c 2019-01-09 11:19:14,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.194263219833s 2019-01-09 11:19:14,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-77b9bd12-1202-452c-891e-69abfc83fb2c 2019-01-09 11:19:14,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:19:14,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:19:15,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-6bb799c6-adb3-4f41-85b3-7aa000d9d1c8 Date: Wed, 09 Jan 2019 11:19:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap", "metadata": {}}], "file": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file", "owner": "a9f459bbca864a4d816ba92790cbdd07", "id": "4674a0fc-cbe0-4b56-ad47-908ed40892a4", "size": 12716032, "self": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:19:13Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:19:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:19:15,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6bb799c6-adb3-4f41-85b3-7aa000d9d1c8 2019-01-09 11:19:15,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174977064133s 2019-01-09 11:19:15,058 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6bb799c6-adb3-4f41-85b3-7aa000d9d1c8 2019-01-09 11:19:15,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 11:19:15,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45"}' 2019-01-09 11:19:15,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f X-Openstack-Request-Id: req-746905f5-eaf5-4296-abe3-9e34e0fa9c94 Date: Wed, 09 Jan 2019 11:19:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f/file", "owner": "a9f459bbca864a4d816ba92790cbdd07", "id": "11161f63-1518-482a-af4a-c502ba3a4b3f", "size": null, "self": "/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:19:15Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45", "checksum": null, "created_at": "2019-01-09T11:19:15Z", "protected": false} 2019-01-09 11:19:15,255 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-746905f5-eaf5-4296-abe3-9e34e0fa9c94 2019-01-09 11:19:15,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.193865060806s 2019-01-09 11:19:15,255 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-746905f5-eaf5-4296-abe3-9e34e0fa9c94 returning object 11161f63-1518-482a-af4a-c502ba3a4b3f 2019-01-09 11:19:15,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 11:19:15,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f/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}a1735b7d1ba867ca453a63b461a50853b42a023b" -d '' 2019-01-09 11:19:17,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8806a80d-5584-4683-b245-ef5c0bd5b781 Date: Wed, 09 Jan 2019 11:19:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:19:17,061 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f/file used request id req-8806a80d-5584-4683-b245-ef5c0bd5b781 2019-01-09 11:19:17,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.80484604836s 2019-01-09 11:19:17,062 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f/file used request id req-8806a80d-5584-4683-b245-ef5c0bd5b781 2019-01-09 11:19:17,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:19:17,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:19:17,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-cbc1e875-b0df-417f-b567-f2b8e4efbfb0 Date: Wed, 09 Jan 2019 11:19:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/11161f63-1518-482a-af4a-c502ba3a4b3f/snap", "metadata": {}}], "file": "/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f/file", "owner": "a9f459bbca864a4d816ba92790cbdd07", "id": "11161f63-1518-482a-af4a-c502ba3a4b3f", "size": 12716032, "self": "/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/11161f63-1518-482a-af4a-c502ba3a4b3f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:19:17Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:19:15Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap", "metadata": {}}], "file": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file", "owner": "a9f459bbca864a4d816ba92790cbdd07", "id": "4674a0fc-cbe0-4b56-ad47-908ed40892a4", "size": 12716032, "self": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:19:13Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:19:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:19:17,629 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-cbc1e875-b0df-417f-b567-f2b8e4efbfb0 2019-01-09 11:19:17,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.566984176636s 2019-01-09 11:19:17,630 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-cbc1e875-b0df-417f-b567-f2b8e4efbfb0 2019-01-09 11:19:17,633 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/11161f63-1518-482a-af4a-c502ba3a4b3f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f/file', 'owner': u'a9f459bbca864a4d816ba92790cbdd07', 'id': u'11161f63-1518-482a-af4a-c502ba3a4b3f', 'size': 12716032, u'self': u'/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a9f459bbca864a4d816ba92790cbdd07', 'name': 'bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/11161f63-1518-482a-af4a-c502ba3a4b3f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T11:19:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T11:19:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', 'created': u'2019-01-09T11:19:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T11:19:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 11:19:17,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 11:19:17,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "bgpvpn-tempest-tests-flavor_alt_e99abf70-0a69-4718-975d-1dfd2f904b45", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 11:19:17,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:19: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-918dd7bd-5ff1-4281-93d7-59efe6d10004 x-compute-request-id: req-918dd7bd-5ff1-4281-93d7-59efe6d10004 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2b2eaea6-0f0f-42da-bd48-431c93f734d0", "name": "bgpvpn-tempest-tests-flavor_alt_e99abf70-0a69-4718-975d-1dfd2f904b45", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:19:17,694 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-918dd7bd-5ff1-4281-93d7-59efe6d10004 2019-01-09 11:19:17,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0602099895477s 2019-01-09 11:19:17,695 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-918dd7bd-5ff1-4281-93d7-59efe6d10004 returning object 2b2eaea6-0f0f-42da-bd48-431c93f734d0 2019-01-09 11:19:17,696 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', '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'a3475ec98a734cb2aeb418d350edd17b', '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'2b2eaea6-0f0f-42da-bd48-431c93f734d0', 'swap': 0}) 2019-01-09 11:19:17,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 11:19:17,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0/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}3802a73f0bdfee71b6a200c0637f2fff906c5744" -d '{"extra_specs": {}}' 2019-01-09 11:19:17,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:19: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-ab792205-1fb7-4380-8e6c-f3e0b87cf857 x-compute-request-id: req-ab792205-1fb7-4380-8e6c-f3e0b87cf857 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 11:19:17,719 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0/os-extra_specs used request id req-ab792205-1fb7-4380-8e6c-f3e0b87cf857 2019-01-09 11:19:17,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227069854736s 2019-01-09 11:19:17,719 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0/os-extra_specs used request id req-ab792205-1fb7-4380-8e6c-f3e0b87cf857 2019-01-09 11:19:17,720 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_e99abf70-0a69-4718-975d-1dfd2f904b45', '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'a3475ec98a734cb2aeb418d350edd17b', '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'2b2eaea6-0f0f-42da-bd48-431c93f734d0', 'swap': 0}) 2019-01-09 11:19:20,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 11:19:19.735 182 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) for deployment 'opnfv-rally' (UUID=f1d4cad3-9ea2-4a24-b151-f71b12dac1fa). 2019-01-09 11:19:20.585 182 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 11:19:20.587 182 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) has been successfully configured for deployment 'opnfv-rally' (UUID=f1d4cad3-9ea2-4a24-b151-f71b12dac1fa)! 2019-01-09 11:19:20,725 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 11:19:20,726 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 11:19:20,728 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 11:19:20,907 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3/for-deployment-f1d4cad3-9ea2-4a24-b151-f71b12dac1fa/tempest.conf with bgpvpn=True 2019-01-09 11:19:20,910 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-09 11:19:23,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2019-01-09 11:19:23,960 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 11:19:23,979 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 11:19:23,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt', u'--concurrency=4']'. 2019-01-09 11:19:26,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:19:26.063 191 INFO rally.api [-] Starting verification (UUID=ad6bfe85-8e97-4a5e-8381-ba23c24f9af0) for deployment 'opnfv-rally' (UUID=f1d4cad3-9ea2-4a24-b151-f71b12dac1fa) by verifier 'opnfv-tempest' (UUID=567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3). 2019-01-09 11:19:26,065 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: ad6bfe85-8e97-4a5e-8381-ba23c24f9af0 2019-01-09 11:22:36,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ad6bfe85-8e97-4a5e-8381-ba23c24f9af0 2019-01-09 11:22:36,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ad6bfe85-8e97-4a5e-8381-ba23c24f9af0']'. 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ad6bfe85-8e97-4a5e-8381-ba23c24f9af0 | 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 11:19:26 | 2019-01-09 11:22:38,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 11:22:36 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:10 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 567e3bd9-b8b2-42e9-a36c-4f4d9e3a21d3) | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: f1d4cad3-9ea2-4a24-b151-f71b12dac1fa) | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 180.12 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 11:22:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 11:22:38,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2019-01-09 11:22:38,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 11:22:38,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:22:40,133 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7743a0e-55e6-4b7f-97dd-af03c06830ce Date: Wed, 09 Jan 2019 11:22:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:22:40,133 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f used request id req-f7743a0e-55e6-4b7f-97dd-af03c06830ce 2019-01-09 11:22:40,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.09181499481s 2019-01-09 11:22:40,133 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/11161f63-1518-482a-af4a-c502ba3a4b3f used request id req-f7743a0e-55e6-4b7f-97dd-af03c06830ce 2019-01-09 11:22:40,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 11:22:40,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:40,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9163bc4d-0636-44b7-851d-66558edc03df x-compute-request-id: req-9163bc4d-0636-44b7-851d-66558edc03df Content-Encoding: gzip Content-Length: 418 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "09550ca5-004c-4d15-bd92-e436a6a6f796", "name": "bgpvpn-tempest-tests-flavor_e99abf70-0a69-4718-975d-1dfd2f904b45", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2b2eaea6-0f0f-42da-bd48-431c93f734d0", "name": "bgpvpn-tempest-tests-flavor_alt_e99abf70-0a69-4718-975d-1dfd2f904b45", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 11:22:40,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-9163bc4d-0636-44b7-851d-66558edc03df 2019-01-09 11:22:40,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0334441661835s 2019-01-09 11:22:40,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-9163bc4d-0636-44b7-851d-66558edc03df 2019-01-09 11:22:40,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 11:22:40,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:40,215 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11: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-80c6e71a-5279-405d-be6e-b3b66b8897f6 x-compute-request-id: req-80c6e71a-5279-405d-be6e-b3b66b8897f6 Content-Length: 0 Content-Type: application/json 2019-01-09 11:22:40,216 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0 used request id req-80c6e71a-5279-405d-be6e-b3b66b8897f6 2019-01-09 11:22:40,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.045334815979s 2019-01-09 11:22:40,216 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/2b2eaea6-0f0f-42da-bd48-431c93f734d0 used request id req-80c6e71a-5279-405d-be6e-b3b66b8897f6 2019-01-09 11:22:40,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:22:40,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:22:40,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-20c70153-7281-4639-9b33-54765a0cad86 Date: Wed, 09 Jan 2019 11:22:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap", "metadata": {}}], "file": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/file", "owner": "a9f459bbca864a4d816ba92790cbdd07", "id": "4674a0fc-cbe0-4b56-ad47-908ed40892a4", "size": 12716032, "self": "/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:19:13Z", "visibility": "public", "owner_specified.shade.object": "images/bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "bgpvpn-tempest-tests-img_e99abf70-0a69-4718-975d-1dfd2f904b45", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:19:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:22:40,237 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-20c70153-7281-4639-9b33-54765a0cad86 2019-01-09 11:22:40,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0210330486298s 2019-01-09 11:22:40,238 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-20c70153-7281-4639-9b33-54765a0cad86 2019-01-09 11:22:40,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 11:22:40,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a1735b7d1ba867ca453a63b461a50853b42a023b" 2019-01-09 11:22:41,335 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-77985f4b-b56d-4b65-a465-b707154d068d Date: Wed, 09 Jan 2019 11:22:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:22:41,335 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4 used request id req-77985f4b-b56d-4b65-a465-b707154d068d 2019-01-09 11:22:41,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.09620690346s 2019-01-09 11:22:41,335 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/4674a0fc-cbe0-4b56-ad47-908ed40892a4 used request id req-77985f4b-b56d-4b65-a465-b707154d068d 2019-01-09 11:22:41,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 11:22:41,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:41,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22: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-0661be20-8f57-4761-9fde-c616153f19c9 x-compute-request-id: req-0661be20-8f57-4761-9fde-c616153f19c9 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "09550ca5-004c-4d15-bd92-e436a6a6f796", "name": "bgpvpn-tempest-tests-flavor_e99abf70-0a69-4718-975d-1dfd2f904b45", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 11:22:41,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-0661be20-8f57-4761-9fde-c616153f19c9 2019-01-09 11:22:41,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0383570194244s 2019-01-09 11:22:41,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-0661be20-8f57-4761-9fde-c616153f19c9 2019-01-09 11:22:41,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 11:22:41,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:41,419 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:22: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-28b0f99c-beab-42c3-a63d-d70426c45673 x-compute-request-id: req-28b0f99c-beab-42c3-a63d-d70426c45673 Content-Length: 0 Content-Type: application/json 2019-01-09 11:22:41,419 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796 used request id req-28b0f99c-beab-42c3-a63d-d70426c45673 2019-01-09 11:22:41,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416328907013s 2019-01-09 11:22:41,419 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/09550ca5-004c-4d15-bd92-e436a6a6f796 used request id req-28b0f99c-beab-42c3-a63d-d70426c45673 2019-01-09 11:22:41,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:22:41,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:41,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7fa03d-5051-4f59-b81e-2cc88264e27b Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45", "links": {"self": "http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce"}, "domain_id": "default", "enabled": true, "id": "d6231cfdb7f345b3bf198f6e1b0788ce", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 11:22:41,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6d7fa03d-5051-4f59-b81e-2cc88264e27b 2019-01-09 11:22:41,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103318929672s 2019-01-09 11:22:41,524 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6d7fa03d-5051-4f59-b81e-2cc88264e27b 2019-01-09 11:22:41,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:22:41,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:41,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337d6f49-66f2-41f8-a77c-13c9bf924d1e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce"}, "enabled": true, "id": "d6231cfdb7f345b3bf198f6e1b0788ce", "options": {}, "domain_id": "default", "name": "bgpvpn-tempest-tests-user_e99abf70-0a69-4718-975d-1dfd2f904b45"}} 2019-01-09 11:22:41,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce used request id req-337d6f49-66f2-41f8-a77c-13c9bf924d1e 2019-01-09 11:22:41,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19500207901s 2019-01-09 11:22:41,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce used request id req-337d6f49-66f2-41f8-a77c-13c9bf924d1e 2019-01-09 11:22:41,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 11:22:41,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:41,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adaf351a-3ad8-414d-b116-73f5fdf6b8bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:22:41,895 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce used request id req-adaf351a-3ad8-414d-b116-73f5fdf6b8bb 2019-01-09 11:22:41,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.169283866882s 2019-01-09 11:22:41,895 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d6231cfdb7f345b3bf198f6e1b0788ce used request id req-adaf351a-3ad8-414d-b116-73f5fdf6b8bb 2019-01-09 11:22:41,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 11:22:41,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:41,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15323f4c-5bd9-4719-9fb7-6a43cfed0953 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: bgpvpn-tempest-tests", "links": {"self": "http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07"}, "enabled": true, "id": "a9f459bbca864a4d816ba92790cbdd07", "parent_id": "default", "domain_id": "default", "name": "bgpvpn-tempest-tes-project_e99abf70-0a69-4718-975d-1dfd2f904b45"}]} 2019-01-09 11:22:41,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-15323f4c-5bd9-4719-9fb7-6a43cfed0953 2019-01-09 11:22:41,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0926129817963s 2019-01-09 11:22:41,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-15323f4c-5bd9-4719-9fb7-6a43cfed0953 2019-01-09 11:22:41,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 11:22:41,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:42,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-203c8ff6-ffc5-4401-ab28-3df846f7aa94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:22:42,133 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07 used request id req-203c8ff6-ffc5-4401-ab28-3df846f7aa94 2019-01-09 11:22:42,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.14253282547s 2019-01-09 11:22:42,134 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a9f459bbca864a4d816ba92790cbdd07 used request id req-203c8ff6-ffc5-4401-ab28-3df846f7aa94 2019-01-09 11:22:42,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:22:42,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:42,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b564a0-cae8-43c7-8efe-76dcb681aea4 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "55a6368078864a68ba2585c9181e0c30", "links": {"self": "http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:22:42,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-72b564a0-cae8-43c7-8efe-76dcb681aea4 2019-01-09 11:22:42,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785729885101s 2019-01-09 11:22:42,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 11:22:42,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:42,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:22:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a606811e-d93b-47b7-b88a-ce0b51b522c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:22:42,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/55a6368078864a68ba2585c9181e0c30 used request id req-a606811e-d93b-47b7-b88a-ce0b51b522c5 2019-01-09 11:22:42,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.125409126282s 2019-01-09 11:22:42,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 11:22:42,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a9f459bbca864a4d816ba92790cbdd07&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}3802a73f0bdfee71b6a200c0637f2fff906c5744" 2019-01-09 11:22:42,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0e3cc5de-544b-49e6-9a21-da582d98cfb6 Date: Wed, 09 Jan 2019 11:22:42 GMT RESP BODY: {"security_groups": []} 2019-01-09 11:22:42,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a9f459bbca864a4d816ba92790cbdd07&name=default used request id req-0e3cc5de-544b-49e6-9a21-da582d98cfb6 2019-01-09 11:22:42,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.173201799393s 2019-01-09 11:22:42,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=a9f459bbca864a4d816ba92790cbdd07&name=default used request id req-0e3cc5de-544b-49e6-9a21-da582d98cfb6 2019-01-09 11:22:42,517 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2019-01-09 11:22:42,517 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': 'Tempest testcases have been completed'} 2019-01-09 11:22:42,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances' 2019-01-09 11:22:42,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2019-01-09 11:22:42,518 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2019-01-09 11:22:42,687 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2019-01-09 11:22:42,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:22:42,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:22:42,687 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:22:42,688 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:22:42,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:22:42,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:22:42,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:22:42,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:22:42,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:22:42,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:22:42,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:22:42,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 11:22:42,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:22:42,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:22:42,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:22:42,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:22:42,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:22:42,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:22:42,698 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:22:42,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:22:42,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1396da0b-13b0-48a5-b2de-87a3547eecb0 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:22:42,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1396da0b-13b0-48a5-b2de-87a3547eecb0 2019-01-09 11:22:42,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:22:43,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["ZvWuGuUORpW56U8TgjacYA"], "issued_at": "2019-01-09T11:22:43.000000Z"}} 2019-01-09 11:22:43,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9619592de5b59fad3384eed0855ec168b4047e3" 2019-01-09 11:22:43,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-5d8728cb-4140-4500-bc83-bca8e4ceb05a Date: Wed, 09 Jan 2019 11:22:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 11:22:43,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-5d8728cb-4140-4500-bc83-bca8e4ceb05a 2019-01-09 11:22:43,244 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:22:43,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9619592de5b59fad3384eed0855ec168b4047e3" 2019-01-09 11:22:43,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d55ea4eb-2db4-473b-b471-9af5b8514a7c Date: Wed, 09 Jan 2019 11: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"}}} 2019-01-09 11:22:43,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-d55ea4eb-2db4-473b-b471-9af5b8514a7c 2019-01-09 11:22:43,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9619592de5b59fad3384eed0855ec168b4047e3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-09 11:22:43,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771 X-Openstack-Request-Id: req-8823ca7f-ccf5-4ce1-adff-90c37839b0bf Date: Wed, 09 Jan 2019 11:22:43 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T11:22:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T11:22:43Z", "visibility": "public", "locations": [], "self": "/v2/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "min_disk": 0, "protected": false, "id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "file": "/v2/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 11:22:43,612 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8823ca7f-ccf5-4ce1-adff-90c37839b0bf 2019-01-09 11:22:43,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9619592de5b59fad3384eed0855ec168b4047e3" -d '' 2019-01-09 11:22:44,437 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-af8e2b0f-2de7-40ed-acf7-135f49108bf1 Date: Wed, 09 Jan 2019 11:22:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:22:44,438 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771/file used request id req-af8e2b0f-2de7-40ed-acf7-135f49108bf1 2019-01-09 11:22:44,438 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2019-01-09 11:22:44,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:22:44,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a519b42-c222-478b-bd8f-f9f5a123afa2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:22:44,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1a519b42-c222-478b-bd8f-f9f5a123afa2 2019-01-09 11:22:44,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:22:44,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:22:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["OPRC1aLGTcOxU32RAFZRRg"], "issued_at": "2019-01-09T11:22:44.000000Z"}} 2019-01-09 11:22:44,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ca8375c4368a0dc0c4552c40435fe02a7b5f3d8" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2019-01-09 11:22:45,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-87d67ac0-7c7a-494d-830e-85d83faac5de Date: Wed, 09 Jan 2019 11:22:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e73ed35a-5130-45e5-8a90-d2bbb62767ef","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:22:45Z","is_default":false,"provider:segmentation_id":71,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:22:45Z","mtu":1450}} 2019-01-09 11:22:45,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-87d67ac0-7c7a-494d-830e-85d83faac5de 2019-01-09 11:22:45,303 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network e73ed35a-5130-45e5-8a90-d2bbb62767ef with cidr 10.10.10.0/24 2019-01-09 11:22:45,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ca8375c4368a0dc0c4552c40435fe02a7b5f3d8" -d '{"subnets": [{"ip_version": 4, "network_id": "e73ed35a-5130-45e5-8a90-d2bbb62767ef", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2019-01-09 11:22:45,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-b9f2b76c-d412-4e68-a073-0da68abbbcc2 Date: Wed, 09 Jan 2019 11:22:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e73ed35a-5130-45e5-8a90-d2bbb62767ef","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:22:45Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T11:22:45Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"8913f7f2-05f8-48ca-86a5-29f30767e23a","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2019-01-09 11:22:45,907 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-b9f2b76c-d412-4e68-a073-0da68abbbcc2 2019-01-09 11:22:45,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ca8375c4368a0dc0c4552c40435fe02a7b5f3d8" 2019-01-09 11:22:46,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-696e83e2-d825-471e-82ea-9e0eba54ab26 Date: Wed, 09 Jan 2019 11:22:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "3b809c21-8697-4f63-849b-e46935ce2db7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "revision_number": 0, "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-09T10:50:24Z", "revision_number": 0, "id": "d3f1a03d-6310-4600-a06f-3d7f4e25c578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:50:24Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 7, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 11:22:46,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-696e83e2-d825-471e-82ea-9e0eba54ab26 2019-01-09 11:22:46,120 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:22:46,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:22:46,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed4ade76-00c1-4194-8667-a9e76410b99f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:22:46,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ed4ade76-00c1-4194-8667-a9e76410b99f 2019-01-09 11:22:46,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:22:46,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:22:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["FU5Mi7L1TaOKugvErh3pnA"], "issued_at": "2019-01-09T11:22:46.000000Z"}} 2019-01-09 11:22:46,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" 2019-01-09 11:22:46,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-50cc2a8d-21f8-434e-8aa6-158e4f3d1840 x-compute-request-id: req-50cc2a8d-21f8-434e-8aa6-158e4f3d1840 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 11:22:46,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-50cc2a8d-21f8-434e-8aa6-158e4f3d1840 2019-01-09 11:22:46,798 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-09 11:22:46,799 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2019-01-09 11:22:46,799 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=8d8e6cb2-c4ab-4c9e-b00e-e66d13698771 network=e73ed35a-5130-45e5-8a90-d2bbb62767ef secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2019-01-09 11:22:46,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:22:46,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:22:46,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:22:46,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:22:46,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:22:46,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:22:46,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:22:46,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:22:46,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:22:46,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:22:46,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:22:46,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:22:46,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:22:46,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:22:46,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:22:46,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:22:46,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:22:46,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-803f54db-a4a5-4b18-9358-4e3e1cefc1c9 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:22:46,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-803f54db-a4a5-4b18-9358-4e3e1cefc1c9 2019-01-09 11:22:46,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:22:47,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:22:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["iNHGfvI_R1KK5s6NexltIA"], "issued_at": "2019-01-09T11:22:47.000000Z"}} 2019-01-09 11:22:47,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" 2019-01-09 11:22:47,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22: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-5f773aeb-2451-4fdd-8aa6-8d746b73cf72 x-compute-request-id: req-5f773aeb-2451-4fdd-8aa6-8d746b73cf72 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:22:47,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5f773aeb-2451-4fdd-8aa6-8d746b73cf72 2019-01-09 11:22:47,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" 2019-01-09 11:22:47,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22: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-f4f7daf6-032d-463a-ac07-59a8e1096861 x-compute-request-id: req-f4f7daf6-032d-463a-ac07-59a8e1096861 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:22:47,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-f4f7daf6-032d-463a-ac07-59a8e1096861 2019-01-09 11:22:47,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e73ed35a-5130-45e5-8a90-d2bbb62767ef"}]}}' 2019-01-09 11:22:49,030 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:22: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-1b010bd9-36df-4b41-93a9-ba14c218cfc2 x-compute-request-id: req-1b010bd9-36df-4b41-93a9-ba14c218cfc2 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "907a8e90-00a2-4402-a99c-0f19832bd6b6", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "bookmark"}], "adminPass": "e4jJRmQeu3Qg"}} 2019-01-09 11:22:49,031 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-1b010bd9-36df-4b41-93a9-ba14c218cfc2 2019-01-09 11:22:49,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:22:49,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4ee17a-c3e5-42f6-9c60-fd05c2e92556 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:22:49,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ef4ee17a-c3e5-42f6-9c60-fd05c2e92556 2019-01-09 11:22:49,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:22:49,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["ZaQfstMvR4OwDeyPxVdN7Q"], "issued_at": "2019-01-09T11:22:49.000000Z"}} 2019-01-09 11:22:49,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ac51e6ce3d2ec3e191a047653a1ba8e3cc18da6" 2019-01-09 11:22:49,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-352b4acf-4b8d-47bc-85db-15383f1a07fb x-compute-request-id: req-352b4acf-4b8d-47bc-85db-15383f1a07fb 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.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "907a8e90-00a2-4402-a99c-0f19832bd6b6", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:22:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2019-01-09T11:22:48Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:22:49,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 used request id req-352b4acf-4b8d-47bc-85db-15383f1a07fb 2019-01-09 11:22:52,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ac51e6ce3d2ec3e191a047653a1ba8e3cc18da6" 2019-01-09 11:22:53,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22: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-ac35e535-9ebb-4311-9146-19969f633fc7 x-compute-request-id: req-ac35e535-9ebb-4311-9146-19969f633fc7 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "907a8e90-00a2-4402-a99c-0f19832bd6b6", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:22:50Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2019-01-09T11:22:48Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:22:53,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 used request id req-ac35e535-9ebb-4311-9146-19969f633fc7 2019-01-09 11:22:56,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ac51e6ce3d2ec3e191a047653a1ba8e3cc18da6" 2019-01-09 11:22:57,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22: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-b8abf052-d600-44f1-bd6f-5533de345500 x-compute-request-id: req-b8abf052-d600-44f1-bd6f-5533de345500 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:20:52", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": "2019-01-09T11:22:52.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "907a8e90-00a2-4402-a99c-0f19832bd6b6", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:22:53Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2019-01-09T11:22:48Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:22:57,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 used request id req-b8abf052-d600-44f1-bd6f-5533de345500 2019-01-09 11:22:57,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" 2019-01-09 11:22:58,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-ed58af57-782f-468f-8a8a-dcf9c8ae85dc x-compute-request-id: req-ed58af57-782f-468f-8a8a-dcf9c8ae85dc Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:20:52", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000176", "OS-SRV-USG:launched_at": "2019-01-09T11:22:52.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "907a8e90-00a2-4402-a99c-0f19832bd6b6", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-09T11:22:53Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-2", "created": "2019-01-09T11:22:48Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:22:58,003 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6 used request id req-ed58af57-782f-468f-8a8a-dcf9c8ae85dc 2019-01-09 11:22:58,003 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.12'. 2019-01-09 11:22:58,003 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2019-01-09 11:22:58,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:22:59,574 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:22: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-bb2ff34a-eb1a-4f2b-b640-daee64ae5d2d x-compute-request-id: req-bb2ff34a-eb1a-4f2b-b640-daee64ae5d2d Content-Length: 0 Content-Type: application/json 2019-01-09 11:22:59,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-bb2ff34a-eb1a-4f2b-b640-daee64ae5d2d 2019-01-09 11:22:59,575 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2019-01-09 11:22:59,575 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=8d8e6cb2-c4ab-4c9e-b00e-e66d13698771 network=e73ed35a-5130-45e5-8a90-d2bbb62767ef secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.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 2019-01-09 11:22:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:22:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:22:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:22:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:22:59,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:22:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:22:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:22:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:22:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:22:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:22:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:22:59,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:22:59,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:22:59,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:22:59,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:22:59,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:22:59,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:22:59,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:22:59,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:22:59,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:22:59,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:22:59,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:22:59,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:22:59,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:22:59,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:22:59,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:22:59,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:22:59,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:22:59,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:22:59,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:22:59,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:22:59,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:22:59,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:22:59,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:22:59,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:22:59,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:22:59,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:22:59,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:22:59,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:22:59,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:22:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:22:59,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-995f0538-b5ee-4da7-828c-6046508b4767 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:22:59,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-995f0538-b5ee-4da7-828c-6046508b4767 2019-01-09 11:22:59,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:22:59,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:22:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["S0ZusfhBT5qUVWCWQ3N_Zw"], "issued_at": "2019-01-09T11:22:59.000000Z"}} 2019-01-09 11:22:59,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" 2019-01-09 11:23:00,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:22:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d3f4a88-ab46-40dd-a377-8dd0b2a37c0c x-compute-request-id: req-0d3f4a88-ab46-40dd-a377-8dd0b2a37c0c Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:23:00,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0d3f4a88-ab46-40dd-a377-8dd0b2a37c0c 2019-01-09 11:23:00,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" 2019-01-09 11:23:00,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92033798-f453-46fd-8e50-8e98dde1e1a4 x-compute-request-id: req-92033798-f453-46fd-8e50-8e98dde1e1a4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:23:00,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-92033798-f453-46fd-8e50-8e98dde1e1a4 2019-01-09 11:23:00,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e73ed35a-5130-45e5-8a90-d2bbb62767ef"}], "config_drive": true}}' 2019-01-09 11:23:01,733 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:23:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7558bf4a-8fd9-4891-a08e-3f80406ede91 x-compute-request-id: req-7558bf4a-8fd9-4891-a08e-3f80406ede91 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3e87a26f-5efe-4735-a03b-cb4951d76ec3", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "bookmark"}], "adminPass": "ZFHZ7imykNeK"}} 2019-01-09 11:23:01,733 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-7558bf4a-8fd9-4891-a08e-3f80406ede91 2019-01-09 11:23:01,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:23:01,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e5bcd22-69d5-4892-9dc2-739c59babefb Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:23:01,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6e5bcd22-69d5-4892-9dc2-739c59babefb 2019-01-09 11:23:01,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:23:02,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["Az7yFiJkSOiW_MF3XzmF9w"], "issued_at": "2019-01-09T11:23:02.000000Z"}} 2019-01-09 11:23:02,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730739e771c720736453274e6de335be08a518af" 2019-01-09 11:23:02,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f84d895-8a60-4077-b615-71d39151804c x-compute-request-id: req-6f84d895-8a60-4077-b615-71d39151804c Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "3e87a26f-5efe-4735-a03b-cb4951d76ec3", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:23:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-1", "created": "2019-01-09T11:23:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:23:02,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 used request id req-6f84d895-8a60-4077-b615-71d39151804c 2019-01-09 11:23:05,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730739e771c720736453274e6de335be08a518af" 2019-01-09 11:23:06,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23: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-04f85e79-7f8d-48cc-8d17-aafbcaf5a091 x-compute-request-id: req-04f85e79-7f8d-48cc-8d17-aafbcaf5a091 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "3e87a26f-5efe-4735-a03b-cb4951d76ec3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:23:03Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-09T11:23:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:23:06,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 used request id req-04f85e79-7f8d-48cc-8d17-aafbcaf5a091 2019-01-09 11:23:09,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730739e771c720736453274e6de335be08a518af" 2019-01-09 11:23:10,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16e9cde4-b0e2-4aa5-be88-cef1c3a09601 x-compute-request-id: req-16e9cde4-b0e2-4aa5-be88-cef1c3a09601 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:39:ea:c8", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2019-01-09T11:23:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "3e87a26f-5efe-4735-a03b-cb4951d76ec3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:23:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-09T11:23:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:23:10,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 used request id req-16e9cde4-b0e2-4aa5-be88-cef1c3a09601 2019-01-09 11:23:10,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" 2019-01-09 11:23:10,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aec9cafb-8722-41d1-ae2e-d971804980ea x-compute-request-id: req-aec9cafb-8722-41d1-ae2e-d971804980ea 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:39:ea:c8", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2019-01-09T11:23:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "3e87a26f-5efe-4735-a03b-cb4951d76ec3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:23:07Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-09T11:23:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:23:10,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3 used request id req-aec9cafb-8722-41d1-ae2e-d971804980ea 2019-01-09 11:23:10,878 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.9'. 2019-01-09 11:23:10,879 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2019-01-09 11:23:10,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:23:12,483 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:23:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d1632c87-25a3-47fc-9567-27bdcdc7034e x-compute-request-id: req-d1632c87-25a3-47fc-9567-27bdcdc7034e Content-Length: 0 Content-Type: application/json 2019-01-09 11:23:12,483 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-d1632c87-25a3-47fc-9567-27bdcdc7034e 2019-01-09 11:23:12,484 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2019-01-09 11:23:12,484 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=8d8e6cb2-c4ab-4c9e-b00e-e66d13698771 network=e73ed35a-5130-45e5-8a90-d2bbb62767ef secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.9 10.10.10.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 2019-01-09 11:23:12,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:23:12,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:23:12,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:23:12,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:23:12,486 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:23:12,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:23:12,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:23:12,487 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:23:12,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:23:12,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:23:12,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:23:12,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:23:12,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:23:12,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:23:12,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:23:12,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:23:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:23:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:23:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:23:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:23:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:23:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:23:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:23:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:23:12,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:23:12,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-266780ce-4d83-4f3d-afb8-fffbd420662a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:23:12,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-266780ce-4d83-4f3d-afb8-fffbd420662a 2019-01-09 11:23:12,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:23:12,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:23:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["mkZi9Zt4QRW7Ebt9TSUrJA"], "issued_at": "2019-01-09T11:23:12.000000Z"}} 2019-01-09 11:23:12,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" 2019-01-09 11:23:13,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-aeda70ac-544b-4463-97dd-8e19bfc33be1 x-compute-request-id: req-aeda70ac-544b-4463-97dd-8e19bfc33be1 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:23:13,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-aeda70ac-544b-4463-97dd-8e19bfc33be1 2019-01-09 11:23:13,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" 2019-01-09 11:23:13,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90912080-3b68-415c-8ce2-a74f6d255ac1 x-compute-request-id: req-90912080-3b68-415c-8ce2-a74f6d255ac1 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:23:13,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-90912080-3b68-415c-8ce2-a74f6d255ac1 2019-01-09 11:23:13,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC45IDEwLjEwLjEwLjEyCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e73ed35a-5130-45e5-8a90-d2bbb62767ef"}], "config_drive": true}}' 2019-01-09 11:23:14,498 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:23:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e45606b1-683e-4e32-a60d-56aaed331e6e x-compute-request-id: req-e45606b1-683e-4e32-a60d-56aaed331e6e Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "bookmark"}], "adminPass": "4U74bSqX8doU"}} 2019-01-09 11:23:14,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-e45606b1-683e-4e32-a60d-56aaed331e6e 2019-01-09 11:23:14,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:23:14,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a64ebfa0-6883-4d0f-90c5-bfd67d7670a3 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:23:14,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a64ebfa0-6883-4d0f-90c5-bfd67d7670a3 2019-01-09 11:23:14,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:23:14,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["SjWm4mYjRHeF9KgipItVdg"], "issued_at": "2019-01-09T11:23:14.000000Z"}} 2019-01-09 11:23:14,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a375efb0db9f25cf2c77da02e45d87276da09ad" 2019-01-09 11:23:15,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23: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-6fc53162-3703-4da4-92f1-be85150e18aa x-compute-request-id: req-6fc53162-3703-4da4-92f1-be85150e18aa 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.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:23:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-3", "created": "2019-01-09T11:23:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:23:15,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 used request id req-6fc53162-3703-4da4-92f1-be85150e18aa 2019-01-09 11:23:18,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a375efb0db9f25cf2c77da02e45d87276da09ad" 2019-01-09 11:23:19,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23: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-f244ad62-36e8-45ee-a7fa-a380fe08d9fd x-compute-request-id: req-f244ad62-36e8-45ee-a7fa-a380fe08d9fd Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:ab:01", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:23:15Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-09T11:23:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:23:19,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 used request id req-f244ad62-36e8-45ee-a7fa-a380fe08d9fd 2019-01-09 11:23:22,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a375efb0db9f25cf2c77da02e45d87276da09ad" 2019-01-09 11:23:22,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18a9adb1-385d-4d1a-b9de-d2632516f553 x-compute-request-id: req-18a9adb1-385d-4d1a-b9de-d2632516f553 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:ab:01", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2019-01-09T11:23:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:23:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-09T11:23:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:23:22,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 used request id req-18a9adb1-385d-4d1a-b9de-d2632516f553 2019-01-09 11:23:22,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" 2019-01-09 11:23:23,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f39fa68-c659-4c99-92e6-9363873329e8 x-compute-request-id: req-0f39fa68-c659-4c99-92e6-9363873329e8 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:ab:01", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2019-01-09T11:23:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:23:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-09T11:23:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:23:23,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163 used request id req-0f39fa68-c659-4c99-92e6-9363873329e8 2019-01-09 11:23:23,607 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.8'. 2019-01-09 11:23:23,608 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2019-01-09 11:23:23,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:23:25,047 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11: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 x-openstack-request-id: req-8ec4e403-402c-4db1-99b2-1b24376ddef5 x-compute-request-id: req-8ec4e403-402c-4db1-99b2-1b24376ddef5 Content-Length: 0 Content-Type: application/json 2019-01-09 11:23:25,047 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-8ec4e403-402c-4db1-99b2-1b24376ddef5 2019-01-09 11:23:25,048 - sdnvpn_test_utils - INFO - Waiting for instance 907a8e90-00a2-4402-a99c-0f19832bd6b6 to boot up 2019-01-09 11:23:25,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:26,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef3434f9-a1db-4444-b61d-ce783f8e5493 x-compute-request-id: req-ef3434f9-a1db-4444-b61d-ce783f8e5493 Content-Encoding: gzip Content-Length: 10060 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.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"} 2019-01-09 11:23:26,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-ef3434f9-a1db-4444-b61d-ce783f8e5493 2019-01-09 11:23:28,142 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:29,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23: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-9fea64d8-d82f-4bdf-b383-3c21cabeeee8 x-compute-request-id: req-9fea64d8-d82f-4bdf-b383-3c21cabeeee8 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.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"} 2019-01-09 11:23:29,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-9fea64d8-d82f-4bdf-b383-3c21cabeeee8 2019-01-09 11:23:31,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:32,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23: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-95e8c3da-355d-4bdd-97c4-b22d7ca11dab x-compute-request-id: req-95e8c3da-355d-4bdd-97c4-b22d7ca11dab Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.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"} 2019-01-09 11:23:32,309 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-95e8c3da-355d-4bdd-97c4-b22d7ca11dab 2019-01-09 11:23:34,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:35,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-d8c5e953-719c-4171-a131-3e4a577a9a91 x-compute-request-id: req-d8c5e953-719c-4171-a131-3e4a577a9a91 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.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"} 2019-01-09 11:23:35,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-d8c5e953-719c-4171-a131-3e4a577a9a91 2019-01-09 11:23:37,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:38,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0926a06-0429-45b2-9ac4-2b027569d4b1 x-compute-request-id: req-d0926a06-0429-45b2-9ac4-2b027569d4b1 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.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"} 2019-01-09 11:23:38,503 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-d0926a06-0429-45b2-9ac4-2b027569d4b1 2019-01-09 11:23:40,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:41,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f98c1897-c078-415a-9b40-b04a9c979258 x-compute-request-id: req-f98c1897-c078-415a-9b40-b04a9c979258 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.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"} 2019-01-09 11:23:41,591 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-f98c1897-c078-415a-9b40-b04a9c979258 2019-01-09 11:23:43,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:44,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c47b90fb-a5de-4685-adb4-b26ed66112f4 x-compute-request-id: req-c47b90fb-a5de-4685-adb4-b26ed66112f4 Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:23:44,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-c47b90fb-a5de-4685-adb4-b26ed66112f4 2019-01-09 11:23:46,717 - sdnvpn_test_utils - INFO - Waiting for instance 3e87a26f-5efe-4735-a03b-cb4951d76ec3 to boot up 2019-01-09 11:23:46,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:47,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23: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-91c9cca1-5ee0-4aba-ae47-efac7859c8bf x-compute-request-id: req-91c9cca1-5ee0-4aba-ae47-efac7859c8bf Content-Encoding: gzip Content-Length: 8127 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:23:47,791 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-91c9cca1-5ee0-4aba-ae47-efac7859c8bf 2019-01-09 11:23:49,794 - sdnvpn_test_utils - INFO - Waiting for instance 2758d2fa-f8e3-4346-82b1-9e06e3b5a163 to boot up 2019-01-09 11:23:49,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:50,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-95a8b326-7ff6-40bd-ba8a-7a8058a6f3c9 x-compute-request-id: req-95a8b326-7ff6-40bd-ba8a-7a8058a6f3c9 Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:23:50,870 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-95a8b326-7ff6-40bd-ba8a-7a8058a6f3c9 2019-01-09 11:23:52,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:53,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-71fc0672-9c1a-4a83-a240-2ab8ee06bdc4 x-compute-request-id: req-71fc0672-9c1a-4a83-a240-2ab8ee06bdc4 Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:23:53,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-71fc0672-9c1a-4a83-a240-2ab8ee06bdc4 2019-01-09 11:23:55,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:23:57,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:23:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47fcd3d1-7705-45f8-827e-7321e15c6968 x-compute-request-id: req-47fcd3d1-7705-45f8-827e-7321e15c6968 Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:23:57,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-47fcd3d1-7705-45f8-827e-7321e15c6968 2019-01-09 11:23:59,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:00,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-83ce03ae-57c4-47d8-b13e-45226f1f2d93 x-compute-request-id: req-83ce03ae-57c4-47d8-b13e-45226f1f2d93 Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:24:00,134 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-83ce03ae-57c4-47d8-b13e-45226f1f2d93 2019-01-09 11:24:02,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:03,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-9043e5db-7ba9-4545-b283-60ab09a52119 x-compute-request-id: req-9043e5db-7ba9-4545-b283-60ab09a52119 Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:24:03,226 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-9043e5db-7ba9-4545-b283-60ab09a52119 2019-01-09 11:24:05,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:06,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1890edd8-48a8-4d4f-931c-25f6f3c98deb x-compute-request-id: req-1890edd8-48a8-4d4f-931c-25f6f3c98deb Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:24:06,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-1890edd8-48a8-4d4f-931c-25f6f3c98deb 2019-01-09 11:24:08,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:09,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-421dab17-50a3-483a-af06-9f1469100d9b x-compute-request-id: req-421dab17-50a3-483a-af06-9f1469100d9b Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:24:09,385 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-421dab17-50a3-483a-af06-9f1469100d9b 2019-01-09 11:24:11,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:12,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-f901e90f-87c7-4427-8aba-c302d1f756ba x-compute-request-id: req-f901e90f-87c7-4427-8aba-c302d1f756ba Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:24:12,460 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-f901e90f-87c7-4427-8aba-c302d1f756ba 2019-01-09 11:24:14,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:15,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-35d9971e-80b9-40e5-9146-daff2c25b2e1 x-compute-request-id: req-35d9971e-80b9-40e5-9146-daff2c25b2e1 Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:24:15,538 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-35d9971e-80b9-40e5-9146-daff2c25b2e1 2019-01-09 11:24:17,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:18,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-a81b254a-4c8c-4e77-a128-7081df2ed800 x-compute-request-id: req-a81b254a-4c8c-4e77-a128-7081df2ed800 Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:24:18,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-a81b254a-4c8c-4e77-a128-7081df2ed800 2019-01-09 11:24:20,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:21,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0941d22-773b-47b9-aa72-5f4335a69359 x-compute-request-id: req-f0941d22-773b-47b9-aa72-5f4335a69359 Content-Encoding: gzip Content-Length: 7919 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2019-01-09 11:24:21,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-f0941d22-773b-47b9-aa72-5f4335a69359 2019-01-09 11:24:23,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:24,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70f5de24-7b83-40cd-8178-27f4631bed41 x-compute-request-id: req-70f5de24-7b83-40cd-8178-27f4631bed41 Content-Encoding: gzip Content-Length: 8136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\n"} 2019-01-09 11:24:24,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-70f5de24-7b83-40cd-8178-27f4631bed41 2019-01-09 11:24:26,844 - __name__ - INFO - Starting all monitor threads 2019-01-09 11:24:26,852 - __name__ - INFO - Wait before subtest 2019-01-09 11:24:27,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:27,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:27,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:28,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-70e68e6e-9907-4c49-9a8d-92565089ca07 x-compute-request-id: req-70e68e6e-9907-4c49-9a8d-92565089ca07 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:28,955 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-70e68e6e-9907-4c49-9a8d-92565089ca07 2019-01-09 11:24:28,959 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2019-01-09 11:24:28,959 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2019-01-09 11:24:28,959 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2019-01-09 11:24:28,959 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2019-01-09 11:24:28,959 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2019-01-09 11:24:28,959 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2019-01-09 11:24:28,959 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2019-01-09 11:24:28,959 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.12 OK 2019-01-09 11:24:28,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-2b972d56-153f-43a8-814b-1bbf1fab6e8b x-compute-request-id: req-2b972d56-153f-43a8-814b-1bbf1fab6e8b Content-Encoding: gzip Content-Length: 8136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\n"} 2019-01-09 11:24:28,961 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-2b972d56-153f-43a8-814b-1bbf1fab6e8b 2019-01-09 11:24:29,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-a08732b7-7949-4204-84f1-8dd87917868c x-compute-request-id: req-a08732b7-7949-4204-84f1-8dd87917868c Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:29,010 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-a08732b7-7949-4204-84f1-8dd87917868c 2019-01-09 11:24:29,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:29,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:30,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:31,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a17f5e3-1e3f-4995-9c99-68b2700f9b72 x-compute-request-id: req-1a17f5e3-1e3f-4995-9c99-68b2700f9b72 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:31,038 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-1a17f5e3-1e3f-4995-9c99-68b2700f9b72 2019-01-09 11:24:31,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1057abf-878e-4c5c-b67c-639412338a66 x-compute-request-id: req-e1057abf-878e-4c5c-b67c-639412338a66 Content-Encoding: gzip Content-Length: 8136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\n"} 2019-01-09 11:24:31,042 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-e1057abf-878e-4c5c-b67c-639412338a66 2019-01-09 11:24:31,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-ed113929-ce6e-4b9a-ba49-cbaf567112f7 x-compute-request-id: req-ed113929-ce6e-4b9a-ba49-cbaf567112f7 Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:31,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-ed113929-ce6e-4b9a-ba49-cbaf567112f7 2019-01-09 11:24:32,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:32,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:32,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:33,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-7d947ac3-8473-4660-9545-0b5580a8de6a x-compute-request-id: req-7d947ac3-8473-4660-9545-0b5580a8de6a Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\n"} 2019-01-09 11:24:33,114 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-7d947ac3-8473-4660-9545-0b5580a8de6a 2019-01-09 11:24:33,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-49531e5c-840f-43c3-a74f-47f5b462e177 x-compute-request-id: req-49531e5c-840f-43c3-a74f-47f5b462e177 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:33,119 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-49531e5c-840f-43c3-a74f-47f5b462e177 2019-01-09 11:24:33,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-0ac7ad59-3afc-4dc6-869b-dab68ab798cd x-compute-request-id: req-0ac7ad59-3afc-4dc6-869b-dab68ab798cd Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:33,173 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-0ac7ad59-3afc-4dc6-869b-dab68ab798cd 2019-01-09 11:24:34,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:34,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:34,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:35,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-2b9be548-997d-4331-b7ae-63e3e5b8d0ee x-compute-request-id: req-2b9be548-997d-4331-b7ae-63e3e5b8d0ee 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:35,191 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-2b9be548-997d-4331-b7ae-63e3e5b8d0ee 2019-01-09 11:24:35,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-f97488de-341d-4e72-87d1-ef5daf5d9fc6 x-compute-request-id: req-f97488de-341d-4e72-87d1-ef5daf5d9fc6 Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\n"} 2019-01-09 11:24:35,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-f97488de-341d-4e72-87d1-ef5daf5d9fc6 2019-01-09 11:24:35,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-86a455a4-ea57-446e-b5a8-ead63f339274 x-compute-request-id: req-86a455a4-ea57-446e-b5a8-ead63f339274 Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:35,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-86a455a4-ea57-446e-b5a8-ead63f339274 2019-01-09 11:24:36,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:36,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:36,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:37,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-d4e42bb7-1840-4598-a670-f0f2fbef59f7 x-compute-request-id: req-d4e42bb7-1840-4598-a670-f0f2fbef59f7 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:37,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-d4e42bb7-1840-4598-a670-f0f2fbef59f7 2019-01-09 11:24:37,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-90fa37c9-1d4e-4a44-bef7-717b87a7b984 x-compute-request-id: req-90fa37c9-1d4e-4a44-bef7-717b87a7b984 Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\n"} 2019-01-09 11:24:37,266 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-90fa37c9-1d4e-4a44-bef7-717b87a7b984 2019-01-09 11:24:37,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-e67aae8c-a0f6-4759-985c-886d0ac85e19 x-compute-request-id: req-e67aae8c-a0f6-4759-985c-886d0ac85e19 Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:37,329 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-e67aae8c-a0f6-4759-985c-886d0ac85e19 2019-01-09 11:24:38,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:38,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:38,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:39,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f561fd0c-baa8-4437-af36-f5386514f864 x-compute-request-id: req-f561fd0c-baa8-4437-af36-f5386514f864 Content-Encoding: gzip Content-Length: 8144 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\n"} 2019-01-09 11:24:39,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-f561fd0c-baa8-4437-af36-f5386514f864 2019-01-09 11:24:39,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ddce11d-488b-43db-8b81-04474760be13 x-compute-request-id: req-4ddce11d-488b-43db-8b81-04474760be13 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:39,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-4ddce11d-488b-43db-8b81-04474760be13 2019-01-09 11:24:39,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40c46fd8-2f7e-497a-8527-05ba1113c75b x-compute-request-id: req-40c46fd8-2f7e-497a-8527-05ba1113c75b Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:39,411 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-40c46fd8-2f7e-497a-8527-05ba1113c75b 2019-01-09 11:24:40,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:40,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:40,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:41,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-8d78b705-5960-49da-8b62-87b53fcd7b10 x-compute-request-id: req-8d78b705-5960-49da-8b62-87b53fcd7b10 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:41,418 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-8d78b705-5960-49da-8b62-87b53fcd7b10 2019-01-09 11:24:41,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-94385cbe-011e-480d-aeec-9e002eed49f8 x-compute-request-id: req-94385cbe-011e-480d-aeec-9e002eed49f8 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:41,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-94385cbe-011e-480d-aeec-9e002eed49f8 2019-01-09 11:24:41,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-db708620-efba-4bd1-a4d4-d5e4134469cc x-compute-request-id: req-db708620-efba-4bd1-a4d4-d5e4134469cc Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:41,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-db708620-efba-4bd1-a4d4-d5e4134469cc 2019-01-09 11:24:42,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:42,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:42,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:43,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-b797c311-42c0-4a94-a743-475986dcf4d6 x-compute-request-id: req-b797c311-42c0-4a94-a743-475986dcf4d6 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:43,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-b797c311-42c0-4a94-a743-475986dcf4d6 2019-01-09 11:24:43,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-bff166f2-8b85-4894-910b-6342b639b4a3 x-compute-request-id: req-bff166f2-8b85-4894-910b-6342b639b4a3 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:43,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-bff166f2-8b85-4894-910b-6342b639b4a3 2019-01-09 11:24:43,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-370bf678-322a-47f3-9b22-d260794f4ea1 x-compute-request-id: req-370bf678-322a-47f3-9b22-d260794f4ea1 Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:43,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-370bf678-322a-47f3-9b22-d260794f4ea1 2019-01-09 11:24:44,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:44,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:44,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:45,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c447f8a-743f-4e6e-8021-34f191a3222b x-compute-request-id: req-4c447f8a-743f-4e6e-8021-34f191a3222b 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:45,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-4c447f8a-743f-4e6e-8021-34f191a3222b 2019-01-09 11:24:45,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dee114b8-40d3-49b5-a054-0000644f4f0a x-compute-request-id: req-dee114b8-40d3-49b5-a054-0000644f4f0a Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:45,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-dee114b8-40d3-49b5-a054-0000644f4f0a 2019-01-09 11:24:45,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37f2588b-ba7c-4b1a-bf8c-7aa2fc7fd037 x-compute-request-id: req-37f2588b-ba7c-4b1a-bf8c-7aa2fc7fd037 Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:45,643 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-37f2588b-ba7c-4b1a-bf8c-7aa2fc7fd037 2019-01-09 11:24:46,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:46,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:46,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:47,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-4df54485-d6de-49ee-9a58-654600f7b89d x-compute-request-id: req-4df54485-d6de-49ee-9a58-654600f7b89d 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:47,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-4df54485-d6de-49ee-9a58-654600f7b89d 2019-01-09 11:24:47,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-aa61fa95-5d7e-4ee3-94dd-de777e7737ad x-compute-request-id: req-aa61fa95-5d7e-4ee3-94dd-de777e7737ad Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:47,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-aa61fa95-5d7e-4ee3-94dd-de777e7737ad 2019-01-09 11:24:47,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-b20233c8-ee8b-498f-bae4-b2902cb6e9ea x-compute-request-id: req-b20233c8-ee8b-498f-bae4-b2902cb6e9ea Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:47,721 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-b20233c8-ee8b-498f-bae4-b2902cb6e9ea 2019-01-09 11:24:48,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:48,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:48,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:49,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-966bf0f6-91cd-4e02-8814-d038f78a0ca2 x-compute-request-id: req-966bf0f6-91cd-4e02-8814-d038f78a0ca2 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:49,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-966bf0f6-91cd-4e02-8814-d038f78a0ca2 2019-01-09 11:24:49,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-38e717b2-85b6-4f10-a459-cd842f021cc7 x-compute-request-id: req-38e717b2-85b6-4f10-a459-cd842f021cc7 Content-Encoding: gzip Content-Length: 8149 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:49,731 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-38e717b2-85b6-4f10-a459-cd842f021cc7 2019-01-09 11:24:49,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-8b8e1ca9-b8f6-4d92-806b-3dd2a508fcbb x-compute-request-id: req-8b8e1ca9-b8f6-4d92-806b-3dd2a508fcbb Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:49,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-8b8e1ca9-b8f6-4d92-806b-3dd2a508fcbb 2019-01-09 11:24:50,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:50,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:50,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:51,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-35d512f4-29b6-4411-ae53-942402086745 x-compute-request-id: req-35d512f4-29b6-4411-ae53-942402086745 Content-Encoding: gzip Content-Length: 8151 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:24:51,801 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-35d512f4-29b6-4411-ae53-942402086745 2019-01-09 11:24:51,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-18dadd9a-737b-40ed-819e-083bcac5c08b x-compute-request-id: req-18dadd9a-737b-40ed-819e-083bcac5c08b 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:51,802 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-18dadd9a-737b-40ed-819e-083bcac5c08b 2019-01-09 11:24:51,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-459dc3d4-80f5-4ed5-84f8-e820a334803c x-compute-request-id: req-459dc3d4-80f5-4ed5-84f8-e820a334803c Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:51,871 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-459dc3d4-80f5-4ed5-84f8-e820a334803c 2019-01-09 11:24:52,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:52,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:52,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:53,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-114cebe1-9882-40ce-84f0-e5db24fd923c x-compute-request-id: req-114cebe1-9882-40ce-84f0-e5db24fd923c Content-Encoding: gzip Content-Length: 8151 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:24:53,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-114cebe1-9882-40ce-84f0-e5db24fd923c 2019-01-09 11:24:53,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-531e1d26-ed42-4674-a1db-bc9995a4df60 x-compute-request-id: req-531e1d26-ed42-4674-a1db-bc9995a4df60 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:53,888 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-531e1d26-ed42-4674-a1db-bc9995a4df60 2019-01-09 11:24:53,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-11549b8b-a008-42fd-8148-84c78a9fa449 x-compute-request-id: req-11549b8b-a008-42fd-8148-84c78a9fa449 Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:53,950 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-11549b8b-a008-42fd-8148-84c78a9fa449 2019-01-09 11:24:54,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:54,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:54,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:55,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-592edb9d-ec37-496e-b3f2-ab029d846a9b x-compute-request-id: req-592edb9d-ec37-496e-b3f2-ab029d846a9b Content-Encoding: gzip Content-Length: 8151 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:24:55,963 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-592edb9d-ec37-496e-b3f2-ab029d846a9b 2019-01-09 11:24:55,965 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-2d6684e3-1526-4b10-af30-32aa93d3dfb1 x-compute-request-id: req-2d6684e3-1526-4b10-af30-32aa93d3dfb1 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:55,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-2d6684e3-1526-4b10-af30-32aa93d3dfb1 2019-01-09 11:24:56,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-a3fd7061-27e4-445e-8508-aa641848c335 x-compute-request-id: req-a3fd7061-27e4-445e-8508-aa641848c335 Content-Encoding: gzip Content-Length: 11124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472533956 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.130093] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131731] pid_max: default: 32768 minimum: 301\n[ 0.132617] ACPI: Core revision 20150930\n[ 0.133998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135403] Security Framework initialized\n[ 0.136222] Yama: becoming mindful.\n[ 0.136940] AppArmor: AppArmor initialized\n[ 0.137843] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139178] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140446] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141641] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Initializing cgroup subsys io\n[ 0.143827] Initializing cgroup subsys memory\n[ 0.144685] Initializing cgroup subsys devices\n[ 0.145566] Initializing cgroup subsys freezer\n[ 0.146433] Initializing cgroup subsys net_cls\n[ 0.147423] Initializing cgroup subsys perf_event\n[ 0.148409] Initializing cgroup subsys net_prio\n[ 0.149331] Initializing cgroup subsys hugetlb\n[ 0.150231] Initializing cgroup subsys pids\n[ 0.151100] CPU: Physical Processor ID: 0\n[ 0.152598] mce: CPU supports 10 MCE banks\n[ 0.153476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165566] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171928] ftrace: allocating 31920 entries in 125 pages\n[ 0.198373] smpboot: Max logical packages: 1\n[ 0.199467] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201128] x2apic enabled\n[ 0.202102] Switched APIC routing to physical x2apic.\n[ 0.203930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205079] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207128] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208950] KVM setup paravirtual spinlock\n[ 0.210284] x86: Booted up 1 node, 1 CPUs\n[ 0.211105] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212548] devtmpfs: initialized\n[ 0.214275] evm: security.selinux\n[ 0.214978] evm: security.SMACK64\n[ 0.215689] evm: security.SMACK64EXEC\n[ 0.216448] evm: security.SMACK64TRANSMUTE\n[ 0.217287] evm: security.SMACK64MMAP\n[ 0.218031] evm: security.ima\n[ 0.218702] evm: security.capability\n[ 0.219537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221416] pinctrl core: initialized pinctrl subsystem\n[ 0.222566] RTC time: 11:22:52, date: 01/09/19\n[ 0.223680] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225747] cpuidle: using governor menu\n[ 0.226693] PCCT header not found.\n[ 0.227578] ACPI: bus type PCI registered\n[ 0.228558] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229986] PCI: Using configuration type 1 for base access\n[ 0.231952] ACPI: Added _OSI(Module Device)\n[ 0.232902] ACPI: Added _OSI(Processor Device)\n[ 0.233936] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235002] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237268] ACPI: Interpreter enabled\n[ 0.238166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.240153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241987] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245741] ACPI: (supports S0 S5)\n[ 0.246441] ACPI: Using IOAPIC for interrupt routing\n[ 0.247515] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250854] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.252198] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253640] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257578] acpiphp: Slot [3] registered\n[ 0.258503] acpiphp: Slot [4] registered\n[ 0.259343] acpiphp: Slot [5] registered\n[ 0.260310] acpiphp: Slot [6] registered\n[ 0.261219] acpiphp: Slot [7] registered\n[ 0.262137] acpiphp: Slot [8] registered\n[ 0.263066] acpiphp: Slot [9] registered\n[ 0.263863] acpiphp: Slot [10] registered\n[ 0.264672] acpiphp: Slot [11] registered\n[ 0.265486] acpiphp: Slot [12] registered\n[ 0.266300] acpiphp: Slot [13] registered\n[ 0.267119] acpiphp: Slot [14] registered\n[ 0.267916] acpiphp: Slot [15] registered\n[ 0.278901] acpiphp: Slot [16] registered\n[ 0.279776] acpiphp: Slot [17] registered\n[ 0.280586] acpiphp: Slot [18] registered\n[ 0.281393] acpiphp: Slot [19] registered\n[ 0.282190] acpiphp: Slot [20] registered\n[ 0.283004] acpiphp: Slot [21] registered\n[ 0.283827] acpiphp: Slot [22] registered\n[ 0.284633] acpiphp: Slot [23] registered\n[ 0.285450] acpiphp: Slot [24] registered\n[ 0.286303] acpiphp: Slot [25] registered\n[ 0.287126] acpiphp: Slot [26] registered\n[ 0.287950] acpiphp: Slot [27] registered\n[ 0.288747] acpiphp: Slot [28] registered\n[ 0.289589] acpiphp: Slot [29] registered\n[ 0.290456] acpiphp: Slot [30] registered\n[ 0.291279] acpiphp: Slot [31] registered\n[ 0.292115] PCI host bridge to bus 0000:00\n[ 0.292917] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.296938] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298401] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.305953] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307235] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308570] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364729] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366261] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367706] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370554] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372476] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373681] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374770] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376342] vgaarb: loaded\n[ 0.376988] vgaarb: bridge control possible 0000:00:02.0\n[ 0.378123] SCSI subsystem initialized\n[ 0.378958] ACPI: bus type USB registered\n[ 0.379793] usbcore: registered new interface driver usbfs\n[ 0.380837] usbcore: registered new interface driver hub\n[ 0.381901] usbcore: registered new device driver usb\n[ 0.382982] PCI: Using ACPI for IRQ routing\n[ 0.384071] NetLabel: Initializing\n[ 0.384779] NetLabel: domain hash size = 128\n[ 0.385672] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386746] NetLabel: unlabeled traffic allowed by default\n[ 0.387865] clocksource: Switched to clocksource kvm-clock\n[ 0.393346] AppArmor: AppArmor Filesystem Enabled\n[ 0.394381] pnp: PnP ACPI init\n[ 0.395323] pnp: PnP ACPI: found 5 devices\n[ 0.401741] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.403422] NET: Registered protocol family 2\n[ 0.404471] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405800] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.407018] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.408261] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409413] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.410618] NET: Registered protocol family 1\n[ 0.411613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412724] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413868] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.427865] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442003] Trying to unpack rootfs image as initramfs...\n[ 0.493046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507794] Scanning for low memory corruption every 60 seconds\n[ 0.509772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.511558] audit: initializing netlink subsys (disabled)\n[ 0.513153] audit: type=2000 audit(1547032973.707:1): initialized\n[ 0.515115] Initialise system trusted keyring\n[ 0.516501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518302] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520975] zbud: loaded\n[ 0.521940] VFS: Disk quotas dquot_6.6.0\n[ 0.522830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524385] fuse init (API version 7.23)\n[ 0.525275] Key type big_key registered\n[ 0.526071] Allocating IMA MOK and blacklist keyrings.\n[ 0.527535] Key type asymmetric registered\n[ 0.528372] Asymmetric key parser 'x509' registered\n[ 0.529319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530775] io scheduler noop registered\n[ 0.531566] io scheduler deadline registered (default)\n[ 0.532557] io scheduler cfq registered\n[ 0.533430] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534464] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537169] ACPI: Power Button [PWRF]\n[ 0.538013] GHES: HEST is not enabled!\n[ 0.551674] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579710] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.609589] Linux agpgart interface v0.103\n[ 0.611618] brd: module loaded\n[ 0.612789] loop: module loaded\n[ 0.622172] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623617] GPT:90111 != 2097151\n[ 0.624292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625379] GPT:90111 != 2097151\n[ 0.626043] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626991] vda: vda1 vda15\n[ 0.628499] scsi host0: ata_piix\n[ 0.629234] scsi host1: ata_piix\n[ 0.629971] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.631286] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633010] libphy: Fixed MDIO Bus: probed\n[ 0.633998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635150] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637546] PPP generic driver version 2.4.2\n[ 0.638699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640148] ehci-pci: EHCI PCI platform driver\n[ 0.641190] ehci-platform: EHCI generic platform driver\n[ 0.642389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643744] ohci-pci: OHCI PCI platform driver\n[ 0.644787] ohci-platform: OHCI generic platform driver\n[ 0.645984] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661803] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663528] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664746] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.666083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667569] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669268] usb usb1: Product: UHCI Host Controller\n[ 0.670381] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671758] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672898] hub 1-0:1.0: USB hub found\n[ 0.673821] hub 1-0:1.0: 2 ports detected\n[ 0.674870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677303] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678450] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679659] mousedev: PS/2 mouse device common for all mice\n[ 0.681162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683330] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684608] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686035] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687466] i2c /dev entries driver\n[ 0.688368] device-mapper: uevent: version 1.0.3\n[ 0.689492] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691437] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692963] NET: Registered protocol family 10\n[ 0.694119] NET: Registered protocol family 17\n[ 0.695177] Key type dns_resolver registered\n[ 0.696269] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699679] registered taskstats version 1\n[ 0.700675] Loading compiled-in X.509 certificates\n[ 0.702294] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704530] zswap: loaded using pool lzo/zbud\n[ 0.706078] Key type trusted registered\n[ 0.707765] Key type encrypted registered\n[ 0.708765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710004] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711244] evm: HMAC attrs: 0x1\n[ 0.712324] Magic number: 3:632:377\n[ 0.713254] acpi PNP0700:00: hash matches\n[ 0.714355] rtc_cmos 00:00: setting system clock to 2019-01-09 11:22:53 UTC (1547032973)\n[ 0.716268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717617] EDD information not available.\n[ 0.792821] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805422] Write protecting the kernel read-only data: 14336k\n[ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.852712] random: blkid urandom read with 2 bits 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.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.99. iid=i-00000170\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ7t9370kH+QInKh2ZjZA25iFyF4LldBIdERXCsfhgwJdy47BseZqPTLMPCLvvFjBBeRLcF/68zeS5zYyTf9aXmatBORC8vSbCkdqR0PvgGrFFT0I9IQwHCiGxm1LPx5K8NYjELYAGHMVBpnygFvzMQq5io/JjsYqNcdwvhEB9+opPuywsj7bVVMSv1Hmg2UedxqCRVqGP4F5Jhy/+sBOIfXHb7vq+XWF+Va5RMxlgAjceoLDwuS6GiUC+HTEnuXZ2Ac/+ez/zG74t6jCOAVMpoDIgURszs6RqcKZTmxE9bLAEK6D00qBNFfqP4494zoWJEYkazZqzlTWhG0TAapCf root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMSJTh+NDwkHtuTcACwN3Tgoa6wwYMQ2a+3sWWxNlTOMRZbhexOAfrcHz3aborVoQETF8hKmvsOMWG0Q5b4TiWVdxQiRwUDRyTGCOGE4E9dgKZlkyVUtwaJd0vjM36IUJvVYoUl19qMPWNC7soLX0NZvvXr/2b2KFdjZ0ZrWRMsLAAAAFQCzIoP7pnuRtJ+oGyowQsLOTT8y/wAAAIEAqmwscKjyzLDves/56ZhKVQD3NPnobYifRLHEhUBo0BTHlBdhyj/MIQE8j2l5i2lgJci6s7nOr8yMaY6uPYF9zSaYmXVSNxMjVg8EB1vQpYcoJS7Pr4y8shX8Z1Bh52eiPCMbj4BzvSLa3drx2kAH5b73FNyX8Ela3GjBmvQT18EAAACAKBIOlUEZInS+OjLMzXlCfHd3UzxrBWBGDt8Yh4WPdnZSQ7oW/Nhu0yJbPPLdWYYWBGScancKQSGk9AgucRjxSIXIxvcuDcmjYoZNz4TBictIIOokYGAtxu47Uhofea27un3FGNThwZ4uioVsAwQX79FNAFM0M2TE0C4DSrLnI2k= 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.12,24,fe80::f816:3eff:fefe:2052/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000170\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n/dev/root resized successfully [took 1.52s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FE:20:52 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefe:2052/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:64 errors:0 dropped:5 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8064 (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.3 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-10-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.149196] usb 1-1: Product: QEMU USB Tablet\n[ 1.149199] usb 1-1: Manufacturer: QEMU\n[ 1.149201] usb 1-1: SerialNumber: 42\n[ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\n[ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.022752] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nJan 9 11:22:53 cirros kern.info kernel: [ 0.807237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.809365] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821357] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nJan 9 11:22:53 cirros kern.info kernel: [ 0.821358] e1000: Copyright (c) 1999-2006 Intel Corporation.\nJan 9 11:22:53 cirros kern.info kernel: [ 0.823008] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nJan 9 11:22:53 cirros kern.info kernel: [ 0.825976] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nJan 9 11:22:53 cirros kern.info kernel: [ 0.827941] ip_tables: (C) 2000-2006 Netfilter Core Team\nJan 9 11:22:53 cirros kern.info kernel: [ 0.850558] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.851258] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.notice kernel: [ 0.852712] random: blkid urandom read with 2 bits of entropy available\nJan 9 11:22:53 cirros kern.info kernel: [ 0.854567] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nJan 9 11:22:53 cirros kern.info kernel: [ 0.899775] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nJan 9 11:22:53 cirros kern.info kernel: [ 0.987901] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nJan 9 11:22:53 cirros kern.info kernel: [ 1.056403] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.068434] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149187] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149193] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149196] usb 1-1: Product: QEMU USB Tablet\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149199] usb 1-1: Manufacturer: QEMU\nJan 9 11:22:53 cirros kern.info kernel: [ 1.149201] usb 1-1: SerialNumber: 42\nJan 9 11:22:54 cirros kern.info kernel: [ 1.504121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nJan 9 11:22:55 cirros auth.notice su: + /dev/console root:cirros\nJan 9 11:22:56 cirros authpriv.info dropbear[341]: Running in background\nJan 9 11:22:56 cirros kern.info kernel: [ 3.672876] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nJan 9 11:22:56 cirros kern.info kernel: [ 4.022752] 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: "} 2019-01-09 11:24:56,028 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-a3fd7061-27e4-445e-8508-aa641848c335 2019-01-09 11:24:56,886 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2019-01-09 11:24:56,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" -d '{"forceDelete": null}' 2019-01-09 11:24:56,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3c8c5bc2d6279b35b76f4b15a05524ef64fc824" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:56,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ef842d97f54328bfd9cead658e4a396103d8431" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:57,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bbe395e96fe07aebf07100b7fa6886361bbbe9a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:24:57,085 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11: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 x-openstack-request-id: req-994cc081-a911-48d4-8b31-6f98f6b36902 x-compute-request-id: req-994cc081-a911-48d4-8b31-6f98f6b36902 Content-Length: 0 Content-Type: application/json 2019-01-09 11:24:57,085 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-994cc081-a911-48d4-8b31-6f98f6b36902 2019-01-09 11:24:58,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-3222d5cf-cd6c-4971-990b-a5504b0ac246 x-compute-request-id: req-3222d5cf-cd6c-4971-990b-a5504b0ac246 Content-Encoding: gzip Content-Length: 8151 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 562274524 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133217] pid_max: default: 32768 minimum: 301\n[ 0.134111] ACPI: Core revision 20150930\n[ 0.135498] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136806] Security Framework initialized\n[ 0.137623] Yama: becoming mindful.\n[ 0.138354] AppArmor: AppArmor initialized\n[ 0.139215] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140543] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143019] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144406] Initializing cgroup subsys io\n[ 0.145222] Initializing cgroup subsys memory\n[ 0.146079] Initializing cgroup subsys devices\n[ 0.146964] Initializing cgroup subsys freezer\n[ 0.147835] Initializing cgroup subsys net_cls\n[ 0.148701] Initializing cgroup subsys perf_event\n[ 0.149610] Initializing cgroup subsys net_prio\n[ 0.150492] Initializing cgroup subsys hugetlb\n[ 0.151360] Initializing cgroup subsys pids\n[ 0.152237] CPU: Physical Processor ID: 0\n[ 0.153747] mce: CPU supports 10 MCE banks\n[ 0.154603] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155596] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167485] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173893] ftrace: allocating 31920 entries in 125 pages\n[ 0.200026] smpboot: Max logical packages: 1\n[ 0.200877] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202225] x2apic enabled\n[ 0.203041] Switched APIC routing to physical x2apic.\n[ 0.204807] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207900] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209678] KVM setup paravirtual spinlock\n[ 0.210960] x86: Booted up 1 node, 1 CPUs\n[ 0.211762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213149] devtmpfs: initialized\n[ 0.214855] evm: security.selinux\n[ 0.215554] evm: security.SMACK64\n[ 0.216240] evm: security.SMACK64EXEC\n[ 0.216975] evm: security.SMACK64TRANSMUTE\n[ 0.217783] evm: security.SMACK64MMAP\n[ 0.218527] evm: security.ima\n[ 0.219165] evm: security.capability\n[ 0.219960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221798] pinctrl core: initialized pinctrl subsystem\n[ 0.222896] RTC time: 11:23:19, date: 01/09/19\n[ 0.223845] NET: Registered protocol family 16\n[ 0.224808] cpuidle: using governor ladder\n[ 0.225624] cpuidle: using governor menu\n[ 0.226407] PCCT header not found.\n[ 0.227163] ACPI: bus type PCI registered\n[ 0.227957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229195] PCI: Using configuration type 1 for base access\n[ 0.230941] ACPI: Added _OSI(Module Device)\n[ 0.231785] ACPI: Added _OSI(Processor Device)\n[ 0.232645] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235637] ACPI: Interpreter enabled\n[ 0.236413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241944] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243781] ACPI: (supports S0 S5)\n[ 0.244491] ACPI: Using IOAPIC for interrupt routing\n[ 0.245545] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249757] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250988] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252178] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254385] acpiphp: Slot [3] registered\n[ 0.255185] acpiphp: Slot [4] registered\n[ 0.255978] acpiphp: Slot [5] registered\n[ 0.256776] acpiphp: Slot [6] registered\n[ 0.257570] acpiphp: Slot [7] registered\n[ 0.258368] acpiphp: Slot [8] registered\n[ 0.259167] acpiphp: Slot [9] registered\n[ 0.259955] acpiphp: Slot [10] registered\n[ 0.260762] acpiphp: Slot [11] registered\n[ 0.261579] acpiphp: Slot [12] registered\n[ 0.262390] acpiphp: Slot [13] registered\n[ 0.263195] acpiphp: Slot [14] registered\n[ 0.263996] acpiphp: Slot [15] registered\n[ 0.274733] acpiphp: Slot [16] registered\n[ 0.275548] acpiphp: Slot [17] registered\n[ 0.276356] acpiphp: Slot [18] registered\n[ 0.277159] acpiphp: Slot [19] registered\n[ 0.277959] acpiphp: Slot [20] registered\n[ 0.278769] acpiphp: Slot [21] registered\n[ 0.279577] acpiphp: Slot [22] registered\n[ 0.280380] acpiphp: Slot [23] registered\n[ 0.281184] acpiphp: Slot [24] registered\n[ 0.281985] acpiphp: Slot [25] registered\n[ 0.282794] acpiphp: Slot [26] registered\n[ 0.283602] acpiphp: Slot [27] registered\n[ 0.284407] acpiphp: Slot [28] registered\n[ 0.285212] acpiphp: Slot [29] registered\n[ 0.286012] acpiphp: Slot [30] registered\n[ 0.286825] acpiphp: Slot [31] registered\n[ 0.287633] PCI host bridge to bus 0000:00\n[ 0.288438] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289644] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290867] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292322] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293775] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302506] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303784] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310253] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357985] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359487] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362341] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365004] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366394] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367459] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369028] vgaarb: loaded\n[ 0.369637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370777] SCSI subsystem initialized\n[ 0.371603] ACPI: bus type USB registered\n[ 0.372425] usbcore: registered new interface driver usbfs\n[ 0.373470] usbcore: registered new interface driver hub\n[ 0.374484] usbcore: registered new device driver usb\n[ 0.375544] PCI: Using ACPI for IRQ routing\n[ 0.376569] NetLabel: Initializing\n[ 0.377289] NetLabel: domain hash size = 128\n[ 0.378151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379108] NetLabel: unlabeled traffic allowed by default\n[ 0.380210] clocksource: Switched to clocksource kvm-clock\n[ 0.385627] AppArmor: AppArmor Filesystem Enabled\n[ 0.386598] pnp: PnP ACPI init\n[ 0.387509] pnp: PnP ACPI: found 5 devices\n[ 0.393886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395614] NET: Registered protocol family 2\n[ 0.396583] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397867] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399047] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400232] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401325] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402512] NET: Registered protocol family 1\n[ 0.403387] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404502] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405591] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433822] Trying to unpack rootfs image as initramfs...\n[ 0.482910] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496963] Scanning for low memory corruption every 60 seconds\n[ 0.498297] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499456] audit: initializing netlink subsys (disabled)\n[ 0.500492] audit: type=2000 audit(1547033000.029:1): initialized\n[ 0.501802] Initialise system trusted keyring\n[ 0.502736] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503909] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505878] zbud: loaded\n[ 0.506590] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508941] fuse init (API version 7.23)\n[ 0.509846] Key type big_key registered\n[ 0.510660] Allocating IMA MOK and blacklist keyrings.\n[ 0.512140] Key type asymmetric registered\n[ 0.512978] Asymmetric key parser 'x509' registered\n[ 0.513941] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515422] io scheduler noop registered\n[ 0.516235] io scheduler deadline registered (default)\n[ 0.517238] io scheduler cfq registered\n[ 0.518072] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520419] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521889] ACPI: Power Button [PWRF]\n[ 0.522743] GHES: HEST is not enabled!\n[ 0.536338] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564289] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591610] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593852] Linux agpgart interface v0.103\n[ 0.595859] brd: module loaded\n[ 0.597034] loop: module loaded\n[ 0.601431] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602878] GPT:90111 != 2097151\n[ 0.603552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604649] GPT:90111 != 2097151\n[ 0.605324] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606286] vda: vda1 vda15\n[ 0.607788] scsi host0: ata_piix\n[ 0.608533] scsi host1: ata_piix\n[ 0.609242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610454] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611887] libphy: Fixed MDIO Bus: probed\n[ 0.612717] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613669] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615804] PPP generic driver version 2.4.2\n[ 0.616707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617995] ehci-pci: EHCI PCI platform driver\n[ 0.618867] ehci-platform: EHCI generic platform driver\n[ 0.619857] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620992] ohci-pci: OHCI PCI platform driver\n[ 0.621870] ohci-platform: OHCI generic platform driver\n[ 0.622862] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638228] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639691] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640730] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644506] usb usb1: Product: UHCI Host Controller\n[ 0.645454] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646602] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647608] hub 1-0:1.0: USB hub found\n[ 0.648393] hub 1-0:1.0: 2 ports detected\n[ 0.649301] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651417] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652377] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653402] mousedev: PS/2 mouse device common for all mice\n[ 0.654642] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656478] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658756] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659943] i2c /dev entries driver\n[ 0.660703] device-mapper: uevent: version 1.0.3\n[ 0.661638] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663260] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664549] NET: Registered protocol family 10\n[ 0.665556] NET: Registered protocol family 17\n[ 0.666449] Key type dns_resolver registered\n[ 0.667374] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668480] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670233] registered taskstats version 1\n[ 0.671062] Loading compiled-in X.509 certificates\n[ 0.672510] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674371] zswap: loaded using pool lzo/zbud\n[ 0.675723] Key type trusted registered\n[ 0.677287] Key type encrypted registered\n[ 0.678099] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.679120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.680149] evm: HMAC attrs: 0x1\n[ 0.681450] Magic number: 3:632:377\n[ 0.682236] acpi PNP0700:00: hash matches\n[ 0.683091] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:20 UTC (1547033000)\n[ 0.684702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.685820] EDD information not available.\n[ 0.764721] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.766159] ata1.00: configured for MWDMA2\n[ 0.777526] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.779704] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.780928] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.782173] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.784023] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785554] Write protecting the kernel read-only data: 14336k\n[ 0.787118] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788917] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.12\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325684] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.75s]\nping 10.10.10.9 OK\nping 10.10.10.12 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:24:58,046 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-3222d5cf-cd6c-4971-990b-a5504b0ac246 2019-01-09 11:24:58,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-58b64f7d-ffa0-4709-bed9-62a8923e79ae x-compute-request-id: req-58b64f7d-ffa0-4709-bed9-62a8923e79ae 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 514848196 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132531] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134148] pid_max: default: 32768 minimum: 301\n[ 0.135027] ACPI: Core revision 20150930\n[ 0.136390] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137667] Security Framework initialized\n[ 0.138458] Yama: becoming mindful.\n[ 0.139174] AppArmor: AppArmor initialized\n[ 0.140028] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141334] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145122] Initializing cgroup subsys io\n[ 0.145922] Initializing cgroup subsys memory\n[ 0.146763] Initializing cgroup subsys devices\n[ 0.147626] Initializing cgroup subsys freezer\n[ 0.148472] Initializing cgroup subsys net_cls\n[ 0.149321] Initializing cgroup subsys perf_event\n[ 0.150213] Initializing cgroup subsys net_prio\n[ 0.151077] Initializing cgroup subsys hugetlb\n[ 0.151933] Initializing cgroup subsys pids\n[ 0.152788] CPU: Physical Processor ID: 0\n[ 0.154271] mce: CPU supports 10 MCE banks\n[ 0.155103] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166734] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173082] ftrace: allocating 31920 entries in 125 pages\n[ 0.199364] smpboot: Max logical packages: 1\n[ 0.200211] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201538] x2apic enabled\n[ 0.202330] Switched APIC routing to physical x2apic.\n[ 0.204078] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205174] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207125] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208878] KVM setup paravirtual spinlock\n[ 0.210154] x86: Booted up 1 node, 1 CPUs\n[ 0.210951] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212313] devtmpfs: initialized\n[ 0.214016] evm: security.selinux\n[ 0.214704] evm: security.SMACK64\n[ 0.215377] evm: security.SMACK64EXEC\n[ 0.216109] evm: security.SMACK64TRANSMUTE\n[ 0.216900] evm: security.SMACK64MMAP\n[ 0.217628] evm: security.ima\n[ 0.218259] evm: security.capability\n[ 0.219048] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220859] pinctrl core: initialized pinctrl subsystem\n[ 0.221930] RTC time: 11:23:06, date: 01/09/19\n[ 0.222874] NET: Registered protocol family 16\n[ 0.223829] cpuidle: using governor ladder\n[ 0.224628] cpuidle: using governor menu\n[ 0.225394] PCCT header not found.\n[ 0.226129] ACPI: bus type PCI registered\n[ 0.226922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228147] PCI: Using configuration type 1 for base access\n[ 0.229886] ACPI: Added _OSI(Module Device)\n[ 0.230713] ACPI: Added _OSI(Processor Device)\n[ 0.231560] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232440] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234553] ACPI: Interpreter enabled\n[ 0.235312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238945] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242560] ACPI: (supports S0 S5)\n[ 0.243248] ACPI: Using IOAPIC for interrupt routing\n[ 0.244194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247246] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248369] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252906] acpiphp: Slot [3] registered\n[ 0.253690] acpiphp: Slot [4] registered\n[ 0.254470] acpiphp: Slot [5] registered\n[ 0.255258] acpiphp: Slot [6] registered\n[ 0.256041] acpiphp: Slot [7] registered\n[ 0.256818] acpiphp: Slot [8] registered\n[ 0.257595] acpiphp: Slot [9] registered\n[ 0.258367] acpiphp: Slot [10] registered\n[ 0.259154] acpiphp: Slot [11] registered\n[ 0.259949] acpiphp: Slot [12] registered\n[ 0.260747] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262321] acpiphp: Slot [15] registered\n[ 0.273204] acpiphp: Slot [16] registered\n[ 0.274004] acpiphp: Slot [17] registered\n[ 0.274796] acpiphp: Slot [18] registered\n[ 0.275585] acpiphp: Slot [19] registered\n[ 0.276369] acpiphp: Slot [20] registered\n[ 0.277162] acpiphp: Slot [21] registered\n[ 0.277954] acpiphp: Slot [22] registered\n[ 0.278747] acpiphp: Slot [23] registered\n[ 0.279541] acpiphp: Slot [24] registered\n[ 0.280326] acpiphp: Slot [25] registered\n[ 0.281116] acpiphp: Slot [26] registered\n[ 0.281907] acpiphp: Slot [27] registered\n[ 0.282702] acpiphp: Slot [28] registered\n[ 0.283497] acpiphp: Slot [29] registered\n[ 0.284286] acpiphp: Slot [30] registered\n[ 0.285086] acpiphp: Slot [31] registered\n[ 0.285876] PCI host bridge to bus 0000:00\n[ 0.286664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287847] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289032] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290444] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291863] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298113] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299371] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300529] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309475] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355426] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358316] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359705] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361066] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363422] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364614] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366119] vgaarb: loaded\n[ 0.366709] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367822] SCSI subsystem initialized\n[ 0.368627] ACPI: bus type USB registered\n[ 0.369424] usbcore: registered new interface driver usbfs\n[ 0.370429] usbcore: registered new interface driver hub\n[ 0.371415] usbcore: registered new device driver usb\n[ 0.372452] PCI: Using ACPI for IRQ routing\n[ 0.373453] NetLabel: Initializing\n[ 0.374153] NetLabel: domain hash size = 128\n[ 0.374986] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375911] NetLabel: unlabeled traffic allowed by default\n[ 0.376982] clocksource: Switched to clocksource kvm-clock\n[ 0.382358] AppArmor: AppArmor Filesystem Enabled\n[ 0.383310] pnp: PnP ACPI init\n[ 0.384208] pnp: PnP ACPI: found 5 devices\n[ 0.390554] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392211] NET: Registered protocol family 2\n[ 0.393162] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394407] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395556] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396691] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398894] NET: Registered protocol family 1\n[ 0.399744] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400823] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401876] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415871] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430344] Trying to unpack rootfs image as initramfs...\n[ 0.481117] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495157] Scanning for low memory corruption every 60 seconds\n[ 0.497096] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498723] audit: initializing netlink subsys (disabled)\n[ 0.500182] audit: type=2000 audit(1547032987.473:1): initialized\n[ 0.501667] Initialise system trusted keyring\n[ 0.502672] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503989] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506192] zbud: loaded\n[ 0.506987] VFS: Disk quotas dquot_6.6.0\n[ 0.507913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509759] fuse init (API version 7.23)\n[ 0.510743] Key type big_key registered\n[ 0.511890] Allocating IMA MOK and blacklist keyrings.\n[ 0.513479] Key type asymmetric registered\n[ 0.514681] Asymmetric key parser 'x509' registered\n[ 0.516074] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.518582] io scheduler noop registered\n[ 0.519739] io scheduler deadline registered (default)\n[ 0.521198] io scheduler cfq registered\n[ 0.522379] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.523889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.525729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.527855] ACPI: Power Button [PWRF]\n[ 0.529036] GHES: HEST is not enabled!\n[ 0.543077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578090] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.605449] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.608264] Linux agpgart interface v0.103\n[ 0.611200] brd: module loaded\n[ 0.612741] loop: module loaded\n[ 0.624806] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.627205] GPT:90111 != 2097151\n[ 0.628295] GPT:Alternate GPT header not at the end of the disk.\n[ 0.630109] GPT:90111 != 2097151\n[ 0.631229] GPT: Use GNU Parted to correct GPT errors.\n[ 0.632699] vda: vda1 vda15\n[ 0.634834] scsi host0: ata_piix\n[ 0.635582] scsi host1: ata_piix\n[ 0.636289] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637515] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.638965] libphy: Fixed MDIO Bus: probed\n[ 0.639784] tun: Universal TUN/TAP device driver, 1.6\n[ 0.640729] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643057] PPP generic driver version 2.4.2\n[ 0.643951] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645241] ehci-pci: EHCI PCI platform driver\n[ 0.646123] ehci-platform: EHCI generic platform driver\n[ 0.647120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648241] ohci-pci: OHCI PCI platform driver\n[ 0.649120] ohci-platform: OHCI generic platform driver\n[ 0.650115] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664555] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665562] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667010] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668028] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671781] usb usb1: Product: UHCI Host Controller\n[ 0.672710] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674908] hub 1-0:1.0: USB hub found\n[ 0.675688] hub 1-0:1.0: 2 ports detected\n[ 0.676602] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680707] mousedev: PS/2 mouse device common for all mice\n[ 0.681981] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683832] rtc_cmos 00:00: RTC can wake from S4\n[ 0.684930] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686134] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687329] i2c /dev entries driver\n[ 0.688092] device-mapper: uevent: version 1.0.3\n[ 0.689052] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690681] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691970] NET: Registered protocol family 10\n[ 0.692992] NET: Registered protocol family 17\n[ 0.693888] Key type dns_resolver registered\n[ 0.694827] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695926] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697676] registered taskstats version 1\n[ 0.698508] Loading compiled-in X.509 certificates\n[ 0.699939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.701792] zswap: loaded using pool lzo/zbud\n[ 0.703191] Key type trusted registered\n[ 0.704762] Key type encrypted registered\n[ 0.705602] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706631] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707674] evm: HMAC attrs: 0x1\n[ 0.708618] Magic number: 3:632:377\n[ 0.709418] acpi PNP0700:00: hash matches\n[ 0.710278] rtc_cmos 00:00: setting system clock to 2019-01-09 11:23:07 UTC (1547032987)\n[ 0.711878] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712996] EDD information not available.\n[ 0.793541] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.794988] ata1.00: configured for MWDMA2\n[ 0.807112] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.809360] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.810581] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.811831] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.813706] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.815229] Write protecting the kernel read-only data: 14336k\n[ 0.816805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.818615] 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.27\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.475981] 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.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.11s]\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\nping 10.10.10.12 OK\n"} 2019-01-09 11:24:58,091 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-58b64f7d-ffa0-4709-bed9-62a8923e79ae 2019-01-09 11:24:58,286 - novaclient.v2.client - DEBUG - RESP: [500] Date: Wed, 09 Jan 2019 11: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-a7798701-da98-4862-8ad7-b6047bf999a2 x-compute-request-id: req-a7798701-da98-4862-8ad7-b6047bf999a2 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}} 2019-01-09 11:24:58,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/907a8e90-00a2-4402-a99c-0f19832bd6b6/action used request id req-a7798701-da98-4862-8ad7-b6047bf999a2 2019-01-09 11:24:58,287 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2019-01-09 11:24:58,299 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2019-01-09 11:24:58,299 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=8d8e6cb2-c4ab-4c9e-b00e-e66d13698771 network=e73ed35a-5130-45e5-8a90-d2bbb62767ef secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.9 10.10.10.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2019-01-09 11:24:58,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:24:58,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:24:58,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:24:58,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:24:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:24:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:24:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:24:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:24:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:24:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:24:58,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:24:58,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:24:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:24:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:24:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:24:58,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:24:58,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:24:58,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:24:58,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:24:58,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:24:58,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:24:58,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:24:58,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:24:58,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:24:58,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:24:58,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:24:58,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:24:58,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:24:58,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:24:58,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:24:58,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:24:58,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:24:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:24:58,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd13dc41-3bed-4a1b-ae35-51ee7702a00c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:24:58,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bd13dc41-3bed-4a1b-ae35-51ee7702a00c 2019-01-09 11:24:58,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:24:58,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["7zi8CeIATjaDbQrAIFYnIw"], "issued_at": "2019-01-09T11:24:58.000000Z"}} 2019-01-09 11:24:58,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" 2019-01-09 11:24:58,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-9dbaf8eb-263d-4778-aac4-c85c23750649 x-compute-request-id: req-9dbaf8eb-263d-4778-aac4-c85c23750649 Content-Encoding: gzip Content-Length: 162 Content-Type: application/json RESP BODY: {"flavors": [{"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:24:58,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9dbaf8eb-263d-4778-aac4-c85c23750649 2019-01-09 11:24:58,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" 2019-01-09 11:24:58,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:24: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-cd4b6b98-d030-453b-9a12-687329fd4ec8 x-compute-request-id: req-cd4b6b98-d030-453b-9a12-687329fd4ec8 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:24:58,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787 used request id req-cd4b6b98-d030-453b-9a12-687329fd4ec8 2019-01-09 11:24:58,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC45IDEwLjEwLjEwLjgKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e73ed35a-5130-45e5-8a90-d2bbb62767ef"}], "config_drive": true}}' 2019-01-09 11:25:00,756 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:24: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-c099036d-7c7f-44f0-88b9-07d3d29bb105 x-compute-request-id: req-c099036d-7c7f-44f0-88b9-07d3d29bb105 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "adminPass": "zU8TFqZsK3tY"}} 2019-01-09 11:25:00,756 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c099036d-7c7f-44f0-88b9-07d3d29bb105 2019-01-09 11:25:00,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:25:00,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4e3d09-3fd7-4b94-a1be-9c211884db95 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:25:00,764 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-8d4e3d09-3fd7-4b94-a1be-9c211884db95 2019-01-09 11:25:00,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:25:01,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["SJfMNJvrRDyY-2VkGVaRLA"], "issued_at": "2019-01-09T11:25:01.000000Z"}} 2019-01-09 11:25:01,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ace9ebd40904725cf15d8e8de748cfffbeec38" 2019-01-09 11:25:01,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-6cf96478-876e-4ea6-af7d-06333408c746 x-compute-request-id: req-6cf96478-876e-4ea6-af7d-06333408c746 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:25: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-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:25:01,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d used request id req-6cf96478-876e-4ea6-af7d-06333408c746 2019-01-09 11:25:04,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ace9ebd40904725cf15d8e8de748cfffbeec38" 2019-01-09 11:25:05,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-7c041b09-9d39-461e-b292-c88379f317e3 x-compute-request-id: req-7c041b09-9d39-461e-b292-c88379f317e3 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.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:25:02Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:25:05,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d used request id req-7c041b09-9d39-461e-b292-c88379f317e3 2019-01-09 11:25:08,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ace9ebd40904725cf15d8e8de748cfffbeec38" 2019-01-09 11:25:09,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-267aabc0-1b45-444e-ba74-ac6722200486 x-compute-request-id: req-267aabc0-1b45-444e-ba74-ac6722200486 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:31:4f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2019-01-09T11:25:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:25:09,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d used request id req-267aabc0-1b45-444e-ba74-ac6722200486 2019-01-09 11:25:09,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" 2019-01-09 11:25:09,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f30f1ab4-4f28-44f8-bcd2-ee66044974e3 x-compute-request-id: req-f30f1ab4-4f28-44f8-bcd2-ee66044974e3 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:31:4f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2019-01-09T11:25:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:25:09,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d used request id req-f30f1ab4-4f28-44f8-bcd2-ee66044974e3 2019-01-09 11:25:09,773 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.7'. 2019-01-09 11:25:09,773 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2019-01-09 11:25:09,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:25:10,943 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:25:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-961e1813-3340-4c55-bf97-b6bbdd2d17bc x-compute-request-id: req-961e1813-3340-4c55-bf97-b6bbdd2d17bc Content-Length: 0 Content-Type: application/json 2019-01-09 11:25:10,944 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-961e1813-3340-4c55-bf97-b6bbdd2d17bc 2019-01-09 11:25:10,944 - sdnvpn_test_utils - INFO - Waiting for instance fd8c5b6a-5ad2-40f6-b97d-874dcffe592d to boot up 2019-01-09 11:25:10,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:12,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-1ca5542d-0442-4d42-aa5c-5261caeea7fe x-compute-request-id: req-1ca5542d-0442-4d42-aa5c-5261caeea7fe Content-Encoding: gzip Content-Length: 8087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\n"} 2019-01-09 11:25:12,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-1ca5542d-0442-4d42-aa5c-5261caeea7fe 2019-01-09 11:25:14,026 - __name__ - INFO - Starting monitor thread of vm_4 2019-01-09 11:25:15,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:16,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b54fca60-9b94-4760-afef-d39841dd9ee4 x-compute-request-id: req-b54fca60-9b94-4760-afef-d39841dd9ee4 Content-Encoding: gzip Content-Length: 8087 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\n"} 2019-01-09 11:25:16,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-b54fca60-9b94-4760-afef-d39841dd9ee4 2019-01-09 11:25:17,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:18,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-7e3a39e0-735a-4e46-b058-4d80c2c0f8be x-compute-request-id: req-7e3a39e0-735a-4e46-b058-4d80c2c0f8be Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:18,270 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-7e3a39e0-735a-4e46-b058-4d80c2c0f8be 2019-01-09 11:25:19,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:20,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-8938d459-626a-4743-ab9d-e24167b98f00 x-compute-request-id: req-8938d459-626a-4743-ab9d-e24167b98f00 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:20,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-8938d459-626a-4743-ab9d-e24167b98f00 2019-01-09 11:25:21,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:22,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3c6d22a-72f0-4efe-90a8-c755ef995b92 x-compute-request-id: req-e3c6d22a-72f0-4efe-90a8-c755ef995b92 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:22,434 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-e3c6d22a-72f0-4efe-90a8-c755ef995b92 2019-01-09 11:25:23,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:24,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-7566ec2e-a9b2-4515-b829-f738cc9aa166 x-compute-request-id: req-7566ec2e-a9b2-4515-b829-f738cc9aa166 Content-Encoding: gzip Content-Length: 8095 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:24,510 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-7566ec2e-a9b2-4515-b829-f738cc9aa166 2019-01-09 11:25:25,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:26,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-2903f917-efd7-401a-a0b5-b71eb32169e4 x-compute-request-id: req-2903f917-efd7-401a-a0b5-b71eb32169e4 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2019-01-09 11:25:26,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-2903f917-efd7-401a-a0b5-b71eb32169e4 2019-01-09 11:25:27,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:28,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-338a974d-80c3-43a2-8980-7b486f1e7286 x-compute-request-id: req-338a974d-80c3-43a2-8980-7b486f1e7286 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2019-01-09 11:25:28,660 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-338a974d-80c3-43a2-8980-7b486f1e7286 2019-01-09 11:25:29,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:30,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-3fe36cd7-540e-4d55-b731-d687b70fce55 x-compute-request-id: req-3fe36cd7-540e-4d55-b731-d687b70fce55 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2019-01-09 11:25:30,740 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-3fe36cd7-540e-4d55-b731-d687b70fce55 2019-01-09 11:25:31,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:32,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-051c6e57-839d-439f-be00-b62a943abeb7 x-compute-request-id: req-051c6e57-839d-439f-be00-b62a943abeb7 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2019-01-09 11:25:32,831 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-051c6e57-839d-439f-be00-b62a943abeb7 2019-01-09 11:25:33,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:34,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-d9dc5eb9-4707-484b-92db-3ea8f26d611d x-compute-request-id: req-d9dc5eb9-4707-484b-92db-3ea8f26d611d 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2019-01-09 11:25:34,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-d9dc5eb9-4707-484b-92db-3ea8f26d611d 2019-01-09 11:25:35,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:36,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-eb72906c-ae64-478b-8d37-523a244012d0 x-compute-request-id: req-eb72906c-ae64-478b-8d37-523a244012d0 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:36,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-eb72906c-ae64-478b-8d37-523a244012d0 2019-01-09 11:25:37,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:39,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e8a75cc-20a5-480e-aedb-43d35c02e23c x-compute-request-id: req-6e8a75cc-20a5-480e-aedb-43d35c02e23c 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:39,063 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-6e8a75cc-20a5-480e-aedb-43d35c02e23c 2019-01-09 11:25:40,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:41,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-1189e91c-506c-4e47-a414-8d6e9974f829 x-compute-request-id: req-1189e91c-506c-4e47-a414-8d6e9974f829 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:41,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-1189e91c-506c-4e47-a414-8d6e9974f829 2019-01-09 11:25:42,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:43,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-6b2d26b6-b3de-4b44-a9b0-7f01583b9ee2 x-compute-request-id: req-6b2d26b6-b3de-4b44-a9b0-7f01583b9ee2 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:43,228 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-6b2d26b6-b3de-4b44-a9b0-7f01583b9ee2 2019-01-09 11:25:44,060 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2019-01-09 11:25:44,061 - __name__ - INFO - Sending stop signal to monitor thread 2019-01-09 11:25:44,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7697cca2fa1d4cd73150ca11324672c414e61600" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:25:45,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-0012d41a-5fbd-4ef6-9d28-562b66d45b0d x-compute-request-id: req-0012d41a-5fbd-4ef6-9d28-562b66d45b0d 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 505915282 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128627] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130268] pid_max: default: 32768 minimum: 301\n[ 0.131150] ACPI: Core revision 20150930\n[ 0.132523] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133818] Security Framework initialized\n[ 0.134621] Yama: becoming mindful.\n[ 0.135339] AppArmor: AppArmor initialized\n[ 0.136197] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137514] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138776] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139970] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141345] Initializing cgroup subsys io\n[ 0.142152] Initializing cgroup subsys memory\n[ 0.142996] Initializing cgroup subsys devices\n[ 0.143869] Initializing cgroup subsys freezer\n[ 0.144728] Initializing cgroup subsys net_cls\n[ 0.145583] Initializing cgroup subsys perf_event\n[ 0.146479] Initializing cgroup subsys net_prio\n[ 0.147348] Initializing cgroup subsys hugetlb\n[ 0.148213] Initializing cgroup subsys pids\n[ 0.149075] CPU: Physical Processor ID: 0\n[ 0.150561] mce: CPU supports 10 MCE banks\n[ 0.151393] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152381] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163542] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170008] ftrace: allocating 31920 entries in 125 pages\n[ 0.196911] smpboot: Max logical packages: 1\n[ 0.197756] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199084] x2apic enabled\n[ 0.199902] Switched APIC routing to physical x2apic.\n[ 0.201649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202755] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204726] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206493] KVM setup paravirtual spinlock\n[ 0.207772] x86: Booted up 1 node, 1 CPUs\n[ 0.208571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209943] devtmpfs: initialized\n[ 0.211656] evm: security.selinux\n[ 0.212349] evm: security.SMACK64\n[ 0.213029] evm: security.SMACK64EXEC\n[ 0.213764] evm: security.SMACK64TRANSMUTE\n[ 0.214562] evm: security.SMACK64MMAP\n[ 0.215293] evm: security.ima\n[ 0.215927] evm: security.capability\n[ 0.216724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218554] pinctrl core: initialized pinctrl subsystem\n[ 0.219636] RTC time: 11:25:05, date: 01/09/19\n[ 0.220589] NET: Registered protocol family 16\n[ 0.221556] cpuidle: using governor ladder\n[ 0.222363] cpuidle: using governor menu\n[ 0.223140] PCCT header not found.\n[ 0.223877] ACPI: bus type PCI registered\n[ 0.224680] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225906] PCI: Using configuration type 1 for base access\n[ 0.227648] ACPI: Added _OSI(Module Device)\n[ 0.228479] ACPI: Added _OSI(Processor Device)\n[ 0.229333] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230225] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232345] ACPI: Interpreter enabled\n[ 0.233095] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234929] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240378] ACPI: (supports S0 S5)\n[ 0.241070] ACPI: Using IOAPIC for interrupt routing\n[ 0.241999] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247409] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248607] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250941] acpiphp: Slot [3] registered\n[ 0.251738] acpiphp: Slot [4] registered\n[ 0.252542] acpiphp: Slot [5] registered\n[ 0.253339] acpiphp: Slot [6] registered\n[ 0.254132] acpiphp: Slot [7] registered\n[ 0.254919] acpiphp: Slot [8] registered\n[ 0.255712] acpiphp: Slot [9] registered\n[ 0.256505] acpiphp: Slot [10] registered\n[ 0.257306] acpiphp: Slot [11] registered\n[ 0.258122] acpiphp: Slot [12] registered\n[ 0.258920] acpiphp: Slot [13] registered\n[ 0.259717] acpiphp: Slot [14] registered\n[ 0.260532] acpiphp: Slot [15] registered\n[ 0.271547] acpiphp: Slot [16] registered\n[ 0.272354] acpiphp: Slot [17] registered\n[ 0.273172] acpiphp: Slot [18] registered\n[ 0.273971] acpiphp: Slot [19] registered\n[ 0.274778] acpiphp: Slot [20] registered\n[ 0.275595] acpiphp: Slot [21] registered\n[ 0.276405] acpiphp: Slot [22] registered\n[ 0.277208] acpiphp: Slot [23] registered\n[ 0.278010] acpiphp: Slot [24] registered\n[ 0.278819] acpiphp: Slot [25] registered\n[ 0.279629] acpiphp: Slot [26] registered\n[ 0.280435] acpiphp: Slot [27] registered\n[ 0.281240] acpiphp: Slot [28] registered\n[ 0.282041] acpiphp: Slot [29] registered\n[ 0.282848] acpiphp: Slot [30] registered\n[ 0.283659] acpiphp: Slot [31] registered\n[ 0.284464] PCI host bridge to bus 0000:00\n[ 0.285263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289093] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290530] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296846] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298119] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300530] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307005] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308427] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355023] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356501] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357907] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359310] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360680] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361919] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363388] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364425] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365944] vgaarb: loaded\n[ 0.366540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367668] SCSI subsystem initialized\n[ 0.368482] ACPI: bus type USB registered\n[ 0.369288] usbcore: registered new interface driver usbfs\n[ 0.370300] usbcore: registered new interface driver hub\n[ 0.371290] usbcore: registered new device driver usb\n[ 0.372338] PCI: Using ACPI for IRQ routing\n[ 0.373365] NetLabel: Initializing\n[ 0.374068] NetLabel: domain hash size = 128\n[ 0.374925] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375864] NetLabel: unlabeled traffic allowed by default\n[ 0.376949] clocksource: Switched to clocksource kvm-clock\n[ 0.382459] AppArmor: AppArmor Filesystem Enabled\n[ 0.383406] pnp: PnP ACPI init\n[ 0.384314] pnp: PnP ACPI: found 5 devices\n[ 0.390665] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392353] NET: Registered protocol family 2\n[ 0.393303] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394560] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399074] NET: Registered protocol family 1\n[ 0.399940] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401027] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402092] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416124] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430383] Trying to unpack rootfs image as initramfs...\n[ 0.480308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494301] Scanning for low memory corruption every 60 seconds\n[ 0.495714] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496867] audit: initializing netlink subsys (disabled)\n[ 0.497898] audit: type=2000 audit(1547033106.208:1): initialized\n[ 0.499205] Initialise system trusted keyring\n[ 0.500132] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501294] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503275] zbud: loaded\n[ 0.503971] VFS: Disk quotas dquot_6.6.0\n[ 0.504793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506313] fuse init (API version 7.23)\n[ 0.507197] Key type big_key registered\n[ 0.507990] Allocating IMA MOK and blacklist keyrings.\n[ 0.509096] Key type asymmetric registered\n[ 0.509915] Asymmetric key parser 'x509' registered\n[ 0.510859] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512685] io scheduler noop registered\n[ 0.513500] io scheduler deadline registered (default)\n[ 0.514486] io scheduler cfq registered\n[ 0.515314] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517613] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519059] ACPI: Power Button [PWRF]\n[ 0.519887] GHES: HEST is not enabled!\n[ 0.533437] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561460] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564101] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589678] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592389] Linux agpgart interface v0.103\n[ 0.594532] brd: module loaded\n[ 0.595753] loop: module loaded\n[ 0.600936] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602386] GPT:90111 != 2097151\n[ 0.603056] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604143] GPT:90111 != 2097151\n[ 0.604805] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605762] vda: vda1 vda15\n[ 0.607451] scsi host0: ata_piix\n[ 0.608180] scsi host1: ata_piix\n[ 0.608881] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.610099] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611541] libphy: Fixed MDIO Bus: probed\n[ 0.612356] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613301] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615558] PPP generic driver version 2.4.2\n[ 0.616641] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618127] ehci-pci: EHCI PCI platform driver\n[ 0.619220] ehci-platform: EHCI generic platform driver\n[ 0.620190] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621302] ohci-pci: OHCI PCI platform driver\n[ 0.622387] ohci-platform: OHCI generic platform driver\n[ 0.623605] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638354] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639575] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641337] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642579] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643940] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645461] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647178] usb usb1: Product: UHCI Host Controller\n[ 0.648353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649499] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650455] hub 1-0:1.0: USB hub found\n[ 0.651233] hub 1-0:1.0: 2 ports detected\n[ 0.652132] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654258] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655197] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656209] mousedev: PS/2 mouse device common for all mice\n[ 0.657473] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659325] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660406] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662950] i2c /dev entries driver\n[ 0.663900] device-mapper: uevent: version 1.0.3\n[ 0.665056] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667019] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668545] NET: Registered protocol family 10\n[ 0.669729] NET: Registered protocol family 17\n[ 0.670797] Key type dns_resolver registered\n[ 0.671896] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673268] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675414] registered taskstats version 1\n[ 0.676428] Loading compiled-in X.509 certificates\n[ 0.678092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680392] zswap: loaded using pool lzo/zbud\n[ 0.681967] Key type trusted registered\n[ 0.683707] Key type encrypted registered\n[ 0.684731] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687319] evm: HMAC attrs: 0x1\n[ 0.688421] Magic number: 3:185:428\n[ 0.689463] rtc_cmos 00:00: setting system clock to 2019-01-09 11:25:06 UTC (1547033106)\n[ 0.691398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692765] EDD information not available.\n[ 0.765591] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.767245] ata1.00: configured for MWDMA2\n[ 0.768593] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.781413] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.782869] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784343] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786394] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788180] Write protecting the kernel read-only data: 14336k\n[ 0.789928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.161364] 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 2.51s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.10.9 OK\n"} 2019-01-09 11:25:45,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-0012d41a-5fbd-4ef6-9d28-562b66d45b0d 2019-01-09 11:25:45,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" -d '{"forceDelete": null}' 2019-01-09 11:25:45,564 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:25:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abf3e039-e68f-4f6a-96a0-c56669cc3601 x-compute-request-id: req-abf3e039-e68f-4f6a-96a0-c56669cc3601 Content-Length: 0 Content-Type: application/json 2019-01-09 11:25:45,564 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3/action used request id req-abf3e039-e68f-4f6a-96a0-c56669cc3601 2019-01-09 11:25:45,565 - sdnvpn_test_utils - DEBUG - Waiting for instance 3e87a26f-5efe-4735-a03b-cb4951d76ec3 to be deleted 2019-01-09 11:25:45,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" 2019-01-09 11:25:46,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd46d732-3bbe-49d1-b832-89f52b5595fe x-compute-request-id: req-fd46d732-3bbe-49d1-b832-89f52b5595fe Content-Encoding: gzip Content-Length: 1023 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:31:4f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2019-01-09T11:25:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:ab:01", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2019-01-09T11:23:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:23:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-09T11:23:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:ea:c8", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/3e87a26f-5efe-4735-a03b-cb4951d76ec3", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000179", "OS-SRV-USG:launched_at": "2019-01-09T11:23:06.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "3e87a26f-5efe-4735-a03b-cb4951d76ec3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:45Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-1", "created": "2019-01-09T11:23:01Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:25:46,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-fd46d732-3bbe-49d1-b832-89f52b5595fe 2019-01-09 11:25:48,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" 2019-01-09 11:25:48,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-9481aecf-29ea-4095-aa26-6e59baafdfac x-compute-request-id: req-9481aecf-29ea-4095-aa26-6e59baafdfac Content-Encoding: gzip Content-Length: 934 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:31:4f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2019-01-09T11:25:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:ab:01", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2019-01-09T11:23:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:23:20Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-09T11:23:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:25:48,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-9481aecf-29ea-4095-aa26-6e59baafdfac 2019-01-09 11:25:50,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" -d '{"forceDelete": null}' 2019-01-09 11:25:51,127 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:25:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af5fb76d-df29-4223-a25b-a6709b322894 x-compute-request-id: req-af5fb76d-df29-4223-a25b-a6709b322894 Content-Length: 0 Content-Type: application/json 2019-01-09 11:25:51,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163/action used request id req-af5fb76d-df29-4223-a25b-a6709b322894 2019-01-09 11:25:51,127 - sdnvpn_test_utils - DEBUG - Waiting for instance 2758d2fa-f8e3-4346-82b1-9e06e3b5a163 to be deleted 2019-01-09 11:25:51,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" 2019-01-09 11:25:51,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-88ed0d0a-ba18-4557-9098-36741e979957 x-compute-request-id: req-88ed0d0a-ba18-4557-9098-36741e979957 Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:31:4f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2019-01-09T11:25:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:ab:01", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017c", "OS-SRV-USG:launched_at": "2019-01-09T11:23:19.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "2758d2fa-f8e3-4346-82b1-9e06e3b5a163", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:51Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-10-3", "created": "2019-01-09T11:23:14Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:25:51,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-88ed0d0a-ba18-4557-9098-36741e979957 2019-01-09 11:25:53,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" 2019-01-09 11:25:54,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-26c5c373-4d87-49ee-a441-2ba2d1499e9d x-compute-request-id: req-26c5c373-4d87-49ee-a441-2ba2d1499e9d Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:31:4f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2019-01-09T11:25:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:06Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:25:54,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-26c5c373-4d87-49ee-a441-2ba2d1499e9d 2019-01-09 11:25:56,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" -d '{"forceDelete": null}' 2019-01-09 11:25:56,929 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:25: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-3686340a-eac3-4f93-b6c2-e9dc4cb38751 x-compute-request-id: req-3686340a-eac3-4f93-b6c2-e9dc4cb38751 Content-Length: 0 Content-Type: application/json 2019-01-09 11:25:56,929 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d/action used request id req-3686340a-eac3-4f93-b6c2-e9dc4cb38751 2019-01-09 11:25:56,930 - sdnvpn_test_utils - DEBUG - Waiting for instance fd8c5b6a-5ad2-40f6-b97d-874dcffe592d to be deleted 2019-01-09 11:25:56,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" 2019-01-09 11:25:57,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-ad2c0840-4556-4617-a45e-4f55889124c4 x-compute-request-id: req-ad2c0840-4556-4617-a45e-4f55889124c4 Content-Encoding: gzip Content-Length: 798 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:31:4f", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "rel": "bookmark"}], "image": {"id": "8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "links": [{"href": "http://172.30.9.30:8774/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000017f", "OS-SRV-USG:launched_at": "2019-01-09T11:25:05.000000", "flavor": {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}]}, "id": "fd8c5b6a-5ad2-40f6-b97d-874dcffe592d", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:25:56Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-10-4", "created": "2019-01-09T11:25:00Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:25:57,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-ad2c0840-4556-4617-a45e-4f55889124c4 2019-01-09 11:25:59,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974000ce954180a364a1b4961686732b9d2a4011" 2019-01-09 11:25:59,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:25: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-def63e65-8887-4c4c-9026-bd51b918be99 x-compute-request-id: req-def63e65-8887-4c4c-9026-bd51b918be99 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 11:25:59,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-def63e65-8887-4c4c-9026-bd51b918be99 2019-01-09 11:26:01,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c9619592de5b59fad3384eed0855ec168b4047e3" 2019-01-09 11:26:03,342 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4111804e-1661-40c2-8d3e-c963ef1db9a9 Date: Wed, 09 Jan 2019 11:26:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:26:03,342 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/8d8e6cb2-c4ab-4c9e-b00e-e66d13698771 used request id req-4111804e-1661-40c2-8d3e-c963ef1db9a9 2019-01-09 11:26:03,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/8913f7f2-05f8-48ca-86a5-29f30767e23a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ca8375c4368a0dc0c4552c40435fe02a7b5f3d8" 2019-01-09 11:26:05,693 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e29dd0d8-a077-48e4-a2c5-7b00a2788bae Date: Wed, 09 Jan 2019 11:26:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:26:05,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/8913f7f2-05f8-48ca-86a5-29f30767e23a used request id req-e29dd0d8-a077-48e4-a2c5-7b00a2788bae 2019-01-09 11:26:05,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/e73ed35a-5130-45e5-8a90-d2bbb62767ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ca8375c4368a0dc0c4552c40435fe02a7b5f3d8" 2019-01-09 11:26:07,360 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3551f00-3d11-4a68-9057-350730ca93b3 Date: Wed, 09 Jan 2019 11:26:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:26:07,360 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/e73ed35a-5130-45e5-8a90-d2bbb62767ef used request id req-e3551f00-3d11-4a68-9057-350730ca93b3 2019-01-09 11:26:07,361 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2019-01-09 11:26:07,361 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 11:26:07,377 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2019-01-09 11:26:07,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2019-01-09 11:26:07,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2019-01-09 11:26:07,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2019-01-09 11:26:07,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2019-01-09 11:26:07,470 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2019-01-09 11:26:07,470 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2019-01-09 11:26:07,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:26:07,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:26:07,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:26:07,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:26:07,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:26:07,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:26:07,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:26:07,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:26:07,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:26:07,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:26:07,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:26:07,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:26:07,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:26:07,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2019-01-09 11:26:07,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:26:07,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:26:07,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:26:07,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:26:07,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:26:07,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:26:07,481 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2019-01-09 11:26:07,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:26:07,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89994fe-56f0-4839-9e5e-05509b283e73 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:26:07,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e89994fe-56f0-4839-9e5e-05509b283e73 2019-01-09 11:26:07,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:26:07,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:26:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["Z0tVMQDlTOCeOQYAR32PkQ"], "issued_at": "2019-01-09T11:26:07.000000Z"}} 2019-01-09 11:26:07,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" 2019-01-09 11:26:08,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-98f8f526-26dc-4fce-9185-14076413af65 Date: Wed, 09 Jan 2019 11:26:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 11:26:08,446 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-98f8f526-26dc-4fce-9185-14076413af65 2019-01-09 11:26:08,446 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2019-01-09 11:26:08,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" 2019-01-09 11:26:08,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8818976d-49ec-47cb-9613-c9a2e2edb557 Date: Wed, 09 Jan 2019 11:26:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-09 11:26:08,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-8818976d-49ec-47cb-9613-c9a2e2edb557 2019-01-09 11:26:08,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2019-01-09 11:26:08,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b X-Openstack-Request-Id: req-806ff128-e520-497c-ba75-b7e9544e1bca Date: Wed, 09 Jan 2019 11:26:08 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2019-01-09T11:26:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T11:26:08Z", "visibility": "public", "locations": [], "self": "/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "min_disk": 0, "protected": false, "id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "file": "/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 11:26:08,828 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-806ff128-e520-497c-ba75-b7e9544e1bca 2019-01-09 11:26:08,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" -d '' 2019-01-09 11:26:18,970 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab49597e-9d66-4fd0-9975-6e9b8304a373 Date: Wed, 09 Jan 2019 11:26:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:26:18,971 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b/file used request id req-ab49597e-9d66-4fd0-9975-6e9b8304a373 2019-01-09 11:26:18,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:26:18,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:26:18,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:26:18,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:26:18,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:26:18,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:26:18,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:26:18,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:26:18,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:26:18,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:26:18,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:26:18,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:26:18,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:26:18,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:26:18,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:26:18,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:26:18,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:26:18,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6210052f-7b8c-4ea8-bde2-eafca87a7347 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:26:18,984 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6210052f-7b8c-4ea8-bde2-eafca87a7347 2019-01-09 11:26:18,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:26:19,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["SBLNe65vQzuISgSziiZbDQ"], "issued_at": "2019-01-09T11:26:19.000000Z"}} 2019-01-09 11:26:19,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b25d1caa03cd3f78a301150828d3cee56a792b" 2019-01-09 11:26:19,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26: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-abcce3a3-40af-44c8-9901-aa6a01f330c4 x-compute-request-id: req-abcce3a3-40af-44c8-9901-aa6a01f330c4 Content-Encoding: gzip Content-Length: 278 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 11:26:19,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail used request id req-abcce3a3-40af-44c8-9901-aa6a01f330c4 2019-01-09 11:26:19,550 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2019-01-09 11:26:19,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b25d1caa03cd3f78a301150828d3cee56a792b" -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}}' 2019-01-09 11:26:19,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26: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-5fd3430a-618b-49df-b24b-0edaed4af26c x-compute-request-id: req-5fd3430a-618b-49df-b24b-0edaed4af26c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "401283e0-6907-43b0-840c-1e77e60f5666", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:26:19,612 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-5fd3430a-618b-49df-b24b-0edaed4af26c 2019-01-09 11:26:19,612 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=401283e0-6907-43b0-840c-1e77e60f5666 created successfully. 2019-01-09 11:26:19,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:26:19,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f36e71f-922b-4cee-9198-3f2afc11e1e5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:26:19,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9f36e71f-922b-4cee-9198-3f2afc11e1e5 2019-01-09 11:26:19,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:26:20,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["W287DotARwevz7E6I6B_Ag"], "issued_at": "2019-01-09T11:26:19.000000Z"}} 2019-01-09 11:26:20,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:26:20,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3102 X-Openstack-Request-Id: req-56a7be30-1a0b-47e5-931a-c12b7a14580e Date: Wed, 09 Jan 2019 11:26:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2321c322-b6d6-46b2-8703-03019230ae0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a8dd7be4016b4f439545663fd77c0a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:19:53Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"a8dd7be4016b4f439545663fd77c0a9e","created_at":"2019-01-09T11:19:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3380d3c1-59b8-400b-8b76-8e278a7727ca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a8dd7be4016b4f439545663fd77c0a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:19:47Z","provider:segmentation_id":83,"name":"","admin_state_up":true,"tenant_id":"a8dd7be4016b4f439545663fd77c0a9e","created_at":"2019-01-09T11:19:47Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5a6069ff-671c-4beb-a22e-90c1ea7c401d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a8dd7be4016b4f439545663fd77c0a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:19:50Z","provider:segmentation_id":4,"name":"","admin_state_up":true,"tenant_id":"a8dd7be4016b4f439545663fd77c0a9e","created_at":"2019-01-09T11:19:49Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d5b1794a-b40f-49e6-959c-5cf639fbd7c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a8dd7be4016b4f439545663fd77c0a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:19:40Z","provider:segmentation_id":91,"name":"","admin_state_up":true,"tenant_id":"a8dd7be4016b4f439545663fd77c0a9e","created_at":"2019-01-09T11:19:40Z","provider:network_type":"vxlan"}]} 2019-01-09 11:26:20,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-56a7be30-1a0b-47e5-931a-c12b7a14580e 2019-01-09 11:26:20,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:26:20,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-7ad2fbc0-6d37-4df5-833d-d504df4b2bd7 Date: Wed, 09 Jan 2019 11:26:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:10Z","dns_nameservers":[],"updated_at":"2019-01-09T07:54:10Z","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":"19bbc6aaed984592b19410ca41b91291","id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-09 11:26:20,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-7ad2fbc0-6d37-4df5-833d-d504df4b2bd7 2019-01-09 11:26:20,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:26:20,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-18c5d7e6-117a-4c01-9f54-fb5410ee9405 Date: Wed, 09 Jan 2019 11:26:20 GMT RESP BODY: {"routers": []} 2019-01-09 11:26:20,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers used request id req-18c5d7e6-117a-4c01-9f54-fb5410ee9405 2019-01-09 11:26:20,708 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2019-01-09 11:26:20,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2019-01-09 11:26:20,992 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-5ab950ec-68d9-43ad-859a-e1825349120e Date: Wed, 09 Jan 2019 11:26:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:26:20Z","is_default":false,"provider:segmentation_id":62,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:20Z","mtu":1450}} 2019-01-09 11:26:20,992 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks used request id req-5ab950ec-68d9-43ad-859a-e1825349120e 2019-01-09 11:26:20,993 - sdnvpn.lib.openstack_utils - DEBUG - Network '25a7de4f-4fc1-445a-ac58-6419aacb6b28' created successfully 2019-01-09 11:26:20,993 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2019-01-09 11:26:20,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"subnets": [{"ip_version": 4, "network_id": "25a7de4f-4fc1-445a-ac58-6419aacb6b28", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2019-01-09 11:26:21,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-96ab7fd2-a876-44fa-9060-e1d886451d6d Date: Wed, 09 Jan 2019 11:26:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:21Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2019-01-09T11:26:21Z","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":"a3475ec98a734cb2aeb418d350edd17b","id":"23b10b5e-84cf-4805-a8fa-98776977bac3","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2019-01-09 11:26:21,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets used request id req-96ab7fd2-a876-44fa-9060-e1d886451d6d 2019-01-09 11:26:21,603 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '23b10b5e-84cf-4805-a8fa-98776977bac3' created successfully 2019-01-09 11:26:21,603 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2019-01-09 11:26:21,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2019-01-09 11:26:21,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-e8717e1e-5b5e-4eb8-94a1-78e8642ab2d1 Date: Wed, 09 Jan 2019 11:26:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T11:26:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T11:26:21Z", "revision_number": 0, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "f502d121-4683-457f-8530-66fd711a71da", "name": "sdnvpn-13-1-router"}} 2019-01-09 11:26:21,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers used request id req-e8717e1e-5b5e-4eb8-94a1-78e8642ab2d1 2019-01-09 11:26:21,869 - sdnvpn.lib.openstack_utils - DEBUG - Router 'f502d121-4683-457f-8530-66fd711a71da' created successfully 2019-01-09 11:26:21,870 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2019-01-09 11:26:21,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"subnet_id": "23b10b5e-84cf-4805-a8fa-98776977bac3"}' 2019-01-09 11:26:23,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f8e69932-f037-44f1-9ab3-2ab30d1e3d49 Date: Wed, 09 Jan 2019 11:26:23 GMT RESP BODY: {"network_id": "25a7de4f-4fc1-445a-ac58-6419aacb6b28", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "23b10b5e-84cf-4805-a8fa-98776977bac3", "subnet_ids": ["23b10b5e-84cf-4805-a8fa-98776977bac3"], "port_id": "18447823-a6e3-4fe5-9ad7-566dc4924aad", "id": "f502d121-4683-457f-8530-66fd711a71da"} 2019-01-09 11:26:23,379 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da/add_router_interface used request id req-f8e69932-f037-44f1-9ab3-2ab30d1e3d49 2019-01-09 11:26:23,380 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2019-01-09 11:26:23,380 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2019-01-09 11:26:23,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:26:23,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3763 X-Openstack-Request-Id: req-2a3a2798-dd39-42ea-ae51-efcfeac57dfb Date: Wed, 09 Jan 2019 11:26:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2321c322-b6d6-46b2-8703-03019230ae0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a8dd7be4016b4f439545663fd77c0a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:19:53Z","provider:segmentation_id":97,"name":"","admin_state_up":true,"tenant_id":"a8dd7be4016b4f439545663fd77c0a9e","created_at":"2019-01-09T11:19:52Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","subnets":["23b10b5e-84cf-4805-a8fa-98776977bac3"],"description":"","tags":[],"updated_at":"2019-01-09T11:26:21Z","provider:segmentation_id":62,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:20Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3380d3c1-59b8-400b-8b76-8e278a7727ca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a8dd7be4016b4f439545663fd77c0a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:19:47Z","provider:segmentation_id":83,"name":"","admin_state_up":true,"tenant_id":"a8dd7be4016b4f439545663fd77c0a9e","created_at":"2019-01-09T11:19:47Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5a6069ff-671c-4beb-a22e-90c1ea7c401d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a8dd7be4016b4f439545663fd77c0a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:19:50Z","provider:segmentation_id":4,"name":"","admin_state_up":true,"tenant_id":"a8dd7be4016b4f439545663fd77c0a9e","created_at":"2019-01-09T11:19:49Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d5b1794a-b40f-49e6-959c-5cf639fbd7c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a8dd7be4016b4f439545663fd77c0a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-09T11:19:40Z","provider:segmentation_id":91,"name":"","admin_state_up":true,"tenant_id":"a8dd7be4016b4f439545663fd77c0a9e","created_at":"2019-01-09T11:19:40Z","provider:network_type":"vxlan"}]} 2019-01-09 11:26:23,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks used request id req-2a3a2798-dd39-42ea-ae51-efcfeac57dfb 2019-01-09 11:26:23,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"router": {"external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd"}}}' 2019-01-09 11:26:25,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-4eda7cbe-8420-4067-909a-51ed631fe7bc Date: Wed, 09 Jan 2019 11:26:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T11:26:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T11:26:24Z", "revision_number": 3, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "f502d121-4683-457f-8530-66fd711a71da", "name": "sdnvpn-13-1-router"}} 2019-01-09 11:26:25,101 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da used request id req-4eda7cbe-8420-4067-909a-51ed631fe7bc 2019-01-09 11:26:25,101 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2019-01-09 11:26:25,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:26:25,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-c5575bb6-5770-4766-9b24-44daa97400f3 Date: Wed, 09 Jan 2019 11:26:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "created_at": "2019-01-09T10:42:13Z", "updated_at": "2019-01-09T10:42:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "6d4764f6-1c63-4d01-87a5-bc6f72367e2d", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "84008795-b799-4070-a3be-0b4c1e9f8a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv4", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "b51ae3fa-4015-49e1-81a3-3505f21fc2fb", "remote_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:42:13Z", "revision_number": 0, "id": "f731b5f2-7942-4c67-afd1-b15399cf13c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:42:13Z", "security_group_id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "tenant_id": "37156467b18e4863a9ae190b3cc329d6", "port_range_min": null, "ethertype": "IPv6", "project_id": "37156467b18e4863a9ae190b3cc329d6"}], "revision_number": 4, "project_id": "37156467b18e4863a9ae190b3cc329d6", "id": "18322985-358c-4bd9-a0f8-ae61d80b7423", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T08:04:41Z", "updated_at": "2019-01-09T08:04:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "00d80e20-b895-45d8-b5be-faa420ef14c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "279c6d95-1200-4be8-99e7-68f669a0e561", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "414418ce-1306-47f9-8a85-b38b95754538", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:04:41Z", "revision_number": 0, "id": "5c63d0db-5c7f-44d9-97c0-a61bc989a45e", "remote_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "remote_ip_prefix": null, "created_at": "2019-01-09T08:04:41Z", "security_group_id": "18acf269-90f2-4de0-bb2f-8860c336f129", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 4, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "18acf269-90f2-4de0-bb2f-8860c336f129", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T10:47:14Z", "updated_at": "2019-01-09T10:50:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "0946b95c-7a61-43de-ad83-49b1b70fb093", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "3b809c21-8697-4f63-849b-e46935ce2db7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-09T10:47:16Z", "revision_number": 0, "id": "464223b4-7a85-4e3e-9f26-cd7c1dbb8f80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:16Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 80, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "a442d5eb-4228-4f57-b321-e6ef543cb3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-09T10:47:15Z", "revision_number": 0, "id": "b84671c7-39d0-4b18-b987-fce97f12ce6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:15Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T10:47:14Z", "revision_number": 0, "id": "c2d7d292-99f4-45f5-a6c8-5ced31e694ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:47:14Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2019-01-09T10:50:24Z", "revision_number": 0, "id": "d3f1a03d-6310-4600-a06f-3d7f4e25c578", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T10:50:24Z", "security_group_id": "4e46aeff-3422-4816-9331-c207cd802207", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "port_range_min": 179, "ethertype": "IPv4", "project_id": "a3475ec98a734cb2aeb418d350edd17b"}], "revision_number": 7, "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "4e46aeff-3422-4816-9331-c207cd802207", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "19bbc6aaed984592b19410ca41b91291", "created_at": "2019-01-09T07:54:03Z", "updated_at": "2019-01-09T07:54:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "36a66a39-cfc8-4878-bf8e-c92a4dfa5ee7", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "471eac87-c6e3-40d3-90b3-38147f18bb4d", "remote_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "480325ac-5b4b-45a1-8962-3ccf2c7ea639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv6", "project_id": "19bbc6aaed984592b19410ca41b91291"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T07:54:03Z", "revision_number": 0, "id": "893e5293-bd71-4cfe-8c14-83339b75bc82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T07:54:03Z", "security_group_id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "tenant_id": "19bbc6aaed984592b19410ca41b91291", "port_range_min": null, "ethertype": "IPv4", "project_id": "19bbc6aaed984592b19410ca41b91291"}], "revision_number": 4, "project_id": "19bbc6aaed984592b19410ca41b91291", "id": "843654b1-8f26-4e86-87c2-5c9464d4dfcc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-09T08:06:54Z", "updated_at": "2019-01-09T08:06:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "25d5e0fb-deaf-4369-9d96-46da53e59ef1", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "90922563-47ee-4b1b-937d-1b4fd27768a3", "remote_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "bd56d7d4-4aae-4edc-b69a-913627d10493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-09T08:06:54Z", "revision_number": 0, "id": "c106eb9f-fbf1-45cb-a57f-2f34317fd04f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-09T08:06:54Z", "security_group_id": "ee220620-5643-4df7-9eee-c7de72c7507c", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "ee220620-5643-4df7-9eee-c7de72c7507c", "name": "default"}]} 2019-01-09 11:26:25,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups used request id req-c5575bb6-5770-4766-9b24-44daa97400f3 2019-01-09 11:26:25,308 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2019-01-09 11:26:25,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:26:25,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144dd9be-df82-4d4e-95fa-6974bb9dfa88 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:26:25,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-144dd9be-df82-4d4e-95fa-6974bb9dfa88 2019-01-09 11:26:25,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:26:25,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:26:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["MT25VOfoTc2egMDkt54p6A"], "issued_at": "2019-01-09T11:26:25.000000Z"}} 2019-01-09 11:26:25,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:26:25,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7749560c-6b7f-44ba-8012-c53603a35771 x-compute-request-id: req-7749560c-6b7f-44ba-8012-c53603a35771 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 11:26:25,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-7749560c-6b7f-44ba-8012-c53603a35771 2019-01-09 11:26:25,877 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-0.opnfvlf.org', u'overcloud-novacompute-1.opnfvlf.org'] 2019-01-09 11:26:25,877 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2019-01-09 11:26:25,877 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=f8a949be-436b-4933-9b7a-e53cc57ecd3b network=25a7de4f-4fc1-445a-ac58-6419aacb6b28 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2019-01-09 11:26:25,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:26:25,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:26:25,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:26:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:26:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:26:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:26:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:26:25,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:26:25,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:26:25,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:26:25,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:26:25,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:26:25,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:26:25,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:26:25,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:26:25,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:26:25,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:26:25,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-081c1ba3-e0c5-43e4-96bd-9341340f107b Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:26:25,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-081c1ba3-e0c5-43e4-96bd-9341340f107b 2019-01-09 11:26:25,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:26:26,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:26:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["P9fqiRdZSHiPCQy2mV85Sw"], "issued_at": "2019-01-09T11:26:26.000000Z"}} 2019-01-09 11:26:26,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}365b5905408c7b91f6e9a2ca677cae5d71eef5d4" 2019-01-09 11:26:26,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-248df315-2330-4b45-b3ce-770e8b4d1e50 x-compute-request-id: req-248df315-2330-4b45-b3ce-770e8b4d1e50 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:26:26,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-248df315-2330-4b45-b3ce-770e8b4d1e50 2019-01-09 11:26:26,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}365b5905408c7b91f6e9a2ca677cae5d71eef5d4" 2019-01-09 11:26:26,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58fc72c9-610e-4a53-9035-df4bfd204a3e x-compute-request-id: req-58fc72c9-610e-4a53-9035-df4bfd204a3e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "401283e0-6907-43b0-840c-1e77e60f5666", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:26:26,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666 used request id req-58fc72c9-610e-4a53-9035-df4bfd204a3e 2019-01-09 11:26:26,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}365b5905408c7b91f6e9a2ca677cae5d71eef5d4" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "401283e0-6907-43b0-840c-1e77e60f5666", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "25a7de4f-4fc1-445a-ac58-6419aacb6b28"}], "config_drive": true}}' 2019-01-09 11:26:27,846 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-feaaf053-6c8e-40f8-b068-5d5c12216f0c x-compute-request-id: req-feaaf053-6c8e-40f8-b068-5d5c12216f0c Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "adminPass": "MQ5jToxznRq8"}} 2019-01-09 11:26:27,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-feaaf053-6c8e-40f8-b068-5d5c12216f0c 2019-01-09 11:26:27,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:26:27,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73fdefe9-78a3-4e8e-ae90-8d351288b51c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:26:27,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-73fdefe9-78a3-4e8e-ae90-8d351288b51c 2019-01-09 11:26:27,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:26:28,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:26:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["13QXiNrnR3Sv7mBCkZjRzw"], "issued_at": "2019-01-09T11:26:28.000000Z"}} 2019-01-09 11:26:28,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:28,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-29fcffd4-a406-4280-9b95-39831cbcefda x-compute-request-id: req-29fcffd4-a406-4280-9b95-39831cbcefda 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.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:28,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-29fcffd4-a406-4280-9b95-39831cbcefda 2019-01-09 11:26:31,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:32,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26: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-0919690f-39fd-4908-bb4f-a5dc7d118174 x-compute-request-id: req-0919690f-39fd-4908-bb4f-a5dc7d118174 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:32,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-0919690f-39fd-4908-bb4f-a5dc7d118174 2019-01-09 11:26:35,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:36,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4a53cac-1df5-4c3e-ba18-6c3b45d8cb34 x-compute-request-id: req-a4a53cac-1df5-4c3e-ba18-6c3b45d8cb34 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:36,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-a4a53cac-1df5-4c3e-ba18-6c3b45d8cb34 2019-01-09 11:26:39,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:40,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02b317e8-32c7-4464-bdf8-9a588069945b x-compute-request-id: req-02b317e8-32c7-4464-bdf8-9a588069945b Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:40,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-02b317e8-32c7-4464-bdf8-9a588069945b 2019-01-09 11:26:43,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:43,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f982f4f-75c8-497e-8e5f-ca46f62d90e4 x-compute-request-id: req-4f982f4f-75c8-497e-8e5f-ca46f62d90e4 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:43,857 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-4f982f4f-75c8-497e-8e5f-ca46f62d90e4 2019-01-09 11:26:46,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:47,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43249c44-eb9d-4871-8ede-5a09abda8dfc x-compute-request-id: req-43249c44-eb9d-4871-8ede-5a09abda8dfc Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:47,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-43249c44-eb9d-4871-8ede-5a09abda8dfc 2019-01-09 11:26:50,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:51,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b95afb0-7b64-4685-b189-52dc2e26a6ff x-compute-request-id: req-5b95afb0-7b64-4685-b189-52dc2e26a6ff Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:51,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-5b95afb0-7b64-4685-b189-52dc2e26a6ff 2019-01-09 11:26:54,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:54,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26: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-382f3185-e1d2-4d85-9b20-60afbb8b976f x-compute-request-id: req-382f3185-e1d2-4d85-9b20-60afbb8b976f Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:54,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-382f3185-e1d2-4d85-9b20-60afbb8b976f 2019-01-09 11:26:57,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:26:58,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:26:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdb801f5-2330-4ba6-9740-3870bc5abb37 x-compute-request-id: req-bdb801f5-2330-4ba6-9740-3870bc5abb37 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:26:58,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-bdb801f5-2330-4ba6-9740-3870bc5abb37 2019-01-09 11:27:01,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:01,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb733f79-9bf3-4a32-a1b8-eb47a3b4dda4 x-compute-request-id: req-fb733f79-9bf3-4a32-a1b8-eb47a3b4dda4 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:01,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-fb733f79-9bf3-4a32-a1b8-eb47a3b4dda4 2019-01-09 11:27:04,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:05,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28095bf6-95b1-40c2-ac02-b35a17bebc76 x-compute-request-id: req-28095bf6-95b1-40c2-ac02-b35a17bebc76 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:05,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-28095bf6-95b1-40c2-ac02-b35a17bebc76 2019-01-09 11:27:08,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:09,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b202cea4-3e81-4f1b-a634-252157e8c27d x-compute-request-id: req-b202cea4-3e81-4f1b-a634-252157e8c27d Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:09,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-b202cea4-3e81-4f1b-a634-252157e8c27d 2019-01-09 11:27:12,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:12,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63afb4db-89ae-44ed-8ae1-626439e5c91a x-compute-request-id: req-63afb4db-89ae-44ed-8ae1-626439e5c91a Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:12,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-63afb4db-89ae-44ed-8ae1-626439e5c91a 2019-01-09 11:27:15,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:16,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3dd416b4-db4c-440b-be63-e6ea6e421a58 x-compute-request-id: req-3dd416b4-db4c-440b-be63-e6ea6e421a58 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:16,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-3dd416b4-db4c-440b-be63-e6ea6e421a58 2019-01-09 11:27:19,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:20,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db2589f8-252d-4033-bf3c-63ed0568ffb5 x-compute-request-id: req-db2589f8-252d-4033-bf3c-63ed0568ffb5 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:20,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-db2589f8-252d-4033-bf3c-63ed0568ffb5 2019-01-09 11:27:23,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:24,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea54f9d1-28b1-4b4e-bece-e67dc76287f9 x-compute-request-id: req-ea54f9d1-28b1-4b4e-bece-e67dc76287f9 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:24,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-ea54f9d1-28b1-4b4e-bece-e67dc76287f9 2019-01-09 11:27:27,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:27,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0be0e303-ff0b-45dc-9afe-f8976b231878 x-compute-request-id: req-0be0e303-ff0b-45dc-9afe-f8976b231878 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:27,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-0be0e303-ff0b-45dc-9afe-f8976b231878 2019-01-09 11:27:30,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:31,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34dc6b4e-a6cb-492c-ab90-2c72122bcbd1 x-compute-request-id: req-34dc6b4e-a6cb-492c-ab90-2c72122bcbd1 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:31,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-34dc6b4e-a6cb-492c-ab90-2c72122bcbd1 2019-01-09 11:27:34,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:34,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-8539229b-7892-4540-88b6-e1249ba16312 x-compute-request-id: req-8539229b-7892-4540-88b6-e1249ba16312 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:34,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-8539229b-7892-4540-88b6-e1249ba16312 2019-01-09 11:27:37,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:38,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fda65b49-b142-47a3-b4da-34d48e8b361b x-compute-request-id: req-fda65b49-b142-47a3-b4da-34d48e8b361b Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:38,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-fda65b49-b142-47a3-b4da-34d48e8b361b 2019-01-09 11:27:41,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:42,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec72a3c3-9d81-43b2-813e-77f2ccb9cb88 x-compute-request-id: req-ec72a3c3-9d81-43b2-813e-77f2ccb9cb88 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:42,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-ec72a3c3-9d81-43b2-813e-77f2ccb9cb88 2019-01-09 11:27:45,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:45,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-db7884dd-ebcb-465e-b0db-4f7e710cc8e8 x-compute-request-id: req-db7884dd-ebcb-465e-b0db-4f7e710cc8e8 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:45,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-db7884dd-ebcb-465e-b0db-4f7e710cc8e8 2019-01-09 11:27:48,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:49,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-432d5c43-6bd0-46e1-b7b3-42a7da1893be x-compute-request-id: req-432d5c43-6bd0-46e1-b7b3-42a7da1893be Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:49,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-432d5c43-6bd0-46e1-b7b3-42a7da1893be 2019-01-09 11:27:52,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:52,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-94c0686d-8af1-49e2-b260-2eac0186a866 x-compute-request-id: req-94c0686d-8af1-49e2-b260-2eac0186a866 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:52,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-94c0686d-8af1-49e2-b260-2eac0186a866 2019-01-09 11:27:55,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:56,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16a0955d-dc26-417a-9f3e-62db0336ee57 x-compute-request-id: req-16a0955d-dc26-417a-9f3e-62db0336ee57 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:56,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-16a0955d-dc26-417a-9f3e-62db0336ee57 2019-01-09 11:27:59,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:27:59,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50355a21-de47-4ecc-943b-c148b8f9b025 x-compute-request-id: req-50355a21-de47-4ecc-943b-c148b8f9b025 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:27:59,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-50355a21-de47-4ecc-943b-c148b8f9b025 2019-01-09 11:28:02,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:03,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-53b6e789-62e4-4b4a-973b-9a1bbaeea8d6 x-compute-request-id: req-53b6e789-62e4-4b4a-973b-9a1bbaeea8d6 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:03,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-53b6e789-62e4-4b4a-973b-9a1bbaeea8d6 2019-01-09 11:28:06,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:06,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5b2c113-d404-42cc-935f-871f513ba2e4 x-compute-request-id: req-c5b2c113-d404-42cc-935f-871f513ba2e4 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:06,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-c5b2c113-d404-42cc-935f-871f513ba2e4 2019-01-09 11:28:09,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:10,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59a2f892-3af2-4f3a-9766-5fff22e29a51 x-compute-request-id: req-59a2f892-3af2-4f3a-9766-5fff22e29a51 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:10,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-59a2f892-3af2-4f3a-9766-5fff22e29a51 2019-01-09 11:28:13,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:13,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-40374603-4d4e-4923-b968-136647b1dc4e x-compute-request-id: req-40374603-4d4e-4923-b968-136647b1dc4e Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:13,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-40374603-4d4e-4923-b968-136647b1dc4e 2019-01-09 11:28:16,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:17,622 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3948fe36-f520-413e-9e53-94e8be555822 x-compute-request-id: req-3948fe36-f520-413e-9e53-94e8be555822 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:17,622 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-3948fe36-f520-413e-9e53-94e8be555822 2019-01-09 11:28:20,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:21,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba4f3484-0362-43ae-8646-d4c143223e75 x-compute-request-id: req-ba4f3484-0362-43ae-8646-d4c143223e75 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:21,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-ba4f3484-0362-43ae-8646-d4c143223e75 2019-01-09 11:28:24,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:24,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ec2ae3a-4ad1-42e4-a711-354e4ebd3c8b x-compute-request-id: req-1ec2ae3a-4ad1-42e4-a711-354e4ebd3c8b Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:24,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-1ec2ae3a-4ad1-42e4-a711-354e4ebd3c8b 2019-01-09 11:28:27,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:28,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78713f58-b124-4d27-a2fe-1f4c53cc72d4 x-compute-request-id: req-78713f58-b124-4d27-a2fe-1f4c53cc72d4 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:28,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-78713f58-b124-4d27-a2fe-1f4c53cc72d4 2019-01-09 11:28:31,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:31,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-e548f1ec-3df7-4212-96be-d2fb01915746 x-compute-request-id: req-e548f1ec-3df7-4212-96be-d2fb01915746 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:26:28Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:31,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-e548f1ec-3df7-4212-96be-d2fb01915746 2019-01-09 11:28:34,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ff35c1dcd7329753f022d7c4d9e6606c6c19fae" 2019-01-09 11:28:35,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60eceb7c-f420-4faa-a81a-efe3ab0ce5e2 x-compute-request-id: req-60eceb7c-f420-4faa-a81a-efe3ab0ce5e2 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": "2019-01-09T11:28:32.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:28:33Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:35,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-60eceb7c-f420-4faa-a81a-efe3ab0ce5e2 2019-01-09 11:28:35,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}365b5905408c7b91f6e9a2ca677cae5d71eef5d4" 2019-01-09 11:28:35,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-788acebd-f28d-4dc5-98c0-54f229b5d8f5 x-compute-request-id: req-788acebd-f28d-4dc5-98c0-54f229b5d8f5 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": "2019-01-09T11:28:32.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:28:33Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:35,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5 used request id req-788acebd-f28d-4dc5-98c0-54f229b5d8f5 2019-01-09 11:28:35,854 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.12'. 2019-01-09 11:28:35,855 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2019-01-09 11:28:35,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:28:37,338 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:28:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6243d8f4-eb13-44a1-b739-494885462c6e x-compute-request-id: req-6243d8f4-eb13-44a1-b739-494885462c6e Content-Length: 0 Content-Type: application/json 2019-01-09 11:28:37,338 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5/action used request id req-6243d8f4-eb13-44a1-b739-494885462c6e 2019-01-09 11:28:37,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:28:37,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5052 X-Openstack-Request-Id: req-8221cdf6-1d09-43fd-b0ff-5daedc23390a Date: Wed, 09 Jan 2019 11:28:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:23Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.1"}],"id":"18447823-a6e3-4fe5-9ad7-566dc4924aad","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:47:06:27","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f502d121-4683-457f-8530-66fd711a71da","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:24Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.205"}],"id":"86ac9e50-77c2-463f-a638-2f940dc5e5b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:55:51:02","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f502d121-4683-457f-8530-66fd711a71da","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T11:26:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:28:37Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.12"}],"id":"88a8e326-752a-4d47-b3d0-e79b66dee05a","security_groups":["18acf269-90f2-4de0-bb2f-8860c336f129","4e46aeff-3422-4816-9331-c207cd802207"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:c7:8d","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"13a964e7-d76a-4bb6-92b9-73129b2831c5","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.2"}],"id":"b2c125cc-1f5b-42f7-b612-d08ab76aea75","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:66:f8","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-25a7de4f-4fc1-445a-ac58-6419aacb6b28","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.3"}],"id":"c63e1da6-c416-4b56-85a8-9f9c66e0c215","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:c4:67","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-25a7de4f-4fc1-445a-ac58-6419aacb6b28","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.4"}],"id":"dd16ec8b-6d60-426d-929c-54d22cb3521b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:08:69:0e","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-25a7de4f-4fc1-445a-ac58-6419aacb6b28","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:23Z","binding:vnic_type":"normal"}]} 2019-01-09 11:28:37,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-8221cdf6-1d09-43fd-b0ff-5daedc23390a 2019-01-09 11:28:37,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/ports/88a8e326-752a-4d47-b3d0-e79b66dee05a -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:eb:c7:8d"}]}}' 2019-01-09 11:28:38,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-45d48ce8-489d-4c08-ad60-469ae21a81c7 Date: Wed, 09 Jan 2019 11:28:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:eb:c7:8d"}],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:28:37Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.12"}],"id":"88a8e326-752a-4d47-b3d0-e79b66dee05a","security_groups":["18acf269-90f2-4de0-bb2f-8860c336f129","4e46aeff-3422-4816-9331-c207cd802207"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:c7:8d","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"13a964e7-d76a-4bb6-92b9-73129b2831c5","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:29Z","binding:vnic_type":"normal"}} 2019-01-09 11:28:38,138 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/ports/88a8e326-752a-4d47-b3d0-e79b66dee05a used request id req-45d48ce8-489d-4c08-ad60-469ae21a81c7 2019-01-09 11:28:38,139 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2019-01-09 11:28:38,139 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=f8a949be-436b-4933-9b7a-e53cc57ecd3b network=25a7de4f-4fc1-445a-ac58-6419aacb6b28 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set -xe sudo useradd -m sdnvpn sudo adduser sdnvpn sudo sudo echo sdnvpn:opnfv | chpasswd sleep 20 sudo ifconfig lo:1 179.24.1.12 netmask 255.255.255.255 up 2019-01-09 11:28:38,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:28:38,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:28:38,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:28:38,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:28:38,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:28:38,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:28:38,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:28:38,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:28:38,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:28:38,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:28:38,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:28:38,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:28:38,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:28:38,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:28:38,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:28:38,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:28:38,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:28:38,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:28:38,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:28:38,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:28:38,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:28:38,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:28:38,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:28:38,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:28:38,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:28:38,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:28:38,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:28:38,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:28:38,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:28:38,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:28:38,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:28:38,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:28:38,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:28:38,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:28:38,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:28:38,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:28:38,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:28:38,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:28:38,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:28:38,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:28:38,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:28:38,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4851a97f-e9b1-4546-a39d-f06d5f259dde Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:28:38,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-4851a97f-e9b1-4546-a39d-f06d5f259dde 2019-01-09 11:28:38,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:28:38,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:28:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["0-1lj_99S_C-5Uf1iK7dvg"], "issued_at": "2019-01-09T11:28:38.000000Z"}} 2019-01-09 11:28:38,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" 2019-01-09 11:28:38,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-0c2a3e1f-9fb5-4a23-926e-5d3982800377 x-compute-request-id: req-0c2a3e1f-9fb5-4a23-926e-5d3982800377 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:28:38,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-0c2a3e1f-9fb5-4a23-926e-5d3982800377 2019-01-09 11:28:38,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" 2019-01-09 11:28:38,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-72b770f3-5a67-4570-8c84-3e245f77ed49 x-compute-request-id: req-72b770f3-5a67-4570-8c84-3e245f77ed49 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "401283e0-6907-43b0-840c-1e77e60f5666", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:28:38,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666 used request id req-72b770f3-5a67-4570-8c84-3e245f77ed49 2019-01-09 11:28:38,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "401283e0-6907-43b0-840c-1e77e60f5666", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "25a7de4f-4fc1-445a-ac58-6419aacb6b28"}], "config_drive": true}}' 2019-01-09 11:28:40,403 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11: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 x-openstack-request-id: req-6b9e4d03-e059-4998-8dba-73aad5aac153 x-compute-request-id: req-6b9e4d03-e059-4998-8dba-73aad5aac153 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "adminPass": "jLVE5CxbaiiF"}} 2019-01-09 11:28:40,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-6b9e4d03-e059-4998-8dba-73aad5aac153 2019-01-09 11:28:40,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:28:40,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7ce3350-afaa-460b-acf7-7842585aa646 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:28:40,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e7ce3350-afaa-460b-acf7-7842585aa646 2019-01-09 11:28:40,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:28:40,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:28:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["c8vXxIP6RAiByNLxESYxPg"], "issued_at": "2019-01-09T11:28:40.000000Z"}} 2019-01-09 11:28:40,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef486d9bff86a0f7d2e72f66663ee1831b92f11" 2019-01-09 11:28:41,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0185491-a5cc-431e-91bb-e984927d7df2 x-compute-request-id: req-f0185491-a5cc-431e-91bb-e984927d7df2 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.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:28:40Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:41,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 used request id req-f0185491-a5cc-431e-91bb-e984927d7df2 2019-01-09 11:28:44,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef486d9bff86a0f7d2e72f66663ee1831b92f11" 2019-01-09 11:28:44,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-90b8a7fc-6953-4cb2-9c84-d7386c97640f x-compute-request-id: req-90b8a7fc-6953-4cb2-9c84-d7386c97640f Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:28:41Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:44,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 used request id req-90b8a7fc-6953-4cb2-9c84-d7386c97640f 2019-01-09 11:28:47,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef486d9bff86a0f7d2e72f66663ee1831b92f11" 2019-01-09 11:28:48,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fb57eb9-ccbe-4818-91dc-ca7f4350048e x-compute-request-id: req-4fb57eb9-ccbe-4818-91dc-ca7f4350048e Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:dc:d9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:28:41Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:48,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 used request id req-4fb57eb9-ccbe-4818-91dc-ca7f4350048e 2019-01-09 11:28:51,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef486d9bff86a0f7d2e72f66663ee1831b92f11" 2019-01-09 11:28:52,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-224d111a-9208-41eb-a5b3-9cec4d78631b x-compute-request-id: req-224d111a-9208-41eb-a5b3-9cec4d78631b Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:dc:d9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:28:41Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:52,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 used request id req-224d111a-9208-41eb-a5b3-9cec4d78631b 2019-01-09 11:28:55,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef486d9bff86a0f7d2e72f66663ee1831b92f11" 2019-01-09 11:28:55,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-c74896be-0ef5-406b-9777-4c2635f508b3 x-compute-request-id: req-c74896be-0ef5-406b-9777-4c2635f508b3 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:dc:d9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:28:41Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:55,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 used request id req-c74896be-0ef5-406b-9777-4c2635f508b3 2019-01-09 11:28:59,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ef486d9bff86a0f7d2e72f66663ee1831b92f11" 2019-01-09 11:28:59,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-147c16d4-85e9-4201-94de-e8a71f80ac49 x-compute-request-id: req-147c16d4-85e9-4201-94de-e8a71f80ac49 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:dc:d9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2019-01-09T11:28:56.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:28:57Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:28:59,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 used request id req-147c16d4-85e9-4201-94de-e8a71f80ac49 2019-01-09 11:28:59,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" 2019-01-09 11:29:00,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:28:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6e75eb8-81da-47f0-ba78-dfb30ffb8457 x-compute-request-id: req-f6e75eb8-81da-47f0-ba78-dfb30ffb8457 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:dc:d9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2019-01-09T11:28:56.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:28:57Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:29:00,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50 used request id req-f6e75eb8-81da-47f0-ba78-dfb30ffb8457 2019-01-09 11:29:00,399 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.5'. 2019-01-09 11:29:00,399 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2019-01-09 11:29:00,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:29:02,021 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:29:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e37d0538-3cdf-4f27-b386-6358c6f5c633 x-compute-request-id: req-e37d0538-3cdf-4f27-b386-6358c6f5c633 Content-Length: 0 Content-Type: application/json 2019-01-09 11:29:02,021 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action used request id req-e37d0538-3cdf-4f27-b386-6358c6f5c633 2019-01-09 11:29:02,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:29:02,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6018 X-Openstack-Request-Id: req-4630e303-4cd8-4405-9c0f-413d8b36dde8 Date: Wed, 09 Jan 2019 11:29:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:23Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.1"}],"id":"18447823-a6e3-4fe5-9ad7-566dc4924aad","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:47:06:27","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f502d121-4683-457f-8530-66fd711a71da","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:29:01Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.5"}],"id":"4e5613a3-57c2-4c26-a522-cd8d136abb45","security_groups":["18acf269-90f2-4de0-bb2f-8860c336f129","4e46aeff-3422-4816-9331-c207cd802207"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:dc:d9","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"865fec6d-b3f9-471e-82c4-35f270a58f50","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:28:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:24Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0","ip_address":"172.30.9.205"}],"id":"86ac9e50-77c2-463f-a638-2f940dc5e5b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:55:51:02","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"f502d121-4683-457f-8530-66fd711a71da","name":"","admin_state_up":true,"network_id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","tenant_id":"","created_at":"2019-01-09T11:26:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:eb:c7:8d"}],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:28:37Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.12"}],"id":"88a8e326-752a-4d47-b3d0-e79b66dee05a","security_groups":["18acf269-90f2-4de0-bb2f-8860c336f129","4e46aeff-3422-4816-9331-c207cd802207"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:eb:c7:8d","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"13a964e7-d76a-4bb6-92b9-73129b2831c5","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.2"}],"id":"b2c125cc-1f5b-42f7-b612-d08ab76aea75","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ae:66:f8","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-25a7de4f-4fc1-445a-ac58-6419aacb6b28","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:22Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.3"}],"id":"c63e1da6-c416-4b56-85a8-9f9c66e0c215","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:92:c4:67","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-25a7de4f-4fc1-445a-ac58-6419aacb6b28","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:22Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:26:23Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.4"}],"id":"dd16ec8b-6d60-426d-929c-54d22cb3521b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:08:69:0e","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-25a7de4f-4fc1-445a-ac58-6419aacb6b28","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:26:23Z","binding:vnic_type":"normal"}]} 2019-01-09 11:29:02,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports used request id req-4630e303-4cd8-4405-9c0f-413d8b36dde8 2019-01-09 11:29:02,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/ports/4e5613a3-57c2-4c26-a522-cd8d136abb45 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:80:dc:d9"}]}}' 2019-01-09 11:29:02,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-d3e2c8d0-7497-4da8-a845-8b798e9d4682 Date: Wed, 09 Jan 2019 11:29:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:80:dc:d9"}],"extra_dhcp_opts":[],"updated_at":"2019-01-09T11:29:02Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"23b10b5e-84cf-4805-a8fa-98776977bac3","ip_address":"10.10.10.5"}],"id":"4e5613a3-57c2-4c26-a522-cd8d136abb45","security_groups":["18acf269-90f2-4de0-bb2f-8860c336f129","4e46aeff-3422-4816-9331-c207cd802207"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:80:dc:d9","project_id":"a3475ec98a734cb2aeb418d350edd17b","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"865fec6d-b3f9-471e-82c4-35f270a58f50","name":"","admin_state_up":true,"network_id":"25a7de4f-4fc1-445a-ac58-6419aacb6b28","tenant_id":"a3475ec98a734cb2aeb418d350edd17b","created_at":"2019-01-09T11:28:42Z","binding:vnic_type":"normal"}} 2019-01-09 11:29:02,777 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/ports/4e5613a3-57c2-4c26-a522-cd8d136abb45 used request id req-d3e2c8d0-7497-4da8-a845-8b798e9d4682 2019-01-09 11:29:02,779 - sdnvpn_test_utils - INFO - Waiting for instance 13a964e7-d76a-4bb6-92b9-73129b2831c5 to boot up 2019-01-09 11:29:02,781 - sdnvpn_test_utils - INFO - Waiting for instance 865fec6d-b3f9-471e-82c4-35f270a58f50 to boot up 2019-01-09 11:29:02,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:29:02,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}365b5905408c7b91f6e9a2ca677cae5d71eef5d4" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:29:03,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ade04a4-21cd-45dd-b4a9-6fc72cdfa6f6 x-compute-request-id: req-2ade04a4-21cd-45dd-b4a9-6fc72cdfa6f6 Content-Encoding: gzip Content-Length: 10460 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 605222851 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135902] pid_max: default: 32768 minimum: 301\n[ 0.136783] ACPI: Core revision 20150930\n[ 0.138142] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139436] Security Framework initialized\n[ 0.140239] Yama: becoming mindful.\n[ 0.140970] AppArmor: AppArmor initialized\n[ 0.141847] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143225] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144866] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146074] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147443] Initializing cgroup subsys io\n[ 0.148240] Initializing cgroup subsys memory\n[ 0.149087] Initializing cgroup subsys devices\n[ 0.149956] Initializing cgroup subsys freezer\n[ 0.150814] Initializing cgroup subsys net_cls\n[ 0.151685] Initializing cgroup subsys perf_event\n[ 0.152581] Initializing cgroup subsys net_prio\n[ 0.153460] Initializing cgroup subsys hugetlb\n[ 0.154319] Initializing cgroup subsys pids\n[ 0.155181] CPU: Physical Processor ID: 0\n[ 0.156667] mce: CPU supports 10 MCE banks\n[ 0.157516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158506] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169216] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175601] ftrace: allocating 32123 entries in 126 pages\n[ 0.202239] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203425] smpboot: Max logical packages: 1\n[ 0.204406] x2apic enabled\n[ 0.205201] Switched APIC routing to physical x2apic.\n[ 0.206945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208061] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210038] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211810] KVM setup paravirtual spinlock\n[ 0.213076] x86: Booted up 1 node, 1 CPUs\n[ 0.213878] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215250] devtmpfs: initialized\n[ 0.217715] evm: security.selinux\n[ 0.218415] evm: security.SMACK64\n[ 0.219099] evm: security.SMACK64EXEC\n[ 0.219837] evm: security.SMACK64TRANSMUTE\n[ 0.220641] evm: security.SMACK64MMAP\n[ 0.221381] evm: security.ima\n[ 0.222012] evm: security.capability\n[ 0.222811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224657] pinctrl core: initialized pinctrl subsystem\n[ 0.225743] RTC time: 11:28:56, date: 01/09/19\n[ 0.226670] NET: Registered protocol family 16\n[ 0.227630] cpuidle: using governor ladder\n[ 0.228443] cpuidle: using governor menu\n[ 0.229224] PCCT header not found.\n[ 0.229973] ACPI: bus type PCI registered\n[ 0.230766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.234125] ACPI: Added _OSI(Module Device)\n[ 0.234960] ACPI: Added _OSI(Processor Device)\n[ 0.235806] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236696] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238793] ACPI: Interpreter enabled\n[ 0.239553] ACPI: (supports S0 S5)\n[ 0.240246] ACPI: Using IOAPIC for interrupt routing\n[ 0.241184] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244249] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245368] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247738] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250020] acpiphp: Slot [3] registered\n[ 0.250810] acpiphp: Slot [4] registered\n[ 0.251592] acpiphp: Slot [5] registered\n[ 0.252384] acpiphp: Slot [6] registered\n[ 0.253164] acpiphp: Slot [7] registered\n[ 0.253947] acpiphp: Slot [8] registered\n[ 0.254731] acpiphp: Slot [9] registered\n[ 0.255513] acpiphp: Slot [10] registered\n[ 0.256306] acpiphp: Slot [11] registered\n[ 0.257099] acpiphp: Slot [12] registered\n[ 0.257899] acpiphp: Slot [13] registered\n[ 0.258692] acpiphp: Slot [14] registered\n[ 0.269677] acpiphp: Slot [15] registered\n[ 0.270478] acpiphp: Slot [16] registered\n[ 0.271268] acpiphp: Slot [17] registered\n[ 0.272064] acpiphp: Slot [18] registered\n[ 0.272856] acpiphp: Slot [19] registered\n[ 0.273639] acpiphp: Slot [20] registered\n[ 0.274437] acpiphp: Slot [21] registered\n[ 0.275220] acpiphp: Slot [22] registered\n[ 0.276014] acpiphp: Slot [23] registered\n[ 0.276797] acpiphp: Slot [24] registered\n[ 0.277589] acpiphp: Slot [25] registered\n[ 0.278371] acpiphp: Slot [26] registered\n[ 0.279155] acpiphp: Slot [27] registered\n[ 0.279941] acpiphp: Slot [28] registered\n[ 0.280737] acpiphp: Slot [29] registered\n[ 0.281521] acpiphp: Slot [30] registered\n[ 0.282305] acpiphp: Slot [31] registered\n[ 0.283082] PCI host bridge to bus 0000:00\n[ 0.283874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285052] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287621] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.289026] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295281] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296547] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305307] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306724] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351917] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353399] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354843] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356228] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358822] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361310] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362820] vgaarb: loaded\n[ 0.363417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364544] SCSI subsystem initialized\n[ 0.365347] ACPI: bus type USB registered\n[ 0.366145] usbcore: registered new interface driver usbfs\n[ 0.367176] usbcore: registered new interface driver hub\n[ 0.368162] usbcore: registered new device driver usb\n[ 0.369198] PCI: Using ACPI for IRQ routing\n[ 0.370213] NetLabel: Initializing\n[ 0.370919] NetLabel: domain hash size = 128\n[ 0.371754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372693] NetLabel: unlabeled traffic allowed by default\n[ 0.373782] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374746] clocksource: Switched to clocksource kvm-clock\n[ 0.380148] AppArmor: AppArmor Filesystem Enabled\n[ 0.381107] pnp: PnP ACPI init\n[ 0.382010] pnp: PnP ACPI: found 5 devices\n[ 0.388059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389756] NET: Registered protocol family 2\n[ 0.390704] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391976] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393168] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394337] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395420] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396598] NET: Registered protocol family 1\n[ 0.397456] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398534] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399602] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413696] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427961] Trying to unpack rootfs image as initramfs...\n[ 1.766536] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.784050] Scanning for low memory corruption every 60 seconds\n[ 1.785456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.786582] audit: initializing netlink subsys (disabled)\n[ 1.787597] audit: type=2000 audit(1547033338.888:1): initialized\n[ 1.788892] Initialise system trusted keyring\n[ 1.789808] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.790960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.792920] zbud: loaded\n[ 1.793619] VFS: Disk quotas dquot_6.6.0\n[ 1.794425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.795816] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.797020] fuse init (API version 7.23)\n[ 1.797883] Key type big_key registered\n[ 1.798660] Allocating IMA MOK and blacklist keyrings.\n[ 1.799759] Key type asymmetric registered\n[ 1.800574] Asymmetric key parser 'x509' registered\n[ 1.801514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.802966] io scheduler noop registered\n[ 1.803763] io scheduler deadline registered (default)\n[ 1.804738] io scheduler cfq registered\n[ 1.805558] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.806581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.807832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.809262] ACPI: Power Button [PWRF]\n[ 1.810086] GHES: HEST is not enabled!\n[ 1.824017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.852266] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.854619] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.878719] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.880804] Linux agpgart interface v0.103\n[ 1.882813] brd: module loaded\n[ 1.884054] loop: module loaded\n[ 1.885571] vda: vda1\n[ 1.886890] scsi host0: ata_piix\n[ 1.887622] scsi host1: ata_piix\n[ 1.888324] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.889522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.890953] libphy: Fixed MDIO Bus: probed\n[ 1.891782] tun: Universal TUN/TAP device driver, 1.6\n[ 1.892723] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.894839] PPP generic driver version 2.4.2\n[ 1.895730] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.896951] ehci-pci: EHCI PCI platform driver\n[ 1.897809] ehci-platform: EHCI generic platform driver\n[ 1.898795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.899914] ohci-pci: OHCI PCI platform driver\n[ 1.900775] ohci-platform: OHCI generic platform driver\n[ 1.901754] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.916250] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.917240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.918676] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.919693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.920801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.922002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.923411] usb usb1: Product: UHCI Host Controller\n[ 1.924333] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.925455] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.926436] hub 1-0:1.0: USB hub found\n[ 1.927213] hub 1-0:1.0: 2 ports detected\n[ 1.928106] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.930217] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.931186] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.932213] mousedev: PS/2 mouse device common for all mice\n[ 1.933457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.935281] rtc_cmos 00:00: RTC can wake from S4\n[ 1.936376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.937558] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.938752] i2c /dev entries driver\n[ 1.939513] device-mapper: uevent: version 1.0.3\n[ 1.940450] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.942060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.943327] NET: Registered protocol family 10\n[ 1.944321] NET: Registered protocol family 17\n[ 1.945201] Key type dns_resolver registered\n[ 1.946119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.947218] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.948943] registered taskstats version 1\n[ 1.949776] Loading compiled-in X.509 certificates\n[ 1.951205] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.953024] zswap: loaded using pool lzo/zbud\n[ 1.954804] Key type trusted registered\n[ 1.957042] Key type encrypted registered\n[ 1.957866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.958903] ima: No TPM chip found, activating TPM-bypass!\n[ 1.959948] evm: HMAC attrs: 0x1\n[ 1.960876] Magic number: 3:735:478\n[ 1.961643] rtc rtc0: hash matches\n[ 1.962425] rtc_cmos 00:00: setting system clock to 2019-01-09 11:28:58 UTC (1547033338)\n[ 1.964036] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.965135] EDD information not available.\n[ 2.047428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.048868] ata1.00: configured for MWDMA2\n[ 2.050051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.052241] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.063842] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.065118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.066999] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.068520] Write protecting the kernel read-only data: 14336k\n[ 2.070046] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071757] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080464] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082245] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084230] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.086099] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087931] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089742] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091606] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095666] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097444] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125119] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133117] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.134921] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.159638] AVX2 version of gcm_enc/dec engaged.\n[ 2.160582] AES CTR mode by8 optimization enabled\n[ 2.163112] FDC 0 is a S82078B\n[ 2.238764] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.403753] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.405006] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.406262] usb 1-1: Product: QEMU USB Tablet\n[ 2.407110] usb 1-1: Manufacturer: QEMU\n[ 2.407877] usb 1-1: SerialNumber: 42\n[ 2.415583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.423067] usbcore: registered new interface driver usbhid\n[ 2.424127] usbhid: USB HID core driver\n[ 2.425878] 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.428131] 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.782989] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.402828] md: linear personality registered for level -1\n[ 3.405698] md: multipath personality registered for level -4\n[ 3.408684] md: raid0 personality registered for level 0\n[ 3.411901] md: raid1 personality registered for level 1\n[ 3.482750] raid6: sse2x1 gen() 11327 MB/s\n[ 3.550782] raid6: sse2x1 xor() 7264 MB/s\n[ 3.618754] raid6: sse2x2 gen() 9907 MB/s\n[ 3.686748] raid6: sse2x2 xor() 6741 MB/s\n[ 3.754763] raid6: sse2x4 gen() 10197 MB/s\n[ 3.822751] raid6: sse2x4 xor() 6657 MB/s\n[ 3.890752] raid6: avx2x1 gen() 15044 MB/s\n[ 3.958752] raid6: avx2x2 gen() 19965 MB/s\n[ 4.026752] raid6: avx2x4 gen() 19412 MB/s\n[ 4.027850] raid6: using algorithm avx2x2 gen() 19965 MB/s\n[ 4.029142] raid6: using avx2x2 recovery algorithm\n[ 4.035724] xor: automatically using best checksumming function:\n[ 4.074748] avx : 26002.000 MB/sec\n[ 4.077459] async_tx: api initialized (async)\n[ 4.089665] md: raid6 personality registered for level 6\n[ 4.090973] md: raid5 personality registered for level 5\n[ 4.092240] md: raid4 personality registered for level 4\n[ 4.098557] 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.133074] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166565] 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.271857] 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.275116] systemd[1]: Detected virtualization kvm.\n[ 4.276073] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.280090] systemd[1]: Set hostname to .\n[ 4.284361] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.285475] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404442] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.406578] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.409267] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.411556] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.413997] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.416849] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.419415] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.422060] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.424440] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.426781] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.429209] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.431791] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.434453] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.440224] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.443133] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.448087] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.452138] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.455107] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.458334] 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.463456] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.466369] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.468727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[ 4.470696] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.[ 4.475965] Loading iSCSI transport class v2.0-870.\n\n[ 4.478115] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.484488] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.487438] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.492073] 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.500690] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.504981] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.508209] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.511719] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.517290] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.526998] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.529325] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.535573] systemd[1]: Mounted Huge Pages File System.\n[ 4.537053] iscsi: registered transport (iser)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.543074] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.550158] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.553089] 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.563385] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.571275] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575100] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.580862] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\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 Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\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"} 2019-01-09 11:29:03,922 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action used request id req-2ade04a4-21cd-45dd-b4a9-6fc72cdfa6f6 2019-01-09 11:29:03,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26eb46e5-fe62-4049-b8e9-6312acfa5816 x-compute-request-id: req-26eb46e5-fe62-4049-b8e9-6312acfa5816 Content-Encoding: gzip Content-Length: 13572 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 589527447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.141366] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.143170] pid_max: default: 32768 minimum: 301\n[ 0.144148] ACPI: Core revision 20150930\n[ 0.145593] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147016] Security Framework initialized\n[ 0.147914] Yama: becoming mindful.\n[ 0.148711] AppArmor: AppArmor initialized\n[ 0.149664] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.151180] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152955] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.154257] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.155724] Initializing cgroup subsys io\n[ 0.156597] Initializing cgroup subsys memory\n[ 0.157543] Initializing cgroup subsys devices\n[ 0.158491] Initializing cgroup subsys freezer\n[ 0.159414] Initializing cgroup subsys net_cls\n[ 0.160342] Initializing cgroup subsys perf_event\n[ 0.161311] Initializing cgroup subsys net_prio\n[ 0.162245] Initializing cgroup subsys hugetlb\n[ 0.163197] Initializing cgroup subsys pids\n[ 0.164159] CPU: Physical Processor ID: 0\n[ 0.165755] mce: CPU supports 10 MCE banks\n[ 0.166668] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179759] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.186316] ftrace: allocating 32123 entries in 126 pages\n[ 0.212650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213996] smpboot: Max logical packages: 1\n[ 0.215034] x2apic enabled\n[ 0.215863] Switched APIC routing to physical x2apic.\n[ 0.217650] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218836] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220932] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222806] KVM setup paravirtual spinlock\n[ 0.224149] x86: Booted up 1 node, 1 CPUs\n[ 0.225003] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226450] devtmpfs: initialized\n[ 0.228955] evm: security.selinux\n[ 0.229690] evm: security.SMACK64\n[ 0.230428] evm: security.SMACK64EXEC\n[ 0.231255] evm: security.SMACK64TRANSMUTE\n[ 0.232107] evm: security.SMACK64MMAP\n[ 0.232894] evm: security.ima\n[ 0.233575] evm: security.capability\n[ 0.234422] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236373] pinctrl core: initialized pinctrl subsystem\n[ 0.237511] RTC time: 11:28:32, date: 01/09/19\n[ 0.238489] NET: Registered protocol family 16\n[ 0.239503] cpuidle: using governor ladder\n[ 0.240371] cpuidle: using governor menu\n[ 0.241196] PCCT header not found.\n[ 0.241973] ACPI: bus type PCI registered\n[ 0.242822] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244161] PCI: Using configuration type 1 for base access\n[ 0.246343] ACPI: Added _OSI(Module Device)\n[ 0.247233] ACPI: Added _OSI(Processor Device)\n[ 0.248171] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249149] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251357] ACPI: Interpreter enabled\n[ 0.252195] ACPI: (supports S0 S5)\n[ 0.252962] ACPI: Using IOAPIC for interrupt routing\n[ 0.253989] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257243] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258461] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259783] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261067] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263416] acpiphp: Slot [3] registered\n[ 0.264286] acpiphp: Slot [4] registered\n[ 0.265152] acpiphp: Slot [5] registered\n[ 0.265986] acpiphp: Slot [6] registered\n[ 0.266813] acpiphp: Slot [7] registered\n[ 0.267641] acpiphp: Slot [8] registered\n[ 0.268473] acpiphp: Slot [9] registered\n[ 0.269310] acpiphp: Slot [10] registered\n[ 0.270156] acpiphp: Slot [11] registered\n[ 0.270998] acpiphp: Slot [12] registered\n[ 0.271840] acpiphp: Slot [13] registered\n[ 0.272683] acpiphp: Slot [14] registered\n[ 0.283480] acpiphp: Slot [15] registered\n[ 0.284376] acpiphp: Slot [16] registered\n[ 0.285252] acpiphp: Slot [17] registered\n[ 0.286098] acpiphp: Slot [18] registered\n[ 0.286954] acpiphp: Slot [19] registered\n[ 0.287813] acpiphp: Slot [20] registered\n[ 0.288673] acpiphp: Slot [21] registered\n[ 0.289523] acpiphp: Slot [22] registered\n[ 0.290384] acpiphp: Slot [23] registered\n[ 0.291237] acpiphp: Slot [24] registered\n[ 0.292102] acpiphp: Slot [25] registered\n[ 0.292957] acpiphp: Slot [26] registered\n[ 0.293808] acpiphp: Slot [27] registered\n[ 0.294706] acpiphp: Slot [28] registered\n[ 0.295572] acpiphp: Slot [29] registered\n[ 0.296425] acpiphp: Slot [30] registered\n[ 0.297275] acpiphp: Slot [31] registered\n[ 0.298124] PCI host bridge to bus 0000:00\n[ 0.298997] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300281] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301574] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303097] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.304675] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310983] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313587] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.314971] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321291] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.322796] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368235] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369774] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371242] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372720] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374193] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.375519] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.377106] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379967] vgaarb: loaded\n[ 0.380612] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381873] SCSI subsystem initialized\n[ 0.382745] ACPI: bus type USB registered\n[ 0.383629] usbcore: registered new interface driver usbfs\n[ 0.384749] usbcore: registered new interface driver hub\n[ 0.385894] usbcore: registered new device driver usb\n[ 0.387025] PCI: Using ACPI for IRQ routing\n[ 0.388123] NetLabel: Initializing\n[ 0.388919] NetLabel: domain hash size = 128\n[ 0.389829] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390893] NetLabel: unlabeled traffic allowed by default\n[ 0.392036] amd_nb: Cannot enumerate AMD northbridges\n[ 0.393059] clocksource: Switched to clocksource kvm-clock\n[ 0.398648] AppArmor: AppArmor Filesystem Enabled\n[ 0.399665] pnp: PnP ACPI init\n[ 0.400605] pnp: PnP ACPI: found 5 devices\n[ 0.406677] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408470] NET: Registered protocol family 2\n[ 0.409473] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.410842] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.412116] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.413382] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.414541] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.415824] NET: Registered protocol family 1\n[ 0.416736] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417898] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419030] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432917] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447051] Trying to unpack rootfs image as initramfs...\n[ 1.740004] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.755637] Scanning for low memory corruption every 60 seconds\n[ 1.757075] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.758299] audit: initializing netlink subsys (disabled)\n[ 1.759435] audit: type=2000 audit(1547033315.066:1): initialized\n[ 1.760856] Initialise system trusted keyring\n[ 1.761857] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.763109] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.765198] zbud: loaded\n[ 1.765954] VFS: Disk quotas dquot_6.6.0\n[ 1.766825] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.768284] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.769643] fuse init (API version 7.23)\n[ 1.770576] Key type big_key registered\n[ 1.771399] Allocating IMA MOK and blacklist keyrings.\n[ 1.772550] Key type asymmetric registered\n[ 1.773418] Asymmetric key parser 'x509' registered\n[ 1.774426] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.775973] io scheduler noop registered\n[ 1.776805] io scheduler deadline registered (default)\n[ 1.777846] io scheduler cfq registered\n[ 1.778720] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.779884] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.781216] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.782775] ACPI: Power Button [PWRF]\n[ 1.783665] GHES: HEST is not enabled!\n[ 1.797397] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.825793] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.828216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.852040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.854269] Linux agpgart interface v0.103\n[ 1.856357] brd: module loaded\n[ 1.857708] loop: module loaded\n[ 1.859300] vda: vda1\n[ 1.860676] scsi host0: ata_piix\n[ 1.861483] scsi host1: ata_piix\n[ 1.862270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.863653] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.865267] libphy: Fixed MDIO Bus: probed\n[ 1.866181] tun: Universal TUN/TAP device driver, 1.6\n[ 1.867235] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.869505] PPP generic driver version 2.4.2\n[ 1.870436] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.871662] ehci-pci: EHCI PCI platform driver\n[ 1.872544] ehci-platform: EHCI generic platform driver\n[ 1.873566] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.874726] ohci-pci: OHCI PCI platform driver\n[ 1.875615] ohci-platform: OHCI generic platform driver\n[ 1.876623] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.891117] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.892139] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.893633] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.894689] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.895840] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.897116] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.898573] usb usb1: Product: UHCI Host Controller\n[ 1.899524] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.900695] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.901715] hub 1-0:1.0: USB hub found\n[ 1.902509] hub 1-0:1.0: 2 ports detected\n[ 1.903438] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.905600] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.906581] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.907634] mousedev: PS/2 mouse device common for all mice\n[ 1.908914] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.910806] rtc_cmos 00:00: RTC can wake from S4\n[ 1.911919] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.913143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.914365] i2c /dev entries driver\n[ 1.915129] device-mapper: uevent: version 1.0.3\n[ 1.916076] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.917745] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.919043] NET: Registered protocol family 10\n[ 1.920060] NET: Registered protocol family 17\n[ 1.920968] Key type dns_resolver registered\n[ 1.921919] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.923030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.924805] registered taskstats version 1\n[ 1.925674] Loading compiled-in X.509 certificates\n[ 1.927125] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.929024] zswap: loaded using pool lzo/zbud\n[ 1.930839] Key type trusted registered\n[ 1.933126] Key type encrypted registered\n[ 1.933971] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.935030] ima: No TPM chip found, activating TPM-bypass!\n[ 1.936097] evm: HMAC attrs: 0x1\n[ 1.937034] Magic number: 3:735:478\n[ 1.937827] rtc rtc0: hash matches\n[ 1.938637] rtc_cmos 00:00: setting system clock to 2019-01-09 11:28:34 UTC (1547033314)\n[ 1.940269] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.941414] EDD information not available.\n[ 2.021729] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.023201] ata1.00: configured for MWDMA2\n[ 2.024412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.026642] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.038369] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.039690] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.041606] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.043192] Write protecting the kernel read-only data: 14336k\n[ 2.044742] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.046473] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.055146] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056933] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058954] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060839] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062694] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064510] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.066389] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.068173] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.070492] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.072284] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.099346] virtio_net virtio0 ens3: renamed from eth0\n[ 2.109620] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.111429] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.126714] AVX2 version of gcm_enc/dec engaged.\n[ 2.127630] AES CTR mode by8 optimization enabled\n[ 2.137416] FDC 0 is a S82078B\n[ 2.213071] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.374060] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.375285] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.376545] usb 1-1: Product: QEMU USB Tablet\n[ 2.377396] usb 1-1: Manufacturer: QEMU\n[ 2.378159] usb 1-1: SerialNumber: 42\n[ 2.386016] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.393587] usbcore: registered new interface driver usbhid\n[ 2.394676] usbhid: USB HID core driver\n[ 2.396408] 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.398697] 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.753205] tsc: Refined TSC clocksource calibration: 3491.909 MHz\n[ 2.754563] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325575f6a6e, max_idle_ns: 440795326569 ns\nBegin: Loading essential drivers ... [ 3.375118] md: linear personality registered for level -1\n[ 3.378029] md: multipath personality registered for level -4\n[ 3.380963] md: raid0 personality registered for level 0\n[ 3.384171] md: raid1 personality registered for level 1\n[ 3.453063] raid6: sse2x1 gen() 11680 MB/s\n[ 3.521063] raid6: sse2x1 xor() 9068 MB/s\n[ 3.589061] raid6: sse2x2 gen() 14957 MB/s\n[ 3.657064] raid6: sse2x2 xor() 9947 MB/s\n[ 3.725065] raid6: sse2x4 gen() 16967 MB/s\n[ 3.793061] raid6: sse2x4 xor() 11873 MB/s\n[ 3.861063] raid6: avx2x1 gen() 22639 MB/s\n[ 3.929060] raid6: avx2x2 gen() 26982 MB/s\n[ 3.997062] raid6: avx2x4 gen() 30581 MB/s\n[ 3.997936] raid6: using algorithm avx2x4 gen() 30581 MB/s\n[ 3.998959] raid6: using avx2x2 recovery algorithm\n[ 4.001194] xor: automatically using best checksumming function:\n[ 4.041061] avx : 35910.000 MB/sec\n[ 4.043299] async_tx: api initialized (async)\n[ 4.052310] md: raid6 personality registered for level 6\n[ 4.053371] md: raid5 personality registered for level 5\n[ 4.054380] md: raid4 personality registered for level 4\n[ 4.058877] 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.083582] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.114377] 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.219530] 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.222871] systemd[1]: Detected virtualization kvm.\n[ 4.223840] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.228068] systemd[1]: Set hostname to .\n[ 4.231888] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.233011] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.356188] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.359091] 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.362984] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.365947] 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.370631] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.373345] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.376485] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.379034] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.382307] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.385153] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.387636] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.390537] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.392674] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.395301] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.398070] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.401125] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.407294] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.412262] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.415358] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.420866] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.423066] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.426770] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.432374] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.435427] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.439272] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.442717] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.450174] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.455633] iscsi: registered transport (tcp)\n[ 4.456970] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.459516] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.465045] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n[ 4.467789] EXT4-fs (vda1): re-mounted. Opts: (null)\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 4.474595] 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.487399] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.489736] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.496169] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.503032] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.510885] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.516158] 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.523292] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.527277] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.533911] iscsi: registered transport (iser)\n[ 4.535912] 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[[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 Commit a transient machine-id on disk...\n Starting Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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.900274] cloud-init[465]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 11:28:37 +0000. Up 5.21 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.270214] cloud-init[1021]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 11:28:39 +0000. Up 6.99 seconds.\n[ 8.276155] cloud-init[1021]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.280099] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.288118] cloud-init[1021]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.290784] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.296308] cloud-init[1021]: ci-info: | ens3 | True | 10.10.10.12 | 255.255.255.0 | . | fa:16:3e:eb:c7:8d |\n[ 8.304120] cloud-init[1021]: ci-info: | ens3 | True | fe80::f816:3eff:feeb:c78d/64 | . | link | fa:16:3e:eb:c7:8d |\n[ 8.306688] cloud-init[1021]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.312308] cloud-init[1021]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.316096] cloud-init[1021]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.323465] cloud-init[1021]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.325764] cloud-init[1021]: 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[ 8.331583] cloud-init Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[1021]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.337831] cloud-init[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.339988] [[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\ncloud-init[1021]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.[ 8.348795] cloud-init[1021]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.351255] cloud-init[1021]: ci-info: | 2 | 169.254.169.254 | 10.10.10.3 | 255.255.255.255 | ens3 | UGH |\n\n[ 8.354025] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.[1021]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.361839] cloud-init[1021]: Generating public/private rsa key pair.\n[ 8.363078] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m\n[ 8.368170] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.369718] cloud-init[1021]: The key fingerprint is:\n[ 8.370750] cloud-init[1021]: SHA256:ItavJuUlOrA0+4yBQfBd4+ichGh4d8/xDZjyZhE1hyQ root@sdnvpn-13-1] Reached target Timers.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n\n[ 8.376657] cloud-init[1021]: The key's randomart image is:\n[ 8.378412] cloud-init[1021]: +---[RSA 2048]----+\n[ 8.382360] cloud-init[1021]: |. o Eo+.. |\n[ 8.387674] cloud-init[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1021]: |oo o + . =.o |\n[ 8.393212] cloud-init[1021]: |oo+ = + = . |\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.396170] cloud-init[1021]: |o. = + = + o |\n[ 8.399607] cloud-init[1021]: |. * o S . . |\n[ 8.400842] cloud-init[1021]: | o+. .o=. |\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.404261] cloud-init[1021]: |...= + o. |\n Starting System Logging Service...\n[ 8.407351] cloud-init[1021]: | o++ o. |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.411493] cloud-init[1021]: | ..o+. |\n Starting Accounts Service...[ 8.415073] cloud-init[1021]: +----[SHA256]-----+\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n[ 8.420714] cloud-init[1021]: Generating public/private dsa key pair.\n Starting Apply the settings specified in cloud-config...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.440945] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.449761] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.455883] cloud-init[1021]: The key fingerprint is:\n[ 8.469110] cloud-init[1021]: SHA256:oZuJMOlZh9oHWBYLfGZLCwiDjGz/RzokCJ7Z7OjI1fI root@sdnvpn-13-1\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.[ 8.480917] cloud-init\n Starting /etc/rc.local Compatibility...\n[1021]: The key's randomart image is:[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LXD - container startup/shutdown...\n\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 8.521110] cloud-init[1021]: +---[DSA 1024]----+\n[ 8.542563] cloud-init[1021]: |Oo. . |[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n\n[ 8.562155] cloud-init[1021]: |==o.=o |\n[ 8.584748] cloud-init[1021]: |+ B*+o . |\n[ 8.602019] cloud-init[1021]: | = Xoo o . |[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[ 8.617372] cloud-init[1021]: | B O = S |[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[ 8.629316] cloud-init[[0;32m OK [0m] Reached target Remote File Systems (Pre).[1021]: | o @ O = |\n[[0;32m OK [0m] Reached target Remote File Systems.\n \nStarting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n[ 8.646890] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: daemon to balance interrupts for SMP systems...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[1021]: [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m|+ = = B |] Started Accounts Service.\n\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[ 8.714932] cloud-init[[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.[1021]: |.o E |\n\n[ 8.733191] cloud-init[1021]: | |\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[ 8.769760] cloud-init[1021]: +----[SHA256]-----+\n[[0;32m OK [0m] Reached target Login Prompts.[ 8.772591] cloud-init[1021]: Generating public/private ecdsa key pair.\n\n Starting Set console scheme...\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.785412] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.796183] cloud-init[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[1021]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.806250] cloud-init[1021]: The key fingerprint is:\n[ 8.812105] cloud-init[1021]: SHA256:9sY4iQkJhm/2eypiIz4akPPUY0Gb2MFn5GL1ysNcM2Q root@sdnvpn-13-1\n[ 8.817047] cloud-init[1021]: The key's randomart image is:\n[ 8.820147] cloud-init[1021]: +---[ECDSA 256]---+\n[ 8.822553] cloud-init[1021]: | .o.o E |\n[ 8.826263] cloud-init[1021]: | . +.*o+ |\n[ 8.829069] cloud-init[1021]: |. + Bo. = |\n[ 8.832777] cloud-init[1021]: | + + B o o |\n[ 8.835921] cloud-init[1021]: |+ = * * S |\n[ 8.839232] cloud-init[1021]: |.* o o = = |\n[ 8.842256] cloud-init[1021]: |. . . o + + |\n[ 8.851726] cloud-init[1021]: |o=. .. o |\n[ 8.853052] cloud-init[1021]: |*oo.oo |\n[ 8.854287] cloud-init[1021]: +----[SHA256]-----+\n[ 8.856556] cloud-init[1021]: Generating public/private ed25519 key pair.\n[ 8.859856] cloud-init[1021]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.863197] cloud-init[1021]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.868275] cloud-init[1021]: The key fingerprint is:\n[ 8.869560] cloud-init[1021]: SHA256:Nh93EmIHUr7oNkCTNWxmUnwmQ8jgV371rJRp0E5FKFg root@sdnvpn-13-1\n[ 8.876048] cloud-init[1021]: The key's randomart image is:\n[ 8.877446] cloud-init[1021]: +--[ED25519 256]--+\n[ 8.878638] cloud-init[1021]: | .o *B+E..+o |\n[ 8.884082] cloud-init[1021]: | . +=X++++= |\n[ 8.885855] cloud-init[1021]: | . ==.==+B o |\n[ 8.888360] cloud-init[1021]: | o . + *.o |\n[ 8.892078] cloud-init[1021]: | . S o + . |\n[ 8.893474] cloud-init[1021]: | + o o o |\n[ 8.896264] cloud-init[1021]: | + . |\n[ 8.900081] cloud-init[1021]: | . . |\n[ 8.901357] cloud-init[1021]: | |\n[ 8.904325] cloud-init[1021]: +----[SHA256]-----+\n[ 9.102050] cloud-init[1136]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.704051] cloud-init[1136]: en_US.UTF-8... done\n[ 9.706176] cloud-init[1136]: Generation complete.\n[ 10.558587] cloud-init[1136]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 09 Jan 2019 11:28:41 +0000. Up 9.04 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.860664] cloud-init[1393]: + sudo useradd -m sdnvpn\n[ 10.914604] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.167916] cloud-init[1393]: + sudo adduser sdnvpn sudo\n[ 13.220058] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.255914] cloud-init[1393]: Adding user `sdnvpn' to group `sudo' ...\n[ 13.259997] cloud-init[1393]: Adding user sdnvpn to group sudo\n[ 13.689478] cloud-init[1393]: Done.\n[ 13.691010] cloud-init[1393]: + chpasswd\n[ 13.692166] cloud-init[1393]: + sudo echo sdnvpn:opnfv\n[ 13.747940] cloud-init[1393]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.839890] cloud-init[1393]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2019-01-09 11:29:03,969 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5/action used request id req-26eb46e5-fe62-4049-b8e9-6312acfa5816 2019-01-09 11:29:05,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:29:07,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70f400f4-51f9-4faa-8913-7f28d7ef7c3c x-compute-request-id: req-70f400f4-51f9-4faa-8913-7f28d7ef7c3c Content-Encoding: gzip Content-Length: 10625 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 605222851 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135902] pid_max: default: 32768 minimum: 301\n[ 0.136783] ACPI: Core revision 20150930\n[ 0.138142] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139436] Security Framework initialized\n[ 0.140239] Yama: becoming mindful.\n[ 0.140970] AppArmor: AppArmor initialized\n[ 0.141847] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143225] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144866] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146074] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147443] Initializing cgroup subsys io\n[ 0.148240] Initializing cgroup subsys memory\n[ 0.149087] Initializing cgroup subsys devices\n[ 0.149956] Initializing cgroup subsys freezer\n[ 0.150814] Initializing cgroup subsys net_cls\n[ 0.151685] Initializing cgroup subsys perf_event\n[ 0.152581] Initializing cgroup subsys net_prio\n[ 0.153460] Initializing cgroup subsys hugetlb\n[ 0.154319] Initializing cgroup subsys pids\n[ 0.155181] CPU: Physical Processor ID: 0\n[ 0.156667] mce: CPU supports 10 MCE banks\n[ 0.157516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158506] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169216] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175601] ftrace: allocating 32123 entries in 126 pages\n[ 0.202239] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203425] smpboot: Max logical packages: 1\n[ 0.204406] x2apic enabled\n[ 0.205201] Switched APIC routing to physical x2apic.\n[ 0.206945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208061] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210038] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211810] KVM setup paravirtual spinlock\n[ 0.213076] x86: Booted up 1 node, 1 CPUs\n[ 0.213878] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215250] devtmpfs: initialized\n[ 0.217715] evm: security.selinux\n[ 0.218415] evm: security.SMACK64\n[ 0.219099] evm: security.SMACK64EXEC\n[ 0.219837] evm: security.SMACK64TRANSMUTE\n[ 0.220641] evm: security.SMACK64MMAP\n[ 0.221381] evm: security.ima\n[ 0.222012] evm: security.capability\n[ 0.222811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224657] pinctrl core: initialized pinctrl subsystem\n[ 0.225743] RTC time: 11:28:56, date: 01/09/19\n[ 0.226670] NET: Registered protocol family 16\n[ 0.227630] cpuidle: using governor ladder\n[ 0.228443] cpuidle: using governor menu\n[ 0.229224] PCCT header not found.\n[ 0.229973] ACPI: bus type PCI registered\n[ 0.230766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.234125] ACPI: Added _OSI(Module Device)\n[ 0.234960] ACPI: Added _OSI(Processor Device)\n[ 0.235806] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236696] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238793] ACPI: Interpreter enabled\n[ 0.239553] ACPI: (supports S0 S5)\n[ 0.240246] ACPI: Using IOAPIC for interrupt routing\n[ 0.241184] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244249] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245368] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247738] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250020] acpiphp: Slot [3] registered\n[ 0.250810] acpiphp: Slot [4] registered\n[ 0.251592] acpiphp: Slot [5] registered\n[ 0.252384] acpiphp: Slot [6] registered\n[ 0.253164] acpiphp: Slot [7] registered\n[ 0.253947] acpiphp: Slot [8] registered\n[ 0.254731] acpiphp: Slot [9] registered\n[ 0.255513] acpiphp: Slot [10] registered\n[ 0.256306] acpiphp: Slot [11] registered\n[ 0.257099] acpiphp: Slot [12] registered\n[ 0.257899] acpiphp: Slot [13] registered\n[ 0.258692] acpiphp: Slot [14] registered\n[ 0.269677] acpiphp: Slot [15] registered\n[ 0.270478] acpiphp: Slot [16] registered\n[ 0.271268] acpiphp: Slot [17] registered\n[ 0.272064] acpiphp: Slot [18] registered\n[ 0.272856] acpiphp: Slot [19] registered\n[ 0.273639] acpiphp: Slot [20] registered\n[ 0.274437] acpiphp: Slot [21] registered\n[ 0.275220] acpiphp: Slot [22] registered\n[ 0.276014] acpiphp: Slot [23] registered\n[ 0.276797] acpiphp: Slot [24] registered\n[ 0.277589] acpiphp: Slot [25] registered\n[ 0.278371] acpiphp: Slot [26] registered\n[ 0.279155] acpiphp: Slot [27] registered\n[ 0.279941] acpiphp: Slot [28] registered\n[ 0.280737] acpiphp: Slot [29] registered\n[ 0.281521] acpiphp: Slot [30] registered\n[ 0.282305] acpiphp: Slot [31] registered\n[ 0.283082] PCI host bridge to bus 0000:00\n[ 0.283874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285052] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287621] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.289026] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295281] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296547] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305307] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306724] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351917] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353399] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354843] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356228] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358822] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361310] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362820] vgaarb: loaded\n[ 0.363417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364544] SCSI subsystem initialized\n[ 0.365347] ACPI: bus type USB registered\n[ 0.366145] usbcore: registered new interface driver usbfs\n[ 0.367176] usbcore: registered new interface driver hub\n[ 0.368162] usbcore: registered new device driver usb\n[ 0.369198] PCI: Using ACPI for IRQ routing\n[ 0.370213] NetLabel: Initializing\n[ 0.370919] NetLabel: domain hash size = 128\n[ 0.371754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372693] NetLabel: unlabeled traffic allowed by default\n[ 0.373782] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374746] clocksource: Switched to clocksource kvm-clock\n[ 0.380148] AppArmor: AppArmor Filesystem Enabled\n[ 0.381107] pnp: PnP ACPI init\n[ 0.382010] pnp: PnP ACPI: found 5 devices\n[ 0.388059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389756] NET: Registered protocol family 2\n[ 0.390704] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391976] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393168] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394337] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395420] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396598] NET: Registered protocol family 1\n[ 0.397456] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398534] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399602] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413696] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427961] Trying to unpack rootfs image as initramfs...\n[ 1.766536] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.784050] Scanning for low memory corruption every 60 seconds\n[ 1.785456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.786582] audit: initializing netlink subsys (disabled)\n[ 1.787597] audit: type=2000 audit(1547033338.888:1): initialized\n[ 1.788892] Initialise system trusted keyring\n[ 1.789808] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.790960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.792920] zbud: loaded\n[ 1.793619] VFS: Disk quotas dquot_6.6.0\n[ 1.794425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.795816] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.797020] fuse init (API version 7.23)\n[ 1.797883] Key type big_key registered\n[ 1.798660] Allocating IMA MOK and blacklist keyrings.\n[ 1.799759] Key type asymmetric registered\n[ 1.800574] Asymmetric key parser 'x509' registered\n[ 1.801514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.802966] io scheduler noop registered\n[ 1.803763] io scheduler deadline registered (default)\n[ 1.804738] io scheduler cfq registered\n[ 1.805558] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.806581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.807832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.809262] ACPI: Power Button [PWRF]\n[ 1.810086] GHES: HEST is not enabled!\n[ 1.824017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.852266] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.854619] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.878719] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.880804] Linux agpgart interface v0.103\n[ 1.882813] brd: module loaded\n[ 1.884054] loop: module loaded\n[ 1.885571] vda: vda1\n[ 1.886890] scsi host0: ata_piix\n[ 1.887622] scsi host1: ata_piix\n[ 1.888324] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.889522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.890953] libphy: Fixed MDIO Bus: probed\n[ 1.891782] tun: Universal TUN/TAP device driver, 1.6\n[ 1.892723] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.894839] PPP generic driver version 2.4.2\n[ 1.895730] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.896951] ehci-pci: EHCI PCI platform driver\n[ 1.897809] ehci-platform: EHCI generic platform driver\n[ 1.898795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.899914] ohci-pci: OHCI PCI platform driver\n[ 1.900775] ohci-platform: OHCI generic platform driver\n[ 1.901754] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.916250] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.917240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.918676] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.919693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.920801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.922002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.923411] usb usb1: Product: UHCI Host Controller\n[ 1.924333] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.925455] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.926436] hub 1-0:1.0: USB hub found\n[ 1.927213] hub 1-0:1.0: 2 ports detected\n[ 1.928106] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.930217] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.931186] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.932213] mousedev: PS/2 mouse device common for all mice\n[ 1.933457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.935281] rtc_cmos 00:00: RTC can wake from S4\n[ 1.936376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.937558] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.938752] i2c /dev entries driver\n[ 1.939513] device-mapper: uevent: version 1.0.3\n[ 1.940450] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.942060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.943327] NET: Registered protocol family 10\n[ 1.944321] NET: Registered protocol family 17\n[ 1.945201] Key type dns_resolver registered\n[ 1.946119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.947218] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.948943] registered taskstats version 1\n[ 1.949776] Loading compiled-in X.509 certificates\n[ 1.951205] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.953024] zswap: loaded using pool lzo/zbud\n[ 1.954804] Key type trusted registered\n[ 1.957042] Key type encrypted registered\n[ 1.957866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.958903] ima: No TPM chip found, activating TPM-bypass!\n[ 1.959948] evm: HMAC attrs: 0x1\n[ 1.960876] Magic number: 3:735:478\n[ 1.961643] rtc rtc0: hash matches\n[ 1.962425] rtc_cmos 00:00: setting system clock to 2019-01-09 11:28:58 UTC (1547033338)\n[ 1.964036] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.965135] EDD information not available.\n[ 2.047428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.048868] ata1.00: configured for MWDMA2\n[ 2.050051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.052241] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.063842] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.065118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.066999] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.068520] Write protecting the kernel read-only data: 14336k\n[ 2.070046] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071757] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080464] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082245] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084230] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.086099] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087931] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089742] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091606] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095666] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097444] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125119] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133117] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.134921] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.159638] AVX2 version of gcm_enc/dec engaged.\n[ 2.160582] AES CTR mode by8 optimization enabled\n[ 2.163112] FDC 0 is a S82078B\n[ 2.238764] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.403753] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.405006] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.406262] usb 1-1: Product: QEMU USB Tablet\n[ 2.407110] usb 1-1: Manufacturer: QEMU\n[ 2.407877] usb 1-1: SerialNumber: 42\n[ 2.415583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.423067] usbcore: registered new interface driver usbhid\n[ 2.424127] usbhid: USB HID core driver\n[ 2.425878] 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.428131] 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.782989] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.402828] md: linear personality registered for level -1\n[ 3.405698] md: multipath personality registered for level -4\n[ 3.408684] md: raid0 personality registered for level 0\n[ 3.411901] md: raid1 personality registered for level 1\n[ 3.482750] raid6: sse2x1 gen() 11327 MB/s\n[ 3.550782] raid6: sse2x1 xor() 7264 MB/s\n[ 3.618754] raid6: sse2x2 gen() 9907 MB/s\n[ 3.686748] raid6: sse2x2 xor() 6741 MB/s\n[ 3.754763] raid6: sse2x4 gen() 10197 MB/s\n[ 3.822751] raid6: sse2x4 xor() 6657 MB/s\n[ 3.890752] raid6: avx2x1 gen() 15044 MB/s\n[ 3.958752] raid6: avx2x2 gen() 19965 MB/s\n[ 4.026752] raid6: avx2x4 gen() 19412 MB/s\n[ 4.027850] raid6: using algorithm avx2x2 gen() 19965 MB/s\n[ 4.029142] raid6: using avx2x2 recovery algorithm\n[ 4.035724] xor: automatically using best checksumming function:\n[ 4.074748] avx : 26002.000 MB/sec\n[ 4.077459] async_tx: api initialized (async)\n[ 4.089665] md: raid6 personality registered for level 6\n[ 4.090973] md: raid5 personality registered for level 5\n[ 4.092240] md: raid4 personality registered for level 4\n[ 4.098557] 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.133074] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166565] 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.271857] 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.275116] systemd[1]: Detected virtualization kvm.\n[ 4.276073] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.280090] systemd[1]: Set hostname to .\n[ 4.284361] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.285475] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404442] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.406578] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.409267] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.411556] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.413997] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.416849] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.419415] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.422060] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.424440] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.426781] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.429209] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.431791] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.434453] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.440224] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.443133] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.448087] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.452138] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.455107] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.458334] 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.463456] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.466369] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.468727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[ 4.470696] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.[ 4.475965] Loading iSCSI transport class v2.0-870.\n\n[ 4.478115] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.484488] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.487438] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.492073] 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.500690] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.504981] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.508209] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.511719] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.517290] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.526998] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.529325] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.535573] systemd[1]: Mounted Huge Pages File System.\n[ 4.537053] iscsi: registered transport (iser)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.543074] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.550158] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.553089] 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.563385] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.571275] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575100] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.580862] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\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 Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\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[ 6.137188] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 11:29:02 +0000. Up 5.40 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"} 2019-01-09 11:29:07,063 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action used request id req-70f400f4-51f9-4faa-8913-7f28d7ef7c3c 2019-01-09 11:29:09,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:29:10,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29: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-e2858e85-c623-433f-a009-a29aa21970e0 x-compute-request-id: req-e2858e85-c623-433f-a009-a29aa21970e0 Content-Encoding: gzip Content-Length: 13375 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 605222851 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135902] pid_max: default: 32768 minimum: 301\n[ 0.136783] ACPI: Core revision 20150930\n[ 0.138142] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139436] Security Framework initialized\n[ 0.140239] Yama: becoming mindful.\n[ 0.140970] AppArmor: AppArmor initialized\n[ 0.141847] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143225] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144866] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146074] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147443] Initializing cgroup subsys io\n[ 0.148240] Initializing cgroup subsys memory\n[ 0.149087] Initializing cgroup subsys devices\n[ 0.149956] Initializing cgroup subsys freezer\n[ 0.150814] Initializing cgroup subsys net_cls\n[ 0.151685] Initializing cgroup subsys perf_event\n[ 0.152581] Initializing cgroup subsys net_prio\n[ 0.153460] Initializing cgroup subsys hugetlb\n[ 0.154319] Initializing cgroup subsys pids\n[ 0.155181] CPU: Physical Processor ID: 0\n[ 0.156667] mce: CPU supports 10 MCE banks\n[ 0.157516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158506] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169216] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175601] ftrace: allocating 32123 entries in 126 pages\n[ 0.202239] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203425] smpboot: Max logical packages: 1\n[ 0.204406] x2apic enabled\n[ 0.205201] Switched APIC routing to physical x2apic.\n[ 0.206945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208061] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210038] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211810] KVM setup paravirtual spinlock\n[ 0.213076] x86: Booted up 1 node, 1 CPUs\n[ 0.213878] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215250] devtmpfs: initialized\n[ 0.217715] evm: security.selinux\n[ 0.218415] evm: security.SMACK64\n[ 0.219099] evm: security.SMACK64EXEC\n[ 0.219837] evm: security.SMACK64TRANSMUTE\n[ 0.220641] evm: security.SMACK64MMAP\n[ 0.221381] evm: security.ima\n[ 0.222012] evm: security.capability\n[ 0.222811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224657] pinctrl core: initialized pinctrl subsystem\n[ 0.225743] RTC time: 11:28:56, date: 01/09/19\n[ 0.226670] NET: Registered protocol family 16\n[ 0.227630] cpuidle: using governor ladder\n[ 0.228443] cpuidle: using governor menu\n[ 0.229224] PCCT header not found.\n[ 0.229973] ACPI: bus type PCI registered\n[ 0.230766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.234125] ACPI: Added _OSI(Module Device)\n[ 0.234960] ACPI: Added _OSI(Processor Device)\n[ 0.235806] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236696] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238793] ACPI: Interpreter enabled\n[ 0.239553] ACPI: (supports S0 S5)\n[ 0.240246] ACPI: Using IOAPIC for interrupt routing\n[ 0.241184] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244249] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245368] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247738] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250020] acpiphp: Slot [3] registered\n[ 0.250810] acpiphp: Slot [4] registered\n[ 0.251592] acpiphp: Slot [5] registered\n[ 0.252384] acpiphp: Slot [6] registered\n[ 0.253164] acpiphp: Slot [7] registered\n[ 0.253947] acpiphp: Slot [8] registered\n[ 0.254731] acpiphp: Slot [9] registered\n[ 0.255513] acpiphp: Slot [10] registered\n[ 0.256306] acpiphp: Slot [11] registered\n[ 0.257099] acpiphp: Slot [12] registered\n[ 0.257899] acpiphp: Slot [13] registered\n[ 0.258692] acpiphp: Slot [14] registered\n[ 0.269677] acpiphp: Slot [15] registered\n[ 0.270478] acpiphp: Slot [16] registered\n[ 0.271268] acpiphp: Slot [17] registered\n[ 0.272064] acpiphp: Slot [18] registered\n[ 0.272856] acpiphp: Slot [19] registered\n[ 0.273639] acpiphp: Slot [20] registered\n[ 0.274437] acpiphp: Slot [21] registered\n[ 0.275220] acpiphp: Slot [22] registered\n[ 0.276014] acpiphp: Slot [23] registered\n[ 0.276797] acpiphp: Slot [24] registered\n[ 0.277589] acpiphp: Slot [25] registered\n[ 0.278371] acpiphp: Slot [26] registered\n[ 0.279155] acpiphp: Slot [27] registered\n[ 0.279941] acpiphp: Slot [28] registered\n[ 0.280737] acpiphp: Slot [29] registered\n[ 0.281521] acpiphp: Slot [30] registered\n[ 0.282305] acpiphp: Slot [31] registered\n[ 0.283082] PCI host bridge to bus 0000:00\n[ 0.283874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285052] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287621] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.289026] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295281] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296547] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305307] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306724] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351917] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353399] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354843] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356228] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358822] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361310] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362820] vgaarb: loaded\n[ 0.363417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364544] SCSI subsystem initialized\n[ 0.365347] ACPI: bus type USB registered\n[ 0.366145] usbcore: registered new interface driver usbfs\n[ 0.367176] usbcore: registered new interface driver hub\n[ 0.368162] usbcore: registered new device driver usb\n[ 0.369198] PCI: Using ACPI for IRQ routing\n[ 0.370213] NetLabel: Initializing\n[ 0.370919] NetLabel: domain hash size = 128\n[ 0.371754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372693] NetLabel: unlabeled traffic allowed by default\n[ 0.373782] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374746] clocksource: Switched to clocksource kvm-clock\n[ 0.380148] AppArmor: AppArmor Filesystem Enabled\n[ 0.381107] pnp: PnP ACPI init\n[ 0.382010] pnp: PnP ACPI: found 5 devices\n[ 0.388059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389756] NET: Registered protocol family 2\n[ 0.390704] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391976] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393168] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394337] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395420] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396598] NET: Registered protocol family 1\n[ 0.397456] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398534] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399602] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413696] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427961] Trying to unpack rootfs image as initramfs...\n[ 1.766536] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.784050] Scanning for low memory corruption every 60 seconds\n[ 1.785456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.786582] audit: initializing netlink subsys (disabled)\n[ 1.787597] audit: type=2000 audit(1547033338.888:1): initialized\n[ 1.788892] Initialise system trusted keyring\n[ 1.789808] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.790960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.792920] zbud: loaded\n[ 1.793619] VFS: Disk quotas dquot_6.6.0\n[ 1.794425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.795816] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.797020] fuse init (API version 7.23)\n[ 1.797883] Key type big_key registered\n[ 1.798660] Allocating IMA MOK and blacklist keyrings.\n[ 1.799759] Key type asymmetric registered\n[ 1.800574] Asymmetric key parser 'x509' registered\n[ 1.801514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.802966] io scheduler noop registered\n[ 1.803763] io scheduler deadline registered (default)\n[ 1.804738] io scheduler cfq registered\n[ 1.805558] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.806581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.807832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.809262] ACPI: Power Button [PWRF]\n[ 1.810086] GHES: HEST is not enabled!\n[ 1.824017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.852266] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.854619] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.878719] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.880804] Linux agpgart interface v0.103\n[ 1.882813] brd: module loaded\n[ 1.884054] loop: module loaded\n[ 1.885571] vda: vda1\n[ 1.886890] scsi host0: ata_piix\n[ 1.887622] scsi host1: ata_piix\n[ 1.888324] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.889522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.890953] libphy: Fixed MDIO Bus: probed\n[ 1.891782] tun: Universal TUN/TAP device driver, 1.6\n[ 1.892723] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.894839] PPP generic driver version 2.4.2\n[ 1.895730] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.896951] ehci-pci: EHCI PCI platform driver\n[ 1.897809] ehci-platform: EHCI generic platform driver\n[ 1.898795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.899914] ohci-pci: OHCI PCI platform driver\n[ 1.900775] ohci-platform: OHCI generic platform driver\n[ 1.901754] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.916250] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.917240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.918676] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.919693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.920801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.922002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.923411] usb usb1: Product: UHCI Host Controller\n[ 1.924333] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.925455] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.926436] hub 1-0:1.0: USB hub found\n[ 1.927213] hub 1-0:1.0: 2 ports detected\n[ 1.928106] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.930217] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.931186] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.932213] mousedev: PS/2 mouse device common for all mice\n[ 1.933457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.935281] rtc_cmos 00:00: RTC can wake from S4\n[ 1.936376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.937558] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.938752] i2c /dev entries driver\n[ 1.939513] device-mapper: uevent: version 1.0.3\n[ 1.940450] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.942060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.943327] NET: Registered protocol family 10\n[ 1.944321] NET: Registered protocol family 17\n[ 1.945201] Key type dns_resolver registered\n[ 1.946119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.947218] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.948943] registered taskstats version 1\n[ 1.949776] Loading compiled-in X.509 certificates\n[ 1.951205] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.953024] zswap: loaded using pool lzo/zbud\n[ 1.954804] Key type trusted registered\n[ 1.957042] Key type encrypted registered\n[ 1.957866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.958903] ima: No TPM chip found, activating TPM-bypass!\n[ 1.959948] evm: HMAC attrs: 0x1\n[ 1.960876] Magic number: 3:735:478\n[ 1.961643] rtc rtc0: hash matches\n[ 1.962425] rtc_cmos 00:00: setting system clock to 2019-01-09 11:28:58 UTC (1547033338)\n[ 1.964036] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.965135] EDD information not available.\n[ 2.047428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.048868] ata1.00: configured for MWDMA2\n[ 2.050051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.052241] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.063842] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.065118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.066999] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.068520] Write protecting the kernel read-only data: 14336k\n[ 2.070046] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071757] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080464] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082245] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084230] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.086099] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087931] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089742] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091606] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095666] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097444] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125119] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133117] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.134921] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.159638] AVX2 version of gcm_enc/dec engaged.\n[ 2.160582] AES CTR mode by8 optimization enabled\n[ 2.163112] FDC 0 is a S82078B\n[ 2.238764] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.403753] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.405006] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.406262] usb 1-1: Product: QEMU USB Tablet\n[ 2.407110] usb 1-1: Manufacturer: QEMU\n[ 2.407877] usb 1-1: SerialNumber: 42\n[ 2.415583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.423067] usbcore: registered new interface driver usbhid\n[ 2.424127] usbhid: USB HID core driver\n[ 2.425878] 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.428131] 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.782989] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.402828] md: linear personality registered for level -1\n[ 3.405698] md: multipath personality registered for level -4\n[ 3.408684] md: raid0 personality registered for level 0\n[ 3.411901] md: raid1 personality registered for level 1\n[ 3.482750] raid6: sse2x1 gen() 11327 MB/s\n[ 3.550782] raid6: sse2x1 xor() 7264 MB/s\n[ 3.618754] raid6: sse2x2 gen() 9907 MB/s\n[ 3.686748] raid6: sse2x2 xor() 6741 MB/s\n[ 3.754763] raid6: sse2x4 gen() 10197 MB/s\n[ 3.822751] raid6: sse2x4 xor() 6657 MB/s\n[ 3.890752] raid6: avx2x1 gen() 15044 MB/s\n[ 3.958752] raid6: avx2x2 gen() 19965 MB/s\n[ 4.026752] raid6: avx2x4 gen() 19412 MB/s\n[ 4.027850] raid6: using algorithm avx2x2 gen() 19965 MB/s\n[ 4.029142] raid6: using avx2x2 recovery algorithm\n[ 4.035724] xor: automatically using best checksumming function:\n[ 4.074748] avx : 26002.000 MB/sec\n[ 4.077459] async_tx: api initialized (async)\n[ 4.089665] md: raid6 personality registered for level 6\n[ 4.090973] md: raid5 personality registered for level 5\n[ 4.092240] md: raid4 personality registered for level 4\n[ 4.098557] 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.133074] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166565] 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.271857] 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.275116] systemd[1]: Detected virtualization kvm.\n[ 4.276073] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.280090] systemd[1]: Set hostname to .\n[ 4.284361] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.285475] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404442] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.406578] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.409267] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.411556] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.413997] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.416849] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.419415] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.422060] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.424440] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.426781] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.429209] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.431791] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.434453] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.440224] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.443133] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.448087] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.452138] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.455107] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.458334] 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.463456] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.466369] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.468727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[ 4.470696] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.[ 4.475965] Loading iSCSI transport class v2.0-870.\n\n[ 4.478115] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.484488] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.487438] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.492073] 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.500690] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.504981] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.508209] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.511719] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.517290] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.526998] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.529325] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.535573] systemd[1]: Mounted Huge Pages File System.\n[ 4.537053] iscsi: registered transport (iser)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.543074] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.550158] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.553089] 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.563385] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.571275] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575100] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.580862] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\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 Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\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[ 6.137188] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 11:29:02 +0000. Up 5.40 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[ 9.535280] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 11:29:03 +0000. Up 7.21 seconds.\n[ 9.537044] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.540110] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.544107] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.548106] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.549841] cloud-init[1025]: ci-info: | ens3 | True | 10.10.10.5 | 255.255.255.0 | . | fa:16:3e:80:dc:d9 |\n[ 9.556114] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe80:dcd9/64 | . | link | fa:16:3e:80:dc:d9 |\n[ 9.557874] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.564103] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.565865] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.567577] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.573228] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.574815] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.580295] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.581921] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 9.583512] cloud-init[1025]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.589092] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 9.590688] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.594396] cloud-init[1025]: Generating public/private rsa key pair.\n[ 9.595701] [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\ncloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.600347] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.605102] cloud-init[1025]: The key fingerprint is:\n[ 9.605880] cloud-init[1025]: SHA256:X07E2jrwWfjsYuaAYw1RHjs56vWPXVOPA5yS2gFIY3o root@sdnvpn-13-2\n[ 9.607063] cloud-init[1025]: The key's randomart image is:\n[ 9.607909] \n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[1025]: +---[RSA 2048]----+\n[ 9.612668] cloud-init[1025]: | + o |\n[ 9.613694] cloud-init[1025]: | + = + . |\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.[ 9.616463] cloud-init[1025]: | . E B o |\n[ 9.617231] cloud-init[1025]: | . o + B . |\n[ 9.617983] cloud-init[1025]: | o S * O .|\n[ 9.618738] cloud-init[1025]: | . = B % . o.|\n[ 9.619487] cloud-init[1025]: | = + O + = .|\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.624343] cloud-init[1025]: | . . .+* . o |\n[ 9.625105] cloud-init[1025]: | +o.+ |\n[ 9.625858] cloud-init[1025]: +----[SHA256]-----+\n[ 9.626608] cloud-init[1025]: Generating public/private dsa key pair.\n[ 9.627537] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[ 9.633786] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.638194] cloud-init[1025]: The key fingerprint is:\n[ 9.640647] cloud-init[1025]: SHA256:nEhoR9Ol1upb0XJiCL2PP7dIeEGm9+Argj0rrX4SLFk root@sdnvpn-13-2\n[ 9.643115] cloud-init[1025]: The key's randomart image is:\n[ 9.644315] cloud-init[1025]: +---[DSA 1024]----+\n[ 9.646011] cloud-init[1025]: | o. .. |\n[ 9.647231] cloud-init[1025]: | o o.o |\n[ 9.648307] cloud-init[1025]: | o + + + |\n[ 9.650255] cloud-init[1025]: | .Eo = O . |\n[ 9.651642] cloud-init[1025]: | + . S O o |\n[ 9.652795] cloud-init[1025]: | o o . B O |\n[ 9.654007] cloud-init[1025]: | . = + * . |\n[ 9.655284] cloud-init[1025]: | + * .*.o. |\n[ 9.656648] cloud-init[1025]: | .o=.+..+o.. |\n[ 9.657807] cloud-init[1025]: +----[SHA256]-----+\n[ 9.659172] cloud-init[1025]: Generating public/private ecdsa key pair.\n[ 9.660656] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 9.662174] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 9.663722] cloud-init[1025]: The key fingerprint is:\n[ 9.664897] cloud-init[1025]: SHA256:omLrAk0/6amsy7gZynbty+EhjQGCaGhp8cPp6U+DbXk root@sdnvpn-13-2\n[ 9.666504] cloud-init[1025]: The key's randomart image is:\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m[ 9.667713] cloud-init[1025]: +---[ECDSA 256]---+\n[ 9.672824] cloud-init[1025]: | . |\n[ 9.673571] cloud-init[1025]: |+ = . |\n[ 9.674309] cloud-init[1025]: |=* = |\n[ 9.675071] cloud-init[1025]: |= + o |\n[ 9.675824] ] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting System Logging Service...\n Starting Accounts Service...\n Starting /etc/rc.local Compatibility...\n Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\ncloud-init[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1025]: | o = .. S |\n[ 9.758241] [[0;32m OK [0m] Started System Logging Service.\ncloud-init[1025]: |. o X... |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.806148] cloud-init[1025]: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n|o o*o% E |\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login Service.\n[ 9.833002] cloud-init[1025]: |** +X.= |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[ 9.857868] \n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\ncloud-init[1025]: |OO*..*. |\n[ 9.867586] Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...cloud-init[1025]: +----[SHA256]-----+\n\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 9.911476] cloud-init[1025]: Generating public/private ed25519 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 LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\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 LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.959026] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.[[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\n[ 9.981652] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.987781] cloud-init[1025]: The key fingerprint is:\n[ 10.004398] cloud-init[1025]: SHA256:kB6lQh2WttcCpRr61tK30LE2PS/b8KtU1/n+FxcpKks root@sdnvpn-13-2\n[ 10.014927] cloud-init[1025]: The key's randomart image is:\n[ 10.020100] cloud-init[1025]: +--[ED25519 256]--+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.031087] cloud-init[1025]: | ..o+o |\n[ 10.036512] cloud-init[1025]: | . .== |\n[ 10.037994] cloud-init[1025]: | o.*o . .|\n[ 10.044089] cloud-init[1025]: | . =.oo . . +.|\n[ 10.048093] cloud-init[1025]: | . . ..S. o o.o|\n[ 10.052087] cloud-init[1025]: | . o . E o . .o|\n[ 10.056083] cloud-init[1025]: | + + B B +|\n[ 10.059437] cloud-init[1025]: | . . + =.* ..|\n[ 10.064092] cloud-init[1025]: | . o+=. =|\n[ 10.068333] cloud-init[1025]: +----[SHA256]-----+\n[ 10.316059] cloud-init[1145]: Generating locales (this might take a while)...\n[ 10.894904] cloud-init[1145]: en_US.UTF-8... done\n[ 10.897021] cloud-init[1145]: 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[ 11.300724] cloud-init[1145]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 09 Jan 2019 11:29:06 +0000. Up 10.25 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 11.609204] cloud-init[1394]: + sudo useradd -m sdnvpn\n[ 11.671123] cloud-init[1394]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.982334] cloud-init[1394]: + sudo adduser sdnvpn sudo\n"} 2019-01-09 11:29:10,212 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action used request id req-e2858e85-c623-433f-a009-a29aa21970e0 2019-01-09 11:29:12,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:29:13,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29: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-654cd51d-98f7-481f-a83a-d5083db8aeee x-compute-request-id: req-654cd51d-98f7-481f-a83a-d5083db8aeee Content-Encoding: gzip Content-Length: 13497 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 605222851 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135902] pid_max: default: 32768 minimum: 301\n[ 0.136783] ACPI: Core revision 20150930\n[ 0.138142] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139436] Security Framework initialized\n[ 0.140239] Yama: becoming mindful.\n[ 0.140970] AppArmor: AppArmor initialized\n[ 0.141847] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143225] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144866] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146074] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147443] Initializing cgroup subsys io\n[ 0.148240] Initializing cgroup subsys memory\n[ 0.149087] Initializing cgroup subsys devices\n[ 0.149956] Initializing cgroup subsys freezer\n[ 0.150814] Initializing cgroup subsys net_cls\n[ 0.151685] Initializing cgroup subsys perf_event\n[ 0.152581] Initializing cgroup subsys net_prio\n[ 0.153460] Initializing cgroup subsys hugetlb\n[ 0.154319] Initializing cgroup subsys pids\n[ 0.155181] CPU: Physical Processor ID: 0\n[ 0.156667] mce: CPU supports 10 MCE banks\n[ 0.157516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158506] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169216] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175601] ftrace: allocating 32123 entries in 126 pages\n[ 0.202239] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203425] smpboot: Max logical packages: 1\n[ 0.204406] x2apic enabled\n[ 0.205201] Switched APIC routing to physical x2apic.\n[ 0.206945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208061] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210038] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211810] KVM setup paravirtual spinlock\n[ 0.213076] x86: Booted up 1 node, 1 CPUs\n[ 0.213878] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215250] devtmpfs: initialized\n[ 0.217715] evm: security.selinux\n[ 0.218415] evm: security.SMACK64\n[ 0.219099] evm: security.SMACK64EXEC\n[ 0.219837] evm: security.SMACK64TRANSMUTE\n[ 0.220641] evm: security.SMACK64MMAP\n[ 0.221381] evm: security.ima\n[ 0.222012] evm: security.capability\n[ 0.222811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224657] pinctrl core: initialized pinctrl subsystem\n[ 0.225743] RTC time: 11:28:56, date: 01/09/19\n[ 0.226670] NET: Registered protocol family 16\n[ 0.227630] cpuidle: using governor ladder\n[ 0.228443] cpuidle: using governor menu\n[ 0.229224] PCCT header not found.\n[ 0.229973] ACPI: bus type PCI registered\n[ 0.230766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.234125] ACPI: Added _OSI(Module Device)\n[ 0.234960] ACPI: Added _OSI(Processor Device)\n[ 0.235806] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236696] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238793] ACPI: Interpreter enabled\n[ 0.239553] ACPI: (supports S0 S5)\n[ 0.240246] ACPI: Using IOAPIC for interrupt routing\n[ 0.241184] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244249] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245368] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247738] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250020] acpiphp: Slot [3] registered\n[ 0.250810] acpiphp: Slot [4] registered\n[ 0.251592] acpiphp: Slot [5] registered\n[ 0.252384] acpiphp: Slot [6] registered\n[ 0.253164] acpiphp: Slot [7] registered\n[ 0.253947] acpiphp: Slot [8] registered\n[ 0.254731] acpiphp: Slot [9] registered\n[ 0.255513] acpiphp: Slot [10] registered\n[ 0.256306] acpiphp: Slot [11] registered\n[ 0.257099] acpiphp: Slot [12] registered\n[ 0.257899] acpiphp: Slot [13] registered\n[ 0.258692] acpiphp: Slot [14] registered\n[ 0.269677] acpiphp: Slot [15] registered\n[ 0.270478] acpiphp: Slot [16] registered\n[ 0.271268] acpiphp: Slot [17] registered\n[ 0.272064] acpiphp: Slot [18] registered\n[ 0.272856] acpiphp: Slot [19] registered\n[ 0.273639] acpiphp: Slot [20] registered\n[ 0.274437] acpiphp: Slot [21] registered\n[ 0.275220] acpiphp: Slot [22] registered\n[ 0.276014] acpiphp: Slot [23] registered\n[ 0.276797] acpiphp: Slot [24] registered\n[ 0.277589] acpiphp: Slot [25] registered\n[ 0.278371] acpiphp: Slot [26] registered\n[ 0.279155] acpiphp: Slot [27] registered\n[ 0.279941] acpiphp: Slot [28] registered\n[ 0.280737] acpiphp: Slot [29] registered\n[ 0.281521] acpiphp: Slot [30] registered\n[ 0.282305] acpiphp: Slot [31] registered\n[ 0.283082] PCI host bridge to bus 0000:00\n[ 0.283874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285052] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287621] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.289026] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295281] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296547] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305307] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306724] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351917] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353399] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354843] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356228] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358822] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361310] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362820] vgaarb: loaded\n[ 0.363417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364544] SCSI subsystem initialized\n[ 0.365347] ACPI: bus type USB registered\n[ 0.366145] usbcore: registered new interface driver usbfs\n[ 0.367176] usbcore: registered new interface driver hub\n[ 0.368162] usbcore: registered new device driver usb\n[ 0.369198] PCI: Using ACPI for IRQ routing\n[ 0.370213] NetLabel: Initializing\n[ 0.370919] NetLabel: domain hash size = 128\n[ 0.371754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372693] NetLabel: unlabeled traffic allowed by default\n[ 0.373782] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374746] clocksource: Switched to clocksource kvm-clock\n[ 0.380148] AppArmor: AppArmor Filesystem Enabled\n[ 0.381107] pnp: PnP ACPI init\n[ 0.382010] pnp: PnP ACPI: found 5 devices\n[ 0.388059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389756] NET: Registered protocol family 2\n[ 0.390704] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391976] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393168] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394337] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395420] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396598] NET: Registered protocol family 1\n[ 0.397456] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398534] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399602] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413696] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427961] Trying to unpack rootfs image as initramfs...\n[ 1.766536] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.784050] Scanning for low memory corruption every 60 seconds\n[ 1.785456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.786582] audit: initializing netlink subsys (disabled)\n[ 1.787597] audit: type=2000 audit(1547033338.888:1): initialized\n[ 1.788892] Initialise system trusted keyring\n[ 1.789808] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.790960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.792920] zbud: loaded\n[ 1.793619] VFS: Disk quotas dquot_6.6.0\n[ 1.794425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.795816] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.797020] fuse init (API version 7.23)\n[ 1.797883] Key type big_key registered\n[ 1.798660] Allocating IMA MOK and blacklist keyrings.\n[ 1.799759] Key type asymmetric registered\n[ 1.800574] Asymmetric key parser 'x509' registered\n[ 1.801514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.802966] io scheduler noop registered\n[ 1.803763] io scheduler deadline registered (default)\n[ 1.804738] io scheduler cfq registered\n[ 1.805558] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.806581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.807832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.809262] ACPI: Power Button [PWRF]\n[ 1.810086] GHES: HEST is not enabled!\n[ 1.824017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.852266] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.854619] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.878719] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.880804] Linux agpgart interface v0.103\n[ 1.882813] brd: module loaded\n[ 1.884054] loop: module loaded\n[ 1.885571] vda: vda1\n[ 1.886890] scsi host0: ata_piix\n[ 1.887622] scsi host1: ata_piix\n[ 1.888324] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.889522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.890953] libphy: Fixed MDIO Bus: probed\n[ 1.891782] tun: Universal TUN/TAP device driver, 1.6\n[ 1.892723] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.894839] PPP generic driver version 2.4.2\n[ 1.895730] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.896951] ehci-pci: EHCI PCI platform driver\n[ 1.897809] ehci-platform: EHCI generic platform driver\n[ 1.898795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.899914] ohci-pci: OHCI PCI platform driver\n[ 1.900775] ohci-platform: OHCI generic platform driver\n[ 1.901754] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.916250] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.917240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.918676] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.919693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.920801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.922002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.923411] usb usb1: Product: UHCI Host Controller\n[ 1.924333] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.925455] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.926436] hub 1-0:1.0: USB hub found\n[ 1.927213] hub 1-0:1.0: 2 ports detected\n[ 1.928106] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.930217] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.931186] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.932213] mousedev: PS/2 mouse device common for all mice\n[ 1.933457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.935281] rtc_cmos 00:00: RTC can wake from S4\n[ 1.936376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.937558] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.938752] i2c /dev entries driver\n[ 1.939513] device-mapper: uevent: version 1.0.3\n[ 1.940450] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.942060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.943327] NET: Registered protocol family 10\n[ 1.944321] NET: Registered protocol family 17\n[ 1.945201] Key type dns_resolver registered\n[ 1.946119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.947218] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.948943] registered taskstats version 1\n[ 1.949776] Loading compiled-in X.509 certificates\n[ 1.951205] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.953024] zswap: loaded using pool lzo/zbud\n[ 1.954804] Key type trusted registered\n[ 1.957042] Key type encrypted registered\n[ 1.957866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.958903] ima: No TPM chip found, activating TPM-bypass!\n[ 1.959948] evm: HMAC attrs: 0x1\n[ 1.960876] Magic number: 3:735:478\n[ 1.961643] rtc rtc0: hash matches\n[ 1.962425] rtc_cmos 00:00: setting system clock to 2019-01-09 11:28:58 UTC (1547033338)\n[ 1.964036] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.965135] EDD information not available.\n[ 2.047428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.048868] ata1.00: configured for MWDMA2\n[ 2.050051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.052241] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.063842] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.065118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.066999] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.068520] Write protecting the kernel read-only data: 14336k\n[ 2.070046] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071757] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080464] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082245] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084230] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.086099] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087931] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089742] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091606] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095666] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097444] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125119] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133117] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.134921] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.159638] AVX2 version of gcm_enc/dec engaged.\n[ 2.160582] AES CTR mode by8 optimization enabled\n[ 2.163112] FDC 0 is a S82078B\n[ 2.238764] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.403753] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.405006] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.406262] usb 1-1: Product: QEMU USB Tablet\n[ 2.407110] usb 1-1: Manufacturer: QEMU\n[ 2.407877] usb 1-1: SerialNumber: 42\n[ 2.415583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.423067] usbcore: registered new interface driver usbhid\n[ 2.424127] usbhid: USB HID core driver\n[ 2.425878] 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.428131] 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.782989] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.402828] md: linear personality registered for level -1\n[ 3.405698] md: multipath personality registered for level -4\n[ 3.408684] md: raid0 personality registered for level 0\n[ 3.411901] md: raid1 personality registered for level 1\n[ 3.482750] raid6: sse2x1 gen() 11327 MB/s\n[ 3.550782] raid6: sse2x1 xor() 7264 MB/s\n[ 3.618754] raid6: sse2x2 gen() 9907 MB/s\n[ 3.686748] raid6: sse2x2 xor() 6741 MB/s\n[ 3.754763] raid6: sse2x4 gen() 10197 MB/s\n[ 3.822751] raid6: sse2x4 xor() 6657 MB/s\n[ 3.890752] raid6: avx2x1 gen() 15044 MB/s\n[ 3.958752] raid6: avx2x2 gen() 19965 MB/s\n[ 4.026752] raid6: avx2x4 gen() 19412 MB/s\n[ 4.027850] raid6: using algorithm avx2x2 gen() 19965 MB/s\n[ 4.029142] raid6: using avx2x2 recovery algorithm\n[ 4.035724] xor: automatically using best checksumming function:\n[ 4.074748] avx : 26002.000 MB/sec\n[ 4.077459] async_tx: api initialized (async)\n[ 4.089665] md: raid6 personality registered for level 6\n[ 4.090973] md: raid5 personality registered for level 5\n[ 4.092240] md: raid4 personality registered for level 4\n[ 4.098557] 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.133074] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166565] 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.271857] 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.275116] systemd[1]: Detected virtualization kvm.\n[ 4.276073] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.280090] systemd[1]: Set hostname to .\n[ 4.284361] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.285475] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404442] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.406578] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.409267] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.411556] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.413997] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.416849] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.419415] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.422060] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.424440] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.426781] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.429209] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.431791] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.434453] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.440224] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.443133] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.448087] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.452138] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.455107] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.458334] 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.463456] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.466369] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.468727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[ 4.470696] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.[ 4.475965] Loading iSCSI transport class v2.0-870.\n\n[ 4.478115] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.484488] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.487438] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.492073] 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.500690] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.504981] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.508209] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.511719] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.517290] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.526998] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.529325] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.535573] systemd[1]: Mounted Huge Pages File System.\n[ 4.537053] iscsi: registered transport (iser)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.543074] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.550158] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.553089] 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.563385] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.571275] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575100] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.580862] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\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 Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\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[ 6.137188] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 11:29:02 +0000. Up 5.40 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[ 9.535280] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 11:29:03 +0000. Up 7.21 seconds.\n[ 9.537044] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.540110] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.544107] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.548106] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.549841] cloud-init[1025]: ci-info: | ens3 | True | 10.10.10.5 | 255.255.255.0 | . | fa:16:3e:80:dc:d9 |\n[ 9.556114] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe80:dcd9/64 | . | link | fa:16:3e:80:dc:d9 |\n[ 9.557874] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.564103] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.565865] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.567577] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.573228] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.574815] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.580295] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.581921] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 9.583512] cloud-init[1025]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.589092] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 9.590688] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.594396] cloud-init[1025]: Generating public/private rsa key pair.\n[ 9.595701] [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\ncloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.600347] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.605102] cloud-init[1025]: The key fingerprint is:\n[ 9.605880] cloud-init[1025]: SHA256:X07E2jrwWfjsYuaAYw1RHjs56vWPXVOPA5yS2gFIY3o root@sdnvpn-13-2\n[ 9.607063] cloud-init[1025]: The key's randomart image is:\n[ 9.607909] \n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[1025]: +---[RSA 2048]----+\n[ 9.612668] cloud-init[1025]: | + o |\n[ 9.613694] cloud-init[1025]: | + = + . |\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.[ 9.616463] cloud-init[1025]: | . E B o |\n[ 9.617231] cloud-init[1025]: | . o + B . |\n[ 9.617983] cloud-init[1025]: | o S * O .|\n[ 9.618738] cloud-init[1025]: | . = B % . o.|\n[ 9.619487] cloud-init[1025]: | = + O + = .|\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.624343] cloud-init[1025]: | . . .+* . o |\n[ 9.625105] cloud-init[1025]: | +o.+ |\n[ 9.625858] cloud-init[1025]: +----[SHA256]-----+\n[ 9.626608] cloud-init[1025]: Generating public/private dsa key pair.\n[ 9.627537] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[ 9.633786] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.638194] cloud-init[1025]: The key fingerprint is:\n[ 9.640647] cloud-init[1025]: SHA256:nEhoR9Ol1upb0XJiCL2PP7dIeEGm9+Argj0rrX4SLFk root@sdnvpn-13-2\n[ 9.643115] cloud-init[1025]: The key's randomart image is:\n[ 9.644315] cloud-init[1025]: +---[DSA 1024]----+\n[ 9.646011] cloud-init[1025]: | o. .. |\n[ 9.647231] cloud-init[1025]: | o o.o |\n[ 9.648307] cloud-init[1025]: | o + + + |\n[ 9.650255] cloud-init[1025]: | .Eo = O . |\n[ 9.651642] cloud-init[1025]: | + . S O o |\n[ 9.652795] cloud-init[1025]: | o o . B O |\n[ 9.654007] cloud-init[1025]: | . = + * . |\n[ 9.655284] cloud-init[1025]: | + * .*.o. |\n[ 9.656648] cloud-init[1025]: | .o=.+..+o.. |\n[ 9.657807] cloud-init[1025]: +----[SHA256]-----+\n[ 9.659172] cloud-init[1025]: Generating public/private ecdsa key pair.\n[ 9.660656] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 9.662174] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 9.663722] cloud-init[1025]: The key fingerprint is:\n[ 9.664897] cloud-init[1025]: SHA256:omLrAk0/6amsy7gZynbty+EhjQGCaGhp8cPp6U+DbXk root@sdnvpn-13-2\n[ 9.666504] cloud-init[1025]: The key's randomart image is:\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m[ 9.667713] cloud-init[1025]: +---[ECDSA 256]---+\n[ 9.672824] cloud-init[1025]: | . |\n[ 9.673571] cloud-init[1025]: |+ = . |\n[ 9.674309] cloud-init[1025]: |=* = |\n[ 9.675071] cloud-init[1025]: |= + o |\n[ 9.675824] ] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting System Logging Service...\n Starting Accounts Service...\n Starting /etc/rc.local Compatibility...\n Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\ncloud-init[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1025]: | o = .. S |\n[ 9.758241] [[0;32m OK [0m] Started System Logging Service.\ncloud-init[1025]: |. o X... |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.806148] cloud-init[1025]: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n|o o*o% E |\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login Service.\n[ 9.833002] cloud-init[1025]: |** +X.= |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[ 9.857868] \n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\ncloud-init[1025]: |OO*..*. |\n[ 9.867586] Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...cloud-init[1025]: +----[SHA256]-----+\n\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 9.911476] cloud-init[1025]: Generating public/private ed25519 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 LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\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 LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.959026] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.[[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\n[ 9.981652] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.987781] cloud-init[1025]: The key fingerprint is:\n[ 10.004398] cloud-init[1025]: SHA256:kB6lQh2WttcCpRr61tK30LE2PS/b8KtU1/n+FxcpKks root@sdnvpn-13-2\n[ 10.014927] cloud-init[1025]: The key's randomart image is:\n[ 10.020100] cloud-init[1025]: +--[ED25519 256]--+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.031087] cloud-init[1025]: | ..o+o |\n[ 10.036512] cloud-init[1025]: | . .== |\n[ 10.037994] cloud-init[1025]: | o.*o . .|\n[ 10.044089] cloud-init[1025]: | . =.oo . . +.|\n[ 10.048093] cloud-init[1025]: | . . ..S. o o.o|\n[ 10.052087] cloud-init[1025]: | . o . E o . .o|\n[ 10.056083] cloud-init[1025]: | + + B B +|\n[ 10.059437] cloud-init[1025]: | . . + =.* ..|\n[ 10.064092] cloud-init[1025]: | . o+=. =|\n[ 10.068333] cloud-init[1025]: +----[SHA256]-----+\n[ 10.316059] cloud-init[1145]: Generating locales (this might take a while)...\n[ 10.894904] cloud-init[1145]: en_US.UTF-8... done\n[ 10.897021] cloud-init[1145]: 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[ 11.300724] cloud-init[1145]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 09 Jan 2019 11:29:06 +0000. Up 10.25 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 11.609204] cloud-init[1394]: + sudo useradd -m sdnvpn\n[ 11.671123] cloud-init[1394]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.982334] cloud-init[1394]: + sudo adduser sdnvpn sudo\n[ 12.036605] cloud-init[1394]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.074750] cloud-init[1394]: Adding user `sdnvpn' to group `sudo' ...\n[ 12.078917] cloud-init[1394]: Adding user sdnvpn to group sudo\n[ 12.171624] cloud-init[1394]: Done.\n[ 12.173317] cloud-init[1394]: + chpasswd\n[ 12.174471] cloud-init[1394]: + sudo echo sdnvpn:opnfv\n[ 12.222382] cloud-init[1394]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.252910] cloud-init[1394]: + sleep 20\n"} 2019-01-09 11:29:13,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action used request id req-654cd51d-98f7-481f-a83a-d5083db8aeee 2019-01-09 11:29:15,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e40b7cd62b9214c9bb060542e0de0073a6dce99d" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:29:16,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29: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-0a74201e-7122-4e6f-acd0-1f5673ddaf9c x-compute-request-id: req-0a74201e-7122-4e6f-acd0-1f5673ddaf9c Content-Encoding: gzip Content-Length: 13514 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 605222851 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.134268] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.135902] pid_max: default: 32768 minimum: 301\n[ 0.136783] ACPI: Core revision 20150930\n[ 0.138142] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.139436] Security Framework initialized\n[ 0.140239] Yama: becoming mindful.\n[ 0.140970] AppArmor: AppArmor initialized\n[ 0.141847] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.143225] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144866] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146074] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.147443] Initializing cgroup subsys io\n[ 0.148240] Initializing cgroup subsys memory\n[ 0.149087] Initializing cgroup subsys devices\n[ 0.149956] Initializing cgroup subsys freezer\n[ 0.150814] Initializing cgroup subsys net_cls\n[ 0.151685] Initializing cgroup subsys perf_event\n[ 0.152581] Initializing cgroup subsys net_prio\n[ 0.153460] Initializing cgroup subsys hugetlb\n[ 0.154319] Initializing cgroup subsys pids\n[ 0.155181] CPU: Physical Processor ID: 0\n[ 0.156667] mce: CPU supports 10 MCE banks\n[ 0.157516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158506] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.169216] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175601] ftrace: allocating 32123 entries in 126 pages\n[ 0.202239] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203425] smpboot: Max logical packages: 1\n[ 0.204406] x2apic enabled\n[ 0.205201] Switched APIC routing to physical x2apic.\n[ 0.206945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.208061] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210038] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211810] KVM setup paravirtual spinlock\n[ 0.213076] x86: Booted up 1 node, 1 CPUs\n[ 0.213878] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215250] devtmpfs: initialized\n[ 0.217715] evm: security.selinux\n[ 0.218415] evm: security.SMACK64\n[ 0.219099] evm: security.SMACK64EXEC\n[ 0.219837] evm: security.SMACK64TRANSMUTE\n[ 0.220641] evm: security.SMACK64MMAP\n[ 0.221381] evm: security.ima\n[ 0.222012] evm: security.capability\n[ 0.222811] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224657] pinctrl core: initialized pinctrl subsystem\n[ 0.225743] RTC time: 11:28:56, date: 01/09/19\n[ 0.226670] NET: Registered protocol family 16\n[ 0.227630] cpuidle: using governor ladder\n[ 0.228443] cpuidle: using governor menu\n[ 0.229224] PCCT header not found.\n[ 0.229973] ACPI: bus type PCI registered\n[ 0.230766] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231989] PCI: Using configuration type 1 for base access\n[ 0.234125] ACPI: Added _OSI(Module Device)\n[ 0.234960] ACPI: Added _OSI(Processor Device)\n[ 0.235806] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236696] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238793] ACPI: Interpreter enabled\n[ 0.239553] ACPI: (supports S0 S5)\n[ 0.240246] ACPI: Using IOAPIC for interrupt routing\n[ 0.241184] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244249] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245368] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247738] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250020] acpiphp: Slot [3] registered\n[ 0.250810] acpiphp: Slot [4] registered\n[ 0.251592] acpiphp: Slot [5] registered\n[ 0.252384] acpiphp: Slot [6] registered\n[ 0.253164] acpiphp: Slot [7] registered\n[ 0.253947] acpiphp: Slot [8] registered\n[ 0.254731] acpiphp: Slot [9] registered\n[ 0.255513] acpiphp: Slot [10] registered\n[ 0.256306] acpiphp: Slot [11] registered\n[ 0.257099] acpiphp: Slot [12] registered\n[ 0.257899] acpiphp: Slot [13] registered\n[ 0.258692] acpiphp: Slot [14] registered\n[ 0.269677] acpiphp: Slot [15] registered\n[ 0.270478] acpiphp: Slot [16] registered\n[ 0.271268] acpiphp: Slot [17] registered\n[ 0.272064] acpiphp: Slot [18] registered\n[ 0.272856] acpiphp: Slot [19] registered\n[ 0.273639] acpiphp: Slot [20] registered\n[ 0.274437] acpiphp: Slot [21] registered\n[ 0.275220] acpiphp: Slot [22] registered\n[ 0.276014] acpiphp: Slot [23] registered\n[ 0.276797] acpiphp: Slot [24] registered\n[ 0.277589] acpiphp: Slot [25] registered\n[ 0.278371] acpiphp: Slot [26] registered\n[ 0.279155] acpiphp: Slot [27] registered\n[ 0.279941] acpiphp: Slot [28] registered\n[ 0.280737] acpiphp: Slot [29] registered\n[ 0.281521] acpiphp: Slot [30] registered\n[ 0.282305] acpiphp: Slot [31] registered\n[ 0.283082] PCI host bridge to bus 0000:00\n[ 0.283874] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285052] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286220] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287621] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.289026] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295281] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296547] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297701] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298939] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305307] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306724] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351917] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353399] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354843] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356228] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357597] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358822] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360280] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361310] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362820] vgaarb: loaded\n[ 0.363417] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364544] SCSI subsystem initialized\n[ 0.365347] ACPI: bus type USB registered\n[ 0.366145] usbcore: registered new interface driver usbfs\n[ 0.367176] usbcore: registered new interface driver hub\n[ 0.368162] usbcore: registered new device driver usb\n[ 0.369198] PCI: Using ACPI for IRQ routing\n[ 0.370213] NetLabel: Initializing\n[ 0.370919] NetLabel: domain hash size = 128\n[ 0.371754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372693] NetLabel: unlabeled traffic allowed by default\n[ 0.373782] amd_nb: Cannot enumerate AMD northbridges\n[ 0.374746] clocksource: Switched to clocksource kvm-clock\n[ 0.380148] AppArmor: AppArmor Filesystem Enabled\n[ 0.381107] pnp: PnP ACPI init\n[ 0.382010] pnp: PnP ACPI: found 5 devices\n[ 0.388059] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389756] NET: Registered protocol family 2\n[ 0.390704] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.391976] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.393168] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.394337] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.395420] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.396598] NET: Registered protocol family 1\n[ 0.397456] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398534] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399602] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.413696] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.427961] Trying to unpack rootfs image as initramfs...\n[ 1.766536] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.784050] Scanning for low memory corruption every 60 seconds\n[ 1.785456] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.786582] audit: initializing netlink subsys (disabled)\n[ 1.787597] audit: type=2000 audit(1547033338.888:1): initialized\n[ 1.788892] Initialise system trusted keyring\n[ 1.789808] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.790960] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.792920] zbud: loaded\n[ 1.793619] VFS: Disk quotas dquot_6.6.0\n[ 1.794425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.795816] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.797020] fuse init (API version 7.23)\n[ 1.797883] Key type big_key registered\n[ 1.798660] Allocating IMA MOK and blacklist keyrings.\n[ 1.799759] Key type asymmetric registered\n[ 1.800574] Asymmetric key parser 'x509' registered\n[ 1.801514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.802966] io scheduler noop registered\n[ 1.803763] io scheduler deadline registered (default)\n[ 1.804738] io scheduler cfq registered\n[ 1.805558] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.806581] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.807832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.809262] ACPI: Power Button [PWRF]\n[ 1.810086] GHES: HEST is not enabled!\n[ 1.824017] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.852266] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.854619] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.878719] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.880804] Linux agpgart interface v0.103\n[ 1.882813] brd: module loaded\n[ 1.884054] loop: module loaded\n[ 1.885571] vda: vda1\n[ 1.886890] scsi host0: ata_piix\n[ 1.887622] scsi host1: ata_piix\n[ 1.888324] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.889522] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.890953] libphy: Fixed MDIO Bus: probed\n[ 1.891782] tun: Universal TUN/TAP device driver, 1.6\n[ 1.892723] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.894839] PPP generic driver version 2.4.2\n[ 1.895730] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.896951] ehci-pci: EHCI PCI platform driver\n[ 1.897809] ehci-platform: EHCI generic platform driver\n[ 1.898795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.899914] ohci-pci: OHCI PCI platform driver\n[ 1.900775] ohci-platform: OHCI generic platform driver\n[ 1.901754] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.916250] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.917240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.918676] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.919693] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.920801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.922002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.923411] usb usb1: Product: UHCI Host Controller\n[ 1.924333] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.925455] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.926436] hub 1-0:1.0: USB hub found\n[ 1.927213] hub 1-0:1.0: 2 ports detected\n[ 1.928106] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.930217] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.931186] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.932213] mousedev: PS/2 mouse device common for all mice\n[ 1.933457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.935281] rtc_cmos 00:00: RTC can wake from S4\n[ 1.936376] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.937558] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.938752] i2c /dev entries driver\n[ 1.939513] device-mapper: uevent: version 1.0.3\n[ 1.940450] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.942060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.943327] NET: Registered protocol family 10\n[ 1.944321] NET: Registered protocol family 17\n[ 1.945201] Key type dns_resolver registered\n[ 1.946119] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.947218] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.948943] registered taskstats version 1\n[ 1.949776] Loading compiled-in X.509 certificates\n[ 1.951205] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.953024] zswap: loaded using pool lzo/zbud\n[ 1.954804] Key type trusted registered\n[ 1.957042] Key type encrypted registered\n[ 1.957866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.958903] ima: No TPM chip found, activating TPM-bypass!\n[ 1.959948] evm: HMAC attrs: 0x1\n[ 1.960876] Magic number: 3:735:478\n[ 1.961643] rtc rtc0: hash matches\n[ 1.962425] rtc_cmos 00:00: setting system clock to 2019-01-09 11:28:58 UTC (1547033338)\n[ 1.964036] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.965135] EDD information not available.\n[ 2.047428] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.048868] ata1.00: configured for MWDMA2\n[ 2.050051] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.052241] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.063842] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.065118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.066999] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.068520] Write protecting the kernel read-only data: 14336k\n[ 2.070046] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.071757] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.080464] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.082245] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.084230] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.086099] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.087931] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.089742] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.091606] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.093361] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.095666] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.097444] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125119] virtio_net virtio0 ens3: renamed from eth0\n[ 2.133117] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.134921] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.159638] AVX2 version of gcm_enc/dec engaged.\n[ 2.160582] AES CTR mode by8 optimization enabled\n[ 2.163112] FDC 0 is a S82078B\n[ 2.238764] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.403753] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.405006] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.406262] usb 1-1: Product: QEMU USB Tablet\n[ 2.407110] usb 1-1: Manufacturer: QEMU\n[ 2.407877] usb 1-1: SerialNumber: 42\n[ 2.415583] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.423067] usbcore: registered new interface driver usbhid\n[ 2.424127] usbhid: USB HID core driver\n[ 2.425878] 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.428131] 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.782989] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32557694fed, max_idle_ns: 440795306138 ns\nBegin: Loading essential drivers ... [ 3.402828] md: linear personality registered for level -1\n[ 3.405698] md: multipath personality registered for level -4\n[ 3.408684] md: raid0 personality registered for level 0\n[ 3.411901] md: raid1 personality registered for level 1\n[ 3.482750] raid6: sse2x1 gen() 11327 MB/s\n[ 3.550782] raid6: sse2x1 xor() 7264 MB/s\n[ 3.618754] raid6: sse2x2 gen() 9907 MB/s\n[ 3.686748] raid6: sse2x2 xor() 6741 MB/s\n[ 3.754763] raid6: sse2x4 gen() 10197 MB/s\n[ 3.822751] raid6: sse2x4 xor() 6657 MB/s\n[ 3.890752] raid6: avx2x1 gen() 15044 MB/s\n[ 3.958752] raid6: avx2x2 gen() 19965 MB/s\n[ 4.026752] raid6: avx2x4 gen() 19412 MB/s\n[ 4.027850] raid6: using algorithm avx2x2 gen() 19965 MB/s\n[ 4.029142] raid6: using avx2x2 recovery algorithm\n[ 4.035724] xor: automatically using best checksumming function:\n[ 4.074748] avx : 26002.000 MB/sec\n[ 4.077459] async_tx: api initialized (async)\n[ 4.089665] md: raid6 personality registered for level 6\n[ 4.090973] md: raid5 personality registered for level 5\n[ 4.092240] md: raid4 personality registered for level 4\n[ 4.098557] 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.133074] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.166565] 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.271857] 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.275116] systemd[1]: Detected virtualization kvm.\n[ 4.276073] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.280090] systemd[1]: Set hostname to .\n[ 4.284361] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.285475] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.404442] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.406578] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.409267] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.411556] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.413997] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.416849] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.419415] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.422060] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.424440] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.426781] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.429209] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.431791] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.434453] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.440224] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.443133] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.448087] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.452138] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.455107] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.458334] 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.463456] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.466369] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.468727] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[ 4.470696] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.[ 4.475965] Loading iSCSI transport class v2.0-870.\n\n[ 4.478115] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.484488] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 4.487438] iscsi: registered transport (tcp)\n Starting Create list of required st... nodes for the current kernel...\n[ 4.492073] 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.500690] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.504981] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.508209] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.511719] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.517290] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.526998] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.529325] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.535573] systemd[1]: Mounted Huge Pages File System.\n[ 4.537053] iscsi: registered transport (iser)\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.543074] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.550158] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.553089] 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.563385] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.571275] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.575100] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.580862] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\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 Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\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[ 6.137188] cloud-init[458]: Cloud-init v. 0.7.9 running 'init-local' at Wed, 09 Jan 2019 11:29:02 +0000. Up 5.40 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[ 9.535280] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Wed, 09 Jan 2019 11:29:03 +0000. Up 7.21 seconds.\n[ 9.537044] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.540110] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.544107] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.548106] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.549841] cloud-init[1025]: ci-info: | ens3 | True | 10.10.10.5 | 255.255.255.0 | . | fa:16:3e:80:dc:d9 |\n[ 9.556114] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe80:dcd9/64 | . | link | fa:16:3e:80:dc:d9 |\n[ 9.557874] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.564103] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.565865] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.567577] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 9.573228] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.574815] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.580295] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.581921] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 9.583512] cloud-init[1025]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.589092] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 9.590688] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 9.594396] cloud-init[1025]: Generating public/private rsa key pair.\n[ 9.595701] [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt activities.\ncloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.600347] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.605102] cloud-init[1025]: The key fingerprint is:\n[ 9.605880] cloud-init[1025]: SHA256:X07E2jrwWfjsYuaAYw1RHjs56vWPXVOPA5yS2gFIY3o root@sdnvpn-13-2\n[ 9.607063] cloud-init[1025]: The key's randomart image is:\n[ 9.607909] \n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[1025]: +---[RSA 2048]----+\n[ 9.612668] cloud-init[1025]: | + o |\n[ 9.613694] cloud-init[1025]: | + = + . |\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.[ 9.616463] cloud-init[1025]: | . E B o |\n[ 9.617231] cloud-init[1025]: | . o + B . |\n[ 9.617983] cloud-init[1025]: | o S * O .|\n[ 9.618738] cloud-init[1025]: | . = B % . o.|\n[ 9.619487] cloud-init[1025]: | = + O + = .|\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[ 9.624343] cloud-init[1025]: | . . .+* . o |\n[ 9.625105] cloud-init[1025]: | +o.+ |\n[ 9.625858] cloud-init[1025]: +----[SHA256]-----+\n[ 9.626608] cloud-init[1025]: Generating public/private dsa key pair.\n[ 9.627537] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[ 9.633786] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 9.638194] cloud-init[1025]: The key fingerprint is:\n[ 9.640647] cloud-init[1025]: SHA256:nEhoR9Ol1upb0XJiCL2PP7dIeEGm9+Argj0rrX4SLFk root@sdnvpn-13-2\n[ 9.643115] cloud-init[1025]: The key's randomart image is:\n[ 9.644315] cloud-init[1025]: +---[DSA 1024]----+\n[ 9.646011] cloud-init[1025]: | o. .. |\n[ 9.647231] cloud-init[1025]: | o o.o |\n[ 9.648307] cloud-init[1025]: | o + + + |\n[ 9.650255] cloud-init[1025]: | .Eo = O . |\n[ 9.651642] cloud-init[1025]: | + . S O o |\n[ 9.652795] cloud-init[1025]: | o o . B O |\n[ 9.654007] cloud-init[1025]: | . = + * . |\n[ 9.655284] cloud-init[1025]: | + * .*.o. |\n[ 9.656648] cloud-init[1025]: | .o=.+..+o.. |\n[ 9.657807] cloud-init[1025]: +----[SHA256]-----+\n[ 9.659172] cloud-init[1025]: Generating public/private ecdsa key pair.\n[ 9.660656] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 9.662174] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 9.663722] cloud-init[1025]: The key fingerprint is:\n[ 9.664897] cloud-init[1025]: SHA256:omLrAk0/6amsy7gZynbty+EhjQGCaGhp8cPp6U+DbXk root@sdnvpn-13-2\n[ 9.666504] cloud-init[1025]: The key's randomart image is:\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m[ 9.667713] cloud-init[1025]: +---[ECDSA 256]---+\n[ 9.672824] cloud-init[1025]: | . |\n[ 9.673571] cloud-init[1025]: |+ = . |\n[ 9.674309] cloud-init[1025]: |=* = |\n[ 9.675071] cloud-init[1025]: |= + o |\n[ 9.675824] ] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting System Logging Service...\n Starting Accounts Service...\n Starting /etc/rc.local Compatibility...\n Starting Pollinate to seed the pseudo random number generator...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Deferred execution scheduler.\ncloud-init[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[1025]: | o = .. S |\n[ 9.758241] [[0;32m OK [0m] Started System Logging Service.\ncloud-init[1025]: |. o X... |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 9.806148] cloud-init[1025]: Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n|o o*o% E |\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n[[0;32m OK [0m] Started Login Service.\n[ 9.833002] cloud-init[1025]: |** +X.= |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[ 9.857868] \n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\ncloud-init[1025]: |OO*..*. |\n[ 9.867586] Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...cloud-init[1025]: +----[SHA256]-----+\n\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 9.911476] cloud-init[1025]: Generating public/private ed25519 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 LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\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 LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.959026] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.[[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\n[ 9.981652] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.987781] cloud-init[1025]: The key fingerprint is:\n[ 10.004398] cloud-init[1025]: SHA256:kB6lQh2WttcCpRr61tK30LE2PS/b8KtU1/n+FxcpKks root@sdnvpn-13-2\n[ 10.014927] cloud-init[1025]: The key's randomart image is:\n[ 10.020100] cloud-init[1025]: +--[ED25519 256]--+\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 10.031087] cloud-init[1025]: | ..o+o |\n[ 10.036512] cloud-init[1025]: | . .== |\n[ 10.037994] cloud-init[1025]: | o.*o . .|\n[ 10.044089] cloud-init[1025]: | . =.oo . . +.|\n[ 10.048093] cloud-init[1025]: | . . ..S. o o.o|\n[ 10.052087] cloud-init[1025]: | . o . E o . .o|\n[ 10.056083] cloud-init[1025]: | + + B B +|\n[ 10.059437] cloud-init[1025]: | . . + =.* ..|\n[ 10.064092] cloud-init[1025]: | . o+=. =|\n[ 10.068333] cloud-init[1025]: +----[SHA256]-----+\n[ 10.316059] cloud-init[1145]: Generating locales (this might take a while)...\n[ 10.894904] cloud-init[1145]: en_US.UTF-8... done\n[ 10.897021] cloud-init[1145]: 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[ 11.300724] cloud-init[1145]: Cloud-init v. 0.7.9 running 'modules:config' at Wed, 09 Jan 2019 11:29:06 +0000. Up 10.25 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 11.609204] cloud-init[1394]: + sudo useradd -m sdnvpn\n[ 11.671123] cloud-init[1394]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.982334] cloud-init[1394]: + sudo adduser sdnvpn sudo\n[ 12.036605] cloud-init[1394]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.074750] cloud-init[1394]: Adding user `sdnvpn' to group `sudo' ...\n[ 12.078917] cloud-init[1394]: Adding user sdnvpn to group sudo\n[ 12.171624] cloud-init[1394]: Done.\n[ 12.173317] cloud-init[1394]: + chpasswd\n[ 12.174471] cloud-init[1394]: + sudo echo sdnvpn:opnfv\n[ 12.222382] cloud-init[1394]: sudo: unable to resolve host sdnvpn-13-2\n[ 12.252910] cloud-init[1394]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2019-01-09 11:29:16,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action used request id req-0a74201e-7122-4e6f-acd0-1f5673ddaf9c 2019-01-09 11:29:18,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" 2019-01-09 11:29:19,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-91210a5f-ae56-4bbd-9d98-bec0d3f95c00 Date: Wed, 09 Jan 2019 11:29:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2019-01-09T11:26:08Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2019-01-09T11:26:18Z", "visibility": "public", "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b/snap", "metadata": {}}], "self": "/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "min_disk": 0, "protected": false, "id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "file": "/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "a3475ec98a734cb2aeb418d350edd17b", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2019-01-09 11:29:19,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images?limit=20 used request id req-91210a5f-ae56-4bbd-9d98-bec0d3f95c00 2019-01-09 11:29:19,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" 2019-01-09 11:29:19,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5bf5fd68-a579-48d2-8c89-88af4a2fc5bb Date: Wed, 09 Jan 2019 11:29: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"}}} 2019-01-09 11:29:19,090 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/schemas/image used request id req-5bf5fd68-a579-48d2-8c89-88af4a2fc5bb 2019-01-09 11:29:19,093 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2019-01-09 11:29:19,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2019-01-09 11:29:19,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241 X-Openstack-Request-Id: req-c366908f-1187-4784-bdbe-53e7e6273838 Date: Wed, 09 Jan 2019 11:29:19 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2019-01-09T11:29:19Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-09T11:29:19Z", "visibility": "public", "locations": [], "self": "/v2/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "min_disk": 0, "protected": false, "id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "file": "/v2/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241/file", "checksum": null, "owner": "a3475ec98a734cb2aeb418d350edd17b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-09 11:29:19,327 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c366908f-1187-4784-bdbe-53e7e6273838 2019-01-09 11:29:19,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" -d '' 2019-01-09 11:29:20,821 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-520ac49e-0ed2-4b0c-9826-2b850f813874 Date: Wed, 09 Jan 2019 11:29:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:29:20,822 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241/file used request id req-520ac49e-0ed2-4b0c-9826-2b850f813874 2019-01-09 11:29:20,822 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2019-01-09 11:29:20,822 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=7734be54-7e9a-486f-9ecb-ac1b5a0ba241 network=25a7de4f-4fc1-445a-ac58-6419aacb6b28 secgroup=4e46aeff-3422-4816-9331-c207cd802207 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 179.24.1.12 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2019-01-09 11:29:20,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:29:20,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:29:20,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:29:20,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:29:20,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:29:20,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:29:20,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:29:20,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:29:20,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:29:20,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:29:20,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:29:20,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:29:20,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:29:20,824 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:29:20,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:29:20,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:29:20,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:29:20,825 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:29:20,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:29:20,826 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:29:20,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:29:20,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:29:20,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:29:20,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:29:20,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:29:20,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:29:20,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:29:20,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:29:20,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:29:20,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:29:20,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:29:20,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:29:20,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:29:20,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:29:20,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:29:20,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:29:20,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:29:20,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:29:20,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:29:20,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:29:20,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:29:20,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:29:20,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:29:20,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:29:20,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:29:20,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:29:20,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:29:20,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:29:20,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:29:20,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e80b95dc-a987-475e-8e20-dd90121158da Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:29:20,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-e80b95dc-a987-475e-8e20-dd90121158da 2019-01-09 11:29:20,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:29:21,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:29:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["X-mBHb3VSRih3B0-5jPnPA"], "issued_at": "2019-01-09T11:29:21.000000Z"}} 2019-01-09 11:29:21,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa1705d77cc2fe82713f13c829fce1006aae064" 2019-01-09 11:29:21,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-013e3c0b-2cf1-40b2-8704-27502b262141 x-compute-request-id: req-013e3c0b-2cf1-40b2-8704-27502b262141 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "name": "m1.tiny"}]} 2019-01-09 11:29:21,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-013e3c0b-2cf1-40b2-8704-27502b262141 2019-01-09 11:29:21,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa1705d77cc2fe82713f13c829fce1006aae064" 2019-01-09 11:29:21,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d8becd3-2123-43fb-9de6-d263bb05d5d1 x-compute-request-id: req-4d8becd3-2123-43fb-9de6-d263bb05d5d1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "401283e0-6907-43b0-840c-1e77e60f5666", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:29:21,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666 used request id req-4d8becd3-2123-43fb-9de6-d263bb05d5d1 2019-01-09 11:29:21,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa1705d77cc2fe82713f13c829fce1006aae064" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "401283e0-6907-43b0-840c-1e77e60f5666", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "25a7de4f-4fc1-445a-ac58-6419aacb6b28"}], "config_drive": true}}' 2019-01-09 11:29:23,325 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:29:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c68bc76f-71a2-4d88-82ab-4ef026d63173 x-compute-request-id: req-c68bc76f-71a2-4d88-82ab-4ef026d63173 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "adminPass": "WYdgUf9s5GUC"}} 2019-01-09 11:29:23,326 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-c68bc76f-71a2-4d88-82ab-4ef026d63173 2019-01-09 11:29:23,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-09 11:29:23,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa604380-1969-4f1d-abe3-ef79850aee1a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:29:23,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-aa604380-1969-4f1d-abe3-ef79850aee1a 2019-01-09 11:29:23,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:29:23,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:29:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["VuRWu4rmTHOl1Z2nYjcm4A"], "issued_at": "2019-01-09T11:29:23.000000Z"}} 2019-01-09 11:29:23,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a710e4b32ce7fa23fd0029147d386b41de499139" 2019-01-09 11:29:24,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29732fdc-557d-4ce5-a19d-f7fb8117765b x-compute-request-id: req-29732fdc-557d-4ce5-a19d-f7fb8117765b 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.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:29:23Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:29:24,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 used request id req-29732fdc-557d-4ce5-a19d-f7fb8117765b 2019-01-09 11:29:27,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a710e4b32ce7fa23fd0029147d386b41de499139" 2019-01-09 11:29:27,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29: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-13eacd89-a67b-4fb2-aeb9-ef416bcf2124 x-compute-request-id: req-13eacd89-a67b-4fb2-aeb9-ef416bcf2124 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.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": null, "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2019-01-09T11:29:24Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:29:27,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 used request id req-13eacd89-a67b-4fb2-aeb9-ef416bcf2124 2019-01-09 11:29:30,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a710e4b32ce7fa23fd0029147d386b41de499139" 2019-01-09 11:29:31,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29: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-247e481f-ffd5-4a60-9366-15cd95cfaa51 x-compute-request-id: req-247e481f-ffd5-4a60-9366-15cd95cfaa51 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:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:29:29Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:29:31,334 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 used request id req-247e481f-ffd5-4a60-9366-15cd95cfaa51 2019-01-09 11:29:31,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa1705d77cc2fe82713f13c829fce1006aae064" 2019-01-09 11:29:31,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29: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-9c8f3a77-db46-433b-b887-a2400574a306 x-compute-request-id: req-9c8f3a77-db46-433b-b887-a2400574a306 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:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:29:29Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-09 11:29:31,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3 used request id req-9c8f3a77-db46-433b-b887-a2400574a306 2019-01-09 11:29:31,954 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.11'. 2019-01-09 11:29:31,954 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2019-01-09 11:29:31,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" -d '{"addSecurityGroup": {"name": "4e46aeff-3422-4816-9331-c207cd802207"}}' 2019-01-09 11:29:33,337 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:29: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-7d5e4ada-c900-43d9-884a-10ad67863e9c x-compute-request-id: req-7d5e4ada-c900-43d9-884a-10ad67863e9c Content-Length: 0 Content-Type: application/json 2019-01-09 11:29:33,337 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action used request id req-7d5e4ada-c900-43d9-884a-10ad67863e9c 2019-01-09 11:29:33,337 - sdnvpn_test_utils - INFO - Waiting for instance 428f572b-70ce-4e6d-9d13-72f48c2816f3 to boot up 2019-01-09 11:29:33,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa1705d77cc2fe82713f13c829fce1006aae064" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:29:34,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:29: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-f9ce12c9-56f3-4de2-95bb-6ac14978a0b6 x-compute-request-id: req-f9ce12c9-56f3-4de2-95bb-6ac14978a0b6 Content-Encoding: gzip Content-Length: 8106 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 507790930 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.140422] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142233] pid_max: default: 32768 minimum: 301\n[ 0.143196] ACPI: Core revision 20150930\n[ 0.144662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146080] Security Framework initialized\n[ 0.146977] Yama: becoming mindful.\n[ 0.147804] AppArmor: AppArmor initialized\n[ 0.148750] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150259] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152045] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153380] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.154909] Initializing cgroup subsys io\n[ 0.155807] Initializing cgroup subsys memory\n[ 0.156745] Initializing cgroup subsys devices\n[ 0.157707] Initializing cgroup subsys freezer\n[ 0.158644] Initializing cgroup subsys net_cls\n[ 0.159597] Initializing cgroup subsys perf_event\n[ 0.160570] Initializing cgroup subsys net_prio\n[ 0.161514] Initializing cgroup subsys hugetlb\n[ 0.162454] Initializing cgroup subsys pids\n[ 0.163404] CPU: Physical Processor ID: 0\n[ 0.165014] mce: CPU supports 10 MCE banks\n[ 0.165921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167004] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178301] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184902] ftrace: allocating 31920 entries in 125 pages\n[ 0.211649] smpboot: Max logical packages: 1\n[ 0.212555] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214021] x2apic enabled\n[ 0.214876] Switched APIC routing to physical x2apic.\n[ 0.216771] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218087] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220330] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222372] KVM setup paravirtual spinlock\n[ 0.223735] x86: Booted up 1 node, 1 CPUs\n[ 0.224664] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226240] devtmpfs: initialized\n[ 0.228061] evm: security.selinux\n[ 0.228873] evm: security.SMACK64\n[ 0.229645] evm: security.SMACK64EXEC\n[ 0.230475] evm: security.SMACK64TRANSMUTE\n[ 0.231381] evm: security.SMACK64MMAP\n[ 0.232207] evm: security.ima\n[ 0.232910] evm: security.capability\n[ 0.233819] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235935] pinctrl core: initialized pinctrl subsystem\n[ 0.237166] RTC time: 11:29:27, date: 01/09/19\n[ 0.238209] NET: Registered protocol family 16\n[ 0.239274] cpuidle: using governor ladder\n[ 0.240196] cpuidle: using governor menu\n[ 0.241084] PCCT header not found.\n[ 0.241908] ACPI: bus type PCI registered\n[ 0.242798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244221] PCI: Using configuration type 1 for base access\n[ 0.246487] ACPI: Added _OSI(Module Device)\n[ 0.247445] ACPI: Added _OSI(Processor Device)\n[ 0.248444] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249469] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251724] ACPI: Interpreter enabled\n[ 0.252581] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260882] ACPI: (supports S0 S5)\n[ 0.261779] ACPI: Using IOAPIC for interrupt routing\n[ 0.262855] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270199] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272678] acpiphp: Slot [3] registered\n[ 0.273566] acpiphp: Slot [4] registered\n[ 0.274460] acpiphp: Slot [5] registered\n[ 0.275353] acpiphp: Slot [6] registered\n[ 0.276241] acpiphp: Slot [7] registered\n[ 0.277132] acpiphp: Slot [8] registered\n[ 0.278030] acpiphp: Slot [9] registered\n[ 0.278956] acpiphp: Slot [10] registered\n[ 0.280103] acpiphp: Slot [11] registered\n[ 0.281222] acpiphp: Slot [12] registered\n[ 0.282361] acpiphp: Slot [13] registered\n[ 0.283443] acpiphp: Slot [14] registered\n[ 0.284548] acpiphp: Slot [15] registered\n[ 0.295390] acpiphp: Slot [16] registered\n[ 0.296368] acpiphp: Slot [17] registered\n[ 0.297385] acpiphp: Slot [18] registered\n[ 0.298415] acpiphp: Slot [19] registered\n[ 0.299436] acpiphp: Slot [20] registered\n[ 0.300417] acpiphp: Slot [21] registered\n[ 0.301457] acpiphp: Slot [22] registered\n[ 0.302536] acpiphp: Slot [23] registered\n[ 0.303599] acpiphp: Slot [24] registered\n[ 0.304685] acpiphp: Slot [25] registered\n[ 0.305798] acpiphp: Slot [26] registered\n[ 0.306889] acpiphp: Slot [27] registered\n[ 0.307999] acpiphp: Slot [28] registered\n[ 0.309141] acpiphp: Slot [29] registered\n[ 0.310251] acpiphp: Slot [30] registered\n[ 0.311380] acpiphp: Slot [31] registered\n[ 0.312499] PCI host bridge to bus 0000:00\n[ 0.313634] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315402] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319226] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.321283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327941] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329784] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331407] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339853] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.387130] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389004] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390632] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.394891] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397680] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399072] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400919] vgaarb: loaded\n[ 0.401737] vgaarb: bridge control possible 0000:00:02.0\n[ 0.403291] SCSI subsystem initialized\n[ 0.404327] ACPI: bus type USB registered\n[ 0.405453] usbcore: registered new interface driver usbfs\n[ 0.406914] usbcore: registered new interface driver hub\n[ 0.408129] usbcore: registered new device driver usb\n[ 0.409320] PCI: Using ACPI for IRQ routing\n[ 0.410450] NetLabel: Initializing\n[ 0.411397] NetLabel: domain hash size = 128\n[ 0.412469] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.413744] NetLabel: unlabeled traffic allowed by default\n[ 0.415278] clocksource: Switched to clocksource kvm-clock\n[ 0.420941] AppArmor: AppArmor Filesystem Enabled\n[ 0.422290] pnp: PnP ACPI init\n[ 0.423361] pnp: PnP ACPI: found 5 devices\n[ 0.429617] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431849] NET: Registered protocol family 2\n[ 0.432996] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.434718] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.436433] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.438160] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.439665] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441238] NET: Registered protocol family 1\n[ 0.442305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443758] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445078] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473353] Trying to unpack rootfs image as initramfs...\n[ 0.522712] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.537196] Scanning for low memory corruption every 60 seconds\n[ 0.538635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.540006] audit: initializing netlink subsys (disabled)\n[ 0.541295] audit: type=2000 audit(1547033368.726:1): initialized\n[ 0.542872] Initialise system trusted keyring\n[ 0.543890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.545213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.547235] zbud: loaded\n[ 0.547965] VFS: Disk quotas dquot_6.6.0\n[ 0.548908] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550880] fuse init (API version 7.23)\n[ 0.551890] Key type big_key registered\n[ 0.553009] Allocating IMA MOK and blacklist keyrings.\n[ 0.554441] Key type asymmetric registered\n[ 0.555499] Asymmetric key parser 'x509' registered\n[ 0.556675] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558705] io scheduler noop registered\n[ 0.559965] io scheduler deadline registered (default)\n[ 0.561979] io scheduler cfq registered\n[ 0.563328] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.565465] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.572428] ACPI: Power Button [PWRF]\n[ 0.574529] GHES: HEST is not enabled!\n[ 0.595418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627116] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650925] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.653136] Linux agpgart interface v0.103\n[ 0.656129] brd: module loaded\n[ 0.657331] loop: module loaded\n[ 0.661162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.662773] GPT:90111 != 20971519\n[ 0.663571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664824] GPT:90111 != 20971519\n[ 0.665602] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666706] vda: vda1 vda15\n[ 0.668378] scsi host0: ata_piix\n[ 0.669355] scsi host1: ata_piix\n[ 0.670168] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.671608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.673282] libphy: Fixed MDIO Bus: probed\n[ 0.674221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.675138] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.677264] PPP generic driver version 2.4.2\n[ 0.678501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679831] ehci-pci: EHCI PCI platform driver\n[ 0.680801] ehci-platform: EHCI generic platform driver\n[ 0.681907] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.683153] ohci-pci: OHCI PCI platform driver\n[ 0.684109] ohci-platform: OHCI generic platform driver\n[ 0.685159] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.700510] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701825] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703570] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.704750] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.706175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707663] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.709358] usb usb1: Product: UHCI Host Controller\n[ 0.710543] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.711991] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713130] hub 1-0:1.0: USB hub found\n[ 0.714054] hub 1-0:1.0: 2 ports detected\n[ 0.715080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.718807] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720032] mousedev: PS/2 mouse device common for all mice\n[ 0.721540] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725019] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.726453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727954] i2c /dev entries driver\n[ 0.728865] device-mapper: uevent: version 1.0.3\n[ 0.729959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.731925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.733443] NET: Registered protocol family 10\n[ 0.734595] NET: Registered protocol family 17\n[ 0.735674] Key type dns_resolver registered\n[ 0.736787] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.738150] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.740328] registered taskstats version 1\n[ 0.741270] Loading compiled-in X.509 certificates\n[ 0.742959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.745406] zswap: loaded using pool lzo/zbud\n[ 0.746976] Key type trusted registered\n[ 0.748745] Key type encrypted registered\n[ 0.749847] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.752528] evm: HMAC attrs: 0x1\n[ 0.753598] Magic number: 3:735:478\n[ 0.754546] rtc rtc0: hash matches\n[ 0.755464] rtc_cmos 00:00: setting system clock to 2019-01-09 11:29:28 UTC (1547033368)\n[ 0.757415] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758801] EDD information not available.\n[ 0.828011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.829917] ata1.00: configured for MWDMA2\n[ 0.841486] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.844362] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.846036] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.847428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.849398] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851039] Write protecting the kernel read-only data: 14336k\n[ 0.852754] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.913763] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n"} 2019-01-09 11:29:34,410 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action used request id req-f9ce12c9-56f3-4de2-95bb-6ac14978a0b6 2019-01-09 11:29:36,413 - sdnvpn-results - INFO - Create VPN with multiple RDs 2019-01-09 11:29:36,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-300101", "route_distinguishers": ["12:12", "13:13"]}}' 2019-01-09 11:29:36,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-e9ecd68d-e81f-4744-9ab5-3bf4ceaa1442 Date: Wed, 09 Jan 2019 11:29:36 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "f187bd50-a4ee-4171-9037-fb488794d64a", "name": "sdnvpn-300101", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "type": "l3"}} 2019-01-09 11:29:36,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns used request id req-e9ecd68d-e81f-4744-9ab5-3bf4ceaa1442 2019-01-09 11:29:36,811 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-300101', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'a3475ec98a734cb2aeb418d350edd17b', u'route_targets': [], u'project_id': u'a3475ec98a734cb2aeb418d350edd17b', u'type': u'l3', u'id': u'f187bd50-a4ee-4171-9037-fb488794d64a'}} 2019-01-09 11:29:36,811 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2019-01-09 11:29:36,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f187bd50-a4ee-4171-9037-fb488794d64a/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"router_association": {"router_id": "f502d121-4683-457f-8530-66fd711a71da"}}' 2019-01-09 11:29:37,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-9198f977-ade3-4d9a-82e7-dace2352574b Date: Wed, 09 Jan 2019 11:29:37 GMT RESP BODY: {"router_association": {"router_id": "f502d121-4683-457f-8530-66fd711a71da", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "974d1fce-625c-4dfc-b163-34b7a636c8bf"}} 2019-01-09 11:29:37,248 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f187bd50-a4ee-4171-9037-fb488794d64a/router_associations used request id req-9198f977-ade3-4d9a-82e7-dace2352574b 2019-01-09 11:29:37,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"router": {"routes": [{"nexthop": "10.10.10.12", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.5", "destination": "179.24.1.12/32"}]}}' 2019-01-09 11:29:37,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-13da4b50-28cf-4939-8588-dd4dbd87b139 Date: Wed, 09 Jan 2019 11:29:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T11:26:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T11:29:37Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.12", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.5", "destination": "179.24.1.12/32"}], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "f502d121-4683-457f-8530-66fd711a71da", "name": "sdnvpn-13-1-router"}} 2019-01-09 11:29:37,816 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da used request id req-13da4b50-28cf-4939-8588-dd4dbd87b139 2019-01-09 11:29:37,817 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2019-01-09 11:30:07,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa1705d77cc2fe82713f13c829fce1006aae064" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:30:08,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcc7627c-3f4c-47c2-b2d7-37a2c84aa474 x-compute-request-id: req-bcc7627c-3f4c-47c2-b2d7-37a2c84aa474 Content-Encoding: gzip Content-Length: 8146 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 507790930 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.140422] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142233] pid_max: default: 32768 minimum: 301\n[ 0.143196] ACPI: Core revision 20150930\n[ 0.144662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146080] Security Framework initialized\n[ 0.146977] Yama: becoming mindful.\n[ 0.147804] AppArmor: AppArmor initialized\n[ 0.148750] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150259] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152045] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153380] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.154909] Initializing cgroup subsys io\n[ 0.155807] Initializing cgroup subsys memory\n[ 0.156745] Initializing cgroup subsys devices\n[ 0.157707] Initializing cgroup subsys freezer\n[ 0.158644] Initializing cgroup subsys net_cls\n[ 0.159597] Initializing cgroup subsys perf_event\n[ 0.160570] Initializing cgroup subsys net_prio\n[ 0.161514] Initializing cgroup subsys hugetlb\n[ 0.162454] Initializing cgroup subsys pids\n[ 0.163404] CPU: Physical Processor ID: 0\n[ 0.165014] mce: CPU supports 10 MCE banks\n[ 0.165921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167004] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178301] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184902] ftrace: allocating 31920 entries in 125 pages\n[ 0.211649] smpboot: Max logical packages: 1\n[ 0.212555] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214021] x2apic enabled\n[ 0.214876] Switched APIC routing to physical x2apic.\n[ 0.216771] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218087] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220330] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222372] KVM setup paravirtual spinlock\n[ 0.223735] x86: Booted up 1 node, 1 CPUs\n[ 0.224664] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226240] devtmpfs: initialized\n[ 0.228061] evm: security.selinux\n[ 0.228873] evm: security.SMACK64\n[ 0.229645] evm: security.SMACK64EXEC\n[ 0.230475] evm: security.SMACK64TRANSMUTE\n[ 0.231381] evm: security.SMACK64MMAP\n[ 0.232207] evm: security.ima\n[ 0.232910] evm: security.capability\n[ 0.233819] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235935] pinctrl core: initialized pinctrl subsystem\n[ 0.237166] RTC time: 11:29:27, date: 01/09/19\n[ 0.238209] NET: Registered protocol family 16\n[ 0.239274] cpuidle: using governor ladder\n[ 0.240196] cpuidle: using governor menu\n[ 0.241084] PCCT header not found.\n[ 0.241908] ACPI: bus type PCI registered\n[ 0.242798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244221] PCI: Using configuration type 1 for base access\n[ 0.246487] ACPI: Added _OSI(Module Device)\n[ 0.247445] ACPI: Added _OSI(Processor Device)\n[ 0.248444] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249469] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251724] ACPI: Interpreter enabled\n[ 0.252581] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260882] ACPI: (supports S0 S5)\n[ 0.261779] ACPI: Using IOAPIC for interrupt routing\n[ 0.262855] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270199] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272678] acpiphp: Slot [3] registered\n[ 0.273566] acpiphp: Slot [4] registered\n[ 0.274460] acpiphp: Slot [5] registered\n[ 0.275353] acpiphp: Slot [6] registered\n[ 0.276241] acpiphp: Slot [7] registered\n[ 0.277132] acpiphp: Slot [8] registered\n[ 0.278030] acpiphp: Slot [9] registered\n[ 0.278956] acpiphp: Slot [10] registered\n[ 0.280103] acpiphp: Slot [11] registered\n[ 0.281222] acpiphp: Slot [12] registered\n[ 0.282361] acpiphp: Slot [13] registered\n[ 0.283443] acpiphp: Slot [14] registered\n[ 0.284548] acpiphp: Slot [15] registered\n[ 0.295390] acpiphp: Slot [16] registered\n[ 0.296368] acpiphp: Slot [17] registered\n[ 0.297385] acpiphp: Slot [18] registered\n[ 0.298415] acpiphp: Slot [19] registered\n[ 0.299436] acpiphp: Slot [20] registered\n[ 0.300417] acpiphp: Slot [21] registered\n[ 0.301457] acpiphp: Slot [22] registered\n[ 0.302536] acpiphp: Slot [23] registered\n[ 0.303599] acpiphp: Slot [24] registered\n[ 0.304685] acpiphp: Slot [25] registered\n[ 0.305798] acpiphp: Slot [26] registered\n[ 0.306889] acpiphp: Slot [27] registered\n[ 0.307999] acpiphp: Slot [28] registered\n[ 0.309141] acpiphp: Slot [29] registered\n[ 0.310251] acpiphp: Slot [30] registered\n[ 0.311380] acpiphp: Slot [31] registered\n[ 0.312499] PCI host bridge to bus 0000:00\n[ 0.313634] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315402] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319226] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.321283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327941] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329784] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331407] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339853] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.387130] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389004] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390632] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.394891] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397680] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399072] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400919] vgaarb: loaded\n[ 0.401737] vgaarb: bridge control possible 0000:00:02.0\n[ 0.403291] SCSI subsystem initialized\n[ 0.404327] ACPI: bus type USB registered\n[ 0.405453] usbcore: registered new interface driver usbfs\n[ 0.406914] usbcore: registered new interface driver hub\n[ 0.408129] usbcore: registered new device driver usb\n[ 0.409320] PCI: Using ACPI for IRQ routing\n[ 0.410450] NetLabel: Initializing\n[ 0.411397] NetLabel: domain hash size = 128\n[ 0.412469] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.413744] NetLabel: unlabeled traffic allowed by default\n[ 0.415278] clocksource: Switched to clocksource kvm-clock\n[ 0.420941] AppArmor: AppArmor Filesystem Enabled\n[ 0.422290] pnp: PnP ACPI init\n[ 0.423361] pnp: PnP ACPI: found 5 devices\n[ 0.429617] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431849] NET: Registered protocol family 2\n[ 0.432996] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.434718] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.436433] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.438160] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.439665] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441238] NET: Registered protocol family 1\n[ 0.442305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443758] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445078] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473353] Trying to unpack rootfs image as initramfs...\n[ 0.522712] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.537196] Scanning for low memory corruption every 60 seconds\n[ 0.538635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.540006] audit: initializing netlink subsys (disabled)\n[ 0.541295] audit: type=2000 audit(1547033368.726:1): initialized\n[ 0.542872] Initialise system trusted keyring\n[ 0.543890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.545213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.547235] zbud: loaded\n[ 0.547965] VFS: Disk quotas dquot_6.6.0\n[ 0.548908] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550880] fuse init (API version 7.23)\n[ 0.551890] Key type big_key registered\n[ 0.553009] Allocating IMA MOK and blacklist keyrings.\n[ 0.554441] Key type asymmetric registered\n[ 0.555499] Asymmetric key parser 'x509' registered\n[ 0.556675] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558705] io scheduler noop registered\n[ 0.559965] io scheduler deadline registered (default)\n[ 0.561979] io scheduler cfq registered\n[ 0.563328] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.565465] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.572428] ACPI: Power Button [PWRF]\n[ 0.574529] GHES: HEST is not enabled!\n[ 0.595418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627116] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650925] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.653136] Linux agpgart interface v0.103\n[ 0.656129] brd: module loaded\n[ 0.657331] loop: module loaded\n[ 0.661162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.662773] GPT:90111 != 20971519\n[ 0.663571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664824] GPT:90111 != 20971519\n[ 0.665602] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666706] vda: vda1 vda15\n[ 0.668378] scsi host0: ata_piix\n[ 0.669355] scsi host1: ata_piix\n[ 0.670168] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.671608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.673282] libphy: Fixed MDIO Bus: probed\n[ 0.674221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.675138] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.677264] PPP generic driver version 2.4.2\n[ 0.678501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679831] ehci-pci: EHCI PCI platform driver\n[ 0.680801] ehci-platform: EHCI generic platform driver\n[ 0.681907] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.683153] ohci-pci: OHCI PCI platform driver\n[ 0.684109] ohci-platform: OHCI generic platform driver\n[ 0.685159] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.700510] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701825] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703570] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.704750] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.706175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707663] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.709358] usb usb1: Product: UHCI Host Controller\n[ 0.710543] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.711991] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713130] hub 1-0:1.0: USB hub found\n[ 0.714054] hub 1-0:1.0: 2 ports detected\n[ 0.715080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.718807] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720032] mousedev: PS/2 mouse device common for all mice\n[ 0.721540] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725019] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.726453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727954] i2c /dev entries driver\n[ 0.728865] device-mapper: uevent: version 1.0.3\n[ 0.729959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.731925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.733443] NET: Registered protocol family 10\n[ 0.734595] NET: Registered protocol family 17\n[ 0.735674] Key type dns_resolver registered\n[ 0.736787] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.738150] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.740328] registered taskstats version 1\n[ 0.741270] Loading compiled-in X.509 certificates\n[ 0.742959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.745406] zswap: loaded using pool lzo/zbud\n[ 0.746976] Key type trusted registered\n[ 0.748745] Key type encrypted registered\n[ 0.749847] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.752528] evm: HMAC attrs: 0x1\n[ 0.753598] Magic number: 3:735:478\n[ 0.754546] rtc rtc0: hash matches\n[ 0.755464] rtc_cmos 00:00: setting system clock to 2019-01-09 11:29:28 UTC (1547033368)\n[ 0.757415] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758801] EDD information not available.\n[ 0.828011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.829917] ata1.00: configured for MWDMA2\n[ 0.841486] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.844362] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.846036] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.847428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.849398] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851039] Write protecting the kernel read-only data: 14336k\n[ 0.852754] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.913763] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n/dev/root resized successfully [took 34.72s]\n"} 2019-01-09 11:30:08,928 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action used request id req-bcc7627c-3f4c-47c2-b2d7-37a2c84aa474 2019-01-09 11:30:08,929 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.11) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2019-01-09 11:30:08,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa1705d77cc2fe82713f13c829fce1006aae064" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-09 11:30:10,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95f480da-1a21-4834-a169-1226e4e824d5 x-compute-request-id: req-95f480da-1a21-4834-a169-1226e4e824d5 Content-Encoding: gzip Content-Length: 8146 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 507790930 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.140422] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142233] pid_max: default: 32768 minimum: 301\n[ 0.143196] ACPI: Core revision 20150930\n[ 0.144662] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146080] Security Framework initialized\n[ 0.146977] Yama: becoming mindful.\n[ 0.147804] AppArmor: AppArmor initialized\n[ 0.148750] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.150259] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152045] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.153380] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.154909] Initializing cgroup subsys io\n[ 0.155807] Initializing cgroup subsys memory\n[ 0.156745] Initializing cgroup subsys devices\n[ 0.157707] Initializing cgroup subsys freezer\n[ 0.158644] Initializing cgroup subsys net_cls\n[ 0.159597] Initializing cgroup subsys perf_event\n[ 0.160570] Initializing cgroup subsys net_prio\n[ 0.161514] Initializing cgroup subsys hugetlb\n[ 0.162454] Initializing cgroup subsys pids\n[ 0.163404] CPU: Physical Processor ID: 0\n[ 0.165014] mce: CPU supports 10 MCE banks\n[ 0.165921] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167004] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178301] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184902] ftrace: allocating 31920 entries in 125 pages\n[ 0.211649] smpboot: Max logical packages: 1\n[ 0.212555] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214021] x2apic enabled\n[ 0.214876] Switched APIC routing to physical x2apic.\n[ 0.216771] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218087] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220330] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222372] KVM setup paravirtual spinlock\n[ 0.223735] x86: Booted up 1 node, 1 CPUs\n[ 0.224664] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226240] devtmpfs: initialized\n[ 0.228061] evm: security.selinux\n[ 0.228873] evm: security.SMACK64\n[ 0.229645] evm: security.SMACK64EXEC\n[ 0.230475] evm: security.SMACK64TRANSMUTE\n[ 0.231381] evm: security.SMACK64MMAP\n[ 0.232207] evm: security.ima\n[ 0.232910] evm: security.capability\n[ 0.233819] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235935] pinctrl core: initialized pinctrl subsystem\n[ 0.237166] RTC time: 11:29:27, date: 01/09/19\n[ 0.238209] NET: Registered protocol family 16\n[ 0.239274] cpuidle: using governor ladder\n[ 0.240196] cpuidle: using governor menu\n[ 0.241084] PCCT header not found.\n[ 0.241908] ACPI: bus type PCI registered\n[ 0.242798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244221] PCI: Using configuration type 1 for base access\n[ 0.246487] ACPI: Added _OSI(Module Device)\n[ 0.247445] ACPI: Added _OSI(Processor Device)\n[ 0.248444] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249469] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251724] ACPI: Interpreter enabled\n[ 0.252581] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258809] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260882] ACPI: (supports S0 S5)\n[ 0.261779] ACPI: Using IOAPIC for interrupt routing\n[ 0.262855] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267429] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268856] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270199] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272678] acpiphp: Slot [3] registered\n[ 0.273566] acpiphp: Slot [4] registered\n[ 0.274460] acpiphp: Slot [5] registered\n[ 0.275353] acpiphp: Slot [6] registered\n[ 0.276241] acpiphp: Slot [7] registered\n[ 0.277132] acpiphp: Slot [8] registered\n[ 0.278030] acpiphp: Slot [9] registered\n[ 0.278956] acpiphp: Slot [10] registered\n[ 0.280103] acpiphp: Slot [11] registered\n[ 0.281222] acpiphp: Slot [12] registered\n[ 0.282361] acpiphp: Slot [13] registered\n[ 0.283443] acpiphp: Slot [14] registered\n[ 0.284548] acpiphp: Slot [15] registered\n[ 0.295390] acpiphp: Slot [16] registered\n[ 0.296368] acpiphp: Slot [17] registered\n[ 0.297385] acpiphp: Slot [18] registered\n[ 0.298415] acpiphp: Slot [19] registered\n[ 0.299436] acpiphp: Slot [20] registered\n[ 0.300417] acpiphp: Slot [21] registered\n[ 0.301457] acpiphp: Slot [22] registered\n[ 0.302536] acpiphp: Slot [23] registered\n[ 0.303599] acpiphp: Slot [24] registered\n[ 0.304685] acpiphp: Slot [25] registered\n[ 0.305798] acpiphp: Slot [26] registered\n[ 0.306889] acpiphp: Slot [27] registered\n[ 0.307999] acpiphp: Slot [28] registered\n[ 0.309141] acpiphp: Slot [29] registered\n[ 0.310251] acpiphp: Slot [30] registered\n[ 0.311380] acpiphp: Slot [31] registered\n[ 0.312499] PCI host bridge to bus 0000:00\n[ 0.313634] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315402] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319226] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.321283] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327941] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329784] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331407] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.333155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339853] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.341670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.387130] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.389004] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.390632] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.393250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.394891] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.396329] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.397680] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.399072] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.400919] vgaarb: loaded\n[ 0.401737] vgaarb: bridge control possible 0000:00:02.0\n[ 0.403291] SCSI subsystem initialized\n[ 0.404327] ACPI: bus type USB registered\n[ 0.405453] usbcore: registered new interface driver usbfs\n[ 0.406914] usbcore: registered new interface driver hub\n[ 0.408129] usbcore: registered new device driver usb\n[ 0.409320] PCI: Using ACPI for IRQ routing\n[ 0.410450] NetLabel: Initializing\n[ 0.411397] NetLabel: domain hash size = 128\n[ 0.412469] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.413744] NetLabel: unlabeled traffic allowed by default\n[ 0.415278] clocksource: Switched to clocksource kvm-clock\n[ 0.420941] AppArmor: AppArmor Filesystem Enabled\n[ 0.422290] pnp: PnP ACPI init\n[ 0.423361] pnp: PnP ACPI: found 5 devices\n[ 0.429617] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.431849] NET: Registered protocol family 2\n[ 0.432996] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.434718] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.436433] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.438160] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.439665] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.441238] NET: Registered protocol family 1\n[ 0.442305] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.443758] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.445078] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.459105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.473353] Trying to unpack rootfs image as initramfs...\n[ 0.522712] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.537196] Scanning for low memory corruption every 60 seconds\n[ 0.538635] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.540006] audit: initializing netlink subsys (disabled)\n[ 0.541295] audit: type=2000 audit(1547033368.726:1): initialized\n[ 0.542872] Initialise system trusted keyring\n[ 0.543890] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.545213] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.547235] zbud: loaded\n[ 0.547965] VFS: Disk quotas dquot_6.6.0\n[ 0.548908] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.550880] fuse init (API version 7.23)\n[ 0.551890] Key type big_key registered\n[ 0.553009] Allocating IMA MOK and blacklist keyrings.\n[ 0.554441] Key type asymmetric registered\n[ 0.555499] Asymmetric key parser 'x509' registered\n[ 0.556675] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558705] io scheduler noop registered\n[ 0.559965] io scheduler deadline registered (default)\n[ 0.561979] io scheduler cfq registered\n[ 0.563328] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.565465] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.568842] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.572428] ACPI: Power Button [PWRF]\n[ 0.574529] GHES: HEST is not enabled!\n[ 0.595418] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.624568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.627116] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.650925] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.653136] Linux agpgart interface v0.103\n[ 0.656129] brd: module loaded\n[ 0.657331] loop: module loaded\n[ 0.661162] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.662773] GPT:90111 != 20971519\n[ 0.663571] GPT:Alternate GPT header not at the end of the disk.\n[ 0.664824] GPT:90111 != 20971519\n[ 0.665602] GPT: Use GNU Parted to correct GPT errors.\n[ 0.666706] vda: vda1 vda15\n[ 0.668378] scsi host0: ata_piix\n[ 0.669355] scsi host1: ata_piix\n[ 0.670168] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.671608] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.673282] libphy: Fixed MDIO Bus: probed\n[ 0.674221] tun: Universal TUN/TAP device driver, 1.6\n[ 0.675138] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.677264] PPP generic driver version 2.4.2\n[ 0.678501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.679831] ehci-pci: EHCI PCI platform driver\n[ 0.680801] ehci-platform: EHCI generic platform driver\n[ 0.681907] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.683153] ohci-pci: OHCI PCI platform driver\n[ 0.684109] ohci-platform: OHCI generic platform driver\n[ 0.685159] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.700510] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701825] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703570] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.704750] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.706175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.707663] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.709358] usb usb1: Product: UHCI Host Controller\n[ 0.710543] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.711991] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.713130] hub 1-0:1.0: USB hub found\n[ 0.714054] hub 1-0:1.0: 2 ports detected\n[ 0.715080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717622] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.718807] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720032] mousedev: PS/2 mouse device common for all mice\n[ 0.721540] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.723722] rtc_cmos 00:00: RTC can wake from S4\n[ 0.725019] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.726453] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.727954] i2c /dev entries driver\n[ 0.728865] device-mapper: uevent: version 1.0.3\n[ 0.729959] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.731925] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.733443] NET: Registered protocol family 10\n[ 0.734595] NET: Registered protocol family 17\n[ 0.735674] Key type dns_resolver registered\n[ 0.736787] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.738150] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.740328] registered taskstats version 1\n[ 0.741270] Loading compiled-in X.509 certificates\n[ 0.742959] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.745406] zswap: loaded using pool lzo/zbud\n[ 0.746976] Key type trusted registered\n[ 0.748745] Key type encrypted registered\n[ 0.749847] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.751173] ima: No TPM chip found, activating TPM-bypass!\n[ 0.752528] evm: HMAC attrs: 0x1\n[ 0.753598] Magic number: 3:735:478\n[ 0.754546] rtc rtc0: hash matches\n[ 0.755464] rtc_cmos 00:00: setting system clock to 2019-01-09 11:29:28 UTC (1547033368)\n[ 0.757415] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.758801] EDD information not available.\n[ 0.828011] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.829917] ata1.00: configured for MWDMA2\n[ 0.841486] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.844362] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.846036] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.847428] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.849398] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.851039] Write protecting the kernel read-only data: 14336k\n[ 0.852754] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.854749] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.913763] 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.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n/dev/root resized successfully [took 34.72s]\n"} 2019-01-09 11:30:10,008 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action used request id req-95f480da-1a21-4834-a169-1226e4e824d5 2019-01-09 11:30:10,010 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' 2019-01-09 11:30:10,010 - 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' | +========================================================================================+ 2019-01-09 11:30:10,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"router": {"routes": []}}' 2019-01-09 11:30:10,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-ef33fdb6-aaf1-43f9-a024-7621e1c89504 Date: Wed, 09 Jan 2019 11:30:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "10b23b07-756b-4000-b2c9-9121d33fb1bd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T11:26:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T11:30:10Z", "revision_number": 6, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "f502d121-4683-457f-8530-66fd711a71da", "name": "sdnvpn-13-1-router"}} 2019-01-09 11:30:10,540 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da used request id req-ef33fdb6-aaf1-43f9-a024-7621e1c89504 2019-01-09 11:30:10,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:10,589 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:30:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bbf0da4e-bef4-4604-9445-a2a9f45b4910 x-compute-request-id: req-bbf0da4e-bef4-4604-9445-a2a9f45b4910 Content-Length: 0 Content-Type: application/json 2019-01-09 11:30:10,589 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/401283e0-6907-43b0-840c-1e77e60f5666 used request id req-bbf0da4e-bef4-4604-9445-a2a9f45b4910 2019-01-09 11:30:10,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" -d '{"forceDelete": null}' 2019-01-09 11:30:10,775 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:30:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-934da4a8-5f23-4031-8412-e5fb0c956852 x-compute-request-id: req-934da4a8-5f23-4031-8412-e5fb0c956852 Content-Length: 0 Content-Type: application/json 2019-01-09 11:30:10,775 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5/action used request id req-934da4a8-5f23-4031-8412-e5fb0c956852 2019-01-09 11:30:10,776 - sdnvpn_test_utils - DEBUG - Waiting for instance 13a964e7-d76a-4bb6-92b9-73129b2831c5 to be deleted 2019-01-09 11:30:10,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:11,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3973311a-cc00-4481-90cd-3cda9e5a20c5 x-compute-request-id: req-3973311a-cc00-4481-90cd-3cda9e5a20c5 Content-Encoding: gzip Content-Length: 1053 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:29:29Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:dc:d9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2019-01-09T11:28:56.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:28:57Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:c7:8d", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/13a964e7-d76a-4bb6-92b9-73129b2831c5", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000182", "OS-SRV-USG:launched_at": "2019-01-09T11:28:32.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "13a964e7-d76a-4bb6-92b9-73129b2831c5", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:30:10Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-1", "created": "2019-01-09T11:26:27Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:30:11,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-3973311a-cc00-4481-90cd-3cda9e5a20c5 2019-01-09 11:30:13,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:14,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-817951ad-1654-4adb-8e85-7c02af13f6e5 x-compute-request-id: req-817951ad-1654-4adb-8e85-7c02af13f6e5 Content-Encoding: gzip Content-Length: 959 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:29:29Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:dc:d9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2019-01-09T11:28:56.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:28:57Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:30:14,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-817951ad-1654-4adb-8e85-7c02af13f6e5 2019-01-09 11:30:16,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" -d '{"forceDelete": null}' 2019-01-09 11:30:16,727 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:30:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7eb49408-88a4-4f79-b80e-72e1ca54d072 x-compute-request-id: req-7eb49408-88a4-4f79-b80e-72e1ca54d072 Content-Length: 0 Content-Type: application/json 2019-01-09 11:30:16,727 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50/action used request id req-7eb49408-88a4-4f79-b80e-72e1ca54d072 2019-01-09 11:30:16,727 - sdnvpn_test_utils - DEBUG - Waiting for instance 865fec6d-b3f9-471e-82c4-35f270a58f50 to be deleted 2019-01-09 11:30:16,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:17,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-90ac4c8d-c729-4210-a985-e174746ad11c x-compute-request-id: req-90ac4c8d-c729-4210-a985-e174746ad11c Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:29:29Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:dc:d9", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2019-01-09T11:28:56.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:30:16Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:30:17,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-90ac4c8d-c729-4210-a985-e174746ad11c 2019-01-09 11:30:19,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:19,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a65f93a6-1633-43a6-b27a-11fc6159d8b6 x-compute-request-id: req-a65f93a6-1633-43a6-b27a-11fc6159d8b6 Content-Encoding: gzip Content-Length: 960 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:29:29Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/865fec6d-b3f9-471e-82c4-35f270a58f50", "rel": "bookmark"}], "image": {"id": "f8a949be-436b-4933-9b7a-e53cc57ecd3b", "links": [{"href": "http://172.30.9.30:8774/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000185", "OS-SRV-USG:launched_at": "2019-01-09T11:28:56.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "865fec6d-b3f9-471e-82c4-35f270a58f50", "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:30:18Z", "hostId": "ee7cec139097b53fb7f24878ed9d46e9f3b51dd830c2d27350fc6113", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "sdnvpn-13-2", "created": "2019-01-09T11:28:40Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:30:19,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-a65f93a6-1633-43a6-b27a-11fc6159d8b6 2019-01-09 11:30:21,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:22,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61a0121e-8b02-4244-9363-67f75ef8e0d8 x-compute-request-id: req-61a0121e-8b02-4244-9363-67f75ef8e0d8 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:29:29Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:30:22,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-61a0121e-8b02-4244-9363-67f75ef8e0d8 2019-01-09 11:30:24,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" -d '{"forceDelete": null}' 2019-01-09 11:30:24,619 - novaclient.v2.client - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:30:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f2fac6d9-d006-4a40-982a-63223ce63e4b x-compute-request-id: req-f2fac6d9-d006-4a40-982a-63223ce63e4b Content-Length: 0 Content-Type: application/json 2019-01-09 11:30:24,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3/action used request id req-f2fac6d9-d006-4a40-982a-63223ce63e4b 2019-01-09 11:30:24,620 - sdnvpn_test_utils - DEBUG - Waiting for instance 428f572b-70ce-4e6d-9d13-72f48c2816f3 to be deleted 2019-01-09 11:30:24,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:25,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a26d70a-ab21-4062-ae5b-09ff4acff880 x-compute-request-id: req-3a26d70a-ab21-4062-ae5b-09ff4acff880 Content-Encoding: gzip Content-Length: 800 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:30:24Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:30:25,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-3a26d70a-ab21-4062-ae5b-09ff4acff880 2019-01-09 11:30:27,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:27,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dba961c-835c-487a-89c1-169ac0333522 x-compute-request-id: req-6dba961c-835c-487a-89c1-169ac0333522 Content-Encoding: gzip Content-Length: 800 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7f:86:3e", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/428f572b-70ce-4e6d-9d13-72f48c2816f3", "rel": "bookmark"}], "image": {"id": "7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "links": [{"href": "http://172.30.9.30:8774/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000188", "OS-SRV-USG:launched_at": "2019-01-09T11:29:27.000000", "flavor": {"id": "401283e0-6907-43b0-840c-1e77e60f5666", "links": [{"href": "http://172.30.9.30:8774/flavors/401283e0-6907-43b0-840c-1e77e60f5666", "rel": "bookmark"}]}, "id": "428f572b-70ce-4e6d-9d13-72f48c2816f3", "security_groups": [{"name": "default"}, {"name": "sdnvpn-sg"}], "user_id": "b8c629f61e554274b06fca5295f106f6", "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": "2019-01-09T11:30:24Z", "hostId": "1c16b420aa38c33c5b1eca89fa47217fad246cfab9bfdde313847fa2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "sdnvpn-13-3", "created": "2019-01-09T11:29:23Z", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-09 11:30:27,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-6dba961c-835c-487a-89c1-169ac0333522 2019-01-09 11:30:29,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a903fdd7142028797964277aad0f98d028c98190" 2019-01-09 11:30:29,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd6c581c-7785-4681-9447-d288ac2beaf2 x-compute-request-id: req-dd6c581c-7785-4681-9447-d288ac2beaf2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-09 11:30:29,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail?all_tenants=1 used request id req-dd6c581c-7785-4681-9447-d288ac2beaf2 2019-01-09 11:30:31,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" 2019-01-09 11:30:33,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8867dfac-4fe1-4857-96e6-eb122089e38a Date: Wed, 09 Jan 2019 11:30:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:30:33,923 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/f8a949be-436b-4933-9b7a-e53cc57ecd3b used request id req-8867dfac-4fe1-4857-96e6-eb122089e38a 2019-01-09 11:30:33,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0090b38e09980b2a7f1a0f797d1541ff00bf7a0" 2019-01-09 11:30:35,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ca2f66b-f267-4c31-b4d0-60255ed88b8c Date: Wed, 09 Jan 2019 11:30:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:30:35,785 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/7734be54-7e9a-486f-9ecb-ac1b5a0ba241 used request id req-4ca2f66b-f267-4c31-b4d0-60255ed88b8c 2019-01-09 11:30:35,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f187bd50-a4ee-4171-9037-fb488794d64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:30:36,326 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38902e8f-e77a-4d77-8aac-d16bfd6f254f Content-Length: 0 Date: Wed, 09 Jan 2019 11:30:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:30:36,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/bgpvpn/bgpvpns/f187bd50-a4ee-4171-9037-fb488794d64a used request id req-38902e8f-e77a-4d77-8aac-d16bfd6f254f 2019-01-09 11:30:36,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"subnet_id": "23b10b5e-84cf-4805-a8fa-98776977bac3"}' 2019-01-09 11:30:37,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fade3da3-faef-478d-a069-ba5179eb4a7d Date: Wed, 09 Jan 2019 11:30:37 GMT RESP BODY: {"network_id": "25a7de4f-4fc1-445a-ac58-6419aacb6b28", "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "subnet_id": "23b10b5e-84cf-4805-a8fa-98776977bac3", "subnet_ids": ["23b10b5e-84cf-4805-a8fa-98776977bac3"], "port_id": "18447823-a6e3-4fe5-9ad7-566dc4924aad", "id": "f502d121-4683-457f-8530-66fd711a71da"} 2019-01-09 11:30:37,567 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da/remove_router_interface used request id req-fade3da3-faef-478d-a069-ba5179eb4a7d 2019-01-09 11:30:37,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" -d '{"router": {"external_gateway_info": {}}}' 2019-01-09 11:30:38,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-9dd66f39-b6f9-4986-baa7-2cbd550eea3f Date: Wed, 09 Jan 2019 11:30:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a3475ec98a734cb2aeb418d350edd17b", "created_at": "2019-01-09T11:26:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2019-01-09T11:30:38Z", "revision_number": 10, "routes": [], "project_id": "a3475ec98a734cb2aeb418d350edd17b", "id": "f502d121-4683-457f-8530-66fd711a71da", "name": "sdnvpn-13-1-router"}} 2019-01-09 11:30:38,650 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da used request id req-9dd66f39-b6f9-4986-baa7-2cbd550eea3f 2019-01-09 11:30:38,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/23b10b5e-84cf-4805-a8fa-98776977bac3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:30:40,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c99fa28-6eb8-4d8f-b0ef-321cb899eac6 Date: Wed, 09 Jan 2019 11:30:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:30:40,945 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/23b10b5e-84cf-4805-a8fa-98776977bac3 used request id req-1c99fa28-6eb8-4d8f-b0ef-321cb899eac6 2019-01-09 11:30:40,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:30:41,618 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07046942-eacf-4eca-a74c-f5c39c1f91a7 Content-Length: 0 Date: Wed, 09 Jan 2019 11:30:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:30:41,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f502d121-4683-457f-8530-66fd711a71da used request id req-07046942-eacf-4eca-a74c-f5c39c1f91a7 2019-01-09 11:30:41,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/25a7de4f-4fc1-445a-ac58-6419aacb6b28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e91285f7ec146ea6e3058aaf1f404d70baafed" 2019-01-09 11:30:42,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11f4c617-af05-4f36-9412-c3f44922a5a5 Date: Wed, 09 Jan 2019 11:30:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-09 11:30:42,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/25a7de4f-4fc1-445a-ac58-6419aacb6b28 used request id req-11f4c617-af05-4f36-9412-c3f44922a5a5 2019-01-09 11:30:42,520 - 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' | +========================================================================================+ +========================================================================================+ 2019-01-09 11:30:42,520 - sdnvpn-results - INFO - All the subtests have passed. 2019-01-09 11:30:42,521 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2019-01-09 11:30:42,521 - 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'}]} 2019-01-09 11:30:42,521 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2019-01-09 11:30:42,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/quotas/a3475ec98a734cb2aeb418d350edd17b -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbb37f653f7caeebc6babb1d7e30127bf46bf6b" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2019-01-09 11:30:42,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-7dc06f05-18dd-4900-8d35-8e0dec8c8039 Date: Wed, 09 Jan 2019 11:30:42 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2019-01-09 11:30:42,865 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/quotas/a3475ec98a734cb2aeb418d350edd17b used request id req-7dc06f05-18dd-4900-8d35-8e0dec8c8039 2019-01-09 11:30:42,865 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2019-01-09 11:30:42,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30: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}90bf2a36293f95c178adcab8b61f872ae736a5d2" -d '{"quota_class_set": {"instances": 10}}' 2019-01-09 11:30:43,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c081e9b-f7a8-40e1-b1c0-a90d3d820ca0 x-compute-request-id: req-1c081e9b-f7a8-40e1-b1c0-a90d3d820ca0 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}} 2019-01-09 11:30:43,036 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.30:8774/v2.1/os-quota-class-sets/default used request id req-1c081e9b-f7a8-40e1-b1c0-a90d3d820ca0 2019-01-09 11:30:43,039 - paramiko.transport - DEBUG - starting thread (client mode): 0x5731b390L 2019-01-09 11:30:43,039 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:43,066 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:43,067 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:43,071 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:43,072 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:43,072 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:43,072 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:43,072 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:43,073 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:43,081 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:43,082 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:43,103 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.224: e94c8aee9a4f77297a96804608359669 2019-01-09 11:30:43,104 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:43,122 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:43,202 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:43,205 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:43,459 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:43,460 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:43,499 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:43,500 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:43,514 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:48,641 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:48,642 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:48,644 - paramiko.transport - DEBUG - starting thread (client mode): 0x5721cb10L 2019-01-09 11:30:48,645 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:48,650 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:48,650 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:48,653 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:48,653 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:48,653 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:48,653 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:48,653 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:48,654 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:48,658 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:48,659 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:48,660 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 11:30:48,660 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:48,698 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:48,711 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:48,725 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:48,796 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:48,796 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:48,835 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:48,836 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:48,844 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:48,878 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:48,879 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:48,880 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:48,881 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:48,881 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:48,921 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:48,957 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:48,959 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:48,959 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:48,960 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:48,960 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:49,001 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:49,032 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:49,033 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:49,036 - paramiko.transport - DEBUG - starting thread (client mode): 0x572e1550L 2019-01-09 11:30:49,036 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:49,040 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:49,041 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:49,043 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:49,044 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:49,044 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:49,044 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:49,044 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:49,044 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:49,049 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:49,050 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:49,052 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 11:30:49,053 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:49,089 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:49,101 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:49,117 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:49,183 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:49,183 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:49,222 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:49,223 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:49,228 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:49,262 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:49,263 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:49,264 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:49,265 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:49,265 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:49,305 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:49,343 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:49,344 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:49,345 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:49,345 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:49,346 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:49,387 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:49,418 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:49,420 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:49,422 - paramiko.transport - DEBUG - starting thread (client mode): 0x572d16d0L 2019-01-09 11:30:49,422 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:49,428 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:49,428 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:49,431 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:49,431 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:49,431 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:49,432 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:49,432 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:49,432 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:49,437 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:49,437 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:49,454 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 11:30:49,455 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:49,476 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:49,488 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:49,519 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:49,572 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:49,572 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:49,611 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:49,612 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:49,622 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:49,658 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:49,659 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:49,660 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:49,661 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:49,661 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:49,702 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:49,738 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:49,740 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:49,740 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:49,741 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:49,741 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:49,783 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:49,815 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:49,816 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:49,818 - paramiko.transport - DEBUG - starting thread (client mode): 0x573924d0L 2019-01-09 11:30:49,818 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:49,823 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:49,823 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:49,825 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:49,825 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:49,825 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:49,826 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:49,826 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:49,826 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:49,830 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:49,831 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:49,834 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 11:30:49,834 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:49,870 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:49,881 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:49,899 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:49,971 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:49,971 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:50,010 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:50,011 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:50,018 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:50,048 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:50,049 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:50,050 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:50,050 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:50,051 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:50,092 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:50,124 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:50,126 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:50,126 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:50,127 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:50,127 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:50,168 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:50,195 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:50,197 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:50,198 - paramiko.transport - DEBUG - starting thread (client mode): 0x5736cdd0L 2019-01-09 11:30:50,198 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:50,203 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:50,204 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:50,207 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:50,207 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:50,207 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:50,207 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:50,207 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:50,208 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:50,212 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:50,213 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:50,214 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 11:30:50,215 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:50,252 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:50,264 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:50,279 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:50,358 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:50,358 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:50,397 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:50,397 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:50,414 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:50,442 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:50,443 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:50,444 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:50,445 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:50,445 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:50,485 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:50,515 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:50,517 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:50,517 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:50,518 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:50,519 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:50,559 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:50,586 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:50,587 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:50,589 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:50,589 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:50,590 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:50,595 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:55,271 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:55,273 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:55,275 - paramiko.transport - DEBUG - starting thread (client mode): 0x5721ce50L 2019-01-09 11:30:55,276 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:55,281 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:55,281 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:55,284 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:55,285 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:55,285 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:55,285 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:55,285 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:55,285 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:55,291 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:55,292 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:55,307 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.9: 286cc78504af769106e51c02369d0eee 2019-01-09 11:30:55,308 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:55,331 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:55,343 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:55,372 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:55,426 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:55,426 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:55,465 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:55,466 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:55,476 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:55,513 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:55,514 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:55,515 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:55,516 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:55,516 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:55,556 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:55,595 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:55,597 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:55,599 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:55,600 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:55,600 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:55,640 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:55,672 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:55,674 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:55,675 - paramiko.transport - DEBUG - starting thread (client mode): 0x573d3250L 2019-01-09 11:30:55,676 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:55,682 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:55,682 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:55,684 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:55,685 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:55,685 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:55,685 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:55,685 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:55,685 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:55,689 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:55,690 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:55,691 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: 2a519dc2ed4c8dc61b337064002e099e 2019-01-09 11:30:55,692 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:55,729 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:55,741 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:55,756 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:55,834 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:55,834 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:55,873 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:55,874 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:55,892 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:55,928 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:55,929 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:55,929 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:55,931 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:55,931 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:55,972 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:56,012 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:56,014 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:56,014 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:56,015 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:56,016 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:56,056 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:56,089 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:56,091 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:56,093 - paramiko.transport - DEBUG - starting thread (client mode): 0x573258d0L 2019-01-09 11:30:56,094 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:56,099 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:56,100 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:56,102 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:56,102 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:56,103 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:56,103 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:56,103 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:56,104 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:56,108 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:56,109 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:56,125 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: 7bd2a08dcb4f650d121614628bcbcce5 2019-01-09 11:30:56,126 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:56,148 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:56,161 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:56,190 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:56,251 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:56,251 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:56,290 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:56,291 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:56,295 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:56,331 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:56,332 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:56,333 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:56,334 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:56,334 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:56,375 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:56,413 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:56,415 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:56,416 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:56,417 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:56,417 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:56,458 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:56,489 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:56,491 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:56,493 - paramiko.transport - DEBUG - starting thread (client mode): 0x5738c4d0L 2019-01-09 11:30:56,494 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:56,500 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:56,500 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:56,503 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:56,503 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:56,503 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:56,503 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:56,504 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:56,504 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:56,508 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:56,509 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:56,525 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: 291db3b3d4be934348a20b300c616c08 2019-01-09 11:30:56,526 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:56,548 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:56,560 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:56,590 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:56,668 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:56,668 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:56,707 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:56,708 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:56,725 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:56,756 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:56,757 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:56,758 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:56,759 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:56,759 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:56,800 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:56,831 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:56,833 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:56,833 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:56,834 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:56,835 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:56,875 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:56,901 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:56,903 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:56,905 - paramiko.transport - DEBUG - starting thread (client mode): 0x57f7f590L 2019-01-09 11:30:56,905 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-09 11:30:56,911 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2019-01-09 11:30:56,911 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2019-01-09 11:30:56,914 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-09 11:30:56,914 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-09 11:30:56,914 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-09 11:30:56,915 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-09 11:30:56,915 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-09 11:30:56,915 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-09 11:30:56,920 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-09 11:30:56,920 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-09 11:30:56,937 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: 30a6b18b0645e7d7827269e4b0f2846d 2019-01-09 11:30:56,937 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2019-01-09 11:30:56,959 - paramiko.transport - DEBUG - userauth is OK 2019-01-09 11:30:56,972 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-09 11:30:57,002 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-09 11:30:57,065 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2019-01-09 11:30:57,065 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2019-01-09 11:30:57,104 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-09 11:30:57,105 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-09 11:30:57,109 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-09 11:30:57,142 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-09 11:30:57,143 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-09 11:30:57,144 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-09 11:30:57,144 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-09 11:30:57,144 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-09 11:30:57,186 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-09 11:30:57,221 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-09 11:30:57,222 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2019-01-09 11:30:57,223 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-09 11:30:57,224 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2019-01-09 11:30:57,224 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2019-01-09 11:30:57,265 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2019-01-09 11:30:57,295 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2019-01-09 11:30:57,295 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:30:57,296 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2019-01-09 11:30:57,324 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:30:57,325 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:30:57,325 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:30:57,328 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:30:57,362 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-09 11:30:57,362 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-09 11:30:57,365 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-09 11:30:57,371 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-09 11:30:57,373 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-09 11:30:57,374 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:30:57,375 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:30:57,375 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:30:57,377 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:30:57,378 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:30:57,379 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:30:57,379 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:30:57,379 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:00,926 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:31:00,929 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:31:00,929 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:31:00,930 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:31:00,930 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:31:00,971 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:31:01,002 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-09 11:31:01,002 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-09 11:31:01,003 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-09 11:31:01,004 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-09 11:31:01,148 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-09 11:31:01,150 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:01,166 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-2.tar.gz --strip-components=1' 2019-01-09 11:31:01,434 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:31:01,435 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:31:01,435 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:31:01,439 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:31:01,476 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-09 11:31:01,476 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-09 11:31:01,478 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-09 11:31:01,479 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-09 11:31:01,480 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-09 11:31:01,481 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:31:01,482 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:31:01,482 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:31:01,484 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:31:01,485 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:31:01,485 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:01,485 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:01,485 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:06,472 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:31:06,474 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:31:06,475 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:31:06,476 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:31:06,476 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:31:06,518 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:31:06,548 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-09 11:31:06,549 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-09 11:31:06,550 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-09 11:31:06,551 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-09 11:31:06,702 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-09 11:31:06,704 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:06,721 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-0.tar.gz --strip-components=1' 2019-01-09 11:31:06,970 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:31:06,971 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:31:06,971 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:31:06,974 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:31:07,007 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-09 11:31:07,007 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-09 11:31:07,009 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-09 11:31:07,010 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-09 11:31:07,011 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-09 11:31:07,012 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:31:07,013 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:31:07,013 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:31:07,015 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:31:07,015 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:31:07,016 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:07,016 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:07,017 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:11,583 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:31:11,586 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:31:11,586 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:31:11,588 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:31:11,588 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:31:11,628 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:31:11,659 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-09 11:31:11,659 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-09 11:31:11,660 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-09 11:31:11,662 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-09 11:31:11,812 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-09 11:31:11,814 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:11,831 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-controller-1.tar.gz --strip-components=1' 2019-01-09 11:31:12,092 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:31:12,093 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:31:12,093 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:31:12,096 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:31:12,127 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-09 11:31:12,127 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-09 11:31:12,129 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-09 11:31:12,130 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-09 11:31:12,131 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-09 11:31:12,132 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:31:12,132 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:31:12,132 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:31:12,135 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:31:12,136 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:31:12,136 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:12,136 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:12,137 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:12,284 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:31:12,285 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:31:12,285 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:31:12,286 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:31:12,287 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:31:12,328 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:31:12,355 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-09 11:31:12,356 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-09 11:31:12,357 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-09 11:31:12,358 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-09 11:31:12,366 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-09 11:31:12,367 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:12,382 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-0.tar.gz --strip-components=1' 2019-01-09 11:31:12,410 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2019-01-09 11:31:12,412 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2019-01-09 11:31:12,412 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2019-01-09 11:31:12,414 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2019-01-09 11:31:12,441 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2019-01-09 11:31:12,442 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2019-01-09 11:31:12,444 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2019-01-09 11:31:12,445 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2019-01-09 11:31:12,447 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2019-01-09 11:31:12,448 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2019-01-09 11:31:12,449 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2019-01-09 11:31:12,449 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2019-01-09 11:31:12,451 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2019-01-09 11:31:12,452 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2019-01-09 11:31:12,452 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:12,453 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:12,453 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2019-01-09 11:31:12,563 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2019-01-09 11:31:12,565 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2019-01-09 11:31:12,565 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2019-01-09 11:31:12,566 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2019-01-09 11:31:12,566 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2019-01-09 11:31:12,607 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2019-01-09 11:31:12,635 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2019-01-09 11:31:12,635 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2019-01-09 11:31:12,636 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2019-01-09 11:31:12,637 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2019-01-09 11:31:12,646 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2019-01-09 11:31:12,647 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2019-01-09 11:31:12,662 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /tmp/sdnvpn-logs/; tar -xzvf /tmp/log_output-overcloud-novacompute-1.tar.gz --strip-components=1' 2019-01-09 11:31:12,690 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2019-01-09 11:31:14,694 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-09 11:31:14,695 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 45:11 | FAIL | +-------------------+-----------------+------------------+----------------+ 2019-01-09 11:31:14,701 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2019-01-09 11:31:14,702 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:39 | PASS | | bgpvpn | sdnvpn | features | 45:11 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2019-01-09 11:31:14,708 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2019-01-09 11:31:14,726 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:14,749 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:14,832 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:14,939 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,050 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,132 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,228 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,326 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,426 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,533 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,651 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,751 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,835 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:15,933 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,034 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,127 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,228 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,334 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,428 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,452 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,534 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,629 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,735 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,753 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,835 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:16,943 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:17,036 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:17,128 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:17,185 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:17,271 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:17,337 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:17,422 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:17,475 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-09 11:31:20,826 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 11:31:20,832 - 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=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.5 export OS_REGION_NAME=regionOne 2019-01-09 11:31:20,832 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 11:31:20,833 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-09 11:31:20,834 - 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 | +----------------------+------------------+--------------+------------------+----------------+ 2019-01-09 11:31:20,837 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-09 11:31:23,793 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 11:31:23,796 - 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=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.5 export OS_REGION_NAME=regionOne 2019-01-09 11:31:23,796 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-09 11:31:23,796 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-09 11:31:23,797 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2019-01-09 11:31:23,798 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-09 11:31:26,668 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-326 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-09 11:31:26,673 - 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=JRnceTrCXGZBBX9k9dtftYjAA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.30,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30: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.5 export OS_REGION_NAME=regionOne 2019-01-09 11:31:26,673 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2019-01-09 11:31:26,683 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2019-01-09 11:31:27,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:31:27,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:31:27,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:31:27,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:31:27,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:31:27,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:31:27,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:31:27,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 11:31:27,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47a5a35-9306-4f5b-9490-7812765968a2 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:31:27,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c47a5a35-9306-4f5b-9490-7812765968a2 2019-01-09 11:31:27,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:31:28,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}], "expires_at": "2019-01-09T12:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3475ec98a734cb2aeb418d350edd17b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/a3475ec98a734cb2aeb418d350edd17b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b8c629f61e554274b06fca5295f106f6"}, "audit_ids": ["rTZZ-yYtTmyE_RwVeAB6TA"], "issued_at": "2019-01-09T11:31:28.000000Z"}} 2019-01-09 11:31:28,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-09 11:31:28,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:28,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-118a9566-f9c1-4b6a-b0ad-8e4366d8e96f Date: Wed, 09 Jan 2019 11:31:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"10b23b07-756b-4000-b2c9-9121d33fb1bd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19bbc6aaed984592b19410ca41b91291","status":"ACTIVE","subnets":["5bdf5fce-dceb-4b99-b8b6-6d7ff62df7b0"],"description":"","tags":[],"updated_at":"2019-01-09T07:54:10Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"19bbc6aaed984592b19410ca41b91291","created_at":"2019-01-09T07:54:03Z","provider:network_type":"flat"}]} 2019-01-09 11:31:28,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-118a9566-f9c1-4b6a-b0ad-8e4366d8e96f 2019-01-09 11:31:28,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.22539305687s 2019-01-09 11:31:28,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-118a9566-f9c1-4b6a-b0ad-8e4366d8e96f 2019-01-09 11:31:28,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-09 11:31:28,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:28,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 11:31: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.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 11:31:28,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:28,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea3a53f3-0e18-4b5e-8aaa-e8782a9ce049 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.30:5000/v3/domains/4c7e38bc89914894be0dc4f482c08e8f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "4c7e38bc89914894be0dc4f482c08e8f"}, {"links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2019-01-09 11:31:28,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-ea3a53f3-0e18-4b5e-8aaa-e8782a9ce049 2019-01-09 11:31:28,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.289813995361s 2019-01-09 11:31:28,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-09 11:31:28,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29"}}' 2019-01-09 11:31:28,768 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 11:31:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f42289a-4530-4ccb-af2d-eb4026373464 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.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc"}, "enabled": true, "id": "ba94836e97524e27814bb777f1066cbc", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29"}} 2019-01-09 11:31:28,768 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-2f42289a-4530-4ccb-af2d-eb4026373464 2019-01-09 11:31:28,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10354590416s 2019-01-09 11:31:28,769 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-2f42289a-4530-4ccb-af2d-eb4026373464 2019-01-09 11:31:28,769 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 'id': u'ba94836e97524e27814bb777f1066cbc', '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'})}) 2019-01-09 11:31:28,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-09 11:31:29,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351250171661s 2019-01-09 11:31:29,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:29,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-258dd853-54f9-44e8-9abc-dd5afa00a005 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d"}, "enabled": true, "id": "20493acec465451f92b9e399f0d35a6d", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29"}} 2019-01-09 11:31:29,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d used request id req-258dd853-54f9-44e8-9abc-dd5afa00a005 2019-01-09 11:31:29,307 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'20493acec465451f92b9e399f0d35a6d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29'}) 2019-01-09 11:31:29,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:31:29,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:29,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f90238a4-5885-4522-a2e7-e56bd8325fa5 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:31:29,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f90238a4-5885-4522-a2e7-e56bd8325fa5 2019-01-09 11:31:29,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0164840221405s 2019-01-09 11:31:29,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:31:29,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:29,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0e038af-b568-4f52-9dfa-75a44b552309 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:31:29,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-a0e038af-b568-4f52-9dfa-75a44b552309 2019-01-09 11:31:29,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806879997253s 2019-01-09 11:31:29,407 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-09 11:31:29,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-09 11:31:29,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" -d '{"role": {"name": "Member"}}' 2019-01-09 11:31:29,504 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28f8f671-7cf6-4112-aae2-7c1772368ace Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2df895f3ab334cbe973b2ba938f93811", "links": {"self": "http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811"}, "name": "Member"}} 2019-01-09 11:31:29,505 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-28f8f671-7cf6-4112-aae2-7c1772368ace 2019-01-09 11:31:29,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0971641540527s 2019-01-09 11:31:29,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:29,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f81f5d7-25c1-4d0b-8e0e-2c039e998129 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811"}, "domain_id": null, "name": "Member", "id": "2df895f3ab334cbe973b2ba938f93811"}} 2019-01-09 11:31:29,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811 used request id req-0f81f5d7-25c1-4d0b-8e0e-2c039e998129 2019-01-09 11:31:29,579 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811'}, 'domain_id': None, 'human_id': None, 'id': u'2df895f3ab334cbe973b2ba938f93811', 'HUMAN_ID': False}) 2019-01-09 11:31:29,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:31:29,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:29,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ff4b19-ad73-4dd3-b506-885b1482a209 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2df895f3ab334cbe973b2ba938f93811", "links": {"self": "http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:31:29,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f4ff4b19-ad73-4dd3-b506-885b1482a209 2019-01-09 11:31:29,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781409740448s 2019-01-09 11:31:29,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 11:31:29,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:29,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38a8e505-8338-4d68-a822-3a8c4e8906f1 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 11:31:29,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-38a8e505-8338-4d68-a822-3a8c4e8906f1 2019-01-09 11:31:29,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0790650844574s 2019-01-09 11:31:29,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:31:29,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:29,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e4c9ef8-baac-40e7-94f0-bde190bce4bb Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29", "links": {"self": "http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d"}, "domain_id": "default", "enabled": true, "id": "20493acec465451f92b9e399f0d35a6d", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 11:31:29,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7e4c9ef8-baac-40e7-94f0-bde190bce4bb 2019-01-09 11:31:29,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0986950397491s 2019-01-09 11:31:29,839 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7e4c9ef8-baac-40e7-94f0-bde190bce4bb 2019-01-09 11:31:29,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 11:31:29,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:29,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e717829-7109-4f1b-83ae-a60a3195c436 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc"}, "enabled": true, "id": "ba94836e97524e27814bb777f1066cbc", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29"}]} 2019-01-09 11:31:29,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7e717829-7109-4f1b-83ae-a60a3195c436 2019-01-09 11:31:29,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804510116577s 2019-01-09 11:31:29,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-7e717829-7109-4f1b-83ae-a60a3195c436 2019-01-09 11:31:29,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 11:31:29,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&scope.project.id=ba94836e97524e27814bb777f1066cbc&role.id=2df895f3ab334cbe973b2ba938f93811 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1079c01a-546a-48ee-9e2a-04b8327da166 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&scope.project.id=ba94836e97524e27814bb777f1066cbc&role.id=2df895f3ab334cbe973b2ba938f93811", "previous": null, "next": null}} 2019-01-09 11:31:30,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&scope.project.id=ba94836e97524e27814bb777f1066cbc&role.id=2df895f3ab334cbe973b2ba938f93811 used request id req-1079c01a-546a-48ee-9e2a-04b8327da166 2019-01-09 11:31:30,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0801119804382s 2019-01-09 11:31:30,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 11:31:30,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc/users/20493acec465451f92b9e399f0d35a6d/roles/2df895f3ab334cbe973b2ba938f93811 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11ffabbd-6266-49ff-a718-b4d2a62c9b80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:31:30,117 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc/users/20493acec465451f92b9e399f0d35a6d/roles/2df895f3ab334cbe973b2ba938f93811 used request id req-11ffabbd-6266-49ff-a718-b4d2a62c9b80 2019-01-09 11:31:30,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108914136887s 2019-01-09 11:31:30,119 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 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': '0467a1b9-1139-46d0-ad86-20d3a70bb7ec', 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_4cd35f38-5162-4759-bc69-ca2155850e29', 'project_id': u'ba94836e97524e27814bb777f1066cbc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-09 11:31:30,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-09 11:31:30,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-09 11:31:30,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-09 11:31:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-09 11:31:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-09 11:31:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-09 11:31:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-09 11:31:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-09 11:31:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-09 11:31:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-09 11:31:30,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-09 11:31:30,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-09 11:31:30,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-09 11:31:30,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-09 11:31:30,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-09 11:31:30,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-09 11:31:30,125 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29', 'password': '0467a1b9-1139-46d0-ad86-20d3a70bb7ec', 'project_name': 'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'ba94836e97524e27814bb777f1066cbc', 'project_domain_name': 'Default'} 2019-01-09 11:31:30,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:31:30,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6320899-d116-4f1e-b9d7-b21a8adb7880 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2df895f3ab334cbe973b2ba938f93811", "links": {"self": "http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:31:30,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c6320899-d116-4f1e-b9d7-b21a8adb7880 2019-01-09 11:31:30,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.08327293396s 2019-01-09 11:31:30,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:31:30,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21b40dc-fb7b-4969-8151-54e82b90b5a6 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2df895f3ab334cbe973b2ba938f93811", "links": {"self": "http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:31:30,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f21b40dc-fb7b-4969-8151-54e82b90b5a6 2019-01-09 11:31:30,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0803880691528s 2019-01-09 11:31:30,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 11:31:30,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1cbc096-9a6d-4d90-a0cb-09eee73cb415 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 11:31:30,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-d1cbc096-9a6d-4d90-a0cb-09eee73cb415 2019-01-09 11:31:30,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0787498950958s 2019-01-09 11:31:30,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:31:30,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f82295-0072-42f8-9928-de9bb6d69bcb Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29", "links": {"self": "http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d"}, "domain_id": "default", "enabled": true, "id": "20493acec465451f92b9e399f0d35a6d", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 11:31:30,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-12f82295-0072-42f8-9928-de9bb6d69bcb 2019-01-09 11:31:30,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100700855255s 2019-01-09 11:31:30,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-12f82295-0072-42f8-9928-de9bb6d69bcb 2019-01-09 11:31:30,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 11:31:30,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f93c64-b434-40e7-97fc-0a1f6e562ba7 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc"}, "enabled": true, "id": "ba94836e97524e27814bb777f1066cbc", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29"}]} 2019-01-09 11:31:30,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d3f93c64-b434-40e7-97fc-0a1f6e562ba7 2019-01-09 11:31:30,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819180011749s 2019-01-09 11:31:30,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-d3f93c64-b434-40e7-97fc-0a1f6e562ba7 2019-01-09 11:31:30,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 11:31:30,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&scope.project.id=ba94836e97524e27814bb777f1066cbc&role.id=90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-988161b3-6a7a-4757-8dd9-cd91587d8829 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&scope.project.id=ba94836e97524e27814bb777f1066cbc&role.id=90eb365fdb174f538db9443457456df8", "previous": null, "next": null}} 2019-01-09 11:31:30,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&scope.project.id=ba94836e97524e27814bb777f1066cbc&role.id=90eb365fdb174f538db9443457456df8 used request id req-988161b3-6a7a-4757-8dd9-cd91587d8829 2019-01-09 11:31:30,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0756740570068s 2019-01-09 11:31:30,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 11:31:30,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc/users/20493acec465451f92b9e399f0d35a6d/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0519e81-f31e-414a-ad2d-5877f97a6d7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:31:30,777 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc/users/20493acec465451f92b9e399f0d35a6d/roles/90eb365fdb174f538db9443457456df8 used request id req-f0519e81-f31e-414a-ad2d-5877f97a6d7c 2019-01-09 11:31:30,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.138361930847s 2019-01-09 11:31:30,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:31:30,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92505f2-5318-4f2f-97b3-bdf378c629f0 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2df895f3ab334cbe973b2ba938f93811", "links": {"self": "http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:31:30,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e92505f2-5318-4f2f-97b3-bdf378c629f0 2019-01-09 11:31:30,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781238079071s 2019-01-09 11:31:30,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-09 11:31:30,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:30,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e17e52-3502-49fc-8648-8984358fc305 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "name": "Default"}} 2019-01-09 11:31:30,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-a7e17e52-3502-49fc-8648-8984358fc305 2019-01-09 11:31:30,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0754370689392s 2019-01-09 11:31:30,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:31:30,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:31,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7646dad1-6661-4f5b-906f-e4d9f0acc053 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29", "links": {"self": "http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d"}, "domain_id": "default", "enabled": true, "id": "20493acec465451f92b9e399f0d35a6d", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 11:31:31,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7646dad1-6661-4f5b-906f-e4d9f0acc053 2019-01-09 11:31:31,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0986878871918s 2019-01-09 11:31:31,033 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7646dad1-6661-4f5b-906f-e4d9f0acc053 2019-01-09 11:31:31,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-09 11:31:31,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:31,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a493be-0849-4710-9d0c-def8f51cc545 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default", "previous": null, "next": null}} 2019-01-09 11:31:31,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=20493acec465451f92b9e399f0d35a6d&role.id=90eb365fdb174f538db9443457456df8&scope.domain.id=default used request id req-e4a493be-0849-4710-9d0c-def8f51cc545 2019-01-09 11:31:31,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0836229324341s 2019-01-09 11:31:31,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-09 11:31:31,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/domains/default/users/20493acec465451f92b9e399f0d35a6d/roles/90eb365fdb174f538db9443457456df8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:31:31,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:31:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c643503a-4852-48b6-8c2e-d8a6c1e1c251 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:31:31,237 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/domains/default/users/20493acec465451f92b9e399f0d35a6d/roles/90eb365fdb174f538db9443457456df8 used request id req-c643503a-4852-48b6-8c2e-d8a6c1e1c251 2019-01-09 11:31:31,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115044116974s 2019-01-09 11:31:31,238 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-09 11:31:35,814 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-09 11:31:35.572 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=45b95fa8-4082-4758-a571-7e1d4fcb241c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 45b95fa8-4082-4758-a571-7e1d4fcb241c | 2019-01-09T11:31:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 45b95fa8-4082-4758-a571-7e1d4fcb241c ~/.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 2019-01-09 11:31:38,907 - 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 | +-------------+----------------+-----------+ 2019-01-09 11:31:38,908 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-09 11:31:44,324 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-09 11:31:42.935 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-09 11:31:43.071 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-09 11:31:44.160 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855) has been successfully created! Using verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855) as the default verifier for the future CLI operations. 2019-01-09 11:31:47,488 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2019-01-09 11:31:47,489 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-09 11:31:47,615 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-09 11:31:47,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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" 2019-01-09 11:31:47,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf05f70-f747-4b57-b665-3fe5bd467aa5 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2019-01-09 11:31:47,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1bf05f70-f747-4b57-b665-3fe5bd467aa5 2019-01-09 11:31:47,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2019-01-09 11:31:48,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90eb365fdb174f538db9443457456df8", "name": "admin"}, {"id": "2df895f3ab334cbe973b2ba938f93811", "name": "Member"}], "expires_at": "2019-01-09T12:31:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba94836e97524e27814bb777f1066cbc", "name": "tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d12e7478ecd4373a80b7e72665e440c"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6fbeb34d39794e9d9fb2c59bb4100795"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e244f6d8ddb64c268d84146e065b75dd"}], "type": "cloudformation", "id": "1bff7fb5e6534947b3b251e2d7325d99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2cf99f8b0be94bd8a8f820e81e3cbc0a"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7033faf24595460fb1ba6816ac5923c5"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd3c82ddcf294b06954ab6fe6a623f31"}], "type": "placement", "id": "5a9dd7970b424aa9b0075be327d3e3c1", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a14434a57204028a59be0587a51e767"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d70085b6ba4476e935a439eeab7853a"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6a205eb935745809ab2aeaeb4086062"}], "type": "compute", "id": "5af4b4f7bf5246a49b96fa1cf9d0771d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/ba94836e97524e27814bb777f1066cbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a0ab20bb0544656842ac644def1d1e9"}, {"url": "http://192.30.9.5:8776/v1/ba94836e97524e27814bb777f1066cbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ca21603e1f4a42a0a884aa68db94dc73"}, {"url": "http://172.30.9.30:8776/v1/ba94836e97524e27814bb777f1066cbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f1a58c424f054e2d8e4b98c60ad10e1d"}], "type": "volume", "id": "62a9928ae58244f0895c87d4321684a8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/ba94836e97524e27814bb777f1066cbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1d79c9708b7e44029f7e1837e9ccff4b"}, {"url": "http://172.30.9.30:8004/v1/ba94836e97524e27814bb777f1066cbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4499baa58d814a2682d2f4ac8712716c"}, {"url": "http://192.30.9.5:8004/v1/ba94836e97524e27814bb777f1066cbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c49e22f0afd04f4dbf47660acf910000"}], "type": "orchestration", "id": "7638b04fd1a942a18fd341c577ad2d2a", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/ba94836e97524e27814bb777f1066cbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46232691c9f543e2a1283c172852e011"}, {"url": "http://172.30.9.30:8776/v3/ba94836e97524e27814bb777f1066cbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "747aa1dee8ce4bf7ac1a238a18f370b1"}, {"url": "http://192.30.9.5:8776/v3/ba94836e97524e27814bb777f1066cbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f759fe6d57934804963a8faa62d55f9e"}], "type": "volumev3", "id": "7d2fac3d6dd14d99933b816628ed20cf", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06469d8399e94bea82f69f3d8b88fa9e"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a293c90a3a484d6ea6e6e2eb9df2cfad"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fe8d3a39b76a4f7db185ebc876d54260"}], "type": "network", "id": "887b3a3790f54367abb30ebf0e2cd9c0", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2473c5224dbb4faf9376b6ed026cb352"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2eb3470fd0d44410abb307353da98a99"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6bfd231bb20454d90f7d28d2c08e0cc"}], "type": "alarming", "id": "8a11b37c9f534ffb9da704fd025e149d", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/ba94836e97524e27814bb777f1066cbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "111acdc8564b4997a2aa44407ef26fb7"}, {"url": "http://192.30.9.5:8776/v2/ba94836e97524e27814bb777f1066cbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "32530015765f443e93d59d75caf5bd57"}, {"url": "http://192.30.9.5:8776/v2/ba94836e97524e27814bb777f1066cbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c407dfa3c0334535b28d3dc8cb582308"}], "type": "volumev2", "id": "a01d08a97146490593ac252a7de81ce7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "372ca4a462af4b48a2cef0d27d5a8ede"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9aceccc6b4ef4e58a7dc622455446070"}, {"url": "http://172.30.9.30:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c12ebb03e3024fd0a63e3e6f6842dedc"}], "type": "policy", "id": "b87b5be451a14e41a7427758bd62f727", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2d285d54abd24ad4896b31c09767acb6"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b52ac3fd57346eb8ca6a73519127c26"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0452c9d38fd4f58ad89c9dbc5d9e949"}], "type": "image", "id": "c44213901db249fabcf6eed376ccada6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e1a4741dc9743dcad06f4ba35dda9c1"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9e9acae5cf145c9a93627a731f0fc90"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed8a6ca6b8ee4e1fb3750840f7efe9c8"}], "type": "metric", "id": "db15ee0d34a24d55b043c725e79b8b0e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5c4aedeaa1964226b587d57209586457"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b6805e6af2424ff2b0a050e83ac72755"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eeb41a545c1f44cfb7d5f7c160ae4f0e"}], "type": "identity", "id": "dc70fd1e6b97451bbacd1b1ba33e2bb2", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0bcfd6bf5da843fca3821b7c90b451e7"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5120d4efadb44f28a26d24b5ccb8a5de"}, {"url": "http://172.30.9.30:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd241e3463864c24b9d6a6bbcec294ea"}], "type": "key-manager", "id": "e6f41843008947d69d43ee72cd27b716", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "f28e794b870548f990de17f79cdabc4c", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29", "id": "20493acec465451f92b9e399f0d35a6d"}, "audit_ids": ["wDIOcOzwSIqfdRXYe6g6Sw"], "issued_at": "2019-01-09T11:31:47.000000Z"}} 2019-01-09 11:31:48,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:31:48,012 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Wed, 09 Jan 2019 11:31:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2019-01-09 11:31:48,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:31:48,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:31:48,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2cfc2c25-ece5-430c-932c-a57af25f0bae Date: Wed, 09 Jan 2019 11:31:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:31:48,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2cfc2c25-ece5-430c-932c-a57af25f0bae 2019-01-09 11:31:48,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.548018932343s 2019-01-09 11:31:48,564 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2cfc2c25-ece5-430c-932c-a57af25f0bae 2019-01-09 11:31:48,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 11:31:48,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29"}' 2019-01-09 11:31:48,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a X-Openstack-Request-Id: req-dc6951a1-9a89-4f85-a3bd-c7d7d672f2db Date: Wed, 09 Jan 2019 11:31:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file", "owner": "ba94836e97524e27814bb777f1066cbc", "id": "fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "size": null, "self": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:31:48Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "checksum": null, "created_at": "2019-01-09T11:31:48Z", "protected": false} 2019-01-09 11:31:48,807 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-dc6951a1-9a89-4f85-a3bd-c7d7d672f2db 2019-01-09 11:31:48,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.241681098938s 2019-01-09 11:31:48,808 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-dc6951a1-9a89-4f85-a3bd-c7d7d672f2db returning object fc65aea2-dfb6-416f-a944-e4de7e2cd18a 2019-01-09 11:31:48,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 11:31:48,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/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}eba9462f16b624df7a7b1afa78955a88b506761d" -d '' 2019-01-09 11:31:49,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d7d6157c-94a0-41e2-a224-5581b11b8808 Date: Wed, 09 Jan 2019 11:31:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:31:49,872 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file used request id req-d7d6157c-94a0-41e2-a224-5581b11b8808 2019-01-09 11:31:49,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.06402111053s 2019-01-09 11:31:49,873 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file used request id req-d7d6157c-94a0-41e2-a224-5581b11b8808 2019-01-09 11:31:49,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:31:49,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:31:50,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-e391a2bb-71d3-48a7-87c7-9b998ebb0e78 Date: Wed, 09 Jan 2019 11:31:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap", "metadata": {}}], "file": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file", "owner": "ba94836e97524e27814bb777f1066cbc", "id": "fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "size": 12716032, "self": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:31:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:31:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:31:50,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e391a2bb-71d3-48a7-87c7-9b998ebb0e78 2019-01-09 11:31:50,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178637981415s 2019-01-09 11:31:50,053 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-e391a2bb-71d3-48a7-87c7-9b998ebb0e78 2019-01-09 11:31:50,055 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file', 'owner': u'ba94836e97524e27814bb777f1066cbc', 'id': u'fc65aea2-dfb6-416f-a944-e4de7e2cd18a', 'size': 12716032, u'self': u'/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ba94836e97524e27814bb777f1066cbc', 'name': 'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T11:31:49Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T11:31:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29', 'created': u'2019-01-09T11:31:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T11:31:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 11:31:50,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 11:31:50,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_4cd35f38-5162-4759-bc69-ca2155850e29", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 11:31:50,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd3f82f2-0801-46dd-9944-c418699fe57d x-compute-request-id: req-cd3f82f2-0801-46dd-9944-c418699fe57d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e2ef2e61-8287-453d-9953-de21a18a4d90", "name": "tempest_full_parallel-flavor_4cd35f38-5162-4759-bc69-ca2155850e29", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:31:50,246 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cd3f82f2-0801-46dd-9944-c418699fe57d 2019-01-09 11:31:50,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.190227985382s 2019-01-09 11:31:50,246 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-cd3f82f2-0801-46dd-9944-c418699fe57d returning object e2ef2e61-8287-453d-9953-de21a18a4d90 2019-01-09 11:31:50,247 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_4cd35f38-5162-4759-bc69-ca2155850e29', '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'a3475ec98a734cb2aeb418d350edd17b', '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'e2ef2e61-8287-453d-9953-de21a18a4d90', 'swap': 0}) 2019-01-09 11:31:50,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 11:31:50,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90/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}9181a34a9540989dad39188ed3a101f649f858a6" -d '{"extra_specs": {}}' 2019-01-09 11:31:50,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c875390c-0024-4da3-92b3-61dd5d05948f x-compute-request-id: req-c875390c-0024-4da3-92b3-61dd5d05948f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 11:31:50,272 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90/os-extra_specs used request id req-c875390c-0024-4da3-92b3-61dd5d05948f 2019-01-09 11:31:50,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.024533033371s 2019-01-09 11:31:50,273 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90/os-extra_specs used request id req-c875390c-0024-4da3-92b3-61dd5d05948f 2019-01-09 11:31:50,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:31:50,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:31:50,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 09 Jan 2019 11:31:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-09 11:31:50,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:31:50,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f706a7-14b0-44f9-9b8d-6a8b7aeb3e80 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2df895f3ab334cbe973b2ba938f93811", "links": {"self": "http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:31:50,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-32f706a7-14b0-44f9-9b8d-6a8b7aeb3e80 2019-01-09 11:31:50,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0976309776306s 2019-01-09 11:31:50,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-09 11:31:50,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:31:50,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d23bf82-6089-4c31-b1ae-b460c8ca42a7 x-compute-request-id: req-1d23bf82-6089-4c31-b1ae-b460c8ca42a7 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 248}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 251}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2019-01-09 11:31:50,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-1d23bf82-6089-4c31-b1ae-b460c8ca42a7 2019-01-09 11:31:50,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.182944059372s 2019-01-09 11:31:50,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-1d23bf82-6089-4c31-b1ae-b460c8ca42a7 2019-01-09 11:31:50,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:31:50,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:31:51,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-0dae15f8-50be-4e9b-902d-d444572efd40 Date: Wed, 09 Jan 2019 11:31:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap", "metadata": {}}], "file": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file", "owner": "ba94836e97524e27814bb777f1066cbc", "id": "fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "size": 12716032, "self": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:31:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:31:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:31:51,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0dae15f8-50be-4e9b-902d-d444572efd40 2019-01-09 11:31:51,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.555394172668s 2019-01-09 11:31:51,116 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0dae15f8-50be-4e9b-902d-d444572efd40 2019-01-09 11:31:51,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-09 11:31:51,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29"}' 2019-01-09 11:31:51,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97 X-Openstack-Request-Id: req-c2b09b9c-12e8-4f85-8edb-ae6626ea3894 Date: Wed, 09 Jan 2019 11:31:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97/file", "owner": "ba94836e97524e27814bb777f1066cbc", "id": "eb498884-2618-41d7-a89f-fd1d37235c97", "size": null, "self": "/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:31:51Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29", "checksum": null, "created_at": "2019-01-09T11:31:51Z", "protected": false} 2019-01-09 11:31:51,167 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c2b09b9c-12e8-4f85-8edb-ae6626ea3894 2019-01-09 11:31:51,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0478439331055s 2019-01-09 11:31:51,168 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-c2b09b9c-12e8-4f85-8edb-ae6626ea3894 returning object eb498884-2618-41d7-a89f-fd1d37235c97 2019-01-09 11:31:51,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-09 11:31:51,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97/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}eba9462f16b624df7a7b1afa78955a88b506761d" -d '' 2019-01-09 11:31:52,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8cc2c021-0960-43ba-bd32-b53e725a7592 Date: Wed, 09 Jan 2019 11:31:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:31:52,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97/file used request id req-8cc2c021-0960-43ba-bd32-b53e725a7592 2019-01-09 11:31:52,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11714792252s 2019-01-09 11:31:52,286 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97/file used request id req-8cc2c021-0960-43ba-bd32-b53e725a7592 2019-01-09 11:31:52,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:31:52,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:31:52,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-cc63247a-087b-4aed-98c0-c895438a9bc6 Date: Wed, 09 Jan 2019 11:31:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/eb498884-2618-41d7-a89f-fd1d37235c97/snap", "metadata": {}}], "file": "/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97/file", "owner": "ba94836e97524e27814bb777f1066cbc", "id": "eb498884-2618-41d7-a89f-fd1d37235c97", "size": 12716032, "self": "/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/eb498884-2618-41d7-a89f-fd1d37235c97/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:31:52Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:31:51Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap", "metadata": {}}], "file": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file", "owner": "ba94836e97524e27814bb777f1066cbc", "id": "fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "size": 12716032, "self": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:31:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:31:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:31:52,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-cc63247a-087b-4aed-98c0-c895438a9bc6 2019-01-09 11:31:52,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173344135284s 2019-01-09 11:31:52,460 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-cc63247a-087b-4aed-98c0-c895438a9bc6 2019-01-09 11:31:52,463 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/eb498884-2618-41d7-a89f-fd1d37235c97/snap', u'metadata': Munch({})})], 'file': u'/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97/file', 'owner': u'ba94836e97524e27814bb777f1066cbc', 'id': u'eb498884-2618-41d7-a89f-fd1d37235c97', 'size': 12716032, u'self': u'/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ba94836e97524e27814bb777f1066cbc', 'name': 'tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/eb498884-2618-41d7-a89f-fd1d37235c97/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-09T11:31:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-09T11:31:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29', 'created': u'2019-01-09T11:31:51Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-09T11:31:51Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_4cd35f38-5162-4759-bc69-ca2155850e29', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-09 11:31:52,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-09 11:31:52,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_4cd35f38-5162-4759-bc69-ca2155850e29", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-09 11:31:52,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31: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-c68217c0-6b3a-49ae-be80-1313c9c673c3 x-compute-request-id: req-c68217c0-6b3a-49ae-be80-1313c9c673c3 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c9b712a8-9c1c-49f1-b15c-b64a594d727a", "name": "tempest_full_parallel-flavor_alt_4cd35f38-5162-4759-bc69-ca2155850e29", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-09 11:31:52,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c68217c0-6b3a-49ae-be80-1313c9c673c3 2019-01-09 11:31:52,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0633969306946s 2019-01-09 11:31:52,528 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-c68217c0-6b3a-49ae-be80-1313c9c673c3 returning object c9b712a8-9c1c-49f1-b15c-b64a594d727a 2019-01-09 11:31:52,529 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_4cd35f38-5162-4759-bc69-ca2155850e29', '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'a3475ec98a734cb2aeb418d350edd17b', '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'c9b712a8-9c1c-49f1-b15c-b64a594d727a', 'swap': 0}) 2019-01-09 11:31:52,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-09 11:31:52,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a/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}9181a34a9540989dad39188ed3a101f649f858a6" -d '{"extra_specs": {}}' 2019-01-09 11:31:52,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:31: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-94c9c623-d4d6-4481-99c3-b0b606ff585f x-compute-request-id: req-94c9c623-d4d6-4481-99c3-b0b606ff585f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-09 11:31:52,558 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a/os-extra_specs used request id req-94c9c623-d4d6-4481-99c3-b0b606ff585f 2019-01-09 11:31:52,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0282480716705s 2019-01-09 11:31:52,558 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a/os-extra_specs used request id req-94c9c623-d4d6-4481-99c3-b0b606ff585f 2019-01-09 11:31:52,558 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_4cd35f38-5162-4759-bc69-ca2155850e29', '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'a3475ec98a734cb2aeb418d350edd17b', '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'c9b712a8-9c1c-49f1-b15c-b64a594d727a', 'swap': 0}) 2019-01-09 11:31:55,530 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-09 11:31:54.542 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855) for deployment 'opnfv-rally' (UUID=45b95fa8-4082-4758-a571-7e1d4fcb241c). 2019-01-09 11:31:55.361 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-09 11:31:55.363 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855) has been successfully configured for deployment 'opnfv-rally' (UUID=45b95fa8-4082-4758-a571-7e1d4fcb241c)! 2019-01-09 11:31:55,530 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-09 11:31:55,531 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-09 11:31:55,534 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-09 11:31:55,551 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-09 11:31:58,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-82af088b-0f08-4857-9b3c-37d87cae5855/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2019-01-09 11:31:58,142 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-09 11:31:58,162 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-09 11:31:58,164 - 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']'. 2019-01-09 11:32:00,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:00.158 49 INFO rally.api [-] Starting verification (UUID=0cbbe380-7e59-4222-a230-89bf6b2b2761) for deployment 'opnfv-rally' (UUID=45b95fa8-4082-4758-a571-7e1d4fcb241c) by verifier 'opnfv-tempest' (UUID=82af088b-0f08-4857-9b3c-37d87cae5855). 2019-01-09 11:32:00,160 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0cbbe380-7e59-4222-a230-89bf6b2b2761 2019-01-09 11:32:04,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:04.659 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]. 2019-01-09 11:32:04,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:04.850 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2019-01-09 11:32:04,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:04.936 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2019-01-09 11:32:04,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:04.954 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]. 2019-01-09 11:32:05,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:05.026 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]. 2019-01-09 11:32:08,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.070 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.231s] 2019-01-09 11:32:08,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.077 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.228s] 2019-01-09 11:32:08,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.121 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.043s] 2019-01-09 11:32:08,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.190 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.120s] 2019-01-09 11:32:08,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.200 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.079s] 2019-01-09 11:32:08,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.235 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.197s] 2019-01-09 11:32:08,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.251 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] 2019-01-09 11:32:08,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.273 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.364s] 2019-01-09 11:32:08,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.299 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.187s] 2019-01-09 11:32:08,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.306 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.106s] 2019-01-09 11:32:08,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.310 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.119s] 2019-01-09 11:32:08,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.338 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.032s] 2019-01-09 11:32:08,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.401 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.299s] 2019-01-09 11:32:08,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.420 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.125s] 2019-01-09 11:32:08,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.433 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.013s] 2019-01-09 11:32:08,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.442 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.191s] 2019-01-09 11:32:08,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.514 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.240s] 2019-01-09 11:32:08,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.526 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.122s] 2019-01-09 11:32:08,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.527 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.715s] 2019-01-09 11:32:08,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.541 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.201s] 2019-01-09 11:32:08,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.591 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.279s] 2019-01-09 11:32:08,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.595 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.160s] 2019-01-09 11:32:08,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.605 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.064s] 2019-01-09 11:32:08,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.661 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.066s] 2019-01-09 11:32:08,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.677 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.017s] 2019-01-09 11:32:08,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.685 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.172s] 2019-01-09 11:32:08,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.689 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.011s] 2019-01-09 11:32:08,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.701 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2019-01-09 11:32:08,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.735 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.455s] 2019-01-09 11:32:08,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.776 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.362s] 2019-01-09 11:32:08,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.778 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.186s] 2019-01-09 11:32:08,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.076s] 2019-01-09 11:32:08,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.936 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.409s] 2019-01-09 11:32:08,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:08.979 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.292s] 2019-01-09 11:32:09,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.340 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.604s] 2019-01-09 11:32:09,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.404 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.425s] 2019-01-09 11:32:09,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.579s] 2019-01-09 11:32:09,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.730 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.389s] 2019-01-09 11:32:09,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.742 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.012s] 2019-01-09 11:32:09,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.753 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.011s] 2019-01-09 11:32:09,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.011s] 2019-01-09 11:32:09,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.829 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.621s] 2019-01-09 11:32:09,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:09.995 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.590s] 2019-01-09 11:32:10,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.352 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.585s] 2019-01-09 11:32:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.484 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.488s] 2019-01-09 11:32:10,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.565 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.736s] 2019-01-09 11:32:10,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.783 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.431s] 2019-01-09 11:32:10,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:10.832 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.047s] 2019-01-09 11:32:11,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:11.112 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.024s] 2019-01-09 11:32:11,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:11.850 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [1.017s] 2019-01-09 11:32:11,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:11.876 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.027s] 2019-01-09 11:32:11,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:11.888 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.011s] 2019-01-09 11:32:12,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:12.575 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.387s] 2019-01-09 11:32:13,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:13.592 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [3.102s] 2019-01-09 11:32:13,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:13.616 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.726s] 2019-01-09 11:32:14,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:14.077 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.461s] 2019-01-09 11:32:14,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:14.133 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.544s] 2019-01-09 11:32:14,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:14.586 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.453s] 2019-01-09 11:32:15,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:15.443 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.523s] 2019-01-09 11:32:15,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:15.845 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.400s] 2019-01-09 11:32:16,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.201 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.355s] 2019-01-09 11:32:16,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.390 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.189s] 2019-01-09 11:32:16,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.397 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2019-01-09 11:32:16,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.466 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.890s] 2019-01-09 11:32:16,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.714 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.322s] 2019-01-09 11:32:16,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.946 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.112s] 2019-01-09 11:32:16,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:16.972 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.027s] 2019-01-09 11:32:17,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.027 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.313s] 2019-01-09 11:32:17,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.845 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.296s] 2019-01-09 11:32:17,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.950 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.107s] 2019-01-09 11:32:17,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.963 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2019-01-09 11:32:17,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:17.986 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.141s] 2019-01-09 11:32:18,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.032 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.046s] 2019-01-09 11:32:18,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.065 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.100s] 2019-01-09 11:32:18,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.076 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.011s] 2019-01-09 11:32:18,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.087 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.055s] 2019-01-09 11:32:18,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.092 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.016s] 2019-01-09 11:32:18,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.104 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2019-01-09 11:32:18,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.028s] 2019-01-09 11:32:18,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.145 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2019-01-09 11:32:18,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.182 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.037s] 2019-01-09 11:32:18,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.191 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.009s] 2019-01-09 11:32:18,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.200 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.008s] 2019-01-09 11:32:18,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.210 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.010s] 2019-01-09 11:32:18,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.219 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.009s] 2019-01-09 11:32:18,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:18.259 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.040s] 2019-01-09 11:32:19,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.206 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]. 2019-01-09 11:32:19,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.206 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]. 2019-01-09 11:32:19,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.515 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.047s] 2019-01-09 11:32:19,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.518 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. 2019-01-09 11:32:19,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.521 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. 2019-01-09 11:32:19,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:19.529 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2019-01-09 11:32:20,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:20.884 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.181s] 2019-01-09 11:32:21,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:21.070 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.165s] 2019-01-09 11:32:21,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:21.111 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.041s] 2019-01-09 11:32:21,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:21.158 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.047s] 2019-01-09 11:32:21,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:21.808 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [13.851s] 2019-01-09 11:32:24,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:24.220 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.253s] 2019-01-09 11:32:24,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:24.898 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [16.603s] 2019-01-09 11:32:24,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:24.906 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.686s] 2019-01-09 11:32:26,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:26.136 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [1.229s] 2019-01-09 11:32:27,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:27.840 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.209s] 2019-01-09 11:32:31,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:31.252 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [11.022s] 2019-01-09 11:32:31,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:31.678 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.955s] 2019-01-09 11:32:31,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:31.773 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [4.325s] 2019-01-09 11:32:31,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:31.955 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.183s] 2019-01-09 11:32:32,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:32.193 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.514s] 2019-01-09 11:32:33,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:33.102 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.897s] 2019-01-09 11:32:33,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:33.198 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.005s] 2019-01-09 11:32:33,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:33.887 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.784s] 2019-01-09 11:32:34,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:34.023 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [15.707s] 2019-01-09 11:32:34,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:34.269 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.460s] 2019-01-09 11:32:34,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:34.279 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2019-01-09 11:32:34,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:34.447 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.560s] 2019-01-09 11:32:36,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.328 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [2.046s] 2019-01-09 11:32:36,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.330 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 2019-01-09 11:32:36,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.333 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. 2019-01-09 11:32:36,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.335 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. 2019-01-09 11:32:36,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.619 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.289s] 2019-01-09 11:32:36,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.797 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.176s] 2019-01-09 11:32:36,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.799 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 2019-01-09 11:32:36,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.801 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 2019-01-09 11:32:36,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:36.801 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 2019-01-09 11:32:39,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:39.290 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [5.268s] 2019-01-09 11:32:40,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:40.117 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [6.916s] 2019-01-09 11:32:40,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:40.810 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [8.852s] 2019-01-09 11:32:42,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:42.294 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [3.004s] 2019-01-09 11:32:44,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.043 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.747s] 2019-01-09 11:32:44,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.146 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [22.986s] 2019-01-09 11:32:44,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.296 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.149s] 2019-01-09 11:32:44,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.710 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [23.201s] 2019-01-09 11:32:44,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.745 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.039s] 2019-01-09 11:32:44,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.759 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.014s] 2019-01-09 11:32:44,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.771 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2019-01-09 11:32:44,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:44.783 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.011s] 2019-01-09 11:32:45,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.089 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.045s] 2019-01-09 11:32:45,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.295 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.511s] 2019-01-09 11:32:45,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.623 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.327s] 2019-01-09 11:32:45,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.787 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [24.896s] 2019-01-09 11:32:45,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.797 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.170s] 2019-01-09 11:32:45,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.798 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.012s] 2019-01-09 11:32:45,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.806 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2019-01-09 11:32:45,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.819 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2019-01-09 11:32:45,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:45.994 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.905s] 2019-01-09 11:32:46,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:46.131 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.336s] 2019-01-09 11:32:46,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:46.467 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.336s] 2019-01-09 11:32:48,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:48.157 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [2.161s] 2019-01-09 11:32:49,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:49.609 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.450s] 2019-01-09 11:32:50,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:50.580 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.972s] 2019-01-09 11:32:52,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:52.504 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [27.602s] 2019-01-09 11:32:54,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:53.999 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [13.190s] 2019-01-09 11:32:54,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:54.966 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [9.144s] 2019-01-09 11:32:56,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:32:56.280 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.314s] 2019-01-09 11:33:00,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:00.969 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.176s] 2019-01-09 11:33:00,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:00.981 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2019-01-09 11:33:00,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:00.993 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.011s] 2019-01-09 11:33:01,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.196 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.202s] 2019-01-09 11:33:01,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.208 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2019-01-09 11:33:01,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.263 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.054s] 2019-01-09 11:33:01,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.285 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.022s] 2019-01-09 11:33:01,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.331 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.046s] 2019-01-09 11:33:01,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.341 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.010s] 2019-01-09 11:33:01,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.397 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.056s] 2019-01-09 11:33:01,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.414 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.016s] 2019-01-09 11:33:01,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:01.689 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.937s] 2019-01-09 11:33:05,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:05.731 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.855s] 2019-01-09 11:33:06,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:06.087 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.356s] 2019-01-09 11:33:06,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:06.685 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]. 2019-01-09 11:33:09,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:09.417 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [7.727s] 2019-01-09 11:33:10,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:10.485 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.218s] 2019-01-09 11:33:10,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:10.572 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.086s] 2019-01-09 11:33:10,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:10.674 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.101s] 2019-01-09 11:33:10,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:10.840 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.167s] 2019-01-09 11:33:14,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:14.782 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.183s] 2019-01-09 11:33:14,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:14.823 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.041s] 2019-01-09 11:33:15,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.078 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.253s] 2019-01-09 11:33:15,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.565 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.716s] 2019-01-09 11:33:15,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.685 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [27.731s] 2019-01-09 11:33:15,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.733 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [20.326s] 2019-01-09 11:33:15,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:15.992 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.262s] 2019-01-09 11:33:17,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:17.220 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [1.654s] 2019-01-09 11:33:17,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:17.413 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.419s] 2019-01-09 11:33:17,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:17.941 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.720s] 2019-01-09 11:33:18,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:18.024 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.610s] 2019-01-09 11:33:18,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:18.069 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.045s] 2019-01-09 11:33:18,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:18.592 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.909s] 2019-01-09 11:33:19,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:19.453 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.382s] 2019-01-09 11:33:19,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:19.457 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2019-01-09 11:33:19,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:19.618 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [1.677s] 2019-01-09 11:33:19,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:19.901 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.447s] 2019-01-09 11:33:20,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:20.739 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.120s] 2019-01-09 11:33:24,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.377 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2019-01-09 11:33:24,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.443 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.065s] 2019-01-09 11:33:24,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.504 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.060s] 2019-01-09 11:33:24,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.556 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.053s] 2019-01-09 11:33:24,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.589 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.032s] 2019-01-09 11:33:24,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.649 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.060s] 2019-01-09 11:33:24,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.704 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.052s] 2019-01-09 11:33:24,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.758 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.054s] 2019-01-09 11:33:24,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.780 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.023s] 2019-01-09 11:33:24,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.844 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.063s] 2019-01-09 11:33:24,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:24.904 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.060s] 2019-01-09 11:33:29,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:29.390 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2019-01-09 11:33:30,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:30.830 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [12.236s] 2019-01-09 11:33:32,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:32.349 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.889s] 2019-01-09 11:33:46,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:46.730 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [31.337s] 2019-01-09 11:33:51,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:51.286 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [7.634s] 2019-01-09 11:33:51,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:51.327 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [37.630s] 2019-01-09 11:33:51,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:51.887 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [87.739s] 2019-01-09 11:33:51,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:51.905 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.023s] 2019-01-09 11:33:52,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:52.702 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2019-01-09 11:33:52,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:52.820 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.118s] 2019-01-09 11:33:53,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:53.394 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.071s] 2019-01-09 11:33:54,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:54.787 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.348s] 2019-01-09 11:33:54,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:54.969 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.182s] 2019-01-09 11:33:58,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:58.107 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [6.821s] 2019-01-09 11:33:59,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:33:59.926 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [27.573s] 2019-01-09 11:34:05,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:05.106 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]. 2019-01-09 11:34:06,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:06.094 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [18.433s] 2019-01-09 11:34:17,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:17.668 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.149s] 2019-01-09 11:34:18,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:18.873 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.574s] 2019-01-09 11:34:23,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:23.378 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [17.282s] 2019-01-09 11:34:23,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:23.402 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [36.671s] 2019-01-09 11:34:25,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:25.726 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.404s] 2019-01-09 11:34:25,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:25.797 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.071s] 2019-01-09 11:34:26,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:26.209 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.428s] 2019-01-09 11:34:26,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:26.292 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.893s] 2019-01-09 11:34:27,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:27.366 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.568s] 2019-01-09 11:34:27,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:27.448 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.082s] 2019-01-09 11:34:27,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:27.692 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.482s] 2019-01-09 11:34:27,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:27.709 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.017s] 2019-01-09 11:34:28,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:28.934 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.484s] 2019-01-09 11:34:28,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:28.978 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [1.268s] 2019-01-09 11:34:30,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:30.306 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.326s] 2019-01-09 11:34:31,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:31.782 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.476s] 2019-01-09 11:34:31,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:31.992 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.209s] 2019-01-09 11:34:32,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.026 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.034s] 2019-01-09 11:34:32,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.777 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 [15.089s] 2019-01-09 11:34:32,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.789 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.012s] 2019-01-09 11:34:32,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.921 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.132s] 2019-01-09 11:34:32,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:32.962 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.041s] 2019-01-09 11:34:40,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:40.592 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.286s] 2019-01-09 11:34:40,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:40.660 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2019-01-09 11:34:42,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:42.860 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [16.562s] 2019-01-09 11:34:42,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:42.862 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. 2019-01-09 11:34:43,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:43.028 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [2.437s] 2019-01-09 11:34:45,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:45.252 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.447s] 2019-01-09 11:34:45,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:45.836 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [74.991s] 2019-01-09 11:34:47,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:47.290 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [77.878s] 2019-01-09 11:34:47,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:47.632 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.799s] 2019-01-09 11:34:48,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:48.433 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [26.059s] 2019-01-09 11:34:54,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:54.845 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.002s] 2019-01-09 11:34:54,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:34:54.956 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.526s] 2019-01-09 11:35:00,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:00.919 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [6.071s] 2019-01-09 11:35:01,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:01.077 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [101.149s] 2019-01-09 11:35:03,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:03.845 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.928s] 2019-01-09 11:35:06,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:06.845 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.262s] 2019-01-09 11:35:09,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:09.879 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:35:09,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:09.881 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2019-01-09 11:35:09,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:09.883 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2019-01-09 11:35:12,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:12.056 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [10.981s] 2019-01-09 11:35:14,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:14.456 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.402s] 2019-01-09 11:35:15,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:15.100 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [83.172s] 2019-01-09 11:35:15,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:15.601 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]. 2019-01-09 11:35:19,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:19.627 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [32.334s] 2019-01-09 11:35:19,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:19.628 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. 2019-01-09 11:35:19,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:19.850 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [4.283s] 2019-01-09 11:35:20,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:20.203 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [16.089s] 2019-01-09 11:35:25,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:25.966 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [19.117s] 2019-01-09 11:35:27,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:27.237 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [7.386s] 2019-01-09 11:35:37,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:37.539 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2019-01-09 11:35:40,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:40.966 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [13.728s] 2019-01-09 11:35:44,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:44.924 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.382s] 2019-01-09 11:35:45,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:45.413 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [81.923s] 2019-01-09 11:35:48,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:48.797 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.830s] 2019-01-09 11:35:51,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:51.980 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [133.804s] 2019-01-09 11:35:52,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:52.050 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.076s] 2019-01-09 11:35:52,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:52.475 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.422s] 2019-01-09 11:35:52,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:52.486 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [26.513s] 2019-01-09 11:35:57,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:35:57.288 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [8.489s] 2019-01-09 11:36:02,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:02.842 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [79.958s] 2019-01-09 11:36:05,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:05.012 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [14.398s] 2019-01-09 11:36:05,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:05.244 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [7.956s] 2019-01-09 11:36:09,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:09.958 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [4.712s] 2019-01-09 11:36:11,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:11.571 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [51.360s] 2019-01-09 11:36:14,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:14.560 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.737s] 2019-01-09 11:36:15,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:15.309 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.748s] 2019-01-09 11:36:16,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:16.464 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.154s] 2019-01-09 11:36:16,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:16.894 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.430s] 2019-01-09 11:36:17,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:17.460 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.566s] 2019-01-09 11:36:17,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:17.797 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.840s] 2019-01-09 11:36:17,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:17.828 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.368s] 2019-01-09 11:36:21,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:21.854 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [101.163s] 2019-01-09 11:36:28,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:28.931 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [26.088s] 2019-01-09 11:36:30,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:30.119 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [20.144s] 2019-01-09 11:36:30,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:30.122 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. 2019-01-09 11:36:30,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:30.123 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. 2019-01-09 11:36:30,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:30.125 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. 2019-01-09 11:36:31,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:31.981 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:36:34,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:34.897 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [13.431s] 2019-01-09 11:36:35,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:35.386 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [42.894s] 2019-01-09 11:36:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:38.019 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.505s] 2019-01-09 11:36:39,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:39.963 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2019-01-09 11:36:43,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.237 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.489s] 2019-01-09 11:36:43,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.415 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.178s] 2019-01-09 11:36:43,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.551 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [240.417s] 2019-01-09 11:36:43,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.638 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [13.339s] 2019-01-09 11:36:43,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:43.954 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.538s] 2019-01-09 11:36:49,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:49.120 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [93.998s] 2019-01-09 11:36:50,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:50.548 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.908s] 2019-01-09 11:36:51,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:51.938 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.086s] 2019-01-09 11:36:52,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:52.397 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.457s] 2019-01-09 11:36:52,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:52.463 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.067s] 2019-01-09 11:36:52,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:52.512 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.049s] 2019-01-09 11:36:52,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:52.583 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.070s] 2019-01-09 11:36:54,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:54.953 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [2.369s] 2019-01-09 11:36:56,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:56.090 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.136s] 2019-01-09 11:36:58,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:36:58.684 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.136s] 2019-01-09 11:37:00,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:00.048 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [24.660s] 2019-01-09 11:37:00,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:00.569 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [38.710s] 2019-01-09 11:37:03,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:03.856 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2019-01-09 11:37:09,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:09.899 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [11.214s] 2019-01-09 11:37:12,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:12.240 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.212s] 2019-01-09 11:37:12,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:12.580 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.339s] 2019-01-09 11:37:12,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:12.802 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.222s] 2019-01-09 11:37:13,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.182 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [5.479s] 2019-01-09 11:37:13,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.219 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.416s] 2019-01-09 11:37:13,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.248 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [3.924s] 2019-01-09 11:37:13,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.433 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [88.004s] 2019-01-09 11:37:13,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.447 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.228s] 2019-01-09 11:37:13,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.513 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.065s] 2019-01-09 11:37:13,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:13.913 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.399s] 2019-01-09 11:37:14,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:14.163 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.249s] 2019-01-09 11:37:14,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:14.239 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.076s] 2019-01-09 11:37:14,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:14.860 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.619s] 2019-01-09 11:37:15,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:15.082 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.221s] 2019-01-09 11:37:15,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:15.485 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.402s] 2019-01-09 11:37:15,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:15.844 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.360s] 2019-01-09 11:37:16,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:16.017 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.834s] 2019-01-09 11:37:16,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:16.093 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.844s] 2019-01-09 11:37:17,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:17.967 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.949s] 2019-01-09 11:37:20,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:20.698 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.436s] 2019-01-09 11:37:20,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:20.809 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [10.909s] 2019-01-09 11:37:21,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:21.470 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.503s] 2019-01-09 11:37:21,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:21.539 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [95.986s] 2019-01-09 11:37:23,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:23.132 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [33.397s] 2019-01-09 11:37:24,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:24.558 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.022s] 2019-01-09 11:37:24,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:24.884 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.413s] 2019-01-09 11:37:25,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:25.428 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.205s] 2019-01-09 11:37:25,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:25.588 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.160s] 2019-01-09 11:37:25,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:25.796 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.207s] 2019-01-09 11:37:25,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:25.964 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.167s] 2019-01-09 11:37:26,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.128 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.163s] 2019-01-09 11:37:26,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.138 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.011s] 2019-01-09 11:37:26,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.286 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.147s] 2019-01-09 11:37:26,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.465 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.178s] 2019-01-09 11:37:26,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.632 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.166s] 2019-01-09 11:37:26,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:26.801 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.168s] 2019-01-09 11:37:27,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:27.274 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.465s] 2019-01-09 11:37:28,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:28.055 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.170s] 2019-01-09 11:37:28,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:28.600 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.266s] 2019-01-09 11:37:28,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:28.672 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.079s] 2019-01-09 11:37:29,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:29.029 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.356s] 2019-01-09 11:37:30,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:30.780 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [79.199s] 2019-01-09 11:37:32,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:32.299 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.189s] 2019-01-09 11:37:32,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:32.471 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.172s] 2019-01-09 11:37:34,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:34.794 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.149s] 2019-01-09 11:37:34,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:34.973 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.178s] 2019-01-09 11:37:36,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:36.104 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [11.545s] 2019-01-09 11:37:36,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:36.555 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.582s] 2019-01-09 11:37:36,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:36.654 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [9.379s] 2019-01-09 11:37:37,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:37.564 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.008s] 2019-01-09 11:37:37,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:37.715 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.150s] 2019-01-09 11:37:37,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:37.874 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.158s] 2019-01-09 11:37:37,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:37.889 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.015s] 2019-01-09 11:37:38,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:38.050 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.160s] 2019-01-09 11:37:43,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:43.733 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.969s] 2019-01-09 11:37:44,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:44.188 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.454s] 2019-01-09 11:37:47,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:47.015 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.359s] 2019-01-09 11:37:48,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:48.082 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [3.760s] 2019-01-09 11:37:49,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:49.468 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.452s] 2019-01-09 11:37:49,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:49.824 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.741s] 2019-01-09 11:37:51,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:51.026 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.835s] 2019-01-09 11:37:52,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:52.941 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.393s] 2019-01-09 11:37:53,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:53.319 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.292s] 2019-01-09 11:37:54,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:54.203 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.378s] 2019-01-09 11:37:54,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:54.770 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [85.824s] 2019-01-09 11:37:56,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:56.484 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]. 2019-01-09 11:37:56,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:56.614 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]. 2019-01-09 11:37:56,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:56.616 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:37:56,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:56.709 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.389s] 2019-01-09 11:37:58,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:58.034 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.565s] 2019-01-09 11:37:58,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:58.760 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.727s] 2019-01-09 11:37:58,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:58.897 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.136s] 2019-01-09 11:37:59,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.151 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.253s] 2019-01-09 11:37:59,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.205 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2019-01-09 11:37:59,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.272 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.066s] 2019-01-09 11:37:59,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.619 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.346s] 2019-01-09 11:37:59,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.721 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.101s] 2019-01-09 11:37:59,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.798 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.077s] 2019-01-09 11:37:59,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.862 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.063s] 2019-01-09 11:37:59,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:37:59.995 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 [5.792s] 2019-01-09 11:38:02,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:02.901 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.164s] 2019-01-09 11:38:05,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:05.680 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [5.684s] 2019-01-09 11:38:05,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:05.955 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.198s] 2019-01-09 11:38:06,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:06.129 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.540s] 2019-01-09 11:38:06,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:06.516 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.386s] 2019-01-09 11:38:06,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:06.914 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.397s] 2019-01-09 11:38:07,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.287 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2019-01-09 11:38:07,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.289 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2019-01-09 11:38:07,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.290 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2019-01-09 11:38:07,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.454 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.540s] 2019-01-09 11:38:07,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.585 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.628s] 2019-01-09 11:38:07,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:07.848 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.393s] 2019-01-09 11:38:10,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:10.947 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [3.361s] 2019-01-09 11:38:12,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:12.410 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.462s] 2019-01-09 11:38:13,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:13.349 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [13.486s] 2019-01-09 11:38:16,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:16.466 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [76.400s] 2019-01-09 11:38:16,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:16.670 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [4.258s] 2019-01-09 11:38:16,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:16.901 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [5.405s] 2019-01-09 11:38:16,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:16.972 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.073s] 2019-01-09 11:38:17,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:17.380 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.170s] 2019-01-09 11:38:20,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:20.375 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [3.705s] 2019-01-09 11:38:21,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:21.925 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.338s] 2019-01-09 11:38:21,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:21.986 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2019-01-09 11:38:22,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:22.777 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.790s] 2019-01-09 11:38:25,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:25.607 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [85.016s] 2019-01-09 11:38:29,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:29.611 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2019-01-09 11:38:30,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:30.272 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.823s] 2019-01-09 11:38:30,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:30.669 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.191s] 2019-01-09 11:38:30,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:30.858 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.188s] 2019-01-09 11:38:31,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.144 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.286s] 2019-01-09 11:38:31,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.321 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.177s] 2019-01-09 11:38:31,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.518 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.196s] 2019-01-09 11:38:31,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.698 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.179s] 2019-01-09 11:38:31,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:31.866 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.168s] 2019-01-09 11:38:32,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:32.043 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.177s] 2019-01-09 11:38:32,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:32.231 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.186s] 2019-01-09 11:38:32,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:32.416 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.185s] 2019-01-09 11:38:33,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.747 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [51.551s] 2019-01-09 11:38:33,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.956 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2019-01-09 11:38:33,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.961 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2019-01-09 11:38:33,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.964 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-09 11:38:33,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.966 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-09 11:38:33,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.967 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]. 2019-01-09 11:38:33,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:33.968 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2019-01-09 11:38:34,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:34.154 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2019-01-09 11:38:35,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:35.181 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [106.037s] 2019-01-09 11:38:35,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:35.370 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [23.645s] 2019-01-09 11:38:36,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:36.552 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.387s] 2019-01-09 11:38:36,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:36.928 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.375s] 2019-01-09 11:38:37,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:37.156 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.227s] 2019-01-09 11:38:37,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:37.373 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [164.887s] 2019-01-09 11:38:37,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:37.375 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-09 11:38:37,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:37.591 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.435s] 2019-01-09 11:38:38,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.315 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.723s] 2019-01-09 11:38:38,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.386 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2019-01-09 11:38:38,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.537 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.150s] 2019-01-09 11:38:38,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.639 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.101s] 2019-01-09 11:38:38,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.708 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2019-01-09 11:38:38,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.779 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.070s] 2019-01-09 11:38:38,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:38.853 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2019-01-09 11:38:39,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:39.916 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [86.461s] 2019-01-09 11:38:40,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:40.664 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.195s] 2019-01-09 11:38:41,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:41.122 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.458s] 2019-01-09 11:38:42,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:42.330 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [1.207s] 2019-01-09 11:38:42,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:42.892 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [17.284s] 2019-01-09 11:38:43,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:43.561 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.452s] 2019-01-09 11:38:43,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:43.580 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.691s] 2019-01-09 11:38:43,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:43.772 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.211s] 2019-01-09 11:38:43,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:43.798 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.467s] 2019-01-09 11:38:44,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:44.477 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.678s] 2019-01-09 11:38:44,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:44.885 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.329s] 2019-01-09 11:38:45,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:45.080 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.196s] 2019-01-09 11:38:45,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:45.095 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.618s] 2019-01-09 11:38:45,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:45.297 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.215s] 2019-01-09 11:38:46,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:46.066 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.970s] 2019-01-09 11:38:48,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:48.316 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [6.772s] 2019-01-09 11:38:49,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:49.160 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.032s] 2019-01-09 11:38:50,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:50.034 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.874s] 2019-01-09 11:38:50,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:50.588 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [6.209s] 2019-01-09 11:38:51,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:51.182 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [5.883s] 2019-01-09 11:38:52,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:52.741 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:38:55,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:55.265 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [19.895s] 2019-01-09 11:38:58,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:58.072 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.052s] 2019-01-09 11:38:58,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:58.155 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.083s] 2019-01-09 11:38:58,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:58.388 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 2019-01-09 11:38:58,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:58.976 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.819s] 2019-01-09 11:38:59,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:38:59.587 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.610s] 2019-01-09 11:39:00,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:00.909 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.320s] 2019-01-09 11:39:02,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:02.375 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [11.191s] 2019-01-09 11:39:02,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:02.410 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.037s] 2019-01-09 11:39:03,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:03.428 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [4.840s] 2019-01-09 11:39:05,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:05.165 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.754s] 2019-01-09 11:39:07,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:07.675 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.246s] 2019-01-09 11:39:11,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:11.265 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.589s] 2019-01-09 11:39:13,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:13.126 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.964s] 2019-01-09 11:39:14,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:14.573 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [13.663s] 2019-01-09 11:39:15,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:15.671 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.406s] 2019-01-09 11:39:15,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:15.818 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.294s] 2019-01-09 11:39:15,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:15.888 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.071s] 2019-01-09 11:39:15,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:15.961 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.072s] 2019-01-09 11:39:16,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:16.032 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.071s] 2019-01-09 11:39:16,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:16.104 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.072s] 2019-01-09 11:39:16,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:16.669 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2019-01-09 11:39:17,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:17.975 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [4.847s] 2019-01-09 11:39:19,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:19.187 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [35.596s] 2019-01-09 11:39:19,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:19.886 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [19.899s] 2019-01-09 11:39:20,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:20.858 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [6.283s] 2019-01-09 11:39:21,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:21.783 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [14.300s] 2019-01-09 11:39:21,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:21.884 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.909s] 2019-01-09 11:39:21,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:21.985 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [26.717s] 2019-01-09 11:39:22,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:22.016 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.234s] 2019-01-09 11:39:22,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:22.686 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.668s] 2019-01-09 11:39:22,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:22.771 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.886s] 2019-01-09 11:39:23,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:23.552 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.693s] 2019-01-09 11:39:23,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:23.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.801s] 2019-01-09 11:39:24,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:24.249 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.064s] 2019-01-09 11:39:24,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:24.388 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.815s] 2019-01-09 11:39:25,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:25.699 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.307s] 2019-01-09 11:39:26,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:26.099 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.412s] 2019-01-09 11:39:26,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:26.710 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.013s] 2019-01-09 11:39:28,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:28.605 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.320s] 2019-01-09 11:39:28,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:28.818 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.718s] 2019-01-09 11:39:28,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:28.871 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.053s] 2019-01-09 11:39:29,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:29.092 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.220s] 2019-01-09 11:39:29,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:29.331 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.619s] 2019-01-09 11:39:30,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:30.566 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [10.681s] 2019-01-09 11:39:31,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:31.471 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [6.166s] 2019-01-09 11:39:31,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:31.727 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.396s] 2019-01-09 11:39:31,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:31.738 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.267s] 2019-01-09 11:39:31,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:31.979 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.251s] 2019-01-09 11:39:32,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:32.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.271s] 2019-01-09 11:39:32,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:32.708 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.458s] 2019-01-09 11:39:32,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:32.944 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.235s] 2019-01-09 11:39:33,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:33.165 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [1.426s] 2019-01-09 11:39:33,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:33.391 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.446s] 2019-01-09 11:39:34,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:34.012 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.620s] 2019-01-09 11:39:34,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:34.659 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.646s] 2019-01-09 11:39:35,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:35.551 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.892s] 2019-01-09 11:39:35,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:35.951 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.017s] 2019-01-09 11:39:36,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:36.109 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.557s] 2019-01-09 11:39:37,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:37.117 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.935s] 2019-01-09 11:39:38,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:38.595 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [9.988s] 2019-01-09 11:39:43,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.108 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [22.804s] 2019-01-09 11:39:43,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.109 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2019-01-09 11:39:43,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.215 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [7.105s] 2019-01-09 11:39:43,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.216 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 2019-01-09 11:39:43,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.760 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [7.805s] 2019-01-09 11:39:43,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:43.765 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.550s] 2019-01-09 11:39:44,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:44.503 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.736s] 2019-01-09 11:39:44,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:44.695 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [7.579s] 2019-01-09 11:39:44,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:44.813 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.310s] 2019-01-09 11:39:45,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.546 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.731s] 2019-01-09 11:39:45,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.581 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [22.029s] 2019-01-09 11:39:45,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.695 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.114s] 2019-01-09 11:39:45,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.774 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.079s] 2019-01-09 11:39:45,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:45.822 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.276s] 2019-01-09 11:39:46,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:46.477 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.654s] 2019-01-09 11:39:46,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:46.542 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [67.671s] 2019-01-09 11:39:46,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:46.557 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.021s] 2019-01-09 11:39:46,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:46.723 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.245s] 2019-01-09 11:39:47,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.276 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.553s] 2019-01-09 11:39:47,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.608 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.331s] 2019-01-09 11:39:47,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.951 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.392s] 2019-01-09 11:39:47,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.955 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. 2019-01-09 11:39:47,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:47.968 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.359s] 2019-01-09 11:39:48,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:48.159 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.206s] 2019-01-09 11:39:48,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:48.242 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.273s] 2019-01-09 11:39:48,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:48.295 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.137s] 2019-01-09 11:39:49,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.087 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.843s] 2019-01-09 11:39:49,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.089 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. 2019-01-09 11:39:49,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.090 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2019-01-09 11:39:49,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.484s] 2019-01-09 11:39:49,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:49.985 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.413s] 2019-01-09 11:39:50,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:50.985 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [6.288s] 2019-01-09 11:39:54,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.224 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [5.625s] 2019-01-09 11:39:54,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.227 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. 2019-01-09 11:39:54,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.738 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [16.142s] 2019-01-09 11:39:54,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.870 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.216s] 2019-01-09 11:39:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.897 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [74.965s] 2019-01-09 11:39:54,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:54.937 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.067s] 2019-01-09 11:39:56,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.257 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.318s] 2019-01-09 11:39:56,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.269 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.012s] 2019-01-09 11:39:56,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.316 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.046s] 2019-01-09 11:39:56,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.327 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2019-01-09 11:39:56,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.373 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.045s] 2019-01-09 11:39:56,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.422 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.049s] 2019-01-09 11:39:56,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.632 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [5.649s] 2019-01-09 11:39:56,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:56.941 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.954s] 2019-01-09 11:39:57,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:57.504 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.562s] 2019-01-09 11:39:57,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:57.923 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.418s] 2019-01-09 11:39:57,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:57.925 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. 2019-01-09 11:39:57,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:57.926 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. 2019-01-09 11:39:58,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:58.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.417s] 2019-01-09 11:39:58,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:58.344 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.162s] 2019-01-09 11:39:58,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:58.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.232s] 2019-01-09 11:39:58,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:58.965 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.391s] 2019-01-09 11:39:59,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:59.239 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [1.432s] 2019-01-09 11:39:59,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:59.290 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.051s] 2019-01-09 11:39:59,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:39:59.368 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [13.591s] 2019-01-09 11:40:03,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:03.527 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2019-01-09 11:40:03,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:03.528 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2019-01-09 11:40:03,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:03.528 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2019-01-09 11:40:03,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:03.596 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [5.254s] 2019-01-09 11:40:06,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:06.102 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [9.467s] 2019-01-09 11:40:06,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:06.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.884s] 2019-01-09 11:40:09,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:09.390 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.907s] 2019-01-09 11:40:09,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:09.391 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:40:09,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:09.837 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.402s] 2019-01-09 11:40:09,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:09.994 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.157s] 2019-01-09 11:40:11,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:11.586 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.196s] 2019-01-09 11:40:13,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:13.715 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [18.814s] 2019-01-09 11:40:13,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:13.797 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [7.693s] 2019-01-09 11:40:14,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:14.327 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [100.560s] 2019-01-09 11:40:16,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.198 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.071s] 2019-01-09 11:40:16,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.223 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.025s] 2019-01-09 11:40:16,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.529 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.752s] 2019-01-09 11:40:16,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.725 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [5.138s] 2019-01-09 11:40:16,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.868 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.675s] 2019-01-09 11:40:16,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.869 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.335s] 2019-01-09 11:40:16,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:16.872 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2019-01-09 11:40:18,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.416 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [19.047s] 2019-01-09 11:40:18,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.468 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.053s] 2019-01-09 11:40:18,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.520 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.052s] 2019-01-09 11:40:18,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.810 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.945s] 2019-01-09 11:40:18,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.856 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2019-01-09 11:40:18,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:18.868 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]. 2019-01-09 11:40:19,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:19.404 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.678s] 2019-01-09 11:40:19,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:19.664 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2019-01-09 11:40:19,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:19.865 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.461s] 2019-01-09 11:40:21,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.180 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.455s] 2019-01-09 11:40:21,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.558 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.090s] 2019-01-09 11:40:21,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.641 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.083s] 2019-01-09 11:40:21,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.717 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2019-01-09 11:40:21,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.724 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2019-01-09 11:40:21,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:21.728 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.546s] 2019-01-09 11:40:23,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:23.192 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.324s] 2019-01-09 11:40:23,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:23.219 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.491s] 2019-01-09 11:40:23,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:23.849 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.894s] 2019-01-09 11:40:24,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.143 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.174s] 2019-01-09 11:40:24,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.154 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2019-01-09 11:40:24,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.165 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.010s] 2019-01-09 11:40:24,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.504 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.338s] 2019-01-09 11:40:24,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.514 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2019-01-09 11:40:24,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.524 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2019-01-09 11:40:24,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.698 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.505s] 2019-01-09 11:40:24,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:24.721 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.024s] 2019-01-09 11:40:25,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.030 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.506s] 2019-01-09 11:40:25,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.043 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.321s] 2019-01-09 11:40:25,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.071 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.027s] 2019-01-09 11:40:25,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.228 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.197s] 2019-01-09 11:40:25,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:25.329 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2019-01-09 11:40:27,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:27.604 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.750s] 2019-01-09 11:40:27,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:27.725 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.171s] 2019-01-09 11:40:28,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:28.407 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-09 11:40:28,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:28.409 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2019-01-09 11:40:28,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:28.410 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]. 2019-01-09 11:40:28,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:28.837 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:40:30,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:30.801 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2019-01-09 11:40:30,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:30.824 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.896s] 2019-01-09 11:40:32,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:32.245 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [4.639s] 2019-01-09 11:40:32,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:32.853 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [14.329s] 2019-01-09 11:40:33,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:33.345 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.164s] 2019-01-09 11:40:35,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:35.054 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.804s] 2019-01-09 11:40:35,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:35.233 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 [2.987s] 2019-01-09 11:40:36,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.138 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.062s] 2019-01-09 11:40:36,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.149 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] 2019-01-09 11:40:36,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.303 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.152s] 2019-01-09 11:40:36,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.313 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2019-01-09 11:40:36,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.325 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.012s] 2019-01-09 11:40:36,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.355 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2019-01-09 11:40:36,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.411 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.370s] 2019-01-09 11:40:36,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.413 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2019-01-09 11:40:36,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.424 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2019-01-09 11:40:36,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.490 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.066s] 2019-01-09 11:40:36,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.587 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.534s]: Skipped until Bug: 1014647 is resolved. 2019-01-09 11:40:36,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.323s] 2019-01-09 11:40:36,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.828 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2019-01-09 11:40:36,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:36.895 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2019-01-09 11:40:39,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:39.444 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.203s] 2019-01-09 11:40:39,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:39.799 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.620s] 2019-01-09 11:40:41,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.074 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [6.701s] 2019-01-09 11:40:41,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.272 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.348s] 2019-01-09 11:40:41,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.273 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. 2019-01-09 11:40:41,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.418 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.162s] 2019-01-09 11:40:41,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.600 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.182s] 2019-01-09 11:40:41,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:41.779 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.178s] 2019-01-09 11:40:42,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:42.840 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.060s] 2019-01-09 11:40:42,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:42.876 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.036s] 2019-01-09 11:40:42,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:42.892 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2019-01-09 11:40:43,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:43.221 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.949s] 2019-01-09 11:40:44,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:44.697 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [30.366s] 2019-01-09 11:40:48,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:48.519 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [4.022s] 2019-01-09 11:40:49,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:49.636 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [16.782s] 2019-01-09 11:40:52,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:52.018 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.759s] 2019-01-09 11:40:52,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:52.670 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [2.193s] 2019-01-09 11:40:54,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:54.538 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [1.116s] 2019-01-09 11:40:54,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:54.642 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.972s] 2019-01-09 11:40:55,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:55.553 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [1.013s] 2019-01-09 11:40:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:55.637 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.085s] 2019-01-09 11:40:56,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:56.040 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.397s] 2019-01-09 11:40:56,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:56.311 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.673s] 2019-01-09 11:40:57,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:57.114 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.073s] 2019-01-09 11:40:57,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:57.308 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [73.532s] 2019-01-09 11:40:58,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:40:58.130 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.221s] 2019-01-09 11:41:00,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:00.528 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-09 11:41:01,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:01.870 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [19.898s] 2019-01-09 11:41:03,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:03.339 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [18.643s] 2019-01-09 11:41:03,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:03.753 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.108s] 2019-01-09 11:41:03,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:03.863 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [6.658s] 2019-01-09 11:41:06,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:06.514 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2019-01-09 11:41:07,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:07.944 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [9.812s] 2019-01-09 11:41:07,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:07.956 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.091s] 2019-01-09 11:41:08,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:08.365 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [6.497s] 2019-01-09 11:41:09,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:09.346 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2019-01-09 11:41:10,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:10.242 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.286s] 2019-01-09 11:41:12,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:12.038 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [3.910s] 2019-01-09 11:41:12,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:12.203 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.371s] 2019-01-09 11:41:12,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:12.211 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.008s] 2019-01-09 11:41:12,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:12.381 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.169s] 2019-01-09 11:41:13,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:13.273 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [21.072s] 2019-01-09 11:41:13,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:13.594 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.353s] 2019-01-09 11:41:14,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:14.591 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [6.226s] 2019-01-09 11:41:14,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:14.757 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.373s] 2019-01-09 11:41:14,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:14.794 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.203s] 2019-01-09 11:41:14,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:14.829 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.034s] 2019-01-09 11:41:15,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.015 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [7.069s] 2019-01-09 11:41:15,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.020 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.191s] 2019-01-09 11:41:15,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.172 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.152s] 2019-01-09 11:41:15,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.322 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.150s] 2019-01-09 11:41:15,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.496 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.173s] 2019-01-09 11:41:15,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.683 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [39.088s] 2019-01-09 11:41:15,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:15.878 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.382s] 2019-01-09 11:41:16,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.102 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.223s] 2019-01-09 11:41:16,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.275 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.173s] 2019-01-09 11:41:16,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.481 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.205s] 2019-01-09 11:41:16,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.677 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.195s] 2019-01-09 11:41:16,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.835 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.158s] 2019-01-09 11:41:16,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:16.882 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.047s] 2019-01-09 11:41:17,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:17.086 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.203s] 2019-01-09 11:41:17,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:17.125 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.039s] 2019-01-09 11:41:17,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:17.163 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2019-01-09 11:41:18,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.257 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.499s] 2019-01-09 11:41:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.443 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.279s] 2019-01-09 11:41:18,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.636 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.192s] 2019-01-09 11:41:18,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.830 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.193s] 2019-01-09 11:41:18,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:18.983 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.153s] 2019-01-09 11:41:19,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.017 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2019-01-09 11:41:19,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.213 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.195s] 2019-01-09 11:41:19,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.246 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2019-01-09 11:41:19,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.289 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.042s] 2019-01-09 11:41:19,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.328 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.038s] 2019-01-09 11:41:19,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.365 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.037s] 2019-01-09 11:41:19,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.409 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.043s] 2019-01-09 11:41:19,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.443 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.034s] 2019-01-09 11:41:19,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.725 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.281s] 2019-01-09 11:41:19,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:19.963 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [5.100s] 2019-01-09 11:41:20,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:20.838 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.580s] 2019-01-09 11:41:21,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:21.907 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.209s] 2019-01-09 11:41:22,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:22.657 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.694s] 2019-01-09 11:41:23,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:23.363 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.049s] 2019-01-09 11:41:23,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:23.379 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.016s] 2019-01-09 11:41:23,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:23.823 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [8.807s] 2019-01-09 11:41:24,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:24.901 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.626s] 2019-01-09 11:41:29,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:29.020 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [4.376s] 2019-01-09 11:41:30,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:30.452 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.661s] 2019-01-09 11:41:30,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:30.453 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-09 11:41:30,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:30.500 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.418s] 2019-01-09 11:41:30,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:30.686 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.185s] 2019-01-09 11:41:31,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:31.171 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.457s] 2019-01-09 11:41:32,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.057 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.212s] 2019-01-09 11:41:32,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.066 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.009s] 2019-01-09 11:41:32,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.200 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [8.376s] 2019-01-09 11:41:32,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.530 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.463s] 2019-01-09 11:41:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.725 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.194s] 2019-01-09 11:41:32,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:32.945 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.220s] 2019-01-09 11:41:33,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.183 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.238s] 2019-01-09 11:41:33,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.375 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.191s] 2019-01-09 11:41:33,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.408 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.033s] 2019-01-09 11:41:33,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.736 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.327s] 2019-01-09 11:41:33,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:33.920 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.183s] 2019-01-09 11:41:34,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.192 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.270s] 2019-01-09 11:41:34,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.260 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.068s] 2019-01-09 11:41:34,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.283 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [2.084s] 2019-01-09 11:41:34,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.473 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.214s] 2019-01-09 11:41:34,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.540 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.065s] 2019-01-09 11:41:34,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:34.863 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.322s] 2019-01-09 11:41:35,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:35.809 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2019-01-09 11:41:36,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:36.373 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [7.352s] 2019-01-09 11:41:36,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:36.759 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.857s] 2019-01-09 11:41:36,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:36.763 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. 2019-01-09 11:41:41,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:41.403 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [10.229s] 2019-01-09 11:41:43,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:43.202 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.440s] 2019-01-09 11:41:45,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:45.048 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.645s] 2019-01-09 11:41:48,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:48.479 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [12.105s] 2019-01-09 11:41:48,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:48.779 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.730s] 2019-01-09 11:41:49,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:49.453 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [4.203s] 2019-01-09 11:41:50,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:50.921 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.401s] 2019-01-09 11:41:50,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:50.945 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.024s] 2019-01-09 11:41:50,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:50.970 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.025s] 2019-01-09 11:41:51,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.103 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.650s] 2019-01-09 11:41:51,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.386 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.414s] 2019-01-09 11:41:51,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.483 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.039s] 2019-01-09 11:41:51,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.672 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.188s] 2019-01-09 11:41:51,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:51.732 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.060s] 2019-01-09 11:41:52,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:52.107 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [3.328s] 2019-01-09 11:41:52,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:52.438 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.704s] 2019-01-09 11:41:52,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:52.971 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.532s] 2019-01-09 11:41:53,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.007 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.617s] 2019-01-09 11:41:53,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.029 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.025s] 2019-01-09 11:41:53,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.048 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2019-01-09 11:41:53,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.060 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2019-01-09 11:41:53,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.070 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.009s] 2019-01-09 11:41:53,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.090 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.020s] 2019-01-09 11:41:53,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.100 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2019-01-09 11:41:53,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.115 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.014s] 2019-01-09 11:41:53,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.357 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.385s] 2019-01-09 11:41:53,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.544 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.188s] 2019-01-09 11:41:53,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.592 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.047s] 2019-01-09 11:41:53,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.737 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.144s] 2019-01-09 11:41:53,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.742 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]. 2019-01-09 11:41:53,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:53.979 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.242s] 2019-01-09 11:41:54,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:54.214 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.234s] 2019-01-09 11:41:54,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:54.261 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.046s] 2019-01-09 11:41:54,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:54.342 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.081s] 2019-01-09 11:41:54,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:54.770 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.427s] 2019-01-09 11:41:55,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:55.062 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.291s] 2019-01-09 11:41:55,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:55.279 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.216s] 2019-01-09 11:41:55,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:55.327 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.049s] 2019-01-09 11:41:55,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:55.377 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2019-01-09 11:41:56,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:56.098 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [12.895s] 2019-01-09 11:41:56,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:41:56.968 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [8.487s] 2019-01-09 11:42:04,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:04.507 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.239s] 2019-01-09 11:42:06,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:06.041 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [9.073s] 2019-01-09 11:42:09,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:09.995 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.440s] 2019-01-09 11:42:13,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:13.845 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [7.803s] 2019-01-09 11:42:20,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:20.570 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.051s] 2019-01-09 11:42:20,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:20.920 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.150s] 2019-01-09 11:42:21,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:21.291 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [11.412s] 2019-01-09 11:42:21,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:21.919 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [8.074s] 2019-01-09 11:42:23,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:23.250 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.752s] 2019-01-09 11:42:24,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:24.046 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [86.724s] 2019-01-09 11:42:24,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:24.101 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.057s] 2019-01-09 11:42:24,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:24.153 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.052s] 2019-01-09 11:42:25,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:25.997 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.747s] 2019-01-09 11:42:30,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:30.500 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [8.581s] 2019-01-09 11:42:31,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:31.940 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [5.013s] 2019-01-09 11:42:32,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:32.102 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [10.810s] 2019-01-09 11:42:34,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:34.870 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [56.804s] 2019-01-09 11:42:35,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:35.879 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.957s] 2019-01-09 11:42:36,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:36.935 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.994s] 2019-01-09 11:42:37,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:37.440 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [5.337s] 2019-01-09 11:42:40,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:40.186 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [44.084s] 2019-01-09 11:42:41,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:41.752 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.885s] 2019-01-09 11:42:41,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:41.952 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [5.016s] 2019-01-09 11:42:42,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:42.926 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.175s] 2019-01-09 11:42:43,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:43.227 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [3.044s] 2019-01-09 11:42:44,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:44.331 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.673s] 2019-01-09 11:42:45,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:45.061 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.134s] 2019-01-09 11:42:45,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:45.212 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [7.771s] 2019-01-09 11:42:47,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:47.136 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.076s] 2019-01-09 11:42:47,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:47.478 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.598s] 2019-01-09 11:42:47,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:47.479 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. 2019-01-09 11:42:47,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:47.966 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.014s] 2019-01-09 11:42:48,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:48.739 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [3.526s] 2019-01-09 11:42:49,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:49.882 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]. 2019-01-09 11:42:52,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:52.010 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.892s] 2019-01-09 11:42:53,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:53.234 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]. 2019-01-09 11:42:53,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:53.237 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:42:53,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:53.950 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.470s] 2019-01-09 11:42:54,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:54.730 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.990s] 2019-01-09 11:42:55,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:55.171 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.160s] 2019-01-09 11:42:59,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:42:59.163 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.991s] 2019-01-09 11:43:02,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:02.246 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [2.237s] 2019-01-09 11:43:02,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:02.985 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [8.254s] 2019-01-09 11:43:03,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:03.541 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.295s] 2019-01-09 11:43:03,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:03.721 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [4.350s] 2019-01-09 11:43:04,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:04.869 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.454s] 2019-01-09 11:43:05,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:05.813 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [11.862s] 2019-01-09 11:43:06,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:06.807 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.086s] 2019-01-09 11:43:07,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:07.329 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [8.166s] 2019-01-09 11:43:07,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:07.379 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [111.671s] 2019-01-09 11:43:09,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:09.193 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [6.207s] 2019-01-09 11:43:12,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:12.386 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.089s] 2019-01-09 11:43:13,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:13.417 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [4.223s] 2019-01-09 11:43:14,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:14.971 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2019-01-09 11:43:16,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:16.325 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [9.513s] 2019-01-09 11:43:17,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.197 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.091s] 2019-01-09 11:43:17,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.229 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [42.355s] 2019-01-09 11:43:17,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.337 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.140s] 2019-01-09 11:43:17,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.459 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.122s] 2019-01-09 11:43:17,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.599 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.139s] 2019-01-09 11:43:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:17.652 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.053s] 2019-01-09 11:43:19,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:19.248 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.926s] 2019-01-09 11:43:21,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:21.929 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.511s] 2019-01-09 11:43:23,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:23.832 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.580s] 2019-01-09 11:43:23,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:23.890 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.959s] 2019-01-09 11:43:24,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:24.713 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [4.597s] 2019-01-09 11:43:25,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:25.742 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.910s] 2019-01-09 11:43:27,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:27.672 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2019-01-09 11:43:29,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:29.552 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.806s] 2019-01-09 11:43:29,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:29.600 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.052s] 2019-01-09 11:43:29,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:29.966 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [6.075s] 2019-01-09 11:43:30,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.354 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.389s] 2019-01-09 11:43:30,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.554 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.197s] 2019-01-09 11:43:30,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.816 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.262s] 2019-01-09 11:43:30,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.878 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.061s] 2019-01-09 11:43:30,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:30.956 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.078s] 2019-01-09 11:43:31,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.060 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.102s] 2019-01-09 11:43:31,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.081 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.677s] 2019-01-09 11:43:31,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.160 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.100s] 2019-01-09 11:43:31,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.365 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.204s] 2019-01-09 11:43:31,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.441 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.359s] 2019-01-09 11:43:31,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.455 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.764s] 2019-01-09 11:43:31,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.456 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]. 2019-01-09 11:43:31,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.612 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.247s] 2019-01-09 11:43:31,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.692 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.250s] 2019-01-09 11:43:31,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:31.986 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.234s] 2019-01-09 11:43:32,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:32.170 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.183s] 2019-01-09 11:43:32,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:32.337 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.167s] 2019-01-09 11:43:34,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.525 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.433s] 2019-01-09 11:43:34,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.707 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.251s] 2019-01-09 11:43:34,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.708 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. 2019-01-09 11:43:34,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.795 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.800s] 2019-01-09 11:43:34,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:34.836 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.497s] 2019-01-09 11:43:35,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:35.004 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.169s] 2019-01-09 11:43:35,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:35.391 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.214s] 2019-01-09 11:43:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:35.583 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.191s] 2019-01-09 11:43:38,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:38.153 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.446s] 2019-01-09 11:43:38,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:38.740 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [32.922s] 2019-01-09 11:43:39,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:39.730 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.117s] 2019-01-09 11:43:40,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:40.413 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.259s] 2019-01-09 11:43:40,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:40.530 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.004s] 2019-01-09 11:43:40,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:40.555 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2019-01-09 11:43:41,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:41.722 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.985s] 2019-01-09 11:43:41,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:41.883 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [7.087s] 2019-01-09 11:43:43,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:43.172 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.476s] 2019-01-09 11:43:43,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:43.215 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.045s] 2019-01-09 11:43:43,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:43.251 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.036s] 2019-01-09 11:43:46,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:46.053 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2019-01-09 11:43:46,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:46.054 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:43:46,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:46.490 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. 2019-01-09 11:43:46,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:46.492 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2019-01-09 11:43:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:48.161 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [7.630s] 2019-01-09 11:43:50,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:50.893 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.735s] 2019-01-09 11:43:51,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:51.487 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.593s] 2019-01-09 11:43:52,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:52.017 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [10.133s] 2019-01-09 11:43:52,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:52.481 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.068s] 2019-01-09 11:43:52,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:52.699 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.219s] 2019-01-09 11:43:52,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:52.787 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.299s] 2019-01-09 11:43:53,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:53.537 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [5.376s] 2019-01-09 11:43:53,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:53.605 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.113s] 2019-01-09 11:43:55,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:55.888 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2019-01-09 11:43:56,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:56.651 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2019-01-09 11:43:56,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:56.728 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 2019-01-09 11:43:59,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:43:59.292 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.342s] 2019-01-09 11:44:00,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:00.098 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.806s] 2019-01-09 11:44:03,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:03.611 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-09 11:44:03,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:03.612 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2019-01-09 11:44:03,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:03.642 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [10.104s] 2019-01-09 11:44:06,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:06.688 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.184s] 2019-01-09 11:44:07,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:07.161 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.697s] 2019-01-09 11:44:07,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:07.396 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.708s] 2019-01-09 11:44:08,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:08.713 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.316s] 2019-01-09 11:44:15,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:15.580 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.959s] 2019-01-09 11:44:15,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:15.771 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.608s] 2019-01-09 11:44:17,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:17.056 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.861s] 2019-01-09 11:44:18,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.328 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.024s] 2019-01-09 11:44:18,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.517 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.188s] 2019-01-09 11:44:18,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.546 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.029s] 2019-01-09 11:44:18,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.732 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.184s] 2019-01-09 11:44:18,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.755 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.022s] 2019-01-09 11:44:18,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:18.964 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [3.384s] 2019-01-09 11:44:19,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.061 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.305s] 2019-01-09 11:44:19,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.306 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.244s] 2019-01-09 11:44:19,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.524 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.217s] 2019-01-09 11:44:19,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.708 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.185s] 2019-01-09 11:44:19,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.733 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.025s] 2019-01-09 11:44:19,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:19.968 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.233s] 2019-01-09 11:44:20,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:20.395 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.426s] 2019-01-09 11:44:21,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:21.761 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-09 11:44:21,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:21.762 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2019-01-09 11:44:22,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:22.336 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.551s] 2019-01-09 11:44:22,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:22.551 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-09 11:44:24,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:24.953 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [7.895s] 2019-01-09 11:44:25,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:25.863 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.092s] 2019-01-09 11:44:27,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:27.134 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.167s] 2019-01-09 11:44:27,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:27.503 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.368s] 2019-01-09 11:44:29,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:29.125 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [4.072s] 2019-01-09 11:44:30,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:30.147 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [4.189s] 2019-01-09 11:44:30,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:30.924 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [5.059s] 2019-01-09 11:44:31,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:31.032 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.885s] 2019-01-09 11:44:31,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:31.860 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.827s] 2019-01-09 11:44:32,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:32.300 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [3.175s] 2019-01-09 11:44:32,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:32.768 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.906s] 2019-01-09 11:44:32,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:32.785 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.018s] 2019-01-09 11:44:32,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:32.805 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.019s] 2019-01-09 11:44:33,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:33.946 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.022s] 2019-01-09 11:44:34,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:34.268 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.461s] 2019-01-09 11:44:38,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:38.253 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [15.915s] 2019-01-09 11:44:39,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:39.623 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.373s] 2019-01-09 11:44:40,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:40.037 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.732s] 2019-01-09 11:44:40,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:40.457 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.834s] 2019-01-09 11:44:41,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:41.338 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.880s] 2019-01-09 11:44:41,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:41.585 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.551s] 2019-01-09 11:44:42,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:42.570 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [5.462s] 2019-01-09 11:44:43,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:43.030 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.461s] 2019-01-09 11:44:44,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:44.120 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [2.532s] 2019-01-09 11:44:45,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:45.215 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.183s] 2019-01-09 11:44:45,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:45.398 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.183s] 2019-01-09 11:44:45,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:45.878 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.480s] 2019-01-09 11:44:46,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:46.675 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.555s] 2019-01-09 11:44:50,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:50.226 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.466s] 2019-01-09 11:44:50,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:50.463 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.237s] 2019-01-09 11:44:51,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.040 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [17.092s] 2019-01-09 11:44:51,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.085 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.409s] 2019-01-09 11:44:51,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.131 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2019-01-09 11:44:51,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.157 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.119s] 2019-01-09 11:44:51,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:51.227 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.068s] 2019-01-09 11:44:58,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:58.495 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.198s] 2019-01-09 11:44:58,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:58.706 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.210s] 2019-01-09 11:44:58,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:58.902 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.195s] 2019-01-09 11:44:59,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.076 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.174s] 2019-01-09 11:44:59,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.267 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.190s] 2019-01-09 11:44:59,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.453 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.185s] 2019-01-09 11:44:59,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.621 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.167s] 2019-01-09 11:44:59,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:44:59.836 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.215s] 2019-01-09 11:45:00,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:00.027 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.190s] 2019-01-09 11:45:00,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:00.271 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.243s] 2019-01-09 11:45:00,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:00.471 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.201s] 2019-01-09 11:45:01,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:01.526 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [10.298s] 2019-01-09 11:45:02,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:02.800 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.192s] 2019-01-09 11:45:07,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:07.970 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [71.225s] 2019-01-09 11:45:12,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:12.086 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [25.516s] 2019-01-09 11:45:13,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:13.719 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.331s] 2019-01-09 11:45:14,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:14.021 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [32.679s] 2019-01-09 11:45:14,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:14.587 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.867s] 2019-01-09 11:45:15,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:15.348 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [13.821s] 2019-01-09 11:45:15,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:15.583 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.235s] 2019-01-09 11:45:15,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:15.630 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.047s] 2019-01-09 11:45:22,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:22.061 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [20.154s] 2019-01-09 11:45:25,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:25.680 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.047s] 2019-01-09 11:45:26,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:26.803 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.746s] 2019-01-09 11:45:30,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:30.769 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.344s] 2019-01-09 11:45:30,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:30.788 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.984s] 2019-01-09 11:45:31,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:31.632 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [19.544s] 2019-01-09 11:45:39,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:39.388 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [8.598s] 2019-01-09 11:45:40,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:40.832 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [10.062s] 2019-01-09 11:45:40,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:40.967 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [15.286s] 2019-01-09 11:45:41,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:41.084 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [19.462s] 2019-01-09 11:45:41,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:41.641 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [10.012s] 2019-01-09 11:45:43,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:43.326 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.937s] 2019-01-09 11:45:46,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:46.831 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [5.189s] 2019-01-09 11:45:47,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:47.537 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.453s] 2019-01-09 11:45:47,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:47.606 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]. 2019-01-09 11:45:47,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:47.607 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]. 2019-01-09 11:45:49,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:49.413 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [6.086s] 2019-01-09 11:45:49,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:49.447 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [222.561s] 2019-01-09 11:45:51,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:51.773 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [177.520s] 2019-01-09 11:45:56,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:56.874 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [258.552s] 2019-01-09 11:45:59,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:45:59.756 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [172.356s] 2019-01-09 11:46:06,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:06.019 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [19.185s] 2019-01-09 11:46:10,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:10.883 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [5.716s] 2019-01-09 11:46:13,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:13.831 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [14.073s] 2019-01-09 11:46:15,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:15.790 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.904s] 2019-01-09 11:46:25,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:25.069 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2019-01-09 11:46:25,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:25.071 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]. 2019-01-09 11:46:25,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:25.072 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2019-01-09 11:46:27,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:27.364 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.186s] 2019-01-09 11:46:27,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:27.558 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.193s] 2019-01-09 11:46:27,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:27.714 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.156s] 2019-01-09 11:46:27,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:27.892 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.177s] 2019-01-09 11:46:28,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:28.067 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.174s] 2019-01-09 11:46:30,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:30.464 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [41.004s] 2019-01-09 11:46:34,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:34.200 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [6.131s] 2019-01-09 11:46:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:47.848 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.445s] 2019-01-09 11:46:48,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:48.634 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.786s] 2019-01-09 11:46:49,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:49.565 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.931s] 2019-01-09 11:46:49,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:49.736 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.711s] 2019-01-09 11:46:49,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:49.937 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.372s] 2019-01-09 11:46:50,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:50.272 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.334s] 2019-01-09 11:46:51,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:51.510 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.237s] 2019-01-09 11:46:51,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:51.832 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.100s] 2019-01-09 11:46:52,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:52.826 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.315s] 2019-01-09 11:46:53,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:53.667 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.840s] 2019-01-09 11:46:54,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:54.158 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.490s] 2019-01-09 11:46:54,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:54.842 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.683s] 2019-01-09 11:46:58,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:46:58.090 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2019-01-09 11:47:02,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:02.412 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [10.577s] 2019-01-09 11:47:03,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:03.974 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.062s] 2019-01-09 11:47:13,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:13.906 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.203s] 2019-01-09 11:47:14,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:14.674 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [12.261s] 2019-01-09 11:47:19,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:19.265 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [65.418s] 2019-01-09 11:47:19,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:19.885 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.210s] 2019-01-09 11:47:26,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:26.647 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.110s] 2019-01-09 11:47:26,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:26.939 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.291s] 2019-01-09 11:47:28,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:28.621 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.682s] 2019-01-09 11:47:50,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:50.546 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.953s] 2019-01-09 11:47:56,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:56.613 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.066s] 2019-01-09 11:47:59,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:47:59.017 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [39.122s] 2019-01-09 11:48:01,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:01.390 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.777s] 2019-01-09 11:48:06,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:06.747 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.356s] 2019-01-09 11:48:12,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:12.342 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.594s] 2019-01-09 11:48:13,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:13.646 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.132s] 2019-01-09 11:48:14,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:14.021 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.375s] 2019-01-09 11:48:14,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:14.435 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.414s] 2019-01-09 11:48:16,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:16.525 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.088s] 2019-01-09 11:48:18,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:18.988 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.462s] 2019-01-09 11:48:19,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:19.178 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.190s] 2019-01-09 11:48:19,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:19.397 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.219s] 2019-01-09 11:48:22,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:22.968 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.151s] 2019-01-09 11:48:25,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:25.300 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.329s] 2019-01-09 11:48:26,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:26.554 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.254s] 2019-01-09 11:48:27,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:27.672 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.117s] 2019-01-09 11:48:28,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:28.867 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.193s] 2019-01-09 11:48:31,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:31.156 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.288s] 2019-01-09 11:48:32,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:32.718 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.561s] 2019-01-09 11:48:33,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:33.040 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.323s] 2019-01-09 11:48:33,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:33.234 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [161.441s] 2019-01-09 11:48:35,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:35.355 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.312s] 2019-01-09 11:48:36,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:36.676 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.321s] 2019-01-09 11:48:37,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:37.910 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.233s] 2019-01-09 11:48:38,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:38.087 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.178s] 2019-01-09 11:48:38,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:38.259 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.172s] 2019-01-09 11:48:38,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:38.424 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.164s] 2019-01-09 11:48:39,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:39.580 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2019-01-09 11:48:40,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:40.063 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2019-01-09 11:48:40,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:40.065 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2019-01-09 11:48:40,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:40.065 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]. 2019-01-09 11:48:40,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:40.068 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2019-01-09 11:48:41,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:41.482 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2019-01-09 11:48:43,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:43.592 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2019-01-09 11:48:49,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:49.353 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [90.068s] 2019-01-09 11:48:49,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:49.613 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2019-01-09 11:48:52,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:52.074 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [159.575s] 2019-01-09 11:48:54,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:48:54.298 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [226.315s] 2019-01-09 11:49:19,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:49:19.353 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [29.729s] 2019-01-09 11:49:24,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:49:24.842 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.492s] 2019-01-09 11:49:37,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:49:37.090 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [25.548s] 2019-01-09 11:49:51,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:49:51.036 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [26.185s] 2019-01-09 11:50:00,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:50:00.901 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.867s] 2019-01-09 11:50:05,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:50:05.578 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [246.054s] 2019-01-09 11:50:21,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:50:21.110 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [91.732s] 2019-01-09 11:50:21,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:50:21.111 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2019-01-09 11:51:33,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:51:33.793 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [72.665s] 2019-01-09 11:51:39,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:51:39.390 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.601s] 2019-01-09 11:52:02,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:02.137 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.162s] 2019-01-09 11:52:02,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:02.175 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.038s] 2019-01-09 11:52:08,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:08.163 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.701s] 2019-01-09 11:52:17,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:17.061 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.158s] 2019-01-09 11:52:19,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:19.817 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:52:19,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:19.818 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-09 11:52:23,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:23.930 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [216.732s] 2019-01-09 11:52:24,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:24.046 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.321s] 2019-01-09 11:52:24,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:24.549 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.502s] 2019-01-09 11:52:31,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:31.817 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.272s] 2019-01-09 11:52:32,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:32.254 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.436s] 2019-01-09 11:52:32,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:32.792 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.537s] 2019-01-09 11:52:32,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:32.866 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.074s] 2019-01-09 11:52:32,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:32.933 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.066s] 2019-01-09 11:52:33,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:33.009 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.075s] 2019-01-09 11:52:41,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:41.295 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.456s] 2019-01-09 11:52:41,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:41.975 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.679s] 2019-01-09 11:52:42,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:42.358 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.383s] 2019-01-09 11:52:42,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:42.698 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.339s] 2019-01-09 11:52:43,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:43.704 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.004s] 2019-01-09 11:52:44,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:44.099 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.395s] 2019-01-09 11:52:44,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:44.441 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.341s] 2019-01-09 11:52:45,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:45.978 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.535s] 2019-01-09 11:52:46,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:46.235 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.255s] 2019-01-09 11:52:46,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:46.850 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.615s] 2019-01-09 11:52:46,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:46.915 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.066s] 2019-01-09 11:52:47,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:47.319 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.402s] 2019-01-09 11:52:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:47.993 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.674s] 2019-01-09 11:52:59,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:59.610 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.658s] 2019-01-09 11:52:59,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:59.628 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.019s] 2019-01-09 11:52:59,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:52:59.882 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.253s] 2019-01-09 11:53:12,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:12.115 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.535s] 2019-01-09 11:53:17,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:17.358 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.185s] 2019-01-09 11:53:19,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:19.171 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.811s] 2019-01-09 11:53:25,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:25.409 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.381s] 2019-01-09 11:53:25,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:25.572 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.162s] 2019-01-09 11:53:25,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:25.751 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.179s] 2019-01-09 11:53:25,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:25.910 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.158s] 2019-01-09 11:53:30,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:30.853 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.174s] 2019-01-09 11:53:52,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:53:52.443 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [218.475s] 2019-01-09 11:57:26,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-09 11:57:26.424 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [213.966s] 2019-01-09 11:57:33,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0cbbe380-7e59-4222-a230-89bf6b2b2761 2019-01-09 11:57:33,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0cbbe380-7e59-4222-a230-89bf6b2b2761']'. 2019-01-09 11:57:34,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-09 11:57:34,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0cbbe380-7e59-4222-a230-89bf6b2b2761 | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-09 11:32:00 | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-09 11:57:32 | 2019-01-09 11:57:34,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:25:32 | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 82af088b-0f08-4857-9b3c-37d87cae5855) | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 45b95fa8-4082-4758-a571-7e1d4fcb241c) | 2019-01-09 11:57:34,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1521.767 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1060 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2019-01-09 11:57:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-09 11:57:34,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-09 11:57:34,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-09 11:57:34,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.3302411874% 2019-01-09 11:57:34,750 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:47 | PASS | +-------------------------------+------------------+------------------+----------------+ 2019-01-09 11:57:34,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 11:57:34,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:57:36,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b0f667b5-9cec-4beb-8eb0-3a8689ea0054 Date: Wed, 09 Jan 2019 11:57:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:57:36,652 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97 used request id req-b0f667b5-9cec-4beb-8eb0-3a8689ea0054 2019-01-09 11:57:36,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.89780306816s 2019-01-09 11:57:36,652 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/eb498884-2618-41d7-a89f-fd1d37235c97 used request id req-b0f667b5-9cec-4beb-8eb0-3a8689ea0054 2019-01-09 11:57:36,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 11:57:36,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:36,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11: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-c38a00fc-dfc3-4d9e-9d70-59928417ab3a x-compute-request-id: req-c38a00fc-dfc3-4d9e-9d70-59928417ab3a Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c9b712a8-9c1c-49f1-b15c-b64a594d727a", "name": "tempest_full_parallel-flavor_alt_4cd35f38-5162-4759-bc69-ca2155850e29", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e2ef2e61-8287-453d-9953-de21a18a4d90", "name": "tempest_full_parallel-flavor_4cd35f38-5162-4759-bc69-ca2155850e29", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 11:57:36,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-c38a00fc-dfc3-4d9e-9d70-59928417ab3a 2019-01-09 11:57:36,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.188468933105s 2019-01-09 11:57:36,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-c38a00fc-dfc3-4d9e-9d70-59928417ab3a 2019-01-09 11:57:36,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 11:57:36,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:36,903 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11: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 x-openstack-request-id: req-d0f120a0-bf34-4724-b0e3-c64fa183f8da x-compute-request-id: req-d0f120a0-bf34-4724-b0e3-c64fa183f8da Content-Length: 0 Content-Type: application/json 2019-01-09 11:57:36,903 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a used request id req-d0f120a0-bf34-4724-b0e3-c64fa183f8da 2019-01-09 11:57:36,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0571110248566s 2019-01-09 11:57:36,903 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/c9b712a8-9c1c-49f1-b15c-b64a594d727a used request id req-d0f120a0-bf34-4724-b0e3-c64fa183f8da 2019-01-09 11:57:36,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-09 11:57:36,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:57:37,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-6ea1b8fb-e808-4aca-940a-8052ee6bda31 Date: Wed, 09 Jan 2019 11:57:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap", "metadata": {}}], "file": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/file", "owner": "ba94836e97524e27814bb777f1066cbc", "id": "fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "size": 12716032, "self": "/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a", "disk_format": "qcow2", "direct_url": "rbd://6122c3b5-d14b-4483-bc1a-fd26e0c181fb/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-09T11:31:49Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_4cd35f38-5162-4759-bc69-ca2155850e29", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-09T11:31:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-09 11:57:37,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6ea1b8fb-e808-4aca-940a-8052ee6bda31 2019-01-09 11:57:37,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18415594101s 2019-01-09 11:57:37,088 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6ea1b8fb-e808-4aca-940a-8052ee6bda31 2019-01-09 11:57:37,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-09 11:57:37,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}eba9462f16b624df7a7b1afa78955a88b506761d" 2019-01-09 11:57:38,728 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9137f8e-fe8f-4db7-b81e-dbc162a93571 Date: Wed, 09 Jan 2019 11:57:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-09 11:57:38,729 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a used request id req-f9137f8e-fe8f-4db7-b81e-dbc162a93571 2019-01-09 11:57:38,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.63949394226s 2019-01-09 11:57:38,729 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/fc65aea2-dfb6-416f-a944-e4de7e2cd18a used request id req-f9137f8e-fe8f-4db7-b81e-dbc162a93571 2019-01-09 11:57:38,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-09 11:57:38,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:38,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:57:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b8e9236-a7d6-4afa-acdb-fd8cfacadd60 x-compute-request-id: req-4b8e9236-a7d6-4afa-acdb-fd8cfacadd60 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/60d10ddd-211f-4f92-99a3-d2cfaa586787", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "60d10ddd-211f-4f92-99a3-d2cfaa586787", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e2ef2e61-8287-453d-9953-de21a18a4d90", "name": "tempest_full_parallel-flavor_4cd35f38-5162-4759-bc69-ca2155850e29", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-09 11:57:38,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4b8e9236-a7d6-4afa-acdb-fd8cfacadd60 2019-01-09 11:57:38,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0315098762512s 2019-01-09 11:57:38,761 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-4b8e9236-a7d6-4afa-acdb-fd8cfacadd60 2019-01-09 11:57:38,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-09 11:57:38,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:38,819 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 09 Jan 2019 11:57:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7da211a9-f39b-427d-b57d-084089947315 x-compute-request-id: req-7da211a9-f39b-427d-b57d-084089947315 Content-Length: 0 Content-Type: application/json 2019-01-09 11:57:38,820 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90 used request id req-7da211a9-f39b-427d-b57d-084089947315 2019-01-09 11:57:38,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0562400817871s 2019-01-09 11:57:38,820 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e2ef2e61-8287-453d-9953-de21a18a4d90 used request id req-7da211a9-f39b-427d-b57d-084089947315 2019-01-09 11:57:38,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:57:38,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:38,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-246cd7db-0050-4d24-bfae-41db4df5ba97 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/0bd59af1bebf48338186e98c78740688"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0bd59af1bebf48338186e98c78740688", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/16a0db82756c4e9d8919a8a46db99aed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "16a0db82756c4e9d8919a8a46db99aed", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/1bf79154a818435ca0ec0d1b1437b555"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1bf79154a818435ca0ec0d1b1437b555", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29", "links": {"self": "http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d"}, "domain_id": "default", "enabled": true, "id": "20493acec465451f92b9e399f0d35a6d", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/282417557e6944ef834dbba646ed6534"}, "domain_id": "default", "enabled": true, "options": {}, "id": "282417557e6944ef834dbba646ed6534", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/4afb20c9d0184bccba3baaa8f1b7b6a1"}, "domain_id": "4c7e38bc89914894be0dc4f482c08e8f", "enabled": true, "options": {}, "id": "4afb20c9d0184bccba3baaa8f1b7b6a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/941f3a4248bf4d48a800da9d8beee622"}, "domain_id": "default", "enabled": true, "options": {}, "id": "941f3a4248bf4d48a800da9d8beee622", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/a2521eb2ea2b4be7bca6e7417f9a9325"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2521eb2ea2b4be7bca6e7417f9a9325", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/a443752171a243b6b728399087db2588"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a443752171a243b6b728399087db2588", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/b8c629f61e554274b06fca5295f106f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b8c629f61e554274b06fca5295f106f6", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/bee5adda8664434988c9050e8bded99b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bee5adda8664434988c9050e8bded99b", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ca534722cfb9462f8ef96030482ffc6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca534722cfb9462f8ef96030482ffc6f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.30:5000/v3/users/de3c60ed34d94a9d8f535ba768de08f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "de3c60ed34d94a9d8f535ba768de08f0", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.30:5000/v3/users/e41ba72be38347db99244c7847452e9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e41ba72be38347db99244c7847452e9e", "email": "barbican@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/f4ac0158040d4a329a615e17bf635c25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4ac0158040d4a329a615e17bf635c25", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2019-01-09 11:57:38,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-246cd7db-0050-4d24-bfae-41db4df5ba97 2019-01-09 11:57:38,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103854894638s 2019-01-09 11:57:38,925 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-246cd7db-0050-4d24-bfae-41db4df5ba97 2019-01-09 11:57:38,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-09 11:57:38,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:39,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-258d3407-86c6-4379-a655-98310bc8b178 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d"}, "enabled": true, "id": "20493acec465451f92b9e399f0d35a6d", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_4cd35f38-5162-4759-bc69-ca2155850e29"}} 2019-01-09 11:57:39,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d used request id req-258d3407-86c6-4379-a655-98310bc8b178 2019-01-09 11:57:39,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0970649719238s 2019-01-09 11:57:39,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d used request id req-258d3407-86c6-4379-a655-98310bc8b178 2019-01-09 11:57:39,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-09 11:57:39,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:39,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b72c8918-18a6-4dbe-84f0-f18db8c4a084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:57:39,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d used request id req-b72c8918-18a6-4dbe-84f0-f18db8c4a084 2019-01-09 11:57:39,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.22610616684s 2019-01-09 11:57:39,256 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/20493acec465451f92b9e399f0d35a6d used request id req-b72c8918-18a6-4dbe-84f0-f18db8c4a084 2019-01-09 11:57:39,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-09 11:57:39,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:39,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5206c8f2-c11a-4d01-b07d-ed34a0c2daf4 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/19bbc6aaed984592b19410ca41b91291"}, "enabled": true, "id": "19bbc6aaed984592b19410ca41b91291", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/a3475ec98a734cb2aeb418d350edd17b"}, "enabled": true, "id": "a3475ec98a734cb2aeb418d350edd17b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc"}, "enabled": true, "id": "ba94836e97524e27814bb777f1066cbc", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_4cd35f38-5162-4759-bc69-ca2155850e29"}]} 2019-01-09 11:57:39,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-5206c8f2-c11a-4d01-b07d-ed34a0c2daf4 2019-01-09 11:57:39,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0759360790253s 2019-01-09 11:57:39,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-5206c8f2-c11a-4d01-b07d-ed34a0c2daf4 2019-01-09 11:57:39,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-09 11:57:39,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:39,516 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dedcf097-7e5a-4250-a251-529d5eeffa71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:57:39,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc used request id req-dedcf097-7e5a-4250-a251-529d5eeffa71 2019-01-09 11:57:39,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.181427955627s 2019-01-09 11:57:39,517 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/ba94836e97524e27814bb777f1066cbc used request id req-dedcf097-7e5a-4250-a251-529d5eeffa71 2019-01-09 11:57:39,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-09 11:57:39,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:39,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 09 Jan 2019 11:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44674473-5bdf-4f2b-9cbc-8f03417802c3 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "2df895f3ab334cbe973b2ba938f93811", "links": {"self": "http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811"}, "name": "Member"}, {"domain_id": null, "id": "90eb365fdb174f538db9443457456df8", "links": {"self": "http://172.30.9.30:5000/v3/roles/90eb365fdb174f538db9443457456df8"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd826e832ee74a32aa08cabb9437f507", "links": {"self": "http://172.30.9.30:5000/v3/roles/bd826e832ee74a32aa08cabb9437f507"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f8eb36c1fb4b40d6b813fbea5bdeefba", "links": {"self": "http://172.30.9.30:5000/v3/roles/f8eb36c1fb4b40d6b813fbea5bdeefba"}, "name": "ResellerAdmin"}]} 2019-01-09 11:57:39,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-44674473-5bdf-4f2b-9cbc-8f03417802c3 2019-01-09 11:57:39,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0883300304413s 2019-01-09 11:57:39,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-09 11:57:39,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:39,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 09 Jan 2019 11:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0a814a3-cd62-4450-8105-7abbd1f03a16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-09 11:57:39,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/2df895f3ab334cbe973b2ba938f93811 used request id req-b0a814a3-cd62-4450-8105-7abbd1f03a16 2019-01-09 11:57:39,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108952999115s 2019-01-09 11:57:39,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-09 11:57:39,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ba94836e97524e27814bb777f1066cbc&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}9181a34a9540989dad39188ed3a101f649f858a6" 2019-01-09 11:57:39,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-706589d1-2d71-409e-97b8-c3ea7b434f29 Date: Wed, 09 Jan 2019 11:57:39 GMT RESP BODY: {"security_groups": []} 2019-01-09 11:57:39,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ba94836e97524e27814bb777f1066cbc&name=default used request id req-706589d1-2d71-409e-97b8-c3ea7b434f29 2019-01-09 11:57:39,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195045948029s 2019-01-09 11:57:39,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json?project_id=ba94836e97524e27814bb777f1066cbc&name=default used request id req-706589d1-2d71-409e-97b8-c3ea7b434f29 2019-01-09 11:57:39,915 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK